Age | Commit message (Expand) | Author |
2007-03-24 | (svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functi... | celestar |
2007-03-22 | (svn r9400) -Codechange: Use some more representative enum names for landscap... | belugas |
2007-03-21 | (svn r9388) -Codechange: variable scope and type, and standardify all CargoID... | peter1138 |
2007-03-18 | (svn r9301) -Codechange: Use cargo class to determine if a road vehicle can s... | peter1138 |
2007-03-14 | (svn r9178) -Fix (r7573) [FS#679]: Don't allow building docks or buoys under ... | maedhros |
2007-03-13 | (svn r9147) -Fix (r1770, r8161): when loadin games, enroute_from and enroute_... | peter1138 |
2007-03-09 | (svn r9076) -Fix [FS#529]: the intercontinental airport used 'T-junction' run... | rubidium |
2007-03-08 | (svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, ... | truelight |
2007-03-08 | (svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod... | rubidium |
2007-03-07 | (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {}; | rubidium |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium |
2007-03-03 | (svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing t... | belugas |
2007-03-02 | (svn r8978) -Feature: Rewrite of transfer system. | richk |
2007-02-24 | (svn r8876) -Fix | tron |
2007-02-24 | (svn r8875) -Fix | tron |
2007-02-23 | (svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp file... | belugas |
2007-02-23 | (svn r8852) -Fix (r8735): make the dynamite tool for drive through road stops... | rubidium |
2007-02-23 | (svn r8851) -Fix [FS#643] (r8735): crash on removing town owned roads outside... | rubidium |
2007-02-22 | (svn r8841) -Fix | tron |
2007-02-21 | (svn r8833) -Fix | tron |
2007-02-21 | (svn r8828) -Fix | tron |
2007-02-20 | (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str... | peter1138 |
2007-02-20 | (svn r8822) -Fix | tron |
2007-02-19 | (svn r8809) -Fix (r8715): accidentally removed a part of an expression. | rubidium |
2007-02-18 | (svn r8800) -Fix | tron |
2007-02-18 | (svn r8799) -Fix | tron |
2007-02-18 | (svn r8797) -Fix (8741): the 'drive through station built on town owned road'... | rubidium |
2007-02-18 | (svn r8796) -Fix | tron |
2007-02-18 | (svn r8794) -Fix | tron |
2007-02-17 | (svn r8782) -Fix | tron |
2007-02-17 | (svn r8781) -Fix | tron |
2007-02-17 | (svn r8779) -Fix | tron |
2007-02-17 | (svn r8767) -Fix | tron |
2007-02-16 | (svn r8765) -Codechange: remove logic redundancy by moving it from the gui in... | rubidium |
2007-02-16 | (svn r8755) -Fix | tron |
2007-02-14 | (svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more robust... | rubidium |
2007-02-14 | (svn r8735) -Feature: drive-through road stops made possible by the hard work... | rubidium |
2007-02-13 | (svn r8715) -Codechange/cleanup: replace magic numbers related to state of ro... | rubidium |
2007-02-13 | (svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into Get... | celestar |
2007-02-13 | (svn r8707) -Codechange: Turn IsValidStation into a method of Station | celestar |
2007-02-13 | (svn r8705) -Codechange: Increased the number of airport blocks to 64. This i... | celestar |
2007-02-13 | (svn r8698) -Codechange: enumify the returns of VehicleEnterTile | rubidium |
2007-02-13 | (svn r8694) -Codechange: make RoadStop's status accessible via accessor funct... | rubidium |
2007-02-08 | (svn r8635) -Fix: draw canal edges under buoys that are in a canal. | rubidium |
2007-02-07 | (svn r8619) -Fix: store the ownership of a water tile in the buoy tile and se... | rubidium |
2007-02-02 | (svn r8540) -Fix[YAPF]: Assert when buoy is placed on NE or NW map edge (Dan) | KUDr |
2007-02-02 | (svn r8539) -Fix | tron |
2007-02-02 | (svn r8531) -Fix | tron |
2007-02-02 | (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming con... | celestar |
2007-02-01 | (svn r8514) -Codechange: Turn IsBuoy into a method of stations | celestar |