Age | Commit message (Expand) | Author |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-19 | (svn r5946) -Add: merged the TGP branch to mainline. TGP adds: | truelight |
2006-08-12 | (svn r5864) -Feature: Also allow horizontal and vertical rails on steep slopes | tron |
2006-08-10 | (svn r5833) -Feature: Allow building of (certain) rails, roads and bridge ram... | tron |
2006-08-08 | (svn r5810) Shuffle some constants for clarity and remove a case which cannot... | tron |
2006-08-07 | (svn r5806) Inline FindLandscapeHeight() into its only remaining caller and r... | tron |
2006-08-06 | (svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst... | tron |
2006-07-30 | (svn r5641) -Fix: Adjust/correct some bounding boxes. This fixes some graphic... | tron |
2006-06-24 | (svn r5351) -Fix: Several graphical glitches at adjacent tiles with foundatio... | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-06-07 | (svn r5155) - Remove the bridge branch merge (revision r5070) | tron |
2006-06-02 | (svn r5070) Merged the bridge branch | celestar |
2006-05-07 | (svn r4765) Add GetTileMaxZ(), which returns the height of the highest corner... | tron |
2006-04-23 | (svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE} | tron |
2006-04-23 | (svn r4541) Add a type for slopes and replace many magic numbers by the appro... | tron |
2006-04-12 | (svn r4385) -Codechange: remove map5 from the TileInfo struct as it is now un... | celestar |
2006-04-10 | (svn r4344) Use tile coordinates or even TileIndices instead of virtual tile ... | tron |
2006-04-10 | (svn r4342) Change the first two parameters of commands - virtual pixel coord... | tron |
2006-04-04 | (svn r4279) s/\<CL_/CLEAR_/ | tron |
2006-04-03 | (svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ... | celestar |
2006-04-02 | (svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfo | tron |
2006-04-02 | (svn r4231) Remove ModifyTile(), it's not used anymore, yay! | tron |
2006-03-30 | (svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. A... | belugas |
2006-03-22 | (svn r4028) The last external user of FindLandscapeHeightByTile() is gone (r4... | tron |
2006-03-05 | (svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme | tron |
2006-03-01 | (svn r3714) Add functions to turn tiles into water and shore tiles | tron |
2006-02-24 | (svn r3667) Fix the cause of an assertion I triggered in r3665 | tron |
2006-02-24 | (svn r3665) Add a function to turn a tile into a clear tile | tron |
2006-02-24 | (svn r3664) Add a function to turn a tile into a void tile | tron |
2006-02-13 | (svn r3597) Miscellaneous (I like that word) changes: Fix some indentation, a... | tron |
2006-02-01 | (svn r3514) -Codechange: Replace direct fiddling of bits for the ground type ... | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-30 | (svn r3490) -Fix: A bunch (10) of off-by-one errors when checking if a TileIn... | tron |
2005-11-14 | (svn r3181) -Bracing | 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-07 | (svn r3024) -Codechange: Another batch of replacements of int/uint/int16/byte... | tron |
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-21 | (svn r2664) Remove depedency on player.h from variables.h | tron |
2005-07-21 | (svn r2660) Get rid of some more shifting/anding/casting | tron |
2005-07-20 | (svn r2650) Convert many explicit shifts+ands to extract bits to invocations ... | tron |
2005-07-14 | (svn r2564) Fix: Fixed conceptual issue in network_gui.c. AllocateName is not... | ludde |
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-01 | (svn r2505) Remove some unnecessary #includes | tron |
2005-06-25 | (svn r2487) Replace TILE_XY by TileXY/TileDiffXY | tron |