Mercurial > hg > openttd
graph
-
(svn r9519) -Fix r7406 (revert r9518): free the malloced variable, not a pointer to that variable. Also free it if there's any error. draftWed, 28 Mar 2007 14:31:52 +0000, by glx
-
(svn r9518) -Fix [Windows]: do not free an uninitialized pointer. draftWed, 28 Mar 2007 09:27:38 +0000, by rubidium
-
(svn r9504) [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx) draftTue, 27 Mar 2007 13:56:18 +0000, by truelight
-
(svn r9476) -Codechange: Make build windows for all vehicle types the same width. draftMon, 26 Mar 2007 12:28:44 +0000, by maedhros
-
(svn r9475) -Codechange: Allow the purchase details widget to expand dynamically if there's still not enough room for the text. draftMon, 26 Mar 2007 11:41:14 +0000, by maedhros
-
(svn r9474) -Fix (r8378): Expand the details widget in the vehicle build windows again to make room for all the text. draftMon, 26 Mar 2007 08:55:45 +0000, by maedhros
-
(svn r9473) -Codechange: add 'unhandled variable' debug message to newcargo resolver draftMon, 26 Mar 2007 08:43:14 +0000, by peter1138
-
(svn r9472) -Fix (r9449): num is the number of newlines in the string, not the number of lines. Also allow for maxh being negative. draftMon, 26 Mar 2007 08:04:29 +0000, by maedhros
-
(svn r9470) -Fix: Should not have committed that file draftMon, 26 Mar 2007 00:01:42 +0000, by belugas
-
(svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx) draftSun, 25 Mar 2007 23:42:55 +0000, by belugas
-
(svn r9455) -Fix: the values for diff_custom, diff_level and snow_line in the .cfg were not properly checked. draftSun, 25 Mar 2007 19:21:22 +0000, by rubidium
-
(svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if it's too long. draftSun, 25 Mar 2007 16:09:36 +0000, by maedhros
-
(svn r9439) -Codechange: check for valid default cargo type even if a vehicle is not refittable... draftSun, 25 Mar 2007 10:43:27 +0000, by peter1138
-
(svn r9438) -Codechange: Map cargo colours from DOS to Windows if necessary. draftSun, 25 Mar 2007 08:13:07 +0000, by peter1138
-
(svn r9437) -Fix (r9420): dedicated server crashed when the y part of the resolution was less than 10. draftSun, 25 Mar 2007 00:13:22 +0000, by rubidium
-
(svn r9436) -Fix (r9411): don't deactivate GRF in an action 7/9 during reservation (and loading of cargo data), and action 6 should be run also draftSat, 24 Mar 2007 23:43:33 +0000, by peter1138
-
(svn r9435) -Fix (r8972): ensure the cargo payment graph is at least 12 "items" high draftSat, 24 Mar 2007 18:56:59 +0000, by peter1138
-
(svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something draftSat, 24 Mar 2007 16:09:39 +0000, by peter1138
-
(svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted draftSat, 24 Mar 2007 15:13:46 +0000, by truelight
-
(svn r9427) -Codechange: remove redundant variable draftSat, 24 Mar 2007 14:42:11 +0000, by peter1138
-
(svn r9424) -Merge: Release changes from 0.5 branch back to trunk. draftSat, 24 Mar 2007 00:02:13 +0000, by rubidium
-
(svn r9420) -Fix [FS#701]: crashes when the chatbox would be drawn outside of the main window. draftFri, 23 Mar 2007 22:20:39 +0000, by rubidium
-
(svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites draftFri, 23 Mar 2007 20:55:45 +0000, by peter1138
-
(svn r9417) -Fix (r1): Waiting cargo icons in the station view window were incorrectly drawn if the cargo list was scrolled, resulting in overlapping images draftFri, 23 Mar 2007 20:51:42 +0000, by peter1138
-
(svn r9416) -Codechange: Split NewGRF Action 3 handler into separate functions for each feature (vehicles are common, though) draftFri, 23 Mar 2007 20:01:25 +0000, by peter1138
-
(svn r9415) -Update: WebTranslator2 update to 2007-03-23 20:04:40 draftFri, 23 Mar 2007 19:06:07 +0000, by miham
-
(svn r9413) -Codechange: Remove default cargo translation table and use bitnums directly if no table is provided. This lets pre-cargolabel cargo definitions work. draftFri, 23 Mar 2007 00:03:08 +0000, by peter1138
-
(svn r9412) -Fix (r8886): When looking up a cargo type by label skip disabled cargos draftThu, 22 Mar 2007 23:32:24 +0000, by peter1138
-
(svn r9411) -Codechange: Add support for loading of newcargo data. draftThu, 22 Mar 2007 23:19:40 +0000, by peter1138
-
(svn r9401) -Fix(9400): was not supposed to commit that file draftThu, 22 Mar 2007 04:10:05 +0000, by belugas
-
(svn r9400) -Codechange: Use some more representative enum names for landscape types. draftThu, 22 Mar 2007 03:42:43 +0000, by belugas
-
(svn r9399) -Feature: Openttd.cfg will now present landscape patch entry as been temperate, arctic, tropic or toyland. draftThu, 22 Mar 2007 03:35:18 +0000, by belugas
-
(svn r9398) -Feature: Allow for a conversion callback system while reading configuration file, in case of wrong value. draftThu, 22 Mar 2007 03:15:58 +0000, by belugas
-
(svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler draftWed, 21 Mar 2007 20:58:01 +0000, by peter1138
-
(svn r9392) -Update: WebTranslator2 update to 2007-03-21 19:54:29 draftWed, 21 Mar 2007 18:58:03 +0000, by miham
-
(svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files draftWed, 21 Mar 2007 17:42:43 +0000, by belugas
-
(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O draftWed, 21 Mar 2007 15:19:33 +0000, by belugas
-
(svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops. draftWed, 21 Mar 2007 13:19:01 +0000, by peter1138
-
(svn r9387) -Fix (r9385): termination of a comment forgotten. draftWed, 21 Mar 2007 11:50:34 +0000, by rubidium
-
(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N. draftWed, 21 Mar 2007 03:06:21 +0000, by belugas
-
(svn r9378) -Fix [FS#688] (r9038): cancel in password queries reduces amount of players in the network game when they haven't joined the game yet. draftTue, 20 Mar 2007 20:11:17 +0000, by rubidium
-
(svn r9377) -Fix (r9376): the off-by-one error was also present at another location :( draftTue, 20 Mar 2007 16:43:20 +0000, by rubidium
-
(svn r9376) -Fix (r8969): off-by-one error for the amount of mouth pieces for men. draftTue, 20 Mar 2007 16:32:41 +0000, by rubidium
-
(svn r9373) -Fix (r9271): the chosen language was not stored nor read properly in/from the cfg. draftTue, 20 Mar 2007 14:01:21 +0000, by rubidium
-
(svn r9371) -Feature: Add support for variable snow lines in the arctic climate, supplied draftTue, 20 Mar 2007 13:47:00 +0000, by maedhros
-
(svn r9367) -Fix (r9315): If a new house doesn't have a corresponding action 3, the draftTue, 20 Mar 2007 10:06:39 +0000, by maedhros
-
(svn r9366) -Codechange: Unify the different houses acceptances attributes on their cargo counterpart, as well as specifying cargo slot. draftTue, 20 Mar 2007 02:24:14 +0000, by belugas
-
(svn r9352) -Codechange: Use cargo class to determine if an aircraft should carry mail draftMon, 19 Mar 2007 20:54:13 +0000, by peter1138
-
(svn r9340) [Config] -Fix: on some systems $_ was set to /usr/bin/make; filter for this (tnx peter1138) draftMon, 19 Mar 2007 18:37:23 +0000, by truelight
-
(svn r9339) -Codechange: disable shares by default as the sharing system is broken (abusable) and should therefor not be used in multiplayer games. draftMon, 19 Mar 2007 17:08:51 +0000, by rubidium
-
(svn r9338) -Fix: close the Shared Order Vehicle List if you remove the shared link with only 2 vehicles draftMon, 19 Mar 2007 15:59:23 +0000, by truelight
-
(svn r9337) -Fix [FS#542]: assert() when you removed the orders of a shared list while having the shared order vehicle list open. draftMon, 19 Mar 2007 15:36:18 +0000, by truelight
-
(svn r9322) -Codechange: Use cargo class to count crash/flood victims draftMon, 19 Mar 2007 12:40:51 +0000, by peter1138
-
(svn r9316) -Fix (r9315): Bump the savegame version for the newhouses merge. draftMon, 19 Mar 2007 11:41:21 +0000, by maedhros
-
(svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for draftMon, 19 Mar 2007 11:27:30 +0000, by maedhros
-
(svn r9303) -Codechange: Use cargo class when counting passengers in a road vehicle crash, and when loading aircraft. draftSun, 18 Mar 2007 22:32:05 +0000, by peter1138
-
(svn r9302) -Codechange: Use cargo class to test for passengers when deciding on the livery scheme to use. draftSun, 18 Mar 2007 22:11:24 +0000, by peter1138