Commit Graph

14130 Commits

Author SHA1 Message Date
rubidium
a0a530a997 (svn r18418) -Fix [FS#3298]: under some circumstances a pointer could be left untouched and then freed. Make sure this doesn't happen by ensuring it starts out as NULL instead of 'garbage'. 2009-12-06 20:22:21 +00:00
translators
c6b2a96682 (svn r18417) -Update from WebTranslator v3.0:
traditional_chinese - 31 changes by josesun
czech - 46 changes by Hadez
greek - 1 changes by fumantsu
hungarian - 2 changes by IPG
indonesian - 1 changes by prof
norwegian_nynorsk - 111 changes by 2rB
russian - 11 changes by Lone_Wolf
slovak - 14 changes by JamesSVK
2009-12-06 18:45:27 +00:00
frosch
96e72d3fa1 (svn r18416) -Fix (r15559): Only consider valid cargos in town GUI. 2009-12-06 16:15:58 +00:00
rubidium
d66fe90ad0 (svn r18415) -Fix [FS#3332]: on slopes the original and better road layouts did not check their minimum distance requirements 2009-12-06 16:14:13 +00:00
peter1138
bbf3805523 (svn r18414) -Fix: In the depot window, 'free' wagons were not drawn resize.step_height apart 2009-12-06 11:46:57 +00:00
alberth
651f5410e9 (svn r18413) -Doc: Added doxygen strings for cargo-type related enums, structs, and functions. 2009-12-05 21:39:28 +00:00
smatz
472e6404cb (svn r18412) -Fix [FS#3350]: don't allow sending ships to rail waypoints and trains to buyos (Hirundo) 2009-12-05 19:21:43 +00:00
translators
e12eae005c (svn r18411) -Update from WebTranslator v3.0:
greek - 3 changes by fumantsu
norwegian_nynorsk - 107 changes by 2rB
portuguese - 3 changes by JayCity
2009-12-05 18:45:11 +00:00
alberth
466a0841a9 (svn r18410) -Codechange: Move GetCargoSprite() to CargoSpec::GetCargoIcon(). 2009-12-05 16:00:58 +00:00
frosch
9bbf2ca405 (svn r18409) -Change [FS#3349]: Recolour the bubble generator just like any other industry. (planetmaker) 2009-12-05 15:03:32 +00:00
frosch
a23b215b5a (svn r18408) -Fix (r17954): After computing the needed width for the client list, also use it. 2009-12-05 13:53:58 +00:00
rubidium
0406d7176a (svn r18407) -Fix [FS#3338]: aqueducts were not influenced by the "long bridges" setting 2009-12-04 22:02:37 +00:00
rubidium
dcb317b3a8 (svn r18406) -Cleanup: remove some unneeded constants and code 2009-12-04 21:13:31 +00:00
rubidium
556061ef6b (svn r18405) -Fix (r18405): RVs didn't like to stop when the 'next' drive through station tile didn't have a compatible road type 2009-12-04 21:01:28 +00:00
rubidium
0fed86a779 (svn r18404) -Codechange: link drive through stops better together
-Feature: make penalty for road stop occupancy user configurable
-Fix [FS#1944]: road vehicles would not pick an empty drive through stop. Now they will *if* the penalty for driving around is less than the occupancy penalty
-Fix [FS#1495]: long (articulated) road vehicles could block loading of others when the following road vehicle already got 'permission' to go to the next bay even when it could not reach it
-Change: improve the throughput of the drive through road stops by letting them stop closer together
2009-12-04 20:52:19 +00:00
belugas
53416773ee (svn r18403) -Codechange: Re-arrange header of table _original_house_specs 2009-12-04 20:32:51 +00:00
rubidium
6600610e47 (svn r18402) -Codechange: unify/centralise the code for crashing vehicles 2009-12-04 20:29:46 +00:00
rubidium
2e2aa3e7da (svn r18401) -Fix: drive through road stops did not get flooded 2009-12-04 19:16:52 +00:00
translators
8e2f402990 (svn r18400) -Update from WebTranslator v3.0:
traditional_chinese - 52 changes by josesun
greek - 17 changes by fumantsu
2009-12-04 18:45:10 +00:00
rubidium
a044ef74b9 (svn r18399) -Codechange: bail out early in FloodVehicle instead of a massive if (...) { } else { return } 2009-12-04 18:38:09 +00:00
rubidium
f9c2daee4c (svn r18398) -Fix [FS#3343]: the tree 'which one to draw' hash wasn't anywhere near random and thus showed a very visible repeated pattern when only one tree type was used 2009-12-04 16:57:35 +00:00
rubidium
86529556b1 (svn r18397) -Fix [FS#3346]: after cancelling downloading the download button would remain disabled 2009-12-04 14:23:54 +00:00
yexo
1d0ea2e0f9 (svn r18396) -Fix [FS#3169]: planes turned too much at the end of the runway when landing at the intercontinental airport~ 2009-12-04 09:56:21 +00:00
yexo
9092708359 (svn r18395) -Fix (r17415): helicopters can turn freely even while in the air 2009-12-04 09:13:15 +00:00
rubidium
5dfcf55384 (svn r18394) -Fix (r18373): one couldn't manually send a RV to a depot... but why compilers haven't complained about this? 2009-12-04 00:46:22 +00:00
translators
57e351a6d0 (svn r18393) -Update from WebTranslator v3.0:
traditional_chinese - 2 changes by josesun
german - 3 changes by planetmaker
italian - 1 changes by lorenzodv
portuguese - 10 changes by JayCity
romanian - 22 changes by kkmic
2009-12-03 18:45:17 +00:00
frosch
5a775cb93f (svn r18392) -Fix (r13956)[FS#3345]: [YAPP] Trains on bridges were not found, when searching for the origin of a reservation. (Hirundo) 2009-12-03 18:44:33 +00:00
frosch
48efc698bb (svn r18391) -Fix (r0): (Invalid) GRFs could trigger invalid reads. 2009-12-03 15:27:33 +00:00
peter1138
57bcb5f903 (svn r18390) -Fix (r17776): [SDL] Reinstate pointer update on 'idle' loop. 2009-12-03 08:24:39 +00:00
rubidium
f49c1dcd78 (svn r18389) -Fix: some minor documentation alignment issues 2009-12-03 00:05:51 +00:00
rubidium
e4dd60d428 (svn r18388) -Codechange: move entering/leaving of road stops to functions of RoadStop 2009-12-02 23:53:15 +00:00
translators
a5759dba37 (svn r18387) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
finnish - 1 changes by jpx_
french - 1 changes by glx
german - 11 changes by planetmaker
hungarian - 2 changes by IPG
portuguese - 1 changes by JayCity
spanish - 3 changes by Terkhen
2009-12-02 18:45:25 +00:00
rubidium
17141f6923 (svn r18386) -Codechange: make the NPF functions static and remove unused functions 2009-12-02 18:34:10 +00:00
rubidium
6278f0b8a9 (svn r18385) -Cleanup: remove the now unneeded multistop slot management code 2009-12-02 18:18:56 +00:00
rubidium
c0def29c99 (svn r18384) -Fix (r18351): attempt to 'work around' MSVC's IMO stupid warning 2009-12-02 18:14:34 +00:00
rubidium
b7b540c169 (svn r18383) -Fix (r18375): triggering NOT_REACHED for some waypoints 2009-12-02 18:12:24 +00:00
rubidium
2f640cb195 (svn r18382) -Codechange: make road vehicles behave more like trains 'around' stations and use pathfinder penalties to determine to which 'part' to go. Note that the pathfinder penalties for drive through stops are currently only looking at the occupation of the first in a row, but this is to change later on. 2009-12-02 17:56:02 +00:00
frosch
992bc6c345 (svn r18381) -Codechange: Add RoadVehicle::IsBus() to simplify some stuff. 2009-12-02 17:37:02 +00:00
frosch
a3bd5f5234 (svn r18380) -Fix (r9301): One could not share orders between buses carrying different cargos. 2009-12-02 17:35:54 +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
720875fd55 (svn r18378) -Codechange: move the pathfinder 'length' constants to pathfinder_type.h 2009-12-02 16:38:33 +00:00
rubidium
0f7cee89d8 (svn r18377) -Codechange: add 'cache' of the tile area of truck and bus stops. 2009-12-02 16:20:44 +00:00
rubidium
31e1c606fd (svn r18376) -Codechange: simplify setting the destination 2009-12-02 14:44:32 +00:00
rubidium
f602955600 (svn r18375) -Codechange: use Station::GetTileArea to get the tile area for CalcClosestStationTile 2009-12-02 14:41:04 +00:00
rubidium
1503951313 (svn r18374) -Cleanup: remove some unused code 2009-12-02 10:47:18 +00:00
rubidium
3eaf87992e (svn r18373) -Codechange: unify some road pathfinder functions 2009-12-02 10:44:38 +00:00
rubidium
be2c6f2167 (svn r18372) -Codechange: push some extra type safety into YAPF 2009-12-02 10:13:49 +00:00
rubidium
1c2214b430 (svn r18371) -Codechange: unify calling of the train pathfinders 2009-12-02 09:57:17 +00:00
rubidium
ec68bd67e3 (svn r18370) -Codechange: push some constness/type strictness into the ship pathfinders 2009-12-02 09:31:38 +00:00
rubidium
2d1827dfa6 (svn r18369) -Fix [FS#3339] (rbeginning): off-by-one in the preconfigured music lists 2009-12-02 08:55:53 +00:00