Age | Commit message (Expand) | Author |
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 revision | tron |
2005-11-16 | (svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG | tron |
2005-11-16 | (svn r3205) Some more uses for GB/SB | tron |
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 -> switch | tron |
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 4 | tron |
2005-11-16 | (svn r3198) Rewrite the company league drawing routine for better readability | tron |
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 arrays | tron |
2005-11-16 | (svn r3195) Use bitfields instead of explicit shifting/masking | tron |
2005-11-16 | (svn r3194) Don't use FindLandscapeHeightByTile() when it's overkill | tron |
2005-11-16 | (svn r3193) Staticise the vehicle position hash | tron |
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 form | tron |
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 truncation | tron |
2005-11-15 | (svn r3185) const | tron |
2005-11-15 | (svn r3184) GB/SB | tron |
2005-11-15 | (svn r3183) Remove an unused declaration and properly declare CheckExternalFi... | tron |
2005-11-14 | (svn r3182) Fix braino in r3181 | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3180) Replace some magic numbers by symbolic names | tron |
2005-11-14 | (svn r3179) - RandomRange() and RandomTile() instead of home brewed versions | tron |
2005-11-14 | (svn r3178) - Codechange: move static _dropdown_* vars into the window custom... | peter1138 |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-11-13 | (svn r3176) Use proper types, not some variants of int | tron |
2005-11-13 | (svn r3175) - Updated OS/2 project file to include station_newgrf.c | orudge |
2005-11-13 | (svn r3174) - Fix: fix compilation for VS.NET2003 and VS6 (missing sourcefile... | Darkvater |
2005-11-13 | (svn r3173) Use the trinary operator and switch to improve readability | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-11-12 | (svn r3171) - Codechange: remove static _dropdown_disabled/_dropdown_hidden v... | peter1138 |
2005-11-12 | (svn r3170) - NewGRF: make ttdpatch flags to reflect patch option status, and... | peter1138 |
2005-11-12 | (svn r3169) Little bit of coding style fixing, and change from value to lengt... | peter1138 |
2005-11-12 | (svn r3168) - NewGRF: Fix "typo" in waypoint drawer :/ | peter1138 |
2005-11-12 | (svn r3167) - NewGRF: Start moving custom station code to separate files. | peter1138 |
2005-11-11 | (svn r3166) Constify read-only accesses of custom stations | peter1138 |
2005-11-10 | (svn r3163) Include header for toupper() | tron |
2005-11-10 | (svn r3162) -Fix: renamed 'Message' to 'WindowMessage', a struct named 'Messa... | truelight |
2005-11-09 | (svn r3159) Remove the read-only variable _no_button_sound | tron |
2005-11-09 | (svn r3158) - PBS: [ 1252192 ] Fix an assertion failure due to possible junk ... | peter1138 |
2005-11-09 | (svn r3157) - Feature: Added patch option to link the terraform toolbar to th... | peter1138 |