Age | Commit message (Expand) | Author |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-21 | (svn r6032) -Fix: when a farm is gone, remove the fields when it is full grow... | truelight |
2006-08-20 | (svn r6001) -Feature: when removing a farm, his farmland is removed too (over... | truelight |
2006-08-19 | (svn r5946) -Add: merged the TGP branch to mainline. TGP adds: | truelight |
2006-08-06 | (svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst... | tron |
2006-07-22 | (svn r5581) Slightly alter some snow line related calculations to make them a... | tron |
2006-06-25 | (svn r5365) -Fix: It was possible to dig into a tunnel if certain rail combin... | tron |
2006-06-25 | (svn r5364) Clean up r5363 | tron |
2006-06-25 | (svn r5363) Revert 5312, 5288, 5248, 3992, 3249, 3228 | tron |
2006-06-19 | (svn r5312) - Fix (r5288): Be very strict about terraforming. If a rail tile ... | Darkvater |
2006-06-18 | (svn r5309) Partially fix the rail header dependency fiasco: rail_map.h now d... | tron |
2006-06-16 | (svn r5288) - Fix [FS#199]: Tunnel construction could erronously terraform a ... | Darkvater |
2006-06-13 | (svn r5248) - [Codechange]: Remove TerraformProc()'s mode parameter as it is ... | Darkvater |
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-04-26 | (svn r4586) - Codechange: Recursive commands that rely on _error_message to h... | Darkvater |
2006-04-25 | (svn r4572) Remove vehicle_leave_tile_proc | 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-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-03-30 | (svn r4181) CodeChange : Replaced [G/S]etMapExtraBits by [G/S]etTropicZone. A... | belugas |
2006-03-23 | (svn r4073) Add functions to make and test for (most) unmovable tiles | tron |
2006-03-20 | (svn r3992) -Fix: Rewrote the code to determine whether a rail-tile can be te... | celestar |
2006-03-19 | (svn r3979) Move GetRailFoundation() to rail_map.h and use it and friends to ... | tron |
2006-03-08 | (svn r3794) Use already available accessor functions instead of GB() | tron |
2006-03-07 | (svn r3779) Move CheckTunnelInWay() to a more appropriate place, invert its r... | tron |
2006-03-05 | (svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme | tron |
2006-02-06 | (svn r3564) Several smaller changes: | tron |
2006-02-05 | (svn r3554) Add accessors for the field type and fences of clear tiles | tron |
2006-02-01 | (svn r3515) Fix copy&pasto in r3514 | 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-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 |