summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-24(svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bitsmatz
2010-02-23(svn r19221) -Update from WebTranslator v3.0:translators
afrikaans - 44 changes by Kayos croatian - 4 changes by VoyagerOne finnish - 7 changes by jpx_ french - 6 changes by glx frisian - 35 changes by Fopper galician - 45 changes by Condex german - 1 changes by planetmaker hebrew - 12 changes by dnd_man hungarian - 8 changes by IPG, alyr italian - 5 changes by lorenzodv lithuanian - 8 changes by BlinK_ norwegian_bokmal - 13 changes by mantaray norwegian_nynorsk - 29 changes by mantaray brazilian_portuguese - 2 changes by leandromoh romanian - 3 changes by kkmic russian - 6 changes by Lone_Wolf slovenian - 14 changes by ntadej spanish - 8 changes by Terkhen vietnamese - 2 changes by myquartz
2010-02-23(svn r19219) -Fix: having OpenMSX's files in a subdirectory did not work as ↵rubidium
it should.
2010-02-22(svn r19218) -Feature: [NewGRF] Add CB36 support for aircraft properties 0F ↵frosch
and 11. (Eddi)
2010-02-22(svn r19217) -Codechange: Unify punctuation marks.frosch
2010-02-22(svn r19216) -Feature: Scroll to current order destination when ↵frosch
ctrl+clicking the start/stop bar.
2010-02-22(svn r19215) -Codechange: Add Order::GetLocation() to deduplicate code.frosch
2010-02-22(svn r19213) -Change: warn if a fallback sound set is loaded and tell the ↵yexo
user where to download a proper sound setd
2010-02-22(svn r19212) -Fix: base graphics set with an empty filename in the obg file ↵yexo
caused segfaults
2010-02-22(svn r19211) -Change: allow sound sets without a sample.cat file (blathijs)yexo
2010-02-22(svn r19210) -Fix: GetDestination() is invalid for nearest-depot orders.frosch
2010-02-22(svn r19209) -Update from WebTranslator v3.0:translators
traditional_chinese - 2 changes by josesun dutch - 6 changes by habell finnish - 1 changes by jpx_ french - 2 changes by glx german - 1 changes by planetmaker hebrew - 5 changes by dnd_man hungarian - 1 changes by alyr korean - 1 changes by junho2813 norwegian_bokmal - 69 changes by mantaray norwegian_nynorsk - 56 changes by mantaray serbian - 4 changes by etran slovak - 16 changes by keso53 slovenian - 9 changes by ntadej spanish - 1 changes by Terkhen thai - 151 changes by m_vanillaconix, nirakanz vietnamese - 1 changes by nglekhoi
2010-02-22(svn r19208) -Codechange: fix a gcc warningyexo
2010-02-22(svn r19207) -Fix (r19127): compilation was broken for gcc 3.3smatz
2010-02-22(svn r19206) -Add: concept of fallback base sets, i.e. do not automatically ↵rubidium
load the NoMusic/NoSound sets when there is another set
2010-02-22(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cppyexo
2010-02-22(svn r19204) -Fix (r1919x): airport tiles without animation had an ↵yexo
incomplete contructor
2010-02-22(svn r19203) -Codechange: silence some gcc warningssmatz
2010-02-22(svn r19201) -Codechange: airport tiles now have 4 random bits per tile.yexo
2010-02-22(svn r19199) -Codechange: add a 'name'-property to airport tilesyexo
2010-02-22(svn r19198) -Codechange: store the size of stations in savegamesyexo
2010-02-22(svn r19197) -Codechange: introduce animation callbacks for airport tilesyexo
2010-02-22(svn r19196) -Codechange: change the airport tile animation info so it works ↵yexo
just like for industry tiles
2010-02-22(svn r19195) -Codechange: actually draw newgrf airport tilesyexo
2010-02-22(svn r19194) -Feature: action 0/1/2/3 support for newgrf airporttilesyexo
2010-02-22(svn r19193) -Codechange: increase the maximum number of airport tiles to ↵yexo
256 and introduce AirportTileOverrideManager
2010-02-22(svn r19192) -Fix (r19191): forgot to svn add the new fileyexo
2010-02-22(svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.hyexo
2010-02-21(svn r19190) -Add: Improve error message with track building when signals ↵alberth
are in the way.
2010-02-21(svn r19189) -Codechange: CheckTrackCombination() returns a CommandCost.alberth
2010-02-21(svn r19188) -Update from WebTranslator v3.0:translators
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(svn r19187) -Fix [FS#3634]: the vehicle info in the autoreplace gui was ↵yexo
drawn even when the window was shaded
2010-02-21(svn r19186) -Codechange: Remove use of _error_message from CmdLevelLand().alberth
2010-02-21(svn r19185) -Codechange: Return succeeded or failed CommandCost from ↵alberth
CheckIfCallBackAllowsCreation().
2010-02-21(svn r19184) -Codechange: Return succeeded/failed command from ↵alberth
CheckIfIndustryTilesAreFree().
2010-02-21(svn r19183) -Codechange: Return CommandCost from FindTownForIndustry().alberth
2010-02-21(svn r19182) -Codechange: Use CommandCost return value in ↵alberth
CheckIfIndustryIsAllowed() and CheckIfFarEnoughFromIndustry().
2010-02-20(svn r19180) -Add/Fix: (partial) support for genders for cargos, industries, ↵rubidium
vehicles, stations, ...; partial because you can't set a gender for a custom string.
2010-02-20(svn r19179) -Codechange: make strgen do some checking on whether genders ↵rubidium
are valid for a command (e.g. we don't have genders for numbers)
2010-02-20(svn r19177) -Codechange: introduce INT8_MIN/MAX and UINT8_MAX for MSVC.rubidium
2010-02-20(svn r19176) -Fix [FS#3632] (r17859): when selecting "build many industries" ↵yexo
in the scenario editor the "build" button wasn't enabled
2010-02-20(svn r19174) -Fix: Buoys are no Stations, only BaseStations.frosch
2010-02-20(svn r19173) -Update from WebTranslator v3.0:translators
traditional_chinese - 1 changes by josesun esperanto - 170 changes by Ailanto turkish - 8 changes by niw3
2010-02-20(svn r19172) -Codechange: Move road checks from CmdBuildRoadStop to ↵terkhen
CheckFlatLandRoadStop.
2010-02-20(svn r19171) -Codechange: Split CheckFlatLandBelow into different functions.terkhen
2010-02-20(svn r19170) -Codechange: Make CheckFlatLandBelow use TileArea.terkhen
2010-02-20(svn r19169) -Codechange: Move buildable tile checks outside of ↵terkhen
CheckFlatLandBelow.
2010-02-20(svn r19168) -Fix: under some circumstances timidity (via extmidi) would not ↵rubidium
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(svn r19167) -Fix [FS#3631](r19120): Industry 0 could be choosen even if not ↵frosch
available.
2010-02-20(svn r19166) -Change: don't print the absolute path to AI script files in ↵yexo
the AI debug window, use the relative path from /ai/ instead