summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-21(svn r3224) -Add: Allow the NewAI to work in Multiplayer Games (switchable vi...truelight
2005-11-19(svn r3223) -Fix: [autoreplace] fixed crash when replacing a train engine wit...bjarni
2005-11-19(svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite ...tron
2005-11-19(svn r3221) [Translations] Updated to 2005-11-19miham
2005-11-19(svn r3220) -Fix: [autoreplace] Autoreplaced trains now replace their cargo t...bjarni
2005-11-19(svn r3219) -Codechange: removed the now obsolite code in the build train com...bjarni
2005-11-18(svn r3218) -Feature: Multiheaded train engines will now stay in the same trainbjarni
2005-11-18(svn r3217) Fix issue with resizing stepped windows introduced in revision 3181.peter1138
2005-11-17(svn r3216) - Fix (regression): endless loop introduced in revision 3190Darkvater
2005-11-17(svn r3215) - Fix: warning on VS.NET 2003 complaining about constness reintro...Darkvater
2005-11-17(svn r3214) -Feature: openttd.cfg can now set how many autosaves to keep befo...bjarni
2005-11-17(svn r3213) - Codechange: Clean up handling of road stops, avoiding unnecessa...peter1138
2005-11-16(svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. Thi...peter1138
2005-11-16(svn r3211) Fix typo in r3181tron
2005-11-16(svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicn...truelight
2005-11-16(svn r3209) In TileLoop_Track(), use names based on function rather than thei...peter1138
2005-11-16(svn r3208) Don't explicitly pass the engine type to look for to GetRearEngin...tron
2005-11-16(svn r3207) Typo in last revisiontron
2005-11-16(svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUGtron
2005-11-16(svn r3205) Some more uses for GB/SBtron
2005-11-16(svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding...tron
2005-11-16(svn r3203) Directly use the currency symbols for pounds and yen in the langu...tron
2005-11-16(svn r3202) If cascade -> switchtron
2005-11-16(svn r3201) -Fix: Allow bribing up to the maximum rating for bribing, don't d...tron
2005-11-16(svn r3200) Remove the unused function GfxScalePalette() and the unused struc...tron
2005-11-16(svn r3199) -Fix: There are only 2 possible directions for ship depots, not 4tron
2005-11-16(svn r3198) Rewrite the company league drawing routine for better readabilitytron
2005-11-16(svn r3197) Use a better bias so you can directly see the date range a disast...tron
2005-11-16(svn r3196) Use structs instead of magic offsets into arraystron
2005-11-16(svn r3195) Use bitfields instead of explicit shifting/maskingtron
2005-11-16(svn r3194) Don't use FindLandscapeHeightByTile() when it's overkilltron
2005-11-16(svn r3193) Staticise the vehicle position hashtron
2005-11-16(svn r3192) Split the surname list into two lists (non-toyland/toyland) and u...tron
2005-11-16(svn r3191) Move declaration and definition of _dbg_screen_rect to a place wh...tron
2005-11-15(svn r3190) Turn some loops into canonical for loop formtron
2005-11-15(svn r3189) There's a dedicated function to check if it's a hangar tile, so u...tron
2005-11-15(svn r3188) Use CmdFailed() to check, if a command failed, don't compare with...tron
2005-11-15(svn r3187) Simplify overly complicated ifs, especially if (foo) return false...tron
2005-11-15(svn r3186) Unnecessary casts and truncationtron
2005-11-15(svn r3185) consttron
2005-11-15(svn r3184) GB/SBtron
2005-11-15(svn r3183) Remove an unused declaration and properly declare CheckExternalFi...tron
2005-11-14(svn r3182) Fix braino in r3181tron
2005-11-14(svn r3181) -Bracingtron
2005-11-14(svn r3180) Replace some magic numbers by symbolic namestron
2005-11-14(svn r3179) - RandomRange() and RandomTile() instead of home brewed versionstron
2005-11-14(svn r3178) - Codechange: move static _dropdown_* vars into the window custom...peter1138
2005-11-14(svn r3177) GB, CLRBIT, HASBIT, TOGGLEBITtron
2005-11-13(svn r3176) Use proper types, not some variants of inttron
2005-11-13(svn r3175) - Updated OS/2 project file to include station_newgrf.corudge