station_cmd.c
Sat, 04 Jun 2005 11:56:32 +0000 tron (svn r2407) Use {Get,Is}TileOwner to get/check the owner of a tile and fix some bogus reads of _map_owner
Thu, 02 Jun 2005 19:30:21 +0000 Darkvater (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files.
Mon, 30 May 2005 22:16:05 +0000 Darkvater (svn r2387) - CodeChange: made the saveload code more readable and also removed the 'byte' saveload arrays which means you can save an array of more than 255 elements, or bigger structs than 255 bytes. This doesn't yet solve the problem that a chunk can be a maximum of 16384 big.
Mon, 30 May 2005 13:35:39 +0000 Darkvater (svn r2382) - Fix: Check the airport type when building an airport
Tue, 17 May 2005 20:58:58 +0000 Darkvater (svn r2345) - Fix: Don't allow stuff to be renamed to nothing if we don't support it. Only valid ones are signs (delete) and waypoints (rename to default).
Sun, 15 May 2005 18:50:55 +0000 tron (svn r2324) Introduce _cmd_text for passing strings with a command instead of abusing _decode_parameters as text buffer. This should prevent several possible buffer overruns and is a bit cleaner to use. As bonus it reduces the size of most command packets by 79 bytes.
Wed, 11 May 2005 00:00:27 +0000 Darkvater (svn r2290) - CodeChange: protect the next batch of commands. This brings us to a total of 61, which is 53% :)
Mon, 09 May 2005 22:33:00 +0000 Darkvater (svn r2288) - CodeChange: protected the next batch of commands (41 so far, out of 115).
Mon, 09 May 2005 16:37:40 +0000 Darkvater (svn r2286) - CodeChange: paramcheck the next batch of commands.
Mon, 09 May 2005 13:26:15 +0000 Darkvater (svn r2285) - Codechange: Fix up some of the missing things from server-checking; namely bridge-type, bridge-length, dragged end-tile (bridge/station), station_spread
Sat, 07 May 2005 10:26:12 +0000 Darkvater (svn r2279) - Fix: Check the parameters of the first 10 Commands. While there also add proper comments for the functions and fix up CmdFailed()
Sat, 07 May 2005 08:14:06 +0000 tron (svn r2278) When renaming a station, check if the station exists and belongs to the correct player
Mon, 02 May 2005 22:13:20 +0000 matthijs (svn r2255) - Fix: [ 9680363 ] [NPF] Broken buoy handling for ships
Sat, 16 Apr 2005 20:10:24 +0000 Darkvater (svn r2210) - Fix: When a road-station is deleted, also delete the assigned slots of all vehicles headed to that station. This fixes an assertion, thanks go to Tron for finding the cause.
Tue, 12 Apr 2005 10:31:26 +0000 tron (svn r2189) Introduce and use IsCompatibleTrainStationTile()
Sun, 10 Apr 2005 20:48:43 +0000 tron (svn r2176) Revise CheckOprhanedSlot():
Fri, 08 Apr 2005 22:44:06 +0000 Darkvater (svn r2168) - Fix: Various stages of invisible trains, and wrong v->u.rail.track combinations. When a vehicle was sold its (possibly) assigned road slot for multislot was not cleared, thus resulting in a bug confusion. This should fix [ 1178520 ] Assertion failure in ai.c (invalid v->u.rail.track). With big thanks to TrueLight for the demo-recording patch, BJH for the wonderful savegame, Hackykid for his brilliant suggestions of the problem and Celestar for... ehm, making it all possible ;p
Mon, 28 Mar 2005 08:17:35 +0000 celestar (svn r2097) -Codechange: [Multistop] Prettified the previous commit
Mon, 28 Mar 2005 08:12:21 +0000 celestar (svn r2096) -Codechange: [Multistop] Modfied some debug stuff
Fri, 25 Mar 2005 10:40:58 +0000 celestar (svn r2055) -CodeChange: Begun introducting StationID
Sat, 19 Mar 2005 23:17:59 +0000 celestar (svn r2031) -Fix: Station #256 now gets cargo delivered as well
Tue, 15 Mar 2005 12:21:59 +0000 darkvater (svn r2011) - Fix: [ 1162209 ] Fix OS/2 build (orudge) #2
Thu, 10 Mar 2005 07:01:43 +0000 tron (svn r1981) Typedef some structs and enums
Wed, 09 Mar 2005 19:09:04 +0000 tron (svn r1976) Cleanups - mostly indentation and fiddling with loops
Tue, 08 Mar 2005 17:32:34 +0000 Darkvater (svn r1961) - Fix: [ 1158618 ] Segmentation fault when loading savegame, out of bounds array check.
Tue, 08 Mar 2005 00:26:30 +0000 pasky (svn r1958) GenerateStationName() tidyup.
Sat, 05 Mar 2005 18:44:26 +0000 tron (svn r1928) Miscellaneous cleanups (data types, whitespace, const correctness)
Sat, 05 Mar 2005 17:41:51 +0000 tron (svn r1927) Replace implementation of UpdateStationAcceptance(). The new one doesn't malloc() and calculates the station area in one pass instead of 3
Thu, 03 Mar 2005 19:54:46 +0000 tron (svn r1921) -Fix: Out of bounds array access which caused oil rigs to accept other cargo types besides passengers and mail
Sun, 13 Feb 2005 21:51:47 +0000 celestar (svn r1872) -Fix: Fixed an inline problem which caused MSVC6 to not compile :/
Sun, 13 Feb 2005 11:18:02 +0000 tron (svn r1867) Include tables/sprites.h only in files which need it
Mon, 07 Feb 2005 10:41:45 +0000 tron (svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more explicit types as parameters
Sun, 06 Feb 2005 20:53:31 +0000 tron (svn r1832) Next byte -> char iteration: custom names
Sun, 06 Feb 2005 10:24:57 +0000 truelight (svn r1818) -Add: Dynamic orders (up to 64k orders)
Sun, 06 Feb 2005 10:18:47 +0000 truelight (svn r1817) -Codechange: Moved depot-functions to depot.c
Sat, 05 Feb 2005 15:58:59 +0000 tron (svn r1803) Move debugging stuff into files of it's own
Sat, 05 Feb 2005 12:10:09 +0000 celestar (svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging
Fri, 04 Feb 2005 15:39:10 +0000 truelight (svn r1789) -Fix: there is no need to save the index, it is done for us
Fri, 04 Feb 2005 15:31:30 +0000 truelight (svn r1788) -Add: Made RoadStops dynamic. You can now create up to 64k roadstops.
Thu, 03 Feb 2005 17:22:35 +0000 truelight (svn r1776) -Add: Dynamic stations. You can now have up to 64k of stations
Wed, 02 Feb 2005 16:16:43 +0000 truelight (svn r1770) -Fix: Hopefully last pieces of code that are containing a station-id
Wed, 02 Feb 2005 15:45:53 +0000 tron (svn r1769) Don't compute the same value twice, remove one function call
Mon, 31 Jan 2005 11:23:10 +0000 matthijs (svn r1751) - Feature: New PathFinder (NPF).
Mon, 31 Jan 2005 07:23:15 +0000 tron (svn r1749) Move the functions which calculate distances to map.[ch] and give the more meaningful names
Sun, 30 Jan 2005 22:04:14 +0000 celestar (svn r1743) -Fix: Multistop: Added some debug output and made sure that orphaned slots are cleared.
Sun, 30 Jan 2005 17:46:57 +0000 celestar (svn r1735) -Fix: [ 1112285 ] Fixed an assertion error with stations where stops
Sat, 29 Jan 2005 19:41:44 +0000 celestar (svn r1721) -Feature: It is now possible to build multiple road stations (up to 8) on
Sat, 29 Jan 2005 15:12:40 +0000 tron (svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType() instead of plain int.
Sat, 29 Jan 2005 12:19:05 +0000 tron (svn r1713) Split off several functions which query/set information about a single tile from map.h and put them into a seperate file tile.h
Thu, 27 Jan 2005 11:25:32 +0000 celestar (svn r1694) -Fix: Forgot to remove a DEBUG statement :(
Thu, 27 Jan 2005 09:43:24 +0000 Celestar (svn r1693) -Fix: [ 1108618 ] A wrong error message was displayed when trying to
Tue, 25 Jan 2005 21:43:57 +0000 tron (svn r1676) Increase the size of TileIndex and TileIndexDiff to 32bits and adapt the save/load data and some other parts of the code to that change
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Thu, 20 Jan 2005 22:19:34 +0000 dominik (svn r1579) Fix: [ 1105963 ] Buoys can now only be removed if no ship has it in their schedule.
Wed, 19 Jan 2005 19:15:03 +0000 bjarni (svn r1568) made an enum of train subtypes to make the code more readable
Tue, 18 Jan 2005 18:41:56 +0000 tron (svn r1560) Introduce SetTileType() and SetTileHeight()
Sun, 16 Jan 2005 11:24:58 +0000 tron (svn r1536) Move GET_TILEHEIGHT, GET_TILETYPE and IS_TILETYPE to map.h, turn them into inline functions and add some asserts
Sun, 16 Jan 2005 09:51:56 +0000 tron (svn r1533) Turn an if cascade into a switch and move a const array to the only location where it is used
Sat, 15 Jan 2005 19:06:22 +0000 truelight (svn r1525) -Codechange: rewrote the _order_array, now it can be made dynamic.
Fri, 14 Jan 2005 21:58:48 +0000 tron (svn r1512) Replace probably incorrect test of loading_count with probably correct test of loaded_count