rubidium
|
de980ef0f9
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +00:00 |
|
rubidium
|
87272273b5
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
rubidium
|
701bd8848a
|
(svn r22017) -Codechange: move MarkTileDirtyByTile to viewport_func.h
|
2011-02-07 22:29:47 +00:00 |
|
smatz
|
4aa45d8742
|
(svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year
|
2011-02-04 14:11:14 +00:00 |
|
terkhen
|
9df9575e72
|
(svn r21806) -Codechange: Correct additional appearances of the same typo.
|
2011-01-15 16:27:04 +00:00 |
|
rubidium
|
7267a4de2c
|
(svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes
|
2010-12-05 22:25:36 +00:00 |
|
frosch
|
5a355daa5b
|
(svn r21290) -Codechange: Add HasTileWaterGround() to deduplicate some tests.
|
2010-11-21 18:38:45 +00:00 |
|
rubidium
|
1de34d3103
|
(svn r20816) -Codechange [FS#3835]: make waypoint default names work like depots, stations and vehicles (Krille)
|
2010-09-16 16:31:57 +00:00 |
|
yexo
|
ffe67c9171
|
(svn r20749) -Fix: allow overbuilding objects with buoys and ship depots
|
2010-09-05 16:33:32 +00:00 |
|
frosch
|
3db0cc004b
|
(svn r20636) -Codechange: Move MarkTileDirtyByTile() and DeleteAnimatedTile() into MakeWaterKeepingClass().
|
2010-08-27 20:46:36 +00:00 |
|
frosch
|
e8ec3de621
|
(svn r20579) -Change (r1579): Allow removing of buoys if they are only used by own vehicles.
|
2010-08-20 12:50:59 +00:00 |
|
rubidium
|
40ab6a3298
|
(svn r20406) -Codechange: make StationClass use the new generic class
|
2010-08-07 22:07:07 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
92648be718
|
(svn r19798) -Codechange: generalise the waypoint naming method
|
2010-05-12 18:31:39 +00:00 |
|
frosch
|
ed80045221
|
(svn r19654) -Codechange: Use Extract<> in more places.
|
2010-04-17 13:31:41 +00:00 |
|
alberth
|
72d62fd6fc
|
(svn r19494) -Codechange: Remove _error_message.
|
2010-03-20 17:58:24 +00:00 |
|
alberth
|
d5fe3f96c7
|
(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.
|
2010-03-13 17:11:28 +00:00 |
|
alberth
|
beb46d1a7f
|
(svn r19350) -Codechange: StationRect::BeforeAddRect() returns a CommandCost.
|
2010-03-06 13:23:33 +00:00 |
|
alberth
|
4c0d4990f5
|
(svn r19319) -Codechange: EnsureNoVehicleOnGround() returns a CommandCost.
|
2010-03-05 21:20:22 +00:00 |
|
alberth
|
4d9bc56e88
|
(svn r19275) -Codechange: CanExpandRailStation() returns a CommandCost.
|
2010-02-27 14:17:33 +00:00 |
|
alberth
|
9f437abd40
|
(svn r19273) -Codechange: Return station joining error message when error is detected.
|
2010-02-27 13:51:11 +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
|
a8a4116783
|
(svn r18692) -Fix: after a company went bankrupt it was impossible to build a new waypoint close to a deleted one until the grey sign was gone
|
2010-01-02 17:09:14 +00:00 |
|
rubidium
|
4ddbe1793e
|
(svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies
|
2009-12-02 16:48:55 +00:00 |
|
rubidium
|
2f3053508d
|
(svn r18364) -Codechange: move the pathfinders and their related files into a separate directory
|
2009-12-01 22:45:39 +00:00 |
|
frosch
|
13a72bb345
|
(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns.
If a GRF does not set price multipliers for these new prices, but for the previously used ones, the old modifiers will be propagated to the new bases.
|
2009-11-24 22:15:42 +00:00 |
|
rubidium
|
224f4e0197
|
(svn r18028) -Codechange: unglobalise some functions
|
2009-11-09 10:40:33 +00:00 |
|
frosch
|
040404c5d3
|
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
|
2009-11-07 22:47:54 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
310465da07
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
rubidium
|
06e490fadc
|
(svn r17567) -Fix: some doxygen warnings
|
2009-09-18 14:23:58 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
frosch
|
74594e898a
|
(svn r17020) -Fix: Recenter viewport of waypoint-gui after moving the sign.
|
2009-08-01 11:55:49 +00:00 |
|
rubidium
|
5fa2b6ed8a
|
(svn r17002) -Change: also support distant join for waypoints
|
2009-07-31 16:28:28 +00:00 |
|
rubidium
|
d31e84b68c
|
(svn r17000) -Change: allow overbuilding/extending waypoints
|
2009-07-30 22:06:54 +00:00 |
|
rubidium
|
1ab2d22318
|
(svn r16993) -Change: make the rail waypoint builder draggable
|
2009-07-30 17:44:13 +00:00 |
|
rubidium
|
b3f3ba36db
|
(svn r16990) -Codechange: unify some (command) naming w.r.t. stations/waypoints.
|
2009-07-29 22:32:20 +00:00 |
|
rubidium
|
df1c950d6a
|
(svn r16989) -Codechange: unify the code for demolishing (dynamite) stations and waypoints.
|
2009-07-29 22:13:12 +00:00 |
|
rubidium
|
34cb882127
|
(svn r16988) -Codechange: unify the code for removing (parts of) stations and waypoints
|
2009-07-29 22:09:05 +00:00 |
|
rubidium
|
edf7b21e18
|
(svn r16976) -Codechange: remove WaypointID and MAX_LENGTH constants in favour of their Station variants
|
2009-07-28 21:06:38 +00:00 |
|
rubidium
|
66bca52949
|
(svn r16962) -Codechange: more work towards multi tile waypoints
|
2009-07-26 16:17:49 +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
|
7b07e93b89
|
(svn r16934) -Codechange: introduce a simple helper function to check whether a station is pending deletion or not
|
2009-07-24 07:38:10 +00:00 |
|
rubidium
|
7f08aa4572
|
(svn r16925) -Fix (r16909): guard commands more against using waypoints as stations and/or accidentally reusing waypoints for stations or vice versa.
|
2009-07-23 12:02:09 +00:00 |
|
rubidium
|
f8ac5d16b7
|
(svn r16923) -Codechange: move Cmd*Buoy* to waypoint_cmd.cpp and make them behave more like waypoints, e.g. reuse station signs of recently deleted buoys
|
2009-07-23 00:14:05 +00:00 |
|
rubidium
|
6435dc89fe
|
(svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h
|
2009-07-22 10:18:19 +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
|
9eaee690bc
|
(svn r16908) -Codechange: s/DepotWaypointReservation/DepotReservation/
|
2009-07-22 08:52:41 +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 |
|