Age | Commit message (Expand) | Author |
2006-03-13 | (svn r3853) - Fix a change of SetDParam64 to SetDParam in r3713 that caused s... | Darkvater |
2006-03-13 | (svn r3852) - Revert r3733 which fixed the default value loading for char, bu... | Darkvater |
2006-03-13 | (svn r3851) Rail depots only have an entrance at one side, therefore use Upda... | tron |
2006-03-13 | (svn r3849) Fix bug in r3846 | tron |
2006-03-13 | (svn r3846) Add functions to set the type of stuff (clear, water, rail, road)... | tron |
2006-03-13 | (svn r3838) Demystify building bridge middle parts a bit by removing some mag... | tron |
2006-03-12 | (svn r3837) Partially unmagicfy restoring the tiles when deleting a bridge | tron |
2006-03-12 | (svn r3832) Replace some magic numbers by (Diag)Direction enums | tron |
2006-03-12 | (svn r3831) Add and use GetRailDepotDirection() | tron |
2006-03-12 | (svn r3830) Move IsTunnelTile() from tile.h to tunnel_map.h and add IsTunnel(... | tron |
2006-03-12 | (svn r3829) Reduce the use of _error_message by directly returning error code... | tron |
2006-03-12 | (svn r3827) Remove the global variable _error_message_2, it's only used as lo... | tron |
2006-03-12 | (svn r3823) Remove dead code: A value for 'image' gets calculated and overwri... | tron |
2006-03-11 | (svn r3820) Be a bit more strict with types: use special types instead of gen... | tron |
2006-03-11 | (svn r3816) Use existing accessors | tron |
2006-03-10 | (svn r3814) Remove another call to FindLandscapeHeight() | tron |
2006-03-10 | (svn r3813) Simplify strange control flow | tron |
2006-03-10 | (svn r3812) Remove a pointless goto | tron |
2006-03-10 | (svn r3811) -Fix: [autoreplace]: (FS#67) autoreplacing trains now keep their ... | bjarni |
2006-03-10 | (svn r3809) - Add map accessor files to MS VS 2003 project file | peter1138 |
2006-03-09 | (svn r3805) - [FS#62] Fix doxygen comments to refer to the correct parameter.... | peter1138 |
2006-03-09 | (svn r3803) Change the second parameter of UpdateSignalsOnSegment() from Dire... | tron |
2006-03-08 | (svn r3802) * Add a dummy file in the scenario dir to make the makefile stop... | matthijs |
2006-03-08 | (svn r3801) * Update debian packaging files to the ones used for releasing 0... | matthijs |
2006-03-08 | (svn r3798) Fix typo in r3795 | tron |
2006-03-08 | (svn r3796) When unmagicfying code, do it Right(tm) and also give the variabl... | tron |
2006-03-08 | (svn r3795) Add a function to request the orientation of a depot | tron |
2006-03-08 | (svn r3794) Use already available accessor functions instead of GB() | tron |
2006-03-08 | (svn r3792) -Fix: Mark the right tile as dirty. It's just a graphical glitch ... | tron |
2006-03-08 | (svn r3791) Replace home grown direction handling for placing lighthouses by ... | tron |
2006-03-08 | (svn r3789) Add an enum and function to handle DiagDirection changes | tron |
2006-03-08 | (svn r3788) Fix (harmless) typo in r3784 | tron |
2006-03-08 | (svn r3787) Use DirToDiagDir() instead of >> 1 | tron |
2006-03-08 | (svn r3786) More work for DirDiff | tron |
2006-03-08 | (svn r3785) Replace some if-magic to determine the turning direction for road... | tron |
2006-03-08 | (svn r3784) Add a type and functions to handle direction changes | tron |
2006-03-08 | (svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio... | tron |
2006-03-07 | (svn r3779) Move CheckTunnelInWay() to a more appropriate place, invert its r... | tron |
2006-03-06 | (svn r3778) - Fix crash when resizing news history window. | peter1138 |
2006-03-06 | (svn r3777) Add some functions to handle tunnels | tron |
2006-03-06 | (svn r3776) Replace many ints and magic numbers by Direction, DiagDirection a... | tron |
2006-03-06 | (svn r3775) Fix loading of server_port from config file, introduced in Darkva... | peter1138 |
2006-03-06 | (svn r3774) Remove some more magic numbers and types | tron |
2006-03-06 | (svn r3773) Shove some semantics down ottd's throat by replacing ints and mag... | tron |
2006-03-05 | (svn r3770) Remove the _road_special_gettrackstatus hack. Egladil and me deem... | tron |
2006-03-05 | (svn r3769) Add a cast to make KUDr's C++ compiler happy | tron |
2006-03-05 | (svn r3767) Move all direction related enums and functions to a separate header | tron |
2006-03-05 | (svn r3766) Add a function to get the RoadBits from an arbitrary tile | tron |
2006-03-05 | (svn r3765) Fix some naming glitches in r3763 and add missing svn properties | tron |
2006-03-05 | (svn r3763) Adapt to the new 'map accessors go in foo_map.h'-scheme | tron |