alberth
|
a901ab5392
|
(svn r19493) -Codechange: Keep track of last error in CmdDepotSellAllVehicles().
|
2010-03-20 17:22:15 +00:00 |
|
alberth
|
66a2a84035
|
(svn r19492) -Codechange: Keep track of last error in CmdClearArea().
|
2010-03-20 17:19:16 +00:00 |
|
alberth
|
b714160fcc
|
(svn r19491) -Codechange: Keep track of last error in CmdRemoveLongRoad().
|
2010-03-20 17:14:26 +00:00 |
|
alberth
|
467803a7c0
|
(svn r19490) -Fix: Return to old behaviour of CmdLevelLand() by keeping track of last error.
|
2010-03-20 17:13:00 +00:00 |
|
alberth
|
8b785ccb8a
|
(svn r19489) -Codechange: Introduce a had_success variable in SendAllVehiclesToDepot().
|
2010-03-20 17:10:14 +00:00 |
|
alberth
|
c9b0e9d25f
|
(svn r19488) -Codechange: Use last_error data for removal in CmdRailTrackHelper() as well.
|
2010-03-20 17:08:16 +00:00 |
|
alberth
|
a9d4eb86b8
|
(svn r19487) -Codechange: Removed non-reachable return statement.
|
2010-03-20 16:53:46 +00:00 |
|
alberth
|
2dcca0ca76
|
(svn r19486) -Codechange: Code style, move var declarations closer to their first use.
|
2010-03-20 16:47:07 +00:00 |
|
alberth
|
c3471d98f3
|
(svn r19485) -Codechange: Re-implement CalcBridgeLenCostFactor() in a more readable way without changing computed costs.
|
2010-03-20 16:45:23 +00:00 |
|
alberth
|
cced6b35cb
|
(svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() to 'length'.
|
2010-03-20 15:32:58 +00:00 |
|
alberth
|
f05a8635fd
|
(svn r19483) -Codechange: Code layout fixes, and parentheses reduction.
|
2010-03-20 15:30:57 +00:00 |
|
alberth
|
073f627930
|
(svn r19482) -Doc: Doxygen additions/updates.
|
2010-03-20 15:23:26 +00:00 |
|
frosch
|
116a5f56a4
|
(svn r19481) -Codechange: Turn _industry_counts into a static member of Industry.
|
2010-03-20 14:30:16 +00:00 |
|
terkhen
|
e27e5febb6
|
(svn r19480) -Fix: Stop reducing the size of the vehicle list after selecting a vehicle with a long description.
|
2010-03-20 12:21:01 +00:00 |
|
alberth
|
7ef97932d9
|
(svn r19479) -Codechange: Test range of town size and layout instead of against the current last value.
|
2010-03-20 10:59:06 +00:00 |
|
alberth
|
e89f154c0d
|
(svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and TownSize enums.
|
2010-03-20 10:55:08 +00:00 |
|
yexo
|
f439b5767a
|
(svn r19477) -Fix (r1946x): removed a few too functions including the copy constructor
|
2010-03-19 22:46:22 +00:00 |
|
yexo
|
aab8849661
|
(svn r19476) -Codechange: simplify the 'is conflicting industry nearby' check a bit
|
2010-03-19 21:23:54 +00:00 |
|
terkhen
|
81ca76a655
|
(svn r19475) -Cleanup: Remove an unneeded for when drawing detail panels.
|
2010-03-19 21:00:15 +00:00 |
|
yexo
|
ea58a697c1
|
(svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items)
|
2010-03-19 20:44:23 +00:00 |
|
yexo
|
aaa8fc7a4c
|
(svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc code (skidd13)
|
2010-03-19 20:28:28 +00:00 |
|
yexo
|
787ccc692c
|
(svn r19472) -Codechange: reorder the static members of ByteBlob and add Zero() (skidd13)
|
2010-03-19 20:13:15 +00:00 |
|
yexo
|
e70bfdf789
|
(svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13)
|
2010-03-19 20:08:40 +00:00 |
|
yexo
|
6f1a0f890b
|
(svn r19470) -Codechange: rename blob internals (skidd13)
|
2010-03-19 20:06:33 +00:00 |
|
yexo
|
767259853b
|
(svn r19469) -Codechange: remove unused functions from Blob (skidd13)
|
2010-03-19 20:05:49 +00:00 |
|
yexo
|
0d29c5aff2
|
(svn r19468) -Codechange: make ptr_u union in Blob anonymous (skidd13)
|
2010-03-19 20:04:24 +00:00 |
|
yexo
|
1834e0edb5
|
(svn r19467) -Codechange: Use uint and byte direct instead of declaring internal types (skidd13)
-Codechange: remove now unneeded asserts
-Codechange: Set CBlobBaseSimple as absolute base class of CBlobT
|
2010-03-19 20:03:25 +00:00 |
|
translators
|
3a790eedd2
|
(svn r19466) -Update from WebTranslator v3.0:
czech - 1 changes by TheLamer
greek - 4 changes by
lithuanian - 3 changes by kiphemyst
norwegian_bokmal - 3 changes by mantaray
norwegian_nynorsk - 3 changes by mantaray
spanish - 2 changes by Terkhen
swedish - 5 changes by accatyyc
ukrainian - 3 changes by Madvin
|
2010-03-19 18:45:26 +00:00 |
|
yexo
|
1579e9ded2
|
(svn r19465) -Codechange: support for multi-tile hangars
|
2010-03-19 11:17:52 +00:00 |
|
yexo
|
f2743cd5ed
|
(svn r19464) -Codechange: move GetHangarTile to Airport
|
2010-03-19 09:58:46 +00:00 |
|
yexo
|
414071d07f
|
(svn r19463) -Codechange: add helper function to determine if an airport has at least one hangar
|
2010-03-19 09:48:44 +00:00 |
|
yexo
|
81ca0e28c4
|
(svn r19462) -Codechange: use the AS_GENERIC macro also for the dummy airport
|
2010-03-19 00:34:38 +00:00 |
|
yexo
|
ba8f744941
|
(svn r19461) -Fix (r19355): p1 was still used in two places
|
2010-03-18 23:41:39 +00:00 |
|
rubidium
|
df34fdcc26
|
(svn r19460) -Fix [FS#3703]: [NPF] Crash when finding a waypoint before finding the closest depot
|
2010-03-18 23:27:11 +00:00 |
|
yexo
|
f81bdbae42
|
(svn r19459) -Feature: make some airport properties modifyable by newgrfs
|
2010-03-18 23:15:38 +00:00 |
|
yexo
|
2b62e467af
|
(svn r19458) -Fix (r19457): svn add the new file
|
2010-03-18 23:14:47 +00:00 |
|
yexo
|
38f4cb6469
|
(svn r19457) -Codechange: introduce AirportOverrideManager to keep track of airports if a newgrf can't be found
|
2010-03-18 23:12:38 +00:00 |
|
yexo
|
a99a7e7a37
|
(svn r19456) -Codechange; increase the maximum number of airports
|
2010-03-18 23:10:35 +00:00 |
|
yexo
|
c4a88ce022
|
(svn r19455) -Codechange: split all airport information in Station to a seperate class
|
2010-03-18 21:02:20 +00:00 |
|
translators
|
0eb5709c86
|
(svn r19454) -Update from WebTranslator v3.0:
czech - 3 changes by Hadez, TheLamer
frisian - 4 changes by Fopper
greek - 6 changes by fumantsu
hebrew - 2 changes by dnd_man
indonesian - 3 changes by prof
slovak - 56 changes by keso53
|
2010-03-18 18:45:20 +00:00 |
|
yexo
|
89a069629e
|
(svn r19453) -Codechange: split getting the initial aircraft position to a new function
|
2010-03-18 18:38:32 +00:00 |
|
rubidium
|
eb8d35a16e
|
(svn r19452) -Change: plural type of Slovak (keso)
|
2010-03-18 16:34:50 +00:00 |
|
yexo
|
e037512a6f
|
(svn r19451) -Cleanup: remove some unused code
|
2010-03-18 15:20:49 +00:00 |
|
yexo
|
1982307a05
|
(svn r19450) -Fix (r19197): animation callbacks for airport tiles where never called
|
2010-03-18 15:20:21 +00:00 |
|
yexo
|
07cc875c5a
|
(svn r19449) -Codechange: pay for every airport tile build, not for every tile in the rectangle where the airport is build
|
2010-03-18 00:41:16 +00:00 |
|
frosch
|
0f9be95e03
|
(svn r19445) -Change: No need to drag an area when overbuilding bridges.
|
2010-03-17 20:19:55 +00:00 |
|
rubidium
|
8b8057dce3
|
(svn r19444) -Update: base set translations for Polish, Slovak and Turkish.
|
2010-03-17 19:15:31 +00:00 |
|
frosch
|
030ced4aec
|
(svn r19443) -Fix [FS#3701]: Mark industry windows dirty more often.
|
2010-03-17 18:52:56 +00:00 |
|
rubidium
|
c2b509719a
|
(svn r19442) -Update: readme about openmsx and make it easier to find the pulseaudio-ubuntu-slowness bug in the readme/known-bugs
|
2010-03-17 18:50:41 +00:00 |
|
rubidium
|
43ee06cafb
|
(svn r19441) -Fix (r19437): broken Greek translation.
|
2010-03-17 18:49:59 +00:00 |
|