summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-21(svn r19181) -Change: rework the order of the data in the base graphics ↵rubidium
metadata files. -Add: translations for Czech, German, Finnish and Spanish to the base graphics metadata files.
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 r19178) -Fix: [MSVC] regenerate lang files on strgen changeglx
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
2010-02-19(svn r19165) -Fix [FS#3629]: vehicle running costs shouldn't be changed in a ↵yexo
running game
2010-02-19(svn r19164) -Update from WebTranslator v3.0:translators
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-18(svn r19163) -Update from WebTranslator v3.0:translators
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(svn r19162) -Update: the debian packaging; bring it in sync with the ↵rubidium
packaging used at debian (minus the splitting)
2010-02-18(svn r19161) -Codechange: make the default size of the open list used for ↵yexo
yapf a lot lower to reduce memory usage
2010-02-18(svn r19160) -Codechange: Enlarge a CBinaryHeapT if the heap is full instead ↵yexo
of dropping the added item -Fix: CBinaryHeapT::CheckConsistency compared pointers instead of the actual items (skidd13)
2010-02-18(svn r19159) -Fix (r19151): configure gave a warning about a broken expressionrubidium
2010-02-18(svn r19158) -Fix (r19149): MSVC 64 bits compile warningrubidium
2010-02-17(svn r19154) -Fix: Invisible depots draw the track, so also draw the overlays.frosch
2010-02-17(svn r19153) -Fix [FS#pm](r19056): PBS reservation was drawn incorrectly for ↵frosch
depots.
2010-02-17(svn r19152) -Update from WebTranslator v3.0:translators
lithuanian - 2 changes by romanian - 2 changes by tonny
2010-02-17(svn r19151) -Codechange [FS#3625]: Move home directory to a better place in ↵rubidium
Haiku (jrepan)
2010-02-17(svn r19150) -Fix (r19143): some more locations could use updatingrubidium
2010-02-17(svn r19149) -Codechange: make our vsnprintf implementation for Windows more ↵rubidium
POSIX compliant (adf88)
2010-02-17(svn r19148) -Fix [FS#3627]: [v]seprintf should return the number of added ↵rubidium
characters excluding '\0' on truncation (adf88)
2010-02-17(svn r19147) -Update from WebTranslator v3.0:translators
all - update layout to latest english.txt hebrew - 2 changes by dnd_man indonesian - 1 changes by prof lithuanian - 2 changes by norwegian_bokmal - 35 changes by mantaray norwegian_nynorsk - 76 changes by mantaray
2010-02-16(svn r19146) -Codechange: Use CommandCost in industry checking routines.alberth
2010-02-16(svn r19145) -Update from WebTranslator v3.0:translators
french - 2 changes by glx galician - 25 changes by Drenghist lithuanian - 2 changes by slovak - 4 changes by keso53
2010-02-16(svn r19143) -Codechange: trunk's going for 1.1 now.rubidium
2010-02-15(svn r19141) -Fix [FS#3619] (r18421): look-ahead for multitile waypoints ↵rubidium
'made up' data that shouldn't go into the cache, causing desyncs in MP
2010-02-15(svn r19140) -Codechange: Move variables closer to their first use.alberth
2010-02-15(svn r19139) -Update from WebTranslator v3.0:translators
croatian - 1 changes by VoyagerOne czech - 12 changes by Hadez dutch - 2 changes by habell finnish - 1 changes by jpx_ german - 1 changes by planetmaker hebrew - 2 changes by dnd_man hungarian - 1 changes by alyr lithuanian - 4 changes by BlinK_ norwegian_bokmal - 20 changes by mantaray norwegian_nynorsk - 195 changes by mantaray russian - 1 changes by Lone_Wolf serbian - 1 changes by etran slovak - 21 changes by keso53 slovenian - 1 changes by ntadej spanish - 1 changes by Terkhen
2010-02-15(svn r19138) -Codechange: Rename CheckMultipleIndustryInTown() to ↵alberth
FindTownForIndustry().
2010-02-15(svn r19137) -Add: Report a more useful error when failing to build a bubble ↵alberth
generator.
2010-02-15(svn r19136) -Doc: Added Doxygen comments for industry checking procedures.alberth