Wed, 02 Feb 2005 17:30:29 +0000 truelight (svn r1771) -Add: Industries are now dynamic (up to 64k industries). Generating
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
Wed, 02 Feb 2005 14:17:13 +0000 celestar (svn r1768) -Codechange: Store town index in _map2 of town tiles
Tue, 01 Feb 2005 22:17:38 +0000 bjarni (svn r1767) fixed mixed declarations and code in last commit (oops)
Tue, 01 Feb 2005 22:04:53 +0000 bjarni (svn r1766) - Feature: Aircrafts will now go to the nearest hangar if the next airport in the orders do not have one (helipads)
Tue, 01 Feb 2005 18:46:49 +0000 truelight (svn r1765) -Fix: on loading, the total amount of towns wasn't reset to zero
Tue, 01 Feb 2005 18:32:01 +0000 truelight (svn r1764) -Add: dynamic towns, you can now have up to 64k towns (let me know when
Tue, 01 Feb 2005 18:30:11 +0000 truelight (svn r1763) -Add: pool.c / pool.h: generalized routines for dynamic arrays (MemoryPools)
Tue, 01 Feb 2005 17:48:20 +0000 truelight (svn r1762) -Codechange: renamed 'MemoryPool' to 'SettingsMemoryPool' (we need
Tue, 01 Feb 2005 16:57:16 +0000 tron (svn r1761) Don't set CC and CXX
Tue, 01 Feb 2005 09:47:18 +0000 celestar (svn r1760) -Fix: [ 1113399 ] Game no longer crashes when right-clicking a disabled Full Load button
Tue, 01 Feb 2005 09:36:07 +0000 miham (svn r1759) Daily/Weekly/Monthly langfile updates
Tue, 01 Feb 2005 05:28:18 +0000 tron (svn r1758) Replace `` with $(shell), because the latter is only evaluated once instead of over and over again
Mon, 31 Jan 2005 22:17:15 +0000 tron (svn r1757) Stop the new AI from trying to build its HQ on non-existent tiles
Mon, 31 Jan 2005 21:57:05 +0000 tron (svn r1756) Cleanup: if cascade -> switch, uint -> TileIndex
Mon, 31 Jan 2005 19:22:44 +0000 tron (svn r1755) Trim trailing whitespace
Mon, 31 Jan 2005 12:04:40 +0000 darkvater (svn r1754) - Fix: you can once again load newgrf files with lots of sprites. Index wasn't reset in second run, thus counting them double.
Mon, 31 Jan 2005 11:36:16 +0000 darkvater (svn r1753) - Fix: [ 1113037 ] crash when accessing hi-scores in editor, it is now disabled.
Mon, 31 Jan 2005 11:33:21 +0000 darkvater (svn r1752) - Fix: MSVC acting up once again, as well as project file updates for the missing files.
Mon, 31 Jan 2005 11:23:10 +0000 matthijs (svn r1751) - Feature: New PathFinder (NPF).
Mon, 31 Jan 2005 11:03:23 +0000 darkvater (svn r1750) - Feature: [ 1093261 ] Saving vehicle sorting criteria for each vehicle type (bociusz)
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
Mon, 31 Jan 2005 06:46:53 +0000 tron (svn r1748) Enforce map size limits
Mon, 31 Jan 2005 00:12:44 +0000 darkvater (svn r1747) - Fix: [network] ottd should compile when networking is disabled.
Sun, 30 Jan 2005 23:41:57 +0000 darkvater (svn r1746) - Feature: [GUI] [ 1107690 ] Resizable orders GUI (nzhook)
Sun, 30 Jan 2005 23:04:41 +0000 tron (svn r1745) Use -fno-inline when DEBUGing
Sun, 30 Jan 2005 23:03:31 +0000 tron (svn r1744) DEBUG and PROFILE can be used at the same time.
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 21:06:09 +0000 bjarni (svn r1742) - Fix: fixed bug introduced in r1730 where AI players had problems when building aircrafts
Sun, 30 Jan 2005 20:50:06 +0000 bjarni (svn r1741) - Fix: added IsVehicleIndex() so it's possible to protect GetVehicle() from reading an invalid vehicle index
Sun, 30 Jan 2005 19:51:39 +0000 celestar (svn r1740) -Fix: [ 1112342 ] Realistic acceleration works properly with TTDPatch non-stop handling behaviour
Sun, 30 Jan 2005 18:51:08 +0000 darkvater (svn r1739) - Fix: type checking when selling vehicles (TrueLight)
Sun, 30 Jan 2005 18:40:52 +0000 celestar (svn r1738) -Fix: [ 1108735 ] Fixed (hopefully) an assertion that was cause by selling carriages in a MP game faster than the network can handle. (Truelight)
Sun, 30 Jan 2005 18:12:37 +0000 tron (svn r1737) Add DEBUG category "map" and use it to print the map size when allocating the map
Sun, 30 Jan 2005 17:53:44 +0000 celestar (svn r1736) -Fix: Forgot to remove some unused variables in last commit :(
Sun, 30 Jan 2005 17:46:57 +0000 celestar (svn r1735) -Fix: [ 1112285 ] Fixed an assertion error with stations where stops
Sun, 30 Jan 2005 16:54:39 +0000 darkvater (svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled when it was out of focus (dominik)
Sun, 30 Jan 2005 16:08:19 +0000 darkvater (svn r1733) - Fix: oops "| 1" is SETBIT(x, 0), not 1 :(. Now you can remove signals again
Sun, 30 Jan 2005 16:00:37 +0000 darkvater (svn r1732) - Change: [OS/2] [ 1112148 ] Project file update (orudge)
Sun, 30 Jan 2005 15:57:38 +0000 darkvater (svn r1731) - Fix: [ 1106930 ] BugFix: placing signals with 2x1 drags workaround is completely rewritten. Also features checks for hacked/modified clients. Thanks a lot Hackykid!
Sun, 30 Jan 2005 14:52:04 +0000 bjarni (svn r1730) - Fix: Ships and Aircrafts have to be build in depots owned by _current_player (hacked client protection)
Sun, 30 Jan 2005 14:32:52 +0000 darkvater (svn r1729) - Fix: [ 1112469 ] Clearing land for free by reallocating HQ
Sun, 30 Jan 2005 13:42:11 +0000 bjarni (svn r1728) - Fix: now a player can only build a road vehicle in depots he owns (hacked client protection)
Sun, 30 Jan 2005 13:03:32 +0000 bjarni (svn r1727) - Fix: now CmdBuildRailVehicle() behaves correctly if DC_EXEC is set
Sun, 30 Jan 2005 08:25:39 +0000 tron (svn r1726) Move an assert() because it could not catch all cases of incorrect input where it was placed
Sat, 29 Jan 2005 23:58:07 +0000 bjarni (svn r1725) - Fix: now trains can only be built in depots and you have to own the depot too (hacked client protection)
Sat, 29 Jan 2005 20:18:01 +0000 tron (svn r1724) Set maximum number of industries and towns to 250 each
Sat, 29 Jan 2005 20:11:19 +0000 tron (svn r1723) Save the map size in tiles, not number of bits
Sat, 29 Jan 2005 19:45:14 +0000 tron (svn r1722) -Feature: Bigger maps - anyone?
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 18:22:07 +0000 darkvater (svn r1720) - Fix: signed/unsigned warnings. Tile which is incremented/decremented every time until suitable ground is found is compared to the direction it is going in. If this wraps, return error. For this treat the tile itself as a TileIndexDiff
Sat, 29 Jan 2005 16:47:19 +0000 darkvater (svn r1719) - Fix: [installer] fix some installer problems mainly for DOS files as well as beautify it a little
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 14:56:25 +0000 darkvater (svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)
Sat, 29 Jan 2005 14:53:05 +0000 tron (svn r1716) Prevent zeppelins from accessing non-existent tiles when leaving the map
Sat, 29 Jan 2005 13:33:48 +0000 tron (svn r1715) Move [GS]etMapExtraBits to tile.[ch]
Sat, 29 Jan 2005 13:33:14 +0000 tron (svn r1714) Add missing include
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
Sat, 29 Jan 2005 12:01:36 +0000 bjarni (svn r1712) - Fix: a hacked client can no longer send other players trains to a depot