summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-22(svn r19884) -Feature: translatable desktop shortcut commentsrubidium
2010-05-22(svn r19883) -Fix [FS#3812]: dropdowns did affect positioning of new windows ↵rubidium
because they were not yet removed when the new windows were positioned
2010-05-22(svn r19882) -Update from WebTranslator v3.0:translators
traditional_chinese - 5 changes by josesun croatian - 7 changes by VoyagerOne finnish - 5 changes by jpx_ french - 5 changes by glx greek - 32 changes by fumantsu hungarian - 26 changes by IPG indonesian - 2 changes by prof russian - 5 changes by Lone_Wolf slovenian - 9 changes by ntadej spanish - 5 changes by Terkhen vietnamese - 31 changes by nglekhoi
2010-05-22(svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels ↵rubidium
and bridges
2010-05-22(svn r19880) -Fix: [NoAI] AIEngine::IsValidEngine() and ↵frosch
AIEngine::IsBuildable() returned false positives. Especially wagons of unavailable railtypes were reported available.
2010-05-22(svn r19879) -Codechange: Also hide invalid engines from purchase lists.frosch
2010-05-22(svn r19878) -Fix [FX#3851]: Default vehicle group texts were drawn one ↵alberth
pixel too low (sbr).
2010-05-21(svn r19877) -Change: Name invalid engines, cargos and industries 'invalid', ↵frosch
if the player removed the supplying NewGRFs.
2010-05-21(svn r19876) -Fix (r14104): it was not possible to send all trains with ↵smatz
common waypoint order to depot
2010-05-21(svn r19874) -Fix [FS#3845]: NetBSD compilation was still broken in some ↵rubidium
cases (Krille)
2010-05-21(svn r19873) -Fix [FS#3817]: if the (guessed initial) destination tile of a ↵rubidium
road stop wasn't a road stop but was a T-junction or turn, the road vehicles would jump around in circles
2010-05-21(svn r19872) -Codechange [FS#3826]: move the widget updates in the newgame ↵yexo
gui to OnInvalidateData from OnPaint
2010-05-21(svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / ↵yexo
newgame window correctly (planetmaker)
2010-05-21(svn r19870) -Codechange: silence some of GCC 3.3 warningssmatz
2010-05-20(svn r19869) -Fix [FS#3819]: when a connection gets lost and a game with AIs ↵rubidium
was loaded the client might crash due to the AIs not being loaded while the game loop is executed
2010-05-20(svn r19868) -Update from WebTranslator v3.0:translators
indonesian - 4 changes by prof russian - 17 changes by Lone_Wolf, perk11
2010-05-20(svn r19867) -Change: use non-breaking spaces for currency pre-/postfixes.rubidium
2010-05-20(svn r19866) -Change: use non breaking spaces as digit group separators in ↵rubidium
the Russian translation
2010-05-20(svn r19865) -Fix [FS#3830]: crash when changing locale settings from ↵rubidium
console due to strcpy-ing a string into a pointer
2010-05-20(svn r19864) -Fix: don't print a pointer as string for listing (a) setting(s)rubidium
2010-05-20(svn r19863) -Fix: redraw the screen when changing the currency settingsrubidium
2010-05-20(svn r19862) -Change: allow "" and " " as arguments meaning nothing and ↵rubidium
space for the in-game console
2010-05-19(svn r19861) -Fix (r19814): Silence a warning.frosch
2010-05-19(svn r19860) -Update from WebTranslator v3.0:translators
catalan - 1 changes by arnau french - 9 changes by ElNounch russian - 60 changes by Lone_Wolf, perk11
2010-05-19(svn r19859) -Fix (r19853): preprocessor warningglx
2010-05-18(svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version ↵rubidium
with the same effect
2010-05-18(svn r19852) -Fix [FS#TT-MS]: Drawing fallback sprites for unavailable ↵frosch
NewGRF waypoints failed.
2010-05-18(svn r19851) -Update from WebTranslator v3.0:translators
traditional_chinese - 15 changes by josesun dutch - 1 changes by habell esperanto - 1 changes by kristjan polish - 1 changes by silver_777 portuguese - 3 changes by JayCity romanian - 4 changes by kkmic russian - 1 changes by Lone_Wolf swedish - 5 changes by Zuu
2010-05-18(svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.hsmatz
2010-05-17(svn r19849) -Fix: Center sprite and text seperately in the newgrf gui ↵alberth
active list.
2010-05-17(svn r19848) -Fix (r19837): Center the texts of the inactive newgrfs.alberth
2010-05-17(svn r19847) -Update from WebTranslator v3.0:translators
catalan - 5 changes by arnau croatian - 4 changes by VoyagerOne dutch - 66 changes by Hyronymus, habell finnish - 4 changes by jpx_ french - 5 changes by glx hungarian - 4 changes by IPG indonesian - 23 changes by prof italian - 20 changes by lorenzodv norwegian_bokmal - 7 changes by mantaray norwegian_nynorsk - 3 changes by mantaray polish - 5 changes by xaxa, xine russian - 3 changes by Lone_Wolf serbian - 6 changes by etran spanish - 4 changes by Terkhen
2010-05-17(svn r19846) -Fix (r19839): STR_NEWGRF_SETTINGS_SELECT_PRESET != ↵glx
STR_NEWGRF_FILTER_TITLE and do it for unfinished lang files too
2010-05-16(svn r19845) -Feature: Dynamically switch between 2 and 3 column NewGRF gui ↵alberth
for improved user experience.
2010-05-16(svn r19844) -Fix: Move NWidgetBase::StoreSizePosition() to an include file, ↵alberth
and use proper inline macro.
2010-05-16(svn r19843) -Codechange: Move ComputeMaxSize() to widget_type.h to make it ↵alberth
globally accessible.
2010-05-16(svn r19842) -Change: Adapt other languages too.alberth
2010-05-16(svn r19841) -Feature: Setup NewGRFs from a single window.alberth
2010-05-16(svn r19840) -Add: Add 'rescan' functionality to the NewGRF window.alberth
2010-05-16(svn r19839) -Change: Also copy the new filter string in the other languages.alberth
2010-05-16(svn r19838) -Change: Add filter capability to the availables list.alberth
2010-05-16(svn r19837) -Change: Display list of available (non-active) grfs in the ↵alberth
NewGRF window.
2010-05-16(svn r19836) -Codechange: Move sprite palette selection code in NewGRF gui ↵alberth
to its own method.
2010-05-16(svn r19835) -Codechange: Extract grfident equality check to its own method.alberth
2010-05-16(svn r19834) -Change: Replace matrix list widget in NewGRF gui by a panel ↵alberth
with black background.
2010-05-16(svn r19833) -Change: Modify NewGRF window towards having combined lists, ↵alberth
add captions.
2010-05-16(svn r19832) -Codechange: Rename variables list->actives, sel->active_sel.alberth
2010-05-16(svn r19831) -Codechange: Rename formal parameters of the constructor to ↵alberth
match data member variable names.
2010-05-16(svn r19830) -Codechange: Move variable declarations to their first use.alberth
2010-05-16(svn r19829) -Codechange: Extract assignment from the condition-check in the ↵alberth
for statement.