Commit Graph

23 Commits (24854be59e4150d08b3797c775b2cdcafcd73791)

Author SHA1 Message Date
peter1138 6e2b98b060 (svn r4758) - Newstations: add support for 'blocked' station tiles, which no train can pass. 18 years ago
peter1138 10992deeb3 (svn r4757) - Newstations: add saveload support for custom station speclists 18 years ago
peter1138 a7a194c4df (svn r4755) - Newstations: add a gui station tile drawing routine and use it in place of the existing one for waypoints. 18 years ago
peter1138 e63634d332 (svn r4749) - Newstations: add snowline support to variable 42. 18 years ago
peter1138 0197d7d683 (svn r4747) - Newstations: implement support for variables 40, 41, 46, 47 and 49. 18 years ago
KUDr 1512d86e35 (svn r4746) - Fix: VC shows warning in newgrf_station.c:211 and complains about missing sprite.c 18 years ago
peter1138 34668ff09d (svn r4740) - Newstations: add function to evaluate station callbacks 18 years ago
peter1138 4963eb80b7 (svn r4739) - Newstations: remove cargo type parameter of GetCustomStationRelocation() as we can determine it internally 18 years ago
peter1138 a55ac6efac (svn r4738) - Newstations: attach all sprite group cargo types, not just the default and purchase pseudo types, to a station spec. 18 years ago
peter1138 0a16393ffe (svn r4737) - Newstations: 'real' groups picked the wrong set of loading or loaded sprites 18 years ago
peter1138 263281ef82 (svn r4736) - Newstations: use the correct value for PBS status (No PBS) 18 years ago
peter1138 d8ea65dc82 (svn r4734) - Newstations: add more variables and fix a division by zero. 18 years ago
peter1138 fe6801bb57 (svn r4729) - Newstations: replace old station resolver with new resolver code (as has happened for vehicles) 18 years ago
peter1138 be5744ae50 (svn r4723) - Newstations: add TileIndex parameter to station resolver. 18 years ago
peter1138 102ca98c1c (svn r4707) - NewGRF: minor code duffage; return early and less indentation. 18 years ago
belugas 187013b6a3 (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
This is following the same scheme as for IndustrySpec
18 years ago
peter1138 2f01c7d990 (svn r4583) - NewGRF: Revamp sprite group loading to support advanced varadjusts and variable size. These are not yet processed, however. 18 years ago
peter1138 70bd867d71 (svn r4551) - NewGRF: add string handling for newstations. 18 years ago
peter1138 fe6dadad7b (svn r4484) - Newstations: Use StringIDs instead of char*s to reference our custom names. 18 years ago
peter1138 de84d6338d (svn r4473) - Newstations:
- Alter parameters of CMD_BUILD_RAILROAD_STATION to accept a custom station class and id.
  - Add a dynamically allocated list of custom stations that the SpecIndex (m4) references.
18 years ago
peter1138 71b530dfe2 (svn r4459) - Newstations: check pointer for NULL before using it. 18 years ago
peter1138 05d7d046c7 (svn r3530) - NewGRF: Move station resolver to newgrf_station 19 years ago
peter1138 ea4c5bbd2d (svn r3525) - Rename station_newgrf.[ch] to newgrf_station.[ch], and update project files. 19 years ago