yexo
|
dd7c2b2f9d
|
(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp
|
2010-02-22 16:09:26 +00:00 |
|
yexo
|
5ebc0a16c8
|
(svn r19204) -Fix (r1919x): airport tiles without animation had an incomplete contructor
|
2010-02-22 16:08:31 +00:00 |
|
smatz
|
077fa11b3e
|
(svn r19203) -Codechange: silence some gcc warnings
|
2010-02-22 16:02:37 +00:00 |
|
smatz
|
7967329d37
|
(svn r19202) -Fix (r19181): some translations were wrong
|
2010-02-22 14:40:27 +00:00 |
|
yexo
|
cfc1571931
|
(svn r19201) -Codechange: airport tiles now have 4 random bits per tile.
|
2010-02-22 14:17:33 +00:00 |
|
yexo
|
2b871fe953
|
(svn r19200) -Doc: update the map array documentation
|
2010-02-22 14:17:26 +00:00 |
|
yexo
|
06dc421f2a
|
(svn r19199) -Codechange: add a 'name'-property to airport tiles
|
2010-02-22 14:17:17 +00:00 |
|
yexo
|
698737f485
|
(svn r19198) -Codechange: store the size of stations in savegames
|
2010-02-22 14:17:07 +00:00 |
|
yexo
|
7ca4c31cf5
|
(svn r19197) -Codechange: introduce animation callbacks for airport tiles
|
2010-02-22 14:16:57 +00:00 |
|
yexo
|
61fe40ba73
|
(svn r19196) -Codechange: change the airport tile animation info so it works just like for industry tiles
|
2010-02-22 14:16:50 +00:00 |
|
yexo
|
880fedc192
|
(svn r19195) -Codechange: actually draw newgrf airport tiles
|
2010-02-22 14:16:41 +00:00 |
|
yexo
|
80fb5c70c8
|
(svn r19194) -Feature: action 0/1/2/3 support for newgrf airporttiles
|
2010-02-22 14:16:19 +00:00 |
|
yexo
|
683ad53d21
|
(svn r19193) -Codechange: increase the maximum number of airport tiles to 256 and introduce AirportTileOverrideManager
|
2010-02-22 14:15:48 +00:00 |
|
yexo
|
3530156e15
|
(svn r19192) -Fix (r19191): forgot to svn add the new file
|
2010-02-22 14:15:28 +00:00 |
|
yexo
|
40f6e69ae9
|
(svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h
|
2010-02-22 14:09:30 +00:00 |
|
alberth
|
5052777d0b
|
(svn r19190) -Add: Improve error message with track building when signals are in the way.
|
2010-02-21 20:55:31 +00:00 |
|
alberth
|
2b07389fe6
|
(svn r19189) -Codechange: CheckTrackCombination() returns a CommandCost.
|
2010-02-21 20:34:57 +00:00 |
|
translators
|
5488a2c1a8
|
(svn r19188) -Update from WebTranslator v3.0:
arabic_egypt - 1 changes by kasakg
catalan - 1 changes by arnau
esperanto - 59 changes by Ailanto
hungarian - 8 changes by IPG
luxembourgish - 2 changes by Phreeze
brazilian_portuguese - 1 changes by leandromoh
thai - 138 changes by nirakanz
vietnamese - 10 changes by myquartz
|
2010-02-21 18:45:26 +00:00 |
|
yexo
|
e6e2e8b473
|
(svn r19187) -Fix [FS#3634]: the vehicle info in the autoreplace gui was drawn even when the window was shaded
|
2010-02-21 17:52:43 +00:00 |
|
alberth
|
04087c1bf0
|
(svn r19186) -Codechange: Remove use of _error_message from CmdLevelLand().
|
2010-02-21 17:02:28 +00:00 |
|
alberth
|
82a4d532b6
|
(svn r19185) -Codechange: Return succeeded or failed CommandCost from CheckIfCallBackAllowsCreation().
|
2010-02-21 17:01:23 +00:00 |
|
alberth
|
c4f67de69c
|
(svn r19184) -Codechange: Return succeeded/failed command from CheckIfIndustryTilesAreFree().
|
2010-02-21 15:27:11 +00:00 |
|
alberth
|
676a8bda3e
|
(svn r19183) -Codechange: Return CommandCost from FindTownForIndustry().
|
2010-02-21 14:57:27 +00:00 |
|
alberth
|
50bdd29758
|
(svn r19182) -Codechange: Use CommandCost return value in CheckIfIndustryIsAllowed() and CheckIfFarEnoughFromIndustry().
|
2010-02-21 13:32:14 +00:00 |
|
rubidium
|
1a4c211566
|
(svn r19181) -Change: rework the order of the data in the base graphics metadata files.
-Add: translations for Czech, German, Finnish and Spanish to the base graphics metadata files.
|
2010-02-21 09:20:45 +00:00 |
|
rubidium
|
2a65f9e4d0
|
(svn r19180) -Add/Fix: (partial) support for genders for cargos, industries, vehicles, stations, ...; partial because you can't set a gender for a custom string.
|
2010-02-20 23:42:11 +00:00 |
|
rubidium
|
44f2ef179d
|
(svn r19179) -Codechange: make strgen do some checking on whether genders are valid for a command (e.g. we don't have genders for numbers)
|
2010-02-20 23:02:03 +00:00 |
|
glx
|
7e96d309d3
|
(svn r19178) -Fix: [MSVC] regenerate lang files on strgen change
|
2010-02-20 23:01:09 +00:00 |
|
rubidium
|
e2adecd927
|
(svn r19177) -Codechange: introduce INT8_MIN/MAX and UINT8_MAX for MSVC.
|
2010-02-20 22:58:25 +00:00 |
|
yexo
|
045bee5229
|
(svn r19176) -Fix [FS#3632] (r17859): when selecting "build many industries" in the scenario editor the "build" button wasn't enabled
|
2010-02-20 21:21:54 +00:00 |
|
frosch
|
9d3be49bd3
|
(svn r19174) -Fix: Buoys are no Stations, only BaseStations.
|
2010-02-20 21:00:19 +00:00 |
|
translators
|
304c9297ed
|
(svn r19173) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
esperanto - 170 changes by Ailanto
turkish - 8 changes by niw3
|
2010-02-20 18:45:12 +00:00 |
|
terkhen
|
2ae5590f63
|
(svn r19172) -Codechange: Move road checks from CmdBuildRoadStop to CheckFlatLandRoadStop.
|
2010-02-20 18:28:21 +00:00 |
|
terkhen
|
d1cce94525
|
(svn r19171) -Codechange: Split CheckFlatLandBelow into different functions.
|
2010-02-20 18:12:56 +00:00 |
|
terkhen
|
6b849b5483
|
(svn r19170) -Codechange: Make CheckFlatLandBelow use TileArea.
|
2010-02-20 17:56:05 +00:00 |
|
terkhen
|
8a4f1133d8
|
(svn r19169) -Codechange: Move buildable tile checks outside of CheckFlatLandBelow.
|
2010-02-20 17:39:51 +00:00 |
|
rubidium
|
9c6512ef9e
|
(svn r19168) -Fix: under some circumstances timidity (via extmidi) would not shut down properly causing all kinds of trouble (e.g. blocked audio output). Try harder to shut down timidity and first shut down the music so shut down order is the inverse of initialisation order. Based on a patch by Jindřich Makovička.
|
2010-02-20 17:30:22 +00:00 |
|
frosch
|
e905cb57d8
|
(svn r19167) -Fix [FS#3631](r19120): Industry 0 could be choosen even if not available.
|
2010-02-20 16:17:45 +00:00 |
|
yexo
|
7c51a82020
|
(svn r19166) -Change: don't print the absolute path to AI script files in the AI debug window, use the relative path from /ai/ instead
|
2010-02-20 13:28:56 +00:00 |
|
yexo
|
85856abb7c
|
(svn r19165) -Fix [FS#3629]: vehicle running costs shouldn't be changed in a running game
|
2010-02-19 23:29:47 +00:00 |
|
translators
|
6d9e112b05
|
(svn r19164) -Update from WebTranslator v3.0:
arabic_egypt - 2 changes by kasakg
bulgarian - 19 changes by Tvel
catalan - 2 changes by arnau
czech - 4 changes by Hadez
galician - 9 changes by Condex
hungarian - 8 changes by alyr
norwegian_bokmal - 15 changes by mantaray
norwegian_nynorsk - 18 changes by mantaray
slovak - 150 changes by keso53
vietnamese - 5 changes by myquartz
|
2010-02-19 18:45:32 +00:00 |
|
translators
|
a97083097e
|
(svn r19163) -Update from WebTranslator v3.0:
korean - 2 changes by junho2813
norwegian_bokmal - 29 changes by mantaray
norwegian_nynorsk - 37 changes by mantaray
polish - 3 changes by xaxa
portuguese - 2 changes by SupSuper
ukrainian - 14 changes by Madvin
|
2010-02-18 18:45:22 +00:00 |
|
rubidium
|
30520d7762
|
(svn r19162) -Update: the debian packaging; bring it in sync with the packaging used at debian (minus the splitting)
|
2010-02-18 18:20:15 +00:00 |
|
yexo
|
3a36964734
|
(svn r19161) -Codechange: make the default size of the open list used for yapf a lot lower to reduce memory usage
|
2010-02-18 18:04:02 +00:00 |
|
yexo
|
1abc0db336
|
(svn r19160) -Codechange: Enlarge a CBinaryHeapT if the heap is full instead of dropping the added item
-Fix: CBinaryHeapT::CheckConsistency compared pointers instead of the actual items (skidd13)
|
2010-02-18 14:23:18 +00:00 |
|
rubidium
|
e2e2310e16
|
(svn r19159) -Fix (r19151): configure gave a warning about a broken expression
|
2010-02-18 01:10:55 +00:00 |
|
rubidium
|
3c5d19e411
|
(svn r19158) -Fix (r19149): MSVC 64 bits compile warning
|
2010-02-18 01:10:04 +00:00 |
|
frosch
|
f02d6783e9
|
(svn r19154) -Fix: Invisible depots draw the track, so also draw the overlays.
|
2010-02-17 21:19:33 +00:00 |
|
frosch
|
239279e795
|
(svn r19153) -Fix [FS#pm](r19056): PBS reservation was drawn incorrectly for depots.
|
2010-02-17 21:07:32 +00:00 |
|
translators
|
afd6fe547e
|
(svn r19152) -Update from WebTranslator v3.0:
lithuanian - 2 changes by
romanian - 2 changes by tonny
|
2010-02-17 18:45:10 +00:00 |
|