Age | Commit message (Expand) | Author |
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-18 | (svn r4471) - Pools: Add a facility for calling a custom function during pool... | peter1138 |
2006-04-18 | (svn r4467) -Fix: New plantations now cause the correct ".. being planted .."... | celestar |
2006-04-15 | (svn r4425) Fix bug introduced in r4411 : while IS_BYTE_INSIDE, max value is ... | belugas |
2006-04-14 | (svn r4411) CodeChange : Define and use some Gfx for both stations and indust... | belugas |
2006-04-12 | (svn r4399) CodeChange : Add and make use of [G|S]etIndustryAnimationLoop acc... | belugas |
2006-04-10 | (svn r4350) CodeChange : Add and use accessors [G|S]etIndustrype. Define and ... | belugas |
2006-04-10 | (svn r4347) CodeChange : Renamed IndustryType to IndustryLifeType. Cleanup s... | belugas |
2006-04-10 | (svn r4346) CodeChange : Add and Use Accessors to Industry's Stage and Counte... | belugas |
2006-04-10 | (svn r4345) -Codechange: Similar to airport tiles, rename _industry_map5_ arr... | celestar |
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-04 | (svn r4270) Rename some bogus map5 to gfx | tron |
2006-04-03 | (svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ... | celestar |
2006-04-03 | (svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZE | celestar |
2006-04-02 | (svn r4242) Pass TileIndex and slope to GetSlopeTileh_*() instead of TileInfo | tron |
2006-03-30 | (svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. A... | belugas |
2006-03-26 | (svn r4128) - CodeChange: Add proper semantics for CargoID for such variables... | Darkvater |
2006-03-26 | (svn r4120) Use the new station functions where appropriate | tron |
2006-03-25 | (svn r4108) Add [GS]etIndustryGfx() | tron |
2006-03-24 | (svn r4092) CodeChange : Named sprites instead of magic numbers plus create/u... | belugas |
2006-03-24 | (svn r4087) Add IsIndustryCompleted() to check if a industry tile is fully built | tron |
2006-03-24 | (svn r4086) Add MakeIndustry() | tron |
2006-03-24 | (svn r4077) Add GetIndustry{Index,ByTile}() to get the industry index resp. t... | tron |
2006-03-22 | (svn r4027) Remove another call to FindLandscapeHeightByTile() | tron |
2006-03-22 | (svn r4007) Add a function to make a farm field tile | tron |
2006-03-21 | (svn r4004) -CodeChange : Renaming sprites and functions | belugas |
2006-03-21 | (svn r3996) -Fix: Slope and height information returned for some tile types i... | tron |
2006-03-16 | (svn r3895) - Add proper SLE(G)_CONDNULL macros for the empty space reservati... | Darkvater |
2006-03-09 | (svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter.... | peter1138 |
2006-03-08 | (svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio... | tron |
2006-03-05 | (svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme | tron |
2006-02-28 | (svn r3683) Get rid of another FindLandscapeHeight() | tron |
2006-02-20 | (svn r3627) - Change all hardcoded 255 max-saveload versions with the define ... | Darkvater |
2006-02-05 | (svn r3554) Add accessors for the field type and fences of clear tiles | 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-01-22 | (svn r3416) - Fix: Disallow building an oil rig above sea level. | peter1138 |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2005-12-10 | (svn r3282) - Codechange: Replace tests against CMD_ERROR with CmdFailed() | peter1138 |
2005-11-16 | (svn r3205) Some more uses for GB/SB | tron |
2005-11-16 | (svn r3195) Use bitfields instead of explicit shifting/masking | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3180) Replace some magic numbers by symbolic names | tron |
2005-11-14 | (svn r3179) - RandomRange() and RandomTile() instead of home brewed versions | tron |
2005-11-13 | (svn r3172) static, const | tron |
2005-11-04 | (svn r3135) Use symbolic names in the tables, which hold the information abou... | tron |
2005-10-23 | (svn r3078) Some more stuff, which piled up: | tron |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |