Sat, 19 Nov 2005 00:10:20 +0000 bjarni (svn r3219) -Codechange: removed the now obsolite code in the build train command to make half multiheaded engines
Fri, 18 Nov 2005 23:41:03 +0000 bjarni (svn r3218) -Feature: Multiheaded train engines will now stay in the same train
Fri, 18 Nov 2005 20:28:55 +0000 peter1138 (svn r3217) Fix issue with resizing stepped windows introduced in revision 3181.
Thu, 17 Nov 2005 23:05:59 +0000 Darkvater (svn r3216) - Fix (regression): endless loop introduced in revision 3190
Thu, 17 Nov 2005 22:56:50 +0000 Darkvater (svn r3215) - Fix: warning on VS.NET 2003 complaining about constness reintroduced by revision 3192
Thu, 17 Nov 2005 19:43:37 +0000 bjarni (svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep before starting to overwrite old ones
Thu, 17 Nov 2005 10:12:21 +0000 peter1138 (svn r3213) - Codechange: Clean up handling of road stops, avoiding unnecessary use of pointers and using the *BIT() macros.
Wed, 16 Nov 2005 22:20:15 +0000 peter1138 (svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. This moves the ground type bits from m2 to m4 for waypoints and depots (leaving room for depot index in m2 in future), and moves the custom graphics ID to the waypoint struct.
Wed, 16 Nov 2005 16:16:18 +0000 tron (svn r3211) Fix typo in r3181
Wed, 16 Nov 2005 14:41:01 +0000 truelight (svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicnumbers)
Wed, 16 Nov 2005 14:30:24 +0000 peter1138 (svn r3209) In TileLoop_Track(), use names based on function rather than their place in the map array.
Wed, 16 Nov 2005 14:07:34 +0000 tron (svn r3208) Don't explicitly pass the engine type to look for to GetRearEngine(), because it's the engine type of the vehicle which gets passed as first parameter
Wed, 16 Nov 2005 13:45:42 +0000 tron (svn r3207) Typo in last revision
Wed, 16 Nov 2005 13:45:04 +0000 tron (svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG
Wed, 16 Nov 2005 13:11:28 +0000 tron (svn r3205) Some more uses for GB/SB
Wed, 16 Nov 2005 12:52:01 +0000 tron (svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding function declarations in .c files and unnecessary indirection
Wed, 16 Nov 2005 12:37:22 +0000 tron (svn r3203) Directly use the currency symbols for pounds and yen in the language files like it's already done for dollar and euro
Wed, 16 Nov 2005 12:29:37 +0000 tron (svn r3202) If cascade -> switch
Wed, 16 Nov 2005 12:25:33 +0000 tron (svn r3201) -Fix: Allow bribing up to the maximum rating for bribing, don't disable this option at some arbitrary value early
Wed, 16 Nov 2005 12:21:04 +0000 tron (svn r3200) Remove the unused function GfxScalePalette() and the unused struct WorldSprite
Wed, 16 Nov 2005 12:20:15 +0000 tron (svn r3199) -Fix: There are only 2 possible directions for ship depots, not 4
Wed, 16 Nov 2005 12:10:45 +0000 tron (svn r3198) Rewrite the company league drawing routine for better readability
Wed, 16 Nov 2005 12:04:34 +0000 tron (svn r3197) Use a better bias so you can directly see the date range a disaster can happen in
Wed, 16 Nov 2005 12:01:46 +0000 tron (svn r3196) Use structs instead of magic offsets into arrays
Wed, 16 Nov 2005 11:55:06 +0000 tron (svn r3195) Use bitfields instead of explicit shifting/masking
Wed, 16 Nov 2005 11:52:21 +0000 tron (svn r3194) Don't use FindLandscapeHeightByTile() when it's overkill
Wed, 16 Nov 2005 11:50:40 +0000 tron (svn r3193) Staticise the vehicle position hash
Wed, 16 Nov 2005 11:17:52 +0000 tron (svn r3192) Split the surname list into two lists (non-toyland/toyland) and use lengthof() to get the number of names instead of using magic numbers
Wed, 16 Nov 2005 08:35:26 +0000 tron (svn r3191) Move declaration and definition of _dbg_screen_rect to a place where it somewhat makes sense and wrap them in #ifdef _DEBUG
Tue, 15 Nov 2005 11:46:49 +0000 tron (svn r3190) Turn some loops into canonical for loop form
Tue, 15 Nov 2005 11:08:10 +0000 tron (svn r3189) There's a dedicated function to check if it's a hangar tile, so use it
Tue, 15 Nov 2005 10:50:43 +0000 tron (svn r3188) Use CmdFailed() to check, if a command failed, don't compare with CMD_ERROR
Tue, 15 Nov 2005 09:47:25 +0000 tron (svn r3187) Simplify overly complicated ifs, especially if (foo) return false; else return true; is confusing
Tue, 15 Nov 2005 09:05:16 +0000 tron (svn r3186) Unnecessary casts and truncation
Tue, 15 Nov 2005 09:00:02 +0000 tron (svn r3185) const
Tue, 15 Nov 2005 08:49:46 +0000 tron (svn r3184) GB/SB
Tue, 15 Nov 2005 08:40:45 +0000 tron (svn r3183) Remove an unused declaration and properly declare CheckExternalFiles() in a header
Mon, 14 Nov 2005 20:20:24 +0000 tron (svn r3182) Fix braino in r3181
Mon, 14 Nov 2005 19:48:04 +0000 tron (svn r3181) -Bracing
Mon, 14 Nov 2005 15:22:12 +0000 tron (svn r3180) Replace some magic numbers by symbolic names
Mon, 14 Nov 2005 09:21:05 +0000 tron (svn r3179) - RandomRange() and RandomTile() instead of home brewed versions
Mon, 14 Nov 2005 08:42:45 +0000 peter1138 (svn r3178) - Codechange: move static _dropdown_* vars into the window custom data, giving var1 and var2 more meaningful names.
Mon, 14 Nov 2005 08:09:57 +0000 tron (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT
Sun, 13 Nov 2005 21:16:34 +0000 tron (svn r3176) Use proper types, not some variants of int
Sun, 13 Nov 2005 18:07:45 +0000 orudge (svn r3175) - Updated OS/2 project file to include station_newgrf.c
Sun, 13 Nov 2005 16:30:04 +0000 Darkvater (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile(s) from project)
Sun, 13 Nov 2005 14:54:09 +0000 tron (svn r3173) Use the trinary operator and switch to improve readability
Sun, 13 Nov 2005 13:43:55 +0000 tron (svn r3172) static, const
Sat, 12 Nov 2005 11:10:12 +0000 peter1138 (svn r3171) - Codechange: remove static _dropdown_disabled/_dropdown_hidden variables, as a window already contains this information.
Sat, 12 Nov 2005 09:30:52 +0000 peter1138 (svn r3170) - NewGRF: make ttdpatch flags to reflect patch option status, and added some more values.
Sat, 12 Nov 2005 08:51:46 +0000 peter1138 (svn r3169) Little bit of coding style fixing, and change from value to lengthof()
Sat, 12 Nov 2005 00:29:13 +0000 peter1138 (svn r3168) - NewGRF: Fix "typo" in waypoint drawer :/
Sat, 12 Nov 2005 00:19:34 +0000 peter1138 (svn r3167) - NewGRF: Start moving custom station code to separate files.
Fri, 11 Nov 2005 20:34:16 +0000 peter1138 (svn r3166) Constify read-only accesses of custom stations
Thu, 10 Nov 2005 17:21:05 +0000 tron (svn r3163) Include header for toupper()
Thu, 10 Nov 2005 15:23:55 +0000 truelight (svn r3162) -Fix: renamed 'Message' to 'WindowMessage', a struct named 'Message' already
Wed, 09 Nov 2005 11:32:15 +0000 tron (svn r3159) Remove the read-only variable _no_button_sound
Wed, 09 Nov 2005 09:16:08 +0000 peter1138 (svn r3158) - PBS: [ 1252192 ] Fix an assertion failure due to possible junk data in pre-PBS savegames. This will not correct pre-PBS savegames loaded and saved since PBS was introduced. (thanks glx)
Wed, 09 Nov 2005 07:25:55 +0000 peter1138 (svn r3157) - Feature: Added patch option to link the terraform toolbar to the rail, road, water and airport toolbars. If enabled, the terraform toolbar will open and close with those toolbars.
Tue, 08 Nov 2005 23:18:09 +0000 bjarni (svn r3156) -Fix: removed some cases where autoreplace windows were redrawn when nothing was changed