rubidium
|
f3b79480ed
|
(svn r26878) -Change: move m6 to TileExtended to keep Tile 8 bytes and thus better alignable
|
2014-09-21 11:23:33 +00:00 |
|
frosch
|
6631b9e5e3
|
(svn r25221) -Fix: IsCompatibleTrainStationTile() is not a symmetric function. Clarify the parameters and fix the cases were they were swapped.
|
2013-05-06 13:05:04 +00:00 |
|
rubidium
|
6e9122828e
|
(svn r22406) -Document: some more "random-ish" tidbits
|
2011-05-01 19:51:52 +00:00 |
|
alberth
|
9f3845227e
|
(svn r21273) -Codechange: Return values should start at the same line.
|
2010-11-20 15:44:24 +00:00 |
|
yexo
|
a10ce551c9
|
(svn r20717) -Fix [FS#4103]: water class was not set for stations
|
2010-09-01 23:41:56 +00:00 |
|
rubidium
|
5a7d6249af
|
(svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]AnimationFrame
|
2010-08-26 14:45:45 +00:00 |
|
rubidium
|
8975ef1f7b
|
(svn r20446) -Codechange: unify the location of the water class
|
2010-08-11 14:14:06 +00:00 |
|
yexo
|
e6025117e2
|
(svn r20375) -Codechange: make sure the watertype for existing airport tiles is set to invalid
|
2010-08-05 12:06:53 +00:00 |
|
rubidium
|
f09a74a996
|
(svn r19812) -Codechange: give some unnamed enums a name or, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 09:44:44 +00:00 |
|
yexo
|
1975efea58
|
(svn r19195) -Codechange: actually draw newgrf airport tiles
|
2010-02-22 14:16:41 +00:00 |
|
yexo
|
5d169e47fa
|
(svn r18922) -Doc: add doxygen documentation to all functions in station_map.h
|
2010-01-26 23:25:28 +00:00 |
|
yexo
|
47527ca67a
|
(svn r18921) -Codechange: make the preconditions for Get/Set CustomStationSpecIndex a bit more strict
|
2010-01-26 23:03:47 +00:00 |
|
yexo
|
077cdefc9b
|
(svn r18876) -Codechange: make sure m4 is always 0 for non-railroad station tiles
|
2010-01-21 13:34:05 +00:00 |
|
yexo
|
1486552f99
|
(svn r18857) -Codechange: don't rely on the fact that all airports are rectangular
|
2010-01-18 12:32:50 +00:00 |
|
yexo
|
bfb2635c58
|
(svn r18845) -Codechange: introduce AirportTileSpec and use it for animation
|
2010-01-17 14:22:07 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
1c5ae254ab
|
(svn r16941) -Document: some map accessors
|
2009-07-24 15:27:31 +00:00 |
|
rubidium
|
196856f54e
|
(svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written.
|
2009-07-24 11:47:12 +00:00 |
|
rubidium
|
00a9b2fd3d
|
(svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile
|
2009-07-24 11:15:11 +00:00 |
|
rubidium
|
100cb17fa8
|
(svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
|
2009-07-22 08:59:57 +00:00 |
|
rubidium
|
f1d6561cc4
|
(svn r16907) -Codechange: make a more clear distinction between reservation functions that return a bool and that return TrackBits; GetRailStationReservation vs GetRailwayStationReservation, which one returns the bool and which one the TrackBits?
|
2009-07-21 22:37:10 +00:00 |
|
smatz
|
f6a4d61cca
|
(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()
|
2009-06-24 17:39:54 +00:00 |
|
yexo
|
c04e5a9aa3
|
(svn r16440) -Fix [NoAI]: AIRail::GetRailStationDirection returned incorrect information
|
2009-05-26 22:03:16 +00:00 |
|
smatz
|
d495dc5dbc
|
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
|
2009-05-16 23:34:14 +00:00 |
|
smatz
|
e57699d8c0
|
(svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits
|
2009-03-08 16:10:39 +00:00 |
|
rubidium
|
9f2a906bc1
|
(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks.
-Feature: allow building road stops on road/tram tracks of competitors.
|
2009-03-02 22:57:47 +00:00 |
|
rubidium
|
b0537d271f
|
(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)
|
2008-10-19 15:39:12 +00:00 |
|
frosch
|
921bdf783f
|
(svn r14456) -Fix: Obiwan in catchment-area and station-spread of docks.
|
2008-10-10 20:09:29 +00:00 |
|
rubidium
|
11bf3902c4
|
(svn r13926) -Add [YAPP]: Add map accessors for path reservations. (michi_cc)
|
2008-08-02 22:47:20 +00:00 |
|
frosch
|
6684bc12d5
|
(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.
|
2008-07-26 16:14:10 +00:00 |
|
frosch
|
7fbfe54c74
|
(svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-owned road under drivethrough stops.
-Fix: Reset the 'town-owned-road'-flag when removing and rebuilding road under drivethrough stops.
|
2008-05-24 22:15:10 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(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.
|
2008-05-06 15:11:33 +00:00 |
|
peter1138
|
757d61b22f
|
(svn r12746) -Codechange: Add map storage for station animation frame
|
2008-04-17 06:52:56 +00:00 |
|
rubidium
|
877ca99198
|
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
|
2008-03-31 06:42:26 +00:00 |
|
rubidium
|
c51b81c247
|
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
|
2008-03-31 00:06:17 +00:00 |
|
peter1138
|
c05d10dd35
|
(svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in the map, allowing the sea/river/canal status to also be
stored for buoys, docks, locks and depots. All these are now allowed on rivers and removal of them will revert to the
original water type.
|
2008-02-02 09:28:43 +00:00 |
|
bjarni
|
f93943ebcf
|
(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)
|
2008-01-27 02:09:46 +00:00 |
|
rubidium
|
7058b2cce2
|
(svn r11700) -Codechange: reduce the amount of unnecessary includes.
|
2007-12-25 23:42:52 +00:00 |
|
skidd13
|
c0a2c0c23e
|
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
2007-11-19 21:02:30 +00:00 |
|
rubidium
|
3bcfe14cd1
|
(svn r11276) -Codechange: be more consistent with naming of some accessors.
-Fix: make sure canals are never owned by water. Based on a patch by boekabart.
|
2007-10-16 19:48:58 +00:00 |
|
rubidium
|
542f552f6e
|
(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.
|
2007-07-24 21:48:50 +00:00 |
|
rubidium
|
59d33d0f7c
|
(svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
|
2007-07-24 17:01:23 +00:00 |
|
rubidium
|
45b0b7755d
|
(svn r10601) -Codechange: store (and use) the type of stations instead of hardcoding station types by graphics IDs.
|
2007-07-16 23:55:22 +00:00 |
|
rubidium
|
51109475a2
|
(svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile.
|
2007-05-20 19:14:08 +00:00 |
|
belugas
|
6a86e75870
|
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near
|
2007-04-04 01:35:16 +00:00 |
|
rubidium
|
979ccd45ba
|
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
2007-03-07 12:11:48 +00:00 |
|
tron
|
74fea81167
|
(svn r8833) -Fix
-Codechange: Split MakeRoadStop() into MakeRoadStop() and MakeDriveThroughRoadStop() for more clarity and less possibilities to use it incorrect
|
2007-02-21 19:46:37 +00:00 |
|
rubidium
|
a2999dadc9
|
(svn r8735) -Feature: drive-through road stops made possible by the hard work of mart3p.
|
2007-02-14 16:37:16 +00:00 |
|
rubidium
|
61c796b825
|
(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.
|
2007-02-07 17:52:21 +00:00 |
|
celestar
|
c95736046b
|
(svn r8528) -Codechange: Rename IsBuoy_() to IsBuoy() now that the naming conflict no longer exists.
|
2007-02-02 07:48:06 +00:00 |
|