smatz
|
690859bf57
|
(svn r13758) -Fix (r13226): always use st->airport_tile, st->xy is different in many cases
|
2008-07-20 15:50:41 +00:00 |
|
rubidium
|
d06529ef4d
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
smatz
|
29985b768c
|
(svn r13565) -Change [FS#2077]: when invisibility is set, sprite sequences are now drawn until first non-opaque sprite is found (bit 14 not set)
This is to balance performance, code complexity and NewGRF requirements
|
2008-06-18 16:48:58 +00:00 |
|
glx
|
f56fe58d48
|
(svn r13472) -Backport (r13467 from NoAI): make CmdRemoveRoadStop use p2 as documented (only look at bit 0, not at the complete value)
|
2008-06-11 15:08:52 +00:00 |
|
smatz
|
bd5067b5a0
|
(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places
|
2008-06-10 21:59:22 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
smatz
|
ee904e1df5
|
(svn r13295) -Codechange: remove now redundant check
|
2008-05-27 19:03:06 +00:00 |
|
smatz
|
9c7d4ffd4c
|
(svn r13293) -Fix (r13226): airport far from a town generated too much noise
|
2008-05-27 18:20:14 +00:00 |
|
belugas
|
5f782d06be
|
(svn r13257) -Fix(r13226): Typo has found its way on the code... Thanks cirdan
|
2008-05-26 02:25:17 +00:00 |
|
rubidium
|
8c9cc415e3
|
(svn r13255) -Codechange: move _opt to _settings.
|
2008-05-25 22:36:44 +00:00 |
|
rubidium
|
4625695653
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
frosch
|
ca30288c9d
|
(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 |
|
frosch
|
6e7a7412cd
|
(svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner.
-Fix: Before evaluating RoadOwner, check if the roadtype is present.
-Fix: Some places assumed that MP_ROAD means normal street.
|
2008-05-24 19:36:20 +00:00 |
|
belugas
|
fc35ad9ee9
|
(svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots), Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
|
2008-05-24 02:54:47 +00:00 |
|
frosch
|
eca692ef90
|
(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
|
2008-05-21 22:15:39 +00:00 |
|
rubidium
|
9defec7876
|
(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData.
|
2008-05-18 16:51:44 +00:00 |
|
rubidium
|
76b8970a33
|
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsMessage as there is (for each news message type) a tuple of 4 parameters that is the same for all calls.
|
2008-05-15 13:39:36 +00:00 |
|
smatz
|
386a3f1d20
|
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
|
2008-05-08 16:48:29 +00:00 |
|
rubidium
|
d03994098b
|
(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 |
|
belugas
|
b49b4f627f
|
(svn r12934) -Codechange: Before verification of local authority, just make sure airport can physically be built there. Just moving tests
|
2008-05-02 02:06:57 +00:00 |
|
smatz
|
dd00683a46
|
(svn r12915) -Fix [FS#1960](r12857): don't initialize Station struct with tile=0, buoys will never change that value
|
2008-04-28 23:34:23 +00:00 |
|
rubidium
|
1aa7d9faff
|
(svn r12897) -Codechange: some coding style in station_cmd.cpp.
|
2008-04-25 15:22:32 +00:00 |
|
belugas
|
bf702602c1
|
(svn r12875) -Codechange: Use defined const instead of cast magic
|
2008-04-24 18:30:41 +00:00 |
|
belugas
|
fbeaf0389d
|
(svn r12874) -Codechange: The closest town is already known. Do not search for it again.
|
2008-04-24 18:17:53 +00:00 |
|
rubidium
|
dce1b33196
|
(svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
|
2008-04-23 22:16:41 +00:00 |
|
smatz
|
ccfe024a2a
|
(svn r12852) -Fix: do not try to draw rail catenary above non-rail station tiles
|
2008-04-23 19:07:18 +00:00 |
|
rubidium
|
5ef8c01ce7
|
(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
|
2008-04-21 14:33:33 +00:00 |
|
rubidium
|
15680e477a
|
(svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
|
2008-04-20 08:22:59 +00:00 |
|
peter1138
|
210d757499
|
(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)
|
2008-04-19 23:19:12 +00:00 |
|
rubidium
|
acafc26426
|
(svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs).
|
2008-04-18 04:54:09 +00:00 |
|
rubidium
|
9d8fa486af
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
smatz
|
5050ba84fb
|
(svn r12756) -Cleanup: variable scope and coding style in station*
|
2008-04-17 20:03:28 +00:00 |
|
rubidium
|
02cdf01507
|
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h.
|
2008-04-17 19:10:30 +00:00 |
|
rubidium
|
e8ee93b593
|
(svn r12689) -Feature: non-stop(or rather no non-stop) and via orders for road vehicles.
|
2008-04-13 16:54:19 +00:00 |
|
peter1138
|
a45c1d45e5
|
(svn r12674) -Fix [FS#1902]: Colour remaps on station sprites only worked for company colours.
|
2008-04-12 22:11:21 +00:00 |
|
smatz
|
6af1fb2bdd
|
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining
|
2008-04-06 23:49:45 +00:00 |
|
rubidium
|
1bd5a29df5
|
(svn r12596) -Feature: show what cargos a station could be supplied with. Patch by Roujin.
|
2008-04-06 22:32:20 +00:00 |
|
rubidium
|
d6623cf654
|
(svn r12588) -Codechange: do not access the destination of an order directly.
|
2008-04-06 07:48:51 +00:00 |
|
rubidium
|
5b47f81b0f
|
(svn r12584) -Codechange: do not access the order type directly.
|
2008-04-05 23:36:54 +00:00 |
|
rubidium
|
aef20ec54d
|
(svn r12580) -Codechange: merge some logical related to non-stop orders.
|
2008-04-05 15:30:15 +00:00 |
|
smatz
|
febc5150c9
|
(svn r12547) -Feature: invisibility options to make objects invisible instead of transparent
|
2008-04-03 19:55:40 +00:00 |
|
rubidium
|
2edd403656
|
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
|
2008-03-31 00:06:17 +00:00 |
|
rubidium
|
eeabab4555
|
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
|
2008-03-28 08:53:36 +00:00 |
|
peter1138
|
6184676ec7
|
(svn r12410) -Codechange: abstract out the test for catenary on electric rails
|
2008-03-25 12:10:13 +00:00 |
|
glx
|
4a4be744b6
|
(svn r12258) -Fix: GetProductionAroundTiles() may fail if only the second production slot exists
|
2008-02-25 16:30:12 +00:00 |
|
frosch
|
b7993793c8
|
(svn r12199) -Codechange: Remove magic around the results of GetTileTrackStatus().
|
2008-02-20 17:49:50 +00:00 |
|
smatz
|
29125c0e68
|
(svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there can be less checks in pathfinders for depots/stations/tunnels/bridges
|
2008-02-18 16:11:31 +00:00 |
|
glx
|
044ca2bbf6
|
(svn r12155) -Fix (r12154): some warnings (always compile before commit)
|
2008-02-16 00:10:03 +00:00 |
|
glx
|
3e70ee6ed7
|
(svn r12154) -Codechange: removed a magic number
|
2008-02-15 23:57:03 +00:00 |
|
frosch
|
a40d761d7f
|
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
|
2008-02-15 18:40:42 +00:00 |
|