station_cmd.c
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
Mon, 10 Jan 2005 21:52:35 +0000 darkvater (svn r1472) -Fix: correct error message for when trying to build a railroad station over a bus/truck/etc-station.
Mon, 10 Jan 2005 16:35:20 +0000 Celestar (svn r1467) Fixed a nasty bug where one could build one station OVER the other
Sun, 09 Jan 2005 10:04:30 +0000 celestar (svn r1441) Fixed a couple of warnings, and removed a pointless assert
Fri, 07 Jan 2005 17:02:43 +0000 tron (svn r1414) Move TileIndex, TILE_MASK and GET_TILE_[XY] to map.h and turn the latter into inline functions names Tile[XY]
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
Thu, 06 Jan 2005 11:39:00 +0000 tron (svn r1396) Introduce TileIndexDiffC - the compile time version of TileIndexDiff
Wed, 05 Jan 2005 13:32:03 +0000 tron (svn r1386) Move TileIndexDiff to map.h
Tue, 04 Jan 2005 17:11:03 +0000 darkvater (svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly. Was the result of the cost getting reset in a recursive call of docommand. That is fixed. In addition all cost-commands are typed explicitely. Please do not forget to do so or your costs will be credited to construction if you are unlucky.
Mon, 03 Jan 2005 18:59:58 +0000 tron (svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) instead of TILES_[XY]
Mon, 03 Jan 2005 12:56:22 +0000 tron (svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TILE_MAX_[XY]
Mon, 03 Jan 2005 08:33:04 +0000 tron (svn r1328) Turn loop with explicit terminator element into loop using endof()
Tue, 28 Dec 2004 11:51:31 +0000 truelight (svn r1288) -Codechange: changed _map2 to an uint16. It is still saved and loaded as
Tue, 21 Dec 2004 23:27:58 +0000 darkvater (svn r1211) -Feature: Introduce sticky windows to all vehicle windows...Just make sure you do not sticky more than 23 at a time. Also a lot of places in the code invalidated the 'status bar' of the vehicle, referring to it as widget 4. This is now widget 5 and has been #definitized
Sat, 18 Dec 2004 18:19:49 +0000 tron (svn r1161) Don't make redundant GetAirport() calls, use the cached value
Sat, 18 Dec 2004 13:38:27 +0000 truelight (svn r1153) -Fix: FindCatchmentRadius is now a function that uses the enums instead
Sat, 18 Dec 2004 12:46:29 +0000 tron (svn r1151) Fix last commit |:
Sat, 18 Dec 2004 12:40:34 +0000 tron (svn r1150) Fixes:
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Sat, 11 Dec 2004 12:12:51 +0000 Celestar (svn r1017) Solved a Segfault if a station was built too close to the northern corner
Wed, 08 Dec 2004 15:46:13 +0000 Celestar (svn r979) Allow more realistically sized catchment areas
Sun, 05 Dec 2004 12:43:04 +0000 tron (svn r955) Replace uint16 for orders with struct Order
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Fri, 03 Dec 2004 07:43:00 +0000 tron (svn r907) Sprinkle holy ANSI water:
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.