src/station_map.h
Sun, 19 Oct 2008 15:39:12 +0000 rubidium (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)
Fri, 10 Oct 2008 20:09:29 +0000 frosch (svn r14456) -Fix: Obiwan in catchment-area and station-spread of docks.
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.
Sat, 24 May 2008 22:15:10 +0000 frosch (svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-owned road under drivethrough stops.
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Thu, 17 Apr 2008 06:52:56 +0000 peter1138 (svn r12746) -Codechange: Add map storage for station animation frame
Mon, 31 Mar 2008 06:42:26 +0000 rubidium (svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
Mon, 31 Mar 2008 00:06:17 +0000 rubidium (svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
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
Sun, 27 Jan 2008 02:09:46 +0000 bjarni (svn r11992) -Fix (r9905): When building two rail stations close to each other (with control) so they looked like one long track trains would see them as one (spotted and fixed by eddi)
Tue, 25 Dec 2007 23:42:52 +0000 rubidium (svn r11700) -Codechange: reduce the amount of unnecessary includes.
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Tue, 16 Oct 2007 19:48:58 +0000 rubidium (svn r11276) -Codechange: be more consistent with naming of some accessors.
Tue, 24 Jul 2007 21:48:50 +0000 rubidium (svn r10681) -Codechange: do not determine whether a tile is a hangar based on the graphics index to be drawn on the given tile, but do it based on the specification of the location of hangars of the airport.
Tue, 24 Jul 2007 17:01:23 +0000 rubidium (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
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.
Sun, 20 May 2007 19:14:08 +0000 rubidium (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
Wed, 04 Apr 2007 01:35:16 +0000 belugas (svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 21 Feb 2007 19:46:37 +0000 tron (svn r8833) -Fix
Wed, 14 Feb 2007 16:37:16 +0000 rubidium (svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
Wed, 07 Feb 2007 17:52:21 +0000 rubidium (svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile.
Fri, 02 Feb 2007 07:48:06 +0000 celestar (svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists.
Thu, 25 Jan 2007 10:06:58 +0000 celestar (svn r8402) -Codechange: Move RoadStop-specific enums to the RoadStop class, and changed a one-member enum into a static const. Simplify their naming and add some doxygen-comments to RoadStop
Tue, 02 Jan 2007 19:19:48 +0000 rubidium (svn r7759) -Merge: makefile rewrite. This merge features: