docs/landscape.html
Sun, 23 Nov 2008 14:17:41 +0000 frosch (svn r14611) -Fix (r13437)[FS#2421]: Store the age of a house in the map array instead of the construction year.
Tue, 18 Nov 2008 22:43:59 +0000 smatz (svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation
Sat, 25 Oct 2008 13:51:47 +0000 rubidium (svn r14528) -Codechange: cache the closest town for all road tiles instead of only roads owned by tiles. This replaces a O(n) search over all towns from the road's tileloop with a O(1) lookup (PhilSophus)
Mon, 15 Sep 2008 18:50:48 +0000 frosch (svn r14333) -Documentation: Update docs/landscape*. Based on patch by yorick.
Sat, 02 Aug 2008 22:48:43 +0000 rubidium (svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are drawn using the old Patch-like PBS sprites. (michi_cc)
Sat, 02 Aug 2008 22:47:20 +0000 rubidium (svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)
Sat, 26 Jul 2008 16:14:10 +0000 frosch (svn r13838) -Codechange: Make industry tiles aware of WaterClasses.
Thu, 17 Apr 2008 06:52:56 +0000 peter1138 (svn r12746) -Codechange: Add map storage for station animation frame
Thu, 06 Mar 2008 14:21:10 +0000 frosch (svn r12347) -Feature(ette): Increase house animation frame number from 32 to 128.
Sun, 10 Feb 2008 12:01:14 +0000 smatz (svn r12099) -Documentation: add new RailGroundType to landscape.html
Wed, 06 Feb 2008 15:32:06 +0000 frosch (svn r12070) -Cleanup(r12042): Water-owner of shipdepots is no longer needed. Removed.
Sat, 02 Feb 2008 09:28:43 +0000 peter1138 (svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be
Thu, 31 Jan 2008 17:54:13 +0000 frosch (svn r12029) -Feature: Allow trees on shore.
Thu, 31 Jan 2008 15:18:07 +0000 frosch (svn r12027) -Documentation: Update 'landscape.html' and 'landscape_grid.html' to reflect reality and add some details.
Fri, 25 Jan 2008 16:51:35 +0000 frosch (svn r11984) -Fix: Also draw corner shores under rail tracks.
Sun, 20 Jan 2008 18:30:53 +0000 peter1138 (svn r11934) -Codechange: add persistent random data for river and canal tiles.
Fri, 07 Dec 2007 21:14:54 +0000 rubidium (svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always returned to water, even when it should've been canals.
Sat, 20 Oct 2007 21:05:18 +0000 rubidium (svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch.
Sun, 23 Sep 2007 19:27:35 +0000 rubidium (svn r11151) -Codechange: add (partial) support for randomizing industry triggers (part of the backend for it). Furthermore update the documentation of the map's bits wrt to industries.
Mon, 16 Jul 2007 23:55:22 +0000 rubidium (svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
Thu, 31 May 2007 21:21:04 +0000 glx (svn r10006) -Fix (FS#362): allow different signal types on one tile
Thu, 31 May 2007 15:15:00 +0000 rubidium (svn r9999) -Feature: make it possible to disallow busses and lorries to go a specific way on straight pieces of road.
Thu, 24 May 2007 21:59:12 +0000 rubidium (svn r9913) -Update: the landscape documentation to reflect the changes to the road bits.
Mon, 19 Mar 2007 11:27:30 +0000 maedhros (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for
Sun, 11 Mar 2007 01:22:21 +0000 belugas (svn r9106) -Documentation: forgotten usage of m2 (storing TownID) in statue unmovable tile type
Thu, 01 Mar 2007 20:10:49 +0000 belugas (svn r8956) -Documentation : complete reference of m6 usage is now available.
Thu, 01 Mar 2007 04:24:19 +0000 belugas (svn r8951) -Cleanup: Another bunch of re-formating and re-ordering.
Tue, 27 Feb 2007 23:36:28 +0000 rubidium (svn r8935) -Codechange: unification of track type between road and rail tiles, unification of ground type between normal rail tiles and depots/waypoints and removing the need for RailTileSubType.
Sun, 18 Feb 2007 11:15:13 +0000 rubidium (svn r8798) -Fix (8735): update documentation to reflect the used bits for drive through stations.
Thu, 15 Feb 2007 22:03:48 +0000 belugas (svn r8752) -Cleanup: Reformat, re-arrange, correct tag errors on landscape.html.
Tue, 23 Jan 2007 02:31:49 +0000 belugas (svn r8365) -Cleanup: Remove unneeded and dead links, install Owner informations, add attribute m6.
Sat, 13 Jan 2007 16:09:53 +0000 peter1138 (svn r8103) -Docchange: Include station tile types used by RichK's airports
Sat, 30 Dec 2006 11:57:52 +0000 rubidium (svn r7642) -Codechange: unify all the different locations where the animation state is stored into a single location.
Wed, 27 Dec 2006 12:38:02 +0000 celestar (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
Tue, 12 Sep 2006 10:42:04 +0000 Darkvater (svn r6443) -Fix (r6001): Please update the documentation if you mess with the _m[] bits!
Wed, 21 Jun 2006 11:30:28 +0000 tron (svn r5326) Remove the indicator bit for custom waypoint graphics, because it just contains redundant information
Wed, 03 May 2006 21:25:49 +0000 peter1138 (svn r4724) - Newstations: Add per-tile random data for station tiles.
Sun, 16 Apr 2006 17:29:37 +0000 peter1138 (svn r4450) - NewStations, rename *CustomStationSprite() to *CustomStationSpecIndex() to reflect their use, and alter the test for determining if a station has customised graphics.
Wed, 29 Mar 2006 16:30:26 +0000 celestar (svn r4150) -Feature: Merged elrails into trunk. Thanks to Tron for lots of code and proofreading, thanks to peter1138 for another lot of code and ideas.
Sun, 29 Jan 2006 18:57:26 +0000 Darkvater (svn r3472) - [PBS] Remove from trunk. Anyone interested can still find it in branch/pbs. This reverts revisions r3158, r3140, r3075, r2977, r2674, r2625, r2621, r2529, r2528, r2525, r2524, r2519, r2517, r2516, r2507, r2499. (in conjunction with Tron)
Fri, 27 Jan 2006 14:55:43 +0000 Darkvater (svn r3451) - Fix documentation; PBS bits were missing for bridge
Thu, 26 Jan 2006 18:36:14 +0000 Darkvater (svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination
Wed, 21 Dec 2005 01:40:41 +0000 Darkvater (svn r3327) - Fix: [ 1373581 ] landscape.html documentation. Railway types are stored in m3, not m4. According to the mask (RAILTYPE_MASK), this is should be 0..1 but 0..3 are actually reserved. (egladil)
Wed, 16 Nov 2005 22:20:15 +0000 peter1138 (svn r3212) - Waypoints/Depots: Store waypoint index in m2 for waypoints. This moves the ground type bits from m2 to m4 for waypoints and depots (leaving room for depot index in m2 in future), and moves the custom graphics ID to the waypoint struct.
Tue, 04 Oct 2005 17:34:50 +0000 tron (svn r3013) Update the documentation: The 'owner' attribute was renamed to 'm1' long ago
Fri, 29 Jul 2005 17:52:29 +0000 tron (svn r2749) Fix typo in the tile documentation
Thu, 21 Jul 2005 06:13:17 +0000 tron (svn r2659) Catch up with reality in the landscape documentation
Wed, 06 Jul 2005 10:43:36 +0000 hackykid (svn r2525) - Fix: [pbs] Fix a mistake in the comments/docs.
Mon, 04 Jul 2005 14:58:55 +0000 hackykid (svn r2516) - Feature: [pbs] Implement path-based-signalling. This allows multiple trains within the same signal block, provided their paths dont intersect. For this the block must have all exit and entry signals be pbs signals. Place these by ctrl-clicking 4 times on a normal signal.
Thu, 30 Jun 2005 13:24:17 +0000 celestar (svn r2499) -Codechange: Moved the semaphore bit from bit 2 to bit 3 in _map_hi for rails, in order to make way for pbs
Fri, 11 Mar 2005 18:31:56 +0000 Darkvater (svn r1991) - Fix: Fix some of the gaping holes in the colouring, and added some additional info
Fri, 11 Mar 2005 00:32:24 +0000 Darkvater (svn r1988) - Docs: Added graphical representation of tile-data to docs section
Wed, 02 Feb 2005 14:17:13 +0000 celestar (svn r1768) -Codechange: Store town index in _map2 of town tiles
Fri, 19 Nov 2004 22:59:31 +0000 pasky (svn r688) Fix eol-style (hopefully).
Wed, 17 Nov 2004 18:03:33 +0000 tron (svn r659) Support for cutomized TTDPatch-style new stations (no selector GUI yet) (pasky)
Sun, 14 Nov 2004 09:07:15 +0000 celestar (svn r581) -newgrf: Basic support for new stations - only waypoints supported now and only
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN