summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-03-17(svn r19441) -Fix (r19437): broken Greek translation.rubidium
2010-03-17(svn r19440) -Update from WebTranslator v3.0:translators
catalan - 2 changes by arnau czech - 7 changes by TheLamer frisian - 97 changes by Fopper greek - 4 changes by icelandic - 34 changes by baldur italian - 2 changes by lorenzodv lithuanian - 3 changes by BlinK_ polish - 2 changes by silver_777 serbian - 2 changes by etran slovenian - 2 changes by ntadej turkish - 2 changes by niw3
2010-03-16(svn r19438) -Fix [FS#3700]: Custom group names are misaligned with default ↵rubidium
ones when using rtl languages (sbr)
2010-03-16(svn r19437) -Update from WebTranslator v3.0:translators
traditional_chinese - 2 changes by josesun croatian - 2 changes by VoyagerOne dutch - 2 changes by habell finnish - 2 changes by jpx_ french - 2 changes by glx frisian - 63 changes by Fopper german - 2 changes by planetmaker greek - 5 changes by fumantsu hungarian - 2 changes by IPG korean - 2 changes by junho2813 portuguese - 2 changes by JayCity russian - 2 changes by Lone_Wolf slovak - 4 changes by keso53 vietnamese - 8 changes by myquartz
2010-03-16(svn r19436) -Fix: With certain game settings one could clear tiles for free ↵frosch
when building long roads.
2010-03-16(svn r19435) -Fix: when loading a savegame created with a house newgrf ↵yexo
without that newgrf available all houses became tall office blocks
2010-03-16(svn r19434) -Add: Add rail speed limit to land area information window.peter1138
2010-03-16(svn r19433) -Codechange: Limit rail clearance earnings to 3/4s of rail ↵peter1138
build cost, to avoid money making loophole when rail build cost is less than rail removal earnings.
2010-03-16(svn r19432) -Fix [FS#3696] (r19357): crash when the error message 'owned by ↵yexo
<town>' was shown
2010-03-16(svn r19431) -Codechange: Append rail type speed limit (if set) to rail type ↵peter1138
selection list, and toolbar title.
2010-03-15(svn r19429) -Fix: when the title game contains an AIPL block the AI ↵yexo
settinsg where overwritten by those from the title game
2010-03-15(svn r19428) -Update from WebTranslator v3.0:translators
arabic_egypt - 11 changes by kasakg traditional_chinese - 2 changes by josesun croatian - 14 changes by UnderwaterHesus, VoyagerOne dutch - 1 changes by habell greek - 5 changes by fumantsu hebrew - 1 changes by dnd_man norwegian_bokmal - 1 changes by CyberKenny slovenian - 1 changes by ntadej
2010-03-15(svn r19427) -Codechange: gracefully handle the case where we can't open a ↵rubidium
.tar file.
2010-03-15(svn r19426) -Fix: compilation with AIs disabledrubidium
2010-03-14(svn r19425) -Fix: [YAPP] A train on a bridge/tunnel was not always found ↵michi_cc
when checking for trains on a reserved path.
2010-03-14(svn r19424) -Codechange: Call command procs only via DoCommand().frosch
2010-03-14(svn r19423) -Codechange: Move error message reporting of industry build in ↵alberth
SE to a callback.
2010-03-14(svn r19422) -Update from WebTranslator v3.0:translators
bulgarian - 61 changes by yxomo catalan - 2 changes by arnau esperanto - 1 changes by kristjan estonian - 9 changes by irve greek - 37 changes by fumantsu italian - 1 changes by lorenzodv polish - 1 changes by silver_777 portuguese - 1 changes by JayCity russian - 6 changes by LazyBoy, Lone_Wolf turkish - 1 changes by niw3
2010-03-14(svn r19421) -Codechange: Remove explicit use of _error_message from ↵alberth
CmdConvertRail().
2010-03-14(svn r19420) -Codechange: Don't use _error_message to keep track of ↵alberth
success/failure, use a had_success boolean.
2010-03-14(svn r19419) -Codechange: Use failed CommandCost object to retrieve message ↵alberth
instead of _error_message.
2010-03-14(svn r19418) -Codechange: Code style fix for ValParamTrackOrientation().alberth
2010-03-14(svn r19417) -Codechange: More code style, move variable declarations to ↵alberth
their first use.
2010-03-14(svn r19416) -Codechange: Code style, move variable declarations to their ↵alberth
first use.
2010-03-14(svn r19415) -Codechange: Forward CommandCost with an error back to the caller.alberth
2010-03-14(svn r19414) -Doc: Several doxygen additions and corrections.alberth
2010-03-14(svn r19413) -Codechange: Merging RailtypeFlag enum (a bit number) with ↵alberth
RailTypeFlags enum (had values only).
2010-03-13(svn r19412) -Codechange (r9942): One pair of parentheses is enough.alberth
2010-03-13(svn r19410) -Update from WebTranslator v3.0:translators
esperanto - 41 changes by Ailanto estonian - 4 changes by irve finnish - 1 changes by jpx_ french - 1 changes by glx german - 2 changes by planetmaker greek - 4 changes by fumantsu hungarian - 1 changes by alyr korean - 1 changes by junho2813 brazilian_portuguese - 6 changes by leandromoh russian - 1 changes by Lone_Wolf serbian - 3 changes by etran spanish - 1 changes by Terkhen
2010-03-13(svn r19409) -Codechange: remove some spaces from translations that were ↵rubidium
already removed from English (a long while ago)
2010-03-13(svn r19408) -Change: make the space after ... consistent in the ↵rubidium
translations too
2010-03-13(svn r19407) -Fix: incorrect number of dots in '...' in translationsrubidium
2010-03-13(svn r19406) -Fix: unneeded space in English stringrubidium
2010-03-13(svn r19405) -Codechange: CheckOwnership() returns a CommandCost.alberth
2010-03-13(svn r19404) -Codechange: CheckAllowRemoveTunnelBridge() returns a CommandCost.alberth
2010-03-13(svn r19403) -Fix (r19398): Test inverted.frosch
2010-03-13(svn r19402) -Codechange: CheckAllowRemoveRoad() returns a CommandCost.alberth
2010-03-13(svn r19401) -Codechange: Use curly braces with multi-line if statements.alberth
2010-03-13(svn r19400) -Codechange: CheckforTownRating returns a CommandCost.alberth
2010-03-13(svn r19399) -Doc: Doxyment enum TownRatingCheckType.alberth
2010-03-13(svn r19398) -Codechange: move the desync cache checking code to its own ↵rubidium
function. Also make the drive through and cargo list checks only run when 'desync' debugging is enabled.
2010-03-13(svn r19397) -Add: Enter the starting year at the scenario editor by ↵terkhen
clicking at the date panel.
2010-03-13(svn r19396) -Fix [FS#3690] (r19351): trying to remove a too large rail ↵yexo
station rect caused crashes
2010-03-13(svn r19395) -Fix [FS#3669]: the AI Debug window didn't open if an AI or ↵Yexo
library fails to compile when loading a savegame
2010-03-12(svn r19392) -Codechange: Increase the maximum size of a TileArea.terkhen
2010-03-12(svn r19391) -Fix (r19255): shuffling around GRFIdentifier in GRFConfig ↵rubidium
caused gamelog to log the wrong data which could cause crashes later on when that data is queried
2010-03-12(svn r19390) -Update from WebTranslator v3.0:translators
bulgarian - 53 changes by yxomo portuguese - 1 changes by JayCity spanish - 1 changes by Terkhen
2010-03-12(svn r19389) -Fix [FS3676]: only show the "No AIs available" error message ↵yexo
when explicitly changing the number of AI opponents
2010-03-11(svn r19388) -Fix [FS#3666]: [NoAI] When reloading a savegame, an AI failing ↵rubidium
to compile could trigger (trying) to read the not yet loaded information of another AI via the AI Debug window and its "open with the most recently used AI" feature
2010-03-11(svn r19387) -Fix [FS#3671]: Close all orders windows when switching companies.terkhen