summaryrefslogtreecommitdiff
path: root/macros.h
AgeCommit message (Expand)Author
2006-05-11(svn r4822) -Feature: Station List View can now be sorted and filtered (by wa...celestar
2006-03-28(svn r4142) - Fix [FS#74]: Incorrectly loaded settings from the config file w...Darkvater
2006-03-24(svn r4092) CodeChange : Named sprites instead of magic numbers plus create/u...belugas
2006-03-03(svn r3747) Change HASBIT() to return 0/1 instead of 0/value of tested bit, b...tron
2006-02-03(svn r3529) - Fix: [ 1415782 ] crash in string code with openbsd/zaurus; alig...Darkvater
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2005-12-20(svn r3322) - Fix: Network window crash when it receives invalid information ...Darkvater
2005-12-13(svn r3290) - Fix: "[ 1360054 ] Rename Sign, Cause Game Crash, nightly versio...peter1138
2005-11-16(svn r3205) Some more uses for GB/SBtron
2005-10-05(svn r3019) -Codechange: Replace explicit shifting/anding/oring with GB and SBtron
2005-09-08(svn r2924) Introduce the ALIGN() macro which aligns values to multiples of a...tron
2005-07-30(svn r2758) Add the AB() macro to add a value to a bit range and use it in a ...tron
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 filestron
2005-07-21(svn r2669) Shuffle some more stuff around to reduce dependenciestron
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/TileDiffXYtron
2005-06-01(svn r2390) - Codechange: Fix some warnings on GCC 4.0.0hackykid
2005-05-22(svn r2358) Add macros for getting (GB) and setting (SB) a range of bitstron
2005-03-25(svn r2060) Clean up some string construction and remove now unused macrotron
2005-02-22(svn r1904) Remove some more unused stufftron
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 usedtron
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.htron
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 areasCelestar
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight
2004-11-24(svn r793) Merge INLINE -> inline replacement (revision 376)tron
2004-09-13(svn r240) -Fix: desync on subsidy generationsignde
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) SVNtruelight