Age | Commit message (Expand) | Author |
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 |
2006-03-04 | (svn r3761) Fix two bugs in r3757 | tron |
2006-03-04 | (svn r3760) Replace some magic numbers for checking for a suitable slope for ... | tron |
2006-03-04 | (svn r3759) -Fix: [OSX] don't set CC_HOST to i686 gcc when compiling universa... | bjarni |
2006-03-04 | (svn r3758) Remove the news validation callback. It is superseded by r3757. | tron |
2006-03-04 | (svn r3757) -Feature: Delete news items about vehicles, when they get stale | tron |
2006-03-03 | (svn r3754) Miscellaneous changes: indentation, reduce variable scope, constn... | tron |
2006-03-03 | (svn r3752) FYOS avoid to cast function pointers | tron |
2006-03-03 | (svn r3751) -Fix: Correctly implement minimum search, so road vehicles head t... | tron |
2006-03-03 | (svn r3750) Use INVALID_STATION instead of -1 in NPF | tron |
2006-03-03 | (svn r3749) -Fix: [FS#61] The tooltips for raising and lowering land buttons ... | tron |
2006-03-03 | (svn r3748) Remove bubblesort(), it's unused | tron |
2006-03-03 | (svn r3747) Change HASBIT() to return 0/1 instead of 0/value of tested bit, b... | tron |
2006-03-03 | (svn r3746) - [7/7] Moving the callback functions for the setting-changes fro... | Darkvater |