Commit Graph

24 Commits (3d01010440440cfbffd1e5d3b0cf1f23f0503a76)

Author SHA1 Message Date
belugas a102163239 (svn r4902) Newgrf : Introduction of the newgrf_cargo files.
Clearing engine and newgrf_engine from cargo related structures.
Apart from moving stuff cargo related, there is nothing really newcargo for now.
18 years ago
peter1138 282b76a0b3 (svn r4901) - Codechange: change 'SpriteGroup *' to 'struct SpriteGroup *' within StationSpec and GRFFile struct declarations. Now only code which actually references those pointers needs to know about the SpriteGroup struct. Remove some unnecessary lingering header dependencies. 18 years ago
glx cd3c141336 (svn r4785) - Newstations: don't draw catenary on non-track tiles 18 years ago
peter1138 5c3887cdb4 (svn r4772) - Newstations: when allocating a custom station (via action 0x03) check if the station has already been allocated. (Fixes duplicate waypoints in newstatsw in non-temperate climate) 18 years ago
peter1138 31a54a6835 (svn r4767) - Newstations: fix loading / use of custom ground sprites 18 years ago
peter1138 15640ca7da (svn r4761) - Newstations: support platform information in variable 10 (callback parameter 1) when building a station 18 years ago
peter1138 0597c35fc1 (svn r4759) - Newstations: increase the number of station classes from 16 to 32. 16 was an arbitrary limit, 32 is the limit for dropdown lists... 18 years ago
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 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 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 b4a254cd43 (svn r4722) - Newstations: release station sprite layout data when uninitializing NewGRF data. 18 years ago
peter1138 d039d332ec (svn r4613) - NewGRF: fix two struct declarations 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 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 2766728629 (svn r4452) - NewGRF: switch to unsigned ints for array indices. 18 years ago
peter1138 96e794be2d (svn r4356) - NewGRF: Load more newstation properties. 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