Age | Commit message (Expand) | Author |
2005-11-30 | (svn r3249) Fix for issue introduced in r3228. The original code was good for... | peter1138 |
2005-11-22 | (svn r3228) - Fix: [ 1327011 ] Fix: don't lower land on tunnel, even with dia... | peter1138 |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3177) GB, CLRBIT, HASBIT, TOGGLEBIT | tron |
2005-10-19 | (svn r3066) Constify the parameter of GetSlopeZ_*() | tron |
2005-10-15 | (svn r3046) Replace some numbers with sprite names and fix a typo in the spri... | tron |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |
2005-07-28 | (svn r2739) -Fix(?): Change the fence algorithm so it removes fences when no ... | tron |
2005-07-28 | (svn r2738) Small bit fiddling cleanup | 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 r2664) Remove depedency on player.h from variables.h | tron |
2005-07-21 | (svn r2663) Include variables.h only in these files which need it, not global... | 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-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-06-27 | (svn r2492) Remove some pointless casts and fix some nearby indentation | 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 r2485) Missed two uint -> TileIndex, thanks _Luca_ | 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-05-30 | (svn r2384) - Fix: Check selling land and setting player colour. Also an extr... | Darkvater |
2005-05-12 | (svn r2300) - CodeChange: check the last number of commands, now only the ref... | Darkvater |
2005-05-09 | (svn r2286) - CodeChange: paramcheck the next batch of commands. | Darkvater |
2005-05-07 | (svn r2279) - Fix: Check the parameters of the first 10 Commands. While there... | Darkvater |
2005-03-26 | (svn r2075) -Fix: added missing breaks in switches | truelight |
2005-02-05 | (svn r1802) Fix typos made in r1797 | tron |
2005-02-04 | (svn r1797) Clean up TileLoopClearHelper() a bit: | tron |
2005-01-29 | (svn r1713) Split off several functions which query/set information about a s... | tron |
2005-01-28 | (svn r1706) Implement ScaleByMapSize() and ScaleByMapSize1D() | tron |
2005-01-23 | (svn r1631) A couple of fixes for the signed/unsigned warnings. Only train_cm... | dominik |
2005-01-22 | (svn r1596) Add some more statics | tron |
2005-01-22 | (svn r1594) Convert all undefined parameter lists to (void) and add the appro... | tron |
2005-01-18 | (svn r1560) Introduce SetTileType() and SetTileHeight() | tron |
2005-01-16 | (svn r1545) Add TileHeight() which returns the height (not multiplied by 8) | tron |
2005-01-16 | (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ... | tron |
2005-01-07 | (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the... | tron |
2005-01-06 | (svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff | tron |
2005-01-05 | (svn r1386) Move TileIndexDiff to map.h | tron |
2005-01-04 | (svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly... | darkvater |
2005-01-03 | (svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) i... | tron |
2005-01-03 | (svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL... | tron |
2004-12-15 | (svn r1117) Move map arrays and some related macros into their own files map.... | tron |
2004-11-25 | (svn r815) Include strings.h only in the files which need it. | tron |
2004-11-21 | (svn r724) Remove restriction that a tile can only accept 3 cargo types. | tron |
2004-11-14 | (svn r607) -Patch: [ 985102 ] static cleanup | tron |
2004-11-08 | (svn r526) -Fix: [1035303] bug about lowering tracks built on slopes | tron |