Commit Graph

9226 Commits (889b4f65002edf41fad8eb5ca43b10e931f04ed5)

Author SHA1 Message Date
alberth 740185febd (svn r19886) -Add [FS#3705]: Perform window callback during mouse dragging for the purpose of highlighting the destination (sbr). 14 years ago
rubidium 0ccd755de6 (svn r19885) -Fix [FS#3761]: allow loading savegames from the console without specifying the ".sav" extension, i.e. make it consistent with saving savegames from the console 14 years ago
rubidium 27e8dc1bb0 (svn r19884) -Feature: translatable desktop shortcut comments 14 years ago
rubidium 8b074018fc (svn r19883) -Fix [FS#3812]: dropdowns did affect positioning of new windows because they were not yet removed when the new windows were positioned 14 years ago
translators 82204a7388 (svn r19882) -Update from WebTranslator v3.0:
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
14 years ago
rubidium b4d4e5722a (svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels and bridges 14 years ago
frosch 934f0861ee (svn r19880) -Fix: [NoAI] AIEngine::IsValidEngine() and AIEngine::IsBuildable() returned false positives. Especially wagons of unavailable railtypes were reported available. 14 years ago
frosch 2eb1e2564b (svn r19879) -Codechange: Also hide invalid engines from purchase lists. 14 years ago
alberth fd4d221647 (svn r19878) -Fix [FX#3851]: Default vehicle group texts were drawn one pixel too low (sbr). 14 years ago
frosch f6f0075853 (svn r19877) -Change: Name invalid engines, cargos and industries 'invalid', if the player removed the supplying NewGRFs. 14 years ago
smatz 1c2fe75a12 (svn r19876) -Fix (r14104): it was not possible to send all trains with common waypoint order to depot 14 years ago
rubidium be79aba6eb (svn r19874) -Fix [FS#3845]: NetBSD compilation was still broken in some cases (Krille) 14 years ago
rubidium aefe28bd1c (svn r19873) -Fix [FS#3817]: if the (guessed initial) destination tile of a road stop wasn't a road stop but was a T-junction or turn, the road vehicles would jump around in circles 14 years ago
yexo a646e56700 (svn r19872) -Codechange [FS#3826]: move the widget updates in the newgame gui to OnInvalidateData from OnPaint 14 years ago
yexo 330c5daf54 (svn r19871) -Fix [FS#3826]: update the landscape buttons in the main menu / newgame window correctly (planetmaker) 14 years ago
smatz d012953528 (svn r19870) -Codechange: silence some of GCC 3.3 warnings 14 years ago
rubidium 7620939583 (svn r19869) -Fix [FS#3819]: when a connection gets lost and a game with AIs was loaded the client might crash due to the AIs not being loaded while the game loop is executed 14 years ago
translators 7b4e6edb5e (svn r19868) -Update from WebTranslator v3.0:
indonesian - 4 changes by prof
russian - 17 changes by Lone_Wolf, perk11
14 years ago
rubidium adfacd44ab (svn r19867) -Change: use non-breaking spaces for currency pre-/postfixes. 14 years ago
rubidium b169fd9b92 (svn r19866) -Change: use non breaking spaces as digit group separators in the Russian translation 14 years ago
rubidium 779722505f (svn r19865) -Fix [FS#3830]: crash when changing locale settings from console due to strcpy-ing a string into a pointer 14 years ago
rubidium cfaafb0fff (svn r19864) -Fix: don't print a pointer as string for listing (a) setting(s) 14 years ago
rubidium 2660ad2caf (svn r19863) -Fix: redraw the screen when changing the currency settings 14 years ago
rubidium 5688b7c68e (svn r19862) -Change: allow "" and " " as arguments meaning nothing and space for the in-game console 14 years ago
frosch e6bc1150ae (svn r19861) -Fix (r19814): Silence a warning. 14 years ago
translators 7e5d622f7f (svn r19860) -Update from WebTranslator v3.0:
catalan - 1 changes by arnau
french - 9 changes by ElNounch
russian - 60 changes by Lone_Wolf, perk11
14 years ago
glx 95b4be81fc (svn r19859) -Fix (r19853): preprocessor warning 14 years ago
rubidium 0a34d95374 (svn r19853) -Fix [FS#3840]: revert r19781 and apply a more sensible version with the same effect 14 years ago
frosch bd270258c4 (svn r19852) -Fix [FS#TT-MS]: Drawing fallback sprites for unavailable NewGRF waypoints failed. 14 years ago
translators 86fcc51ce1 (svn r19851) -Update from WebTranslator v3.0:
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
14 years ago
smatz 0449d7d5b9 (svn r19850) -Codechange: move declaration of InitializeRailGUI() to rail_gui.h 14 years ago
alberth 0f17755f95 (svn r19849) -Fix: Center sprite and text seperately in the newgrf gui active list. 14 years ago
alberth b628dc0de7 (svn r19848) -Fix (r19837): Center the texts of the inactive newgrfs. 14 years ago
translators 1b58746fc5 (svn r19847) -Update from WebTranslator v3.0:
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
14 years ago
glx 169b71ca77 (svn r19846) -Fix (r19839): STR_NEWGRF_SETTINGS_SELECT_PRESET != STR_NEWGRF_FILTER_TITLE and do it for unfinished lang files too 14 years ago
alberth 1a18933f35 (svn r19845) -Feature: Dynamically switch between 2 and 3 column NewGRF gui for improved user experience. 14 years ago
alberth 56f3bc595a (svn r19844) -Fix: Move NWidgetBase::StoreSizePosition() to an include file, and use proper inline macro. 14 years ago
alberth 25357f031c (svn r19843) -Codechange: Move ComputeMaxSize() to widget_type.h to make it globally accessible. 14 years ago
alberth fe90be71d0 (svn r19842) -Change: Adapt other languages too. 14 years ago
alberth 2f1c4bc8fe (svn r19841) -Feature: Setup NewGRFs from a single window. 14 years ago
alberth 4749e5da27 (svn r19840) -Add: Add 'rescan' functionality to the NewGRF window. 14 years ago
alberth a3a4914160 (svn r19839) -Change: Also copy the new filter string in the other languages. 14 years ago
alberth ae27a0287c (svn r19838) -Change: Add filter capability to the availables list. 14 years ago
alberth 47360b029e (svn r19837) -Change: Display list of available (non-active) grfs in the NewGRF window. 14 years ago
alberth 5e24305e0d (svn r19836) -Codechange: Move sprite palette selection code in NewGRF gui to its own method. 14 years ago
alberth 88fe11aae3 (svn r19835) -Codechange: Extract grfident equality check to its own method. 14 years ago
alberth 39723ed247 (svn r19834) -Change: Replace matrix list widget in NewGRF gui by a panel with black background. 14 years ago
alberth ff47831aba (svn r19833) -Change: Modify NewGRF window towards having combined lists, add captions. 14 years ago
alberth 4808ca2643 (svn r19832) -Codechange: Rename variables list->actives, sel->active_sel. 14 years ago
alberth 52affd2240 (svn r19831) -Codechange: Rename formal parameters of the constructor to match data member variable names. 14 years ago