summaryrefslogtreecommitdiff
path: root/station_cmd.c
AgeCommit message (Expand)Author
2005-05-30(svn r2387) - CodeChange: made the saveload code more readable and also remov...Darkvater
2005-05-30(svn r2382) - Fix: Check the airport type when building an airportDarkvater
2005-05-17(svn r2345) - Fix: Don't allow stuff to be renamed to nothing if we don't sup...Darkvater
2005-05-15(svn r2324) Introduce _cmd_text for passing strings with a command instead of...tron
2005-05-11(svn r2290) - CodeChange: protect the next batch of commands. This brings us ...Darkvater
2005-05-09(svn r2288) - CodeChange: protected the next batch of commands (41 so far, ou...Darkvater
2005-05-09(svn r2286) - CodeChange: paramcheck the next batch of commands.Darkvater
2005-05-09(svn r2285) - Codechange: Fix up some of the missing things from server-check...Darkvater
2005-05-07(svn r2279) - Fix: Check the parameters of the first 10 Commands. While there...Darkvater
2005-05-07(svn r2278) When renaming a station, check if the station exists and belongs ...tron
2005-05-02(svn r2255) - Fix: [ 9680363 ] [NPF] Broken buoy handling for shipsmatthijs
2005-04-16(svn r2210) - Fix: When a road-station is deleted, also delete the assigned s...Darkvater
2005-04-12(svn r2189) Introduce and use IsCompatibleTrainStationTile()tron
2005-04-10(svn r2176) Revise CheckOprhanedSlot():tron
2005-04-08(svn r2168) - Fix: Various stages of invisible trains, and wrong v->u.rail.tr...Darkvater
2005-03-28(svn r2097) -Codechange: [Multistop] Prettified the previous commitcelestar
2005-03-28(svn r2096) -Codechange: [Multistop] Modfied some debug stuffcelestar
2005-03-25(svn r2055) -CodeChange: Begun introducting StationIDcelestar
2005-03-19(svn r2031) -Fix: Station #256 now gets cargo delivered as wellcelestar
2005-03-15(svn r2011) - Fix: [ 1162209 ] Fix OS/2 build (orudge) #2darkvater
2005-03-10(svn r1981) Typedef some structs and enumstron
2005-03-09(svn r1976) Cleanups - mostly indentation and fiddling with loopstron
2005-03-08(svn r1961) - Fix: [ 1158618 ] Segmentation fault when loading savegame, out ...Darkvater
2005-03-08(svn r1958) GenerateStationName() tidyup.pasky
2005-03-05(svn r1928) Miscellaneous cleanups (data types, whitespace, const correctness)tron
2005-03-05(svn r1927) Replace implementation of UpdateStationAcceptance(). The new one ...tron
2005-03-03(svn r1921) -Fix: Out of bounds array access which caused oil rigs to accept ...tron
2005-02-13(svn r1872) -Fix: Fixed an inline problem which caused MSVC6 to not compile :/celestar
2005-02-13(svn r1867) Include tables/sprites.h only in files which need ittron
2005-02-07(svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more ex...tron
2005-02-06(svn r1832) Next byte -> char iteration: custom namestron
2005-02-06(svn r1818) -Add: Dynamic orders (up to 64k orders)truelight
2005-02-06(svn r1817) -Codechange: Moved depot-functions to depot.ctruelight
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-02-05(svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debuggingcelestar
2005-02-04(svn r1789) -Fix: there is no need to save the index, it is done for ustruelight
2005-02-04(svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadst...truelight
2005-02-03(svn r1776) -Add: Dynamic stations. You can now have up to 64k of stationstruelight
2005-02-02(svn r1770) -Fix: Hopefully last pieces of code that are containing a station-idtruelight
2005-02-02(svn r1769) Don't compute the same value twice, remove one function calltron
2005-01-31(svn r1751) - Feature: New PathFinder (NPF).matthijs
2005-01-31(svn r1749) Move the functions which calculate distances to map.[ch] and give...tron
2005-01-30(svn r1743) -Fix: Multistop: Added some debug output and made sure that orpha...celestar
2005-01-30(svn r1735) -Fix: [ 1112285 ] Fixed an assertion error with stations where stopscelestar
2005-01-29(svn r1721) -Feature: It is now possible to build multiple road stations (up ...celestar
2005-01-29(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType...tron
2005-01-29(svn r1713) Split off several functions which query/set information about a s...tron
2005-01-27(svn r1694) -Fix: Forgot to remove a DEBUG statement :(celestar
2005-01-27(svn r1693) -Fix: [ 1108618 ] A wrong error message was displayed when trying toCelestar
2005-01-25(svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and ad...tron