Age | Commit message (Expand) | Author |
2006-05-27 | (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su... | KUDr |
2006-05-01 | (svn r4642) - Codechange: reorganise airport.h and airport_movement.h to avoi... | peter1138 |
2006-04-23 | (svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE} | tron |
2006-04-10 | (svn r4346) CodeChange : Add and Use Accessors to Industry's Stage and Counte... | belugas |
2006-04-10 | (svn r4342) Change the first two parameters of commands - virtual pixel coord... | tron |
2006-04-03 | (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE | celestar |
2006-03-26 | (svn r4120) Use the new station functions where appropriate | tron |
2006-03-24 | (svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the ... | tron |
2006-03-24 | (svn r4077) Add GetIndustry{Index,ByTile}() to get the industry index resp. t... | tron |
2006-03-19 | (svn r3981) More work for the rail accessing functions and enums | tron |
2006-03-08 | (svn r3787) Use DirToDiagDir() instead of >> 1 | tron |
2006-03-08 | (svn r3786) More work for DirDiff | tron |
2006-03-08 | (svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio... | tron |
2006-02-06 | (svn r3564) Several smaller changes: | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2005-11-17 | (svn r3216) - Fix (regression): endless loop introduced in revision 3190 | Darkvater |
2005-11-16 | (svn r3210) -Codechange: use IsRailWaypoint where possible (instead of magicn... | truelight |
2005-11-16 | (svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding... | tron |
2005-11-16 | (svn r3197) Use a better bias so you can directly see the date range a disast... | tron |
2005-11-15 | (svn r3190) Turn some loops into canonical for loop form | tron |
2005-11-15 | (svn r3184) GB/SB | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3179) - RandomRange() and RandomTile() instead of home brewed versions | tron |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |
2005-10-19 | (svn r3064) Replace some numbers by sprite names | tron |
2005-10-03 | (svn r3010) Get rid of quite some dubious casts, either by using GB(), proper... | tron |
2005-09-17 | (svn r2961) - Fix: [ 1219123 ] Fix for [ 1216203 ] UFO-broken waypoint (lucas... | Darkvater |
2005-08-23 | (svn r2886) Rename the "owner" attribute to "m1", because when it stores an o... | tron |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2669) Shuffle some more stuff around to reduce dependencies | tron |
2005-07-20 | (svn r2650) Convert many explicit shifts+ands to extract bits to invocations ... | tron |
2005-07-13 | (svn r2560) Fix: various minor code changes. | ludde |
2005-07-13 | (svn r2558) Change the internal map format from 7 arrays to one array of stru... | tron |
2005-07-08 | (svn r2535) Tabs | tron |
2005-07-01 | (svn r2505) Remove some unnecessary #includes | tron |
2005-06-25 | (svn r2487) Replace TILE_XY by TileXY/TileDiffXY | tron |
2005-06-25 | (svn r2486) Turn TILE_FROM_XY into an inline function and rename it to TileVi... | tron |
2005-06-24 | (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" | tron |
2005-06-04 | (svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix so... | tron |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-02-12 | (svn r1863) Give the effect vehicle type enums more descriptive names and use... | tron |
2005-01-29 | (svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType... | tron |
2005-01-29 | (svn r1716) Prevent zeppelins from accessing non-existent tiles when leaving ... | tron |
2005-01-29 | (svn r1713) Split off several functions which query/set information about a s... | tron |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-17 | (svn r1549) Clean up some functions: | tron |
2005-01-16 | (svn r1545) Add TileHeight() which returns the height (not multiplied by 8) | tron |