Age | Commit message (Expand) | Author |
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 |
2006-05-11 | (svn r4822) -Feature: Station List View can now be sorted and filtered (by wa... | celestar |
2006-05-08 | (svn r4785) - Newstations: don't draw catenary on non-track tiles | glx |
2006-05-08 | (svn r4780) - Newstations: when building using a dynamic layout, add the stat... | peter1138 |
2006-05-07 | (svn r4767) - Newstations: fix loading / use of custom ground sprites | peter1138 |
2006-05-06 | (svn r4763) - Newstations: revert r4762, instead map bit the palette modifier... | peter1138 |
2006-05-06 | (svn r4762) - Newstations: make child sprites transparent. | peter1138 |
2006-05-06 | (svn r4761) - Newstations: support platform information in variable 10 (callb... | peter1138 |
2006-05-06 | (svn r4758) - Newstations: add support for 'blocked' station tiles, which no ... | peter1138 |
2006-05-06 | (svn r4757) - Newstations: add saveload support for custom station speclists | peter1138 |
2006-05-06 | (svn r4754) - Newstations: expose default station display data via a function... | peter1138 |
2006-05-04 | (svn r4742) - Newstations: Add callbacks for building and drawing custom stat... | peter1138 |
2006-05-04 | (svn r4739) - Newstations: remove cargo type parameter of GetCustomStationRel... | peter1138 |
2006-05-03 | (svn r4724) - Newstations: Add per-tile random data for station tiles. | peter1138 |
2006-05-03 | (svn r4723) - Newstations: add TileIndex parameter to station resolver. | peter1138 |
2006-05-03 | (svn r4719) - Newstations: instead of drawing nothing, fall back to the defau... | peter1138 |
2006-05-01 | (svn r4640) - Add: IsValidDiagDirection, IsValidDirection and IsValidAxis fu... | matthijs |
2006-04-29 | (svn r4619) -Codechange: Rename FindRoadStationSpot into FindRoadStopSpot and... | celestar |
2006-04-28 | (svn r4612) - NewStations: add random bits (for graphic variation) to stations | peter1138 |
2006-04-28 | (svn r4602) - Fix: an assertion triggered when building a station near the s... | glx |
2006-04-27 | (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec. | belugas |
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-22 | (svn r4529) - Codechange: Use proper naming for hex numbers in debug prints e... | Darkvater |
2006-04-19 | (svn r4473) - Newstations: | peter1138 |
2006-04-18 | (svn r4471) - Pools: Add a facility for calling a custom function during pool... | peter1138 |
2006-04-18 | (svn r4466) -Fix: (FS#71) Game no longer crashes when the last vehicle servin... | celestar |
2006-04-17 | (svn r4462) - Newstations: ensure the chosen tile layout is available from a ... | peter1138 |
2006-04-17 | (svn r4460) - Newstations: remove unused class_id / stat_id variables from the | peter1138 |
2006-04-16 | (svn r4450) - NewStations, rename *CustomStationSprite() to *CustomStationSpe... | peter1138 |
2006-04-15 | (svn r4426) Code Cleaning : replacing tabs with spaces, removing obvious comm... | belugas |
2006-04-15 | (svn r4425) Fix bug introduced in r4411 : while IS_BYTE_INSIDE, max value is ... | belugas |