Age | Commit message (Expand) | Author |
2006-11-17 | (svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option ... | KUDr |
2006-11-16 | (svn r7174) -CodeChange: CheckStationSpreadOut() now uses MergePoint() for bo... | KUDr |
2006-11-16 | (svn r7169) -Fix: [FS#388] Station sign (and base station coordinates) didn't... | KUDr |
2006-10-28 | (svn r6985) Remove stuff forgotten in r6984 | tron |
2006-10-28 | (svn r6984) Use the pool macros for the RoadStop pool | tron |
2006-10-28 | (svn r6983) Use the pool macros for the Station pool | tron |
2006-10-21 | (svn r6881) -Fix r6874: uint > int to remove signedness warning MSVC (peter1138) | Darkvater |
2006-10-21 | (svn r6874) - [NewStations] Mark all tiles of a railway station dirty when ad... | peter1138 |
2006-10-18 | (svn r6823) - Codechange: Ignore bit 0 of a NewStation custom tile callback r... | peter1138 |
2006-10-17 | (svn r6803) -Codechange: Substitute magic numbers by an enum for the news win... | Darkvater |
2006-10-14 | (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a Playe... | Darkvater |
2006-10-14 | (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPE... | Darkvater |
2006-09-26 | (svn r6513) -Codechange: unified the code to draw depot windows | bjarni |
2006-09-18 | (svn r6477) - Fix a loop-hole that allowed docks to be built regardless of to... | peter1138 |
2006-09-05 | (svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it... | Darkvater |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-09-03 | (svn r6355) -Fix: Go to hangar orders for aircraft could get spuriously remov... | tron |
2006-09-03 | (svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l... | tron |
2006-08-31 | (svn r6252) Replace a comglomerate of ifs for animated station tiles by a sma... | tron |
2006-08-28 | (svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {... | rubidium |
2006-08-26 | (svn r6152) -Codechange: renamed GetNumRoadStops to GetNumRoadStopsInStation ... | truelight |
2006-08-26 | (svn r6151) -Codechange: DeleteStation/DeleteRoadStop removes a station/RoadS... | truelight |
2006-08-26 | (svn r6150) -Codechange: introduced and used RoadStopID where needed | truelight |
2006-08-26 | (svn r6146) -Fix: MSVC doesn't know how to cast to an union.. so fix it via a... | truelight |
2006-08-26 | (svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore) | truelight |
2006-08-22 | (svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (... | truelight |
2006-08-22 | (svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID | truelight |
2006-08-22 | (svn r6052) -Codechange: change OrderType (order->type) in a typedef | truelight |
2006-08-22 | (svn r6049) -Codechange: forgot EngineRenew in r6047 | truelight |
2006-08-22 | (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva... | truelight |
2006-08-22 | (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit... | rubidium |
2006-08-20 | (svn r5999) -Feature: change the original date format to a 32 bits format bas... | rubidium |
2006-08-14 | (svn r5887) -Cleanup: move date related functions, defines and variables to d... | rubidium |
2006-08-06 | (svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst... | tron |
2006-08-06 | (svn r5787) Rename width, height and unk of struct DrawTileSeqStruct to size_... | tron |
2006-08-05 | (svn r5773) Clarify why the owner is checked before a palette is chosen when ... | tron |
2006-07-26 | (svn r5615) Move GetStationTileForVehicle() to its only user | tron |
2006-07-22 | (svn r5582) Add and use AxisToTrack{Bits,}() | tron |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-25 | (svn r5362) - Fix: Updated sprites in New Airports to be allow cleaner replac... | richk |
2006-06-23 | (svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters. | richk |
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-06-01 | (svn r5063) -Codechange: Add a function to determine the length of a platform... | celestar |
2006-05-27 | (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous su... | KUDr |
2006-05-21 | (svn r4940) Remove the dubious feature of remembering the last built depot. I... | tron |
2006-05-21 | (svn r4938) Remove STATION_HANGAR, because it isn't really a station type of ... | tron |
2006-05-20 | (svn r4918) Move the information about the size of airports from an global ar... | tron |
2006-05-19 | (svn r4915) - Fix: SLE_UINT8 replaced by SLE_BOOL for bool variables (found b... | KUDr |