index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros.h
Age
Commit message (
Expand
)
Author
2005-07-24
(svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic n...
celestar
2005-07-24
(svn r2701) Insert Id tags into all source files
tron
2005-07-21
(svn r2669) Shuffle some more stuff around to reduce dependencies
tron
2005-07-17
(svn r2596) Add macros ROL and ROR to ROtate values Left/Right. Also shorten ...
tron
2005-06-25
(svn r2487) Replace TILE_XY by TileXY/TileDiffXY
tron
2005-06-01
(svn r2390) - Codechange: Fix some warnings on GCC 4.0.0
hackykid
2005-05-22
(svn r2358) Add macros for getting (GB) and setting (SB) a range of bits
tron
2005-03-25
(svn r2060) Clean up some string construction and remove now unused macro
tron
2005-02-22
(svn r1904) Remove some more unused stuff
tron
2005-02-22
(svn r1898) Remove some unused macros from macros.h and move some others to m...
tron
2005-02-05
(svn r1809) Remove unused function str_is_below()
tron
2005-02-05
(svn r1808) Use strcmp() instead of home brewed function str_eq()
tron
2005-01-31
(svn r1751) - Feature: New PathFinder (NPF).
matthijs
2005-01-28
(svn r1706) Implement ScaleByMapSize() and ScaleByMapSize1D()
tron
2005-01-25
(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad...
tron
2005-01-16
(svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn ...
tron
2005-01-09
(svn r1447) Move TILE_ADD(), TILE_ADDXY() and SafeTileAdd() to map.[ch] and m...
tron
2005-01-09
(svn r1445) -Fix: reversing a train also reverses the UP and DOWN status for ...
truelight
2005-01-08
(svn r1437) -Fix: Safetileadd preprocessor magic is the same as for GCC and n...
darkvater
2005-01-07
(svn r1416) Print sensible information in SafeTileAdd() if gcc is used
tron
2005-01-07
(svn r1415) Move TILE_FROM_XY and TILE_XY to map.h and push TILE_[XY] bits fr...
tron
2005-01-07
(svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the...
tron
2005-01-05
(svn r1386) Move TileIndexDiff to map.h
tron
2004-12-18
(svn r1153) -Fix: FindCatchmentRadius is now a function that uses the enums i...
truelight
2004-12-15
(svn r1117) Move map arrays and some related macros into their own files map....
tron
2004-12-08
(svn r979) Allow more realistically sized catchment areas
Celestar
2004-12-04
(svn r942) -Merged branch/network back into the trunk
truelight
2004-11-24
(svn r793) Merge INLINE -> inline replacement (revision 376)
tron
2004-09-13
(svn r240) -Fix: desync on subsidy generation
signde
2004-09-13
(svn r237) -Fix: [1025836] Company value problem (again). Now company value r...
darkvater
2004-09-12
(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron fo...
darkvater
2004-09-10
(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
truelight
2004-08-11
(svn r23) -Some omments on the code (blathijs)
darkvater
2004-08-09
(svn r1) Import of revision 975 of old (crashed) SVN
truelight