Commit Graph

13386 Commits (26e2365be4200f30fce0a5c272f5e8926e2fc727)
 

Author SHA1 Message Date
translators 26e2365be4 (svn r17904) -Update from WebTranslator v3.0:
french - 396 changes by glx
greek - 129 changes by fumantsu
serbian - 1 changes by etran
15 years ago
rubidium 3bc0a4ed3e (svn r17903) -Codechange: don't get a modifiable NWidget from a const Window 15 years ago
rubidium 87ea1f1dcd (svn r17902) -Fix: make the plane speed setting unchangeable in network games because it can be read by NewGRFs on game load and thus if it changes cause desyncs 15 years ago
translators 1907cade77 (svn r17901) -Update from WebTranslator v3.0:
catalan - 2 changes by arnau
traditional_chinese - 1 changes by josesun
greek - 135 changes by fumantsu
ukrainian - 2 changes by Madvin
15 years ago
rubidium f315b11f1b (svn r17900) -Fix (r2497): ExtraPaletteValues' tables were all a factor 3 too big
-Codechange: replace some magic numbers related to palette animation with constants
15 years ago
frosch 00aca63b48 (svn r17899) -Codechange: Deduplicate code for refitting vehicles. 15 years ago
frosch d01f5e9e7e (svn r17898) -Fix: [NoAI] Improve behaviour of (AIEngine|AIEventEnginePreview)::GetCargoType() and AIEngine::CanRefitCargo() wrt. articulated vehicles. 15 years ago
frosch 83894809d0 (svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called when they should.
-Codechange: Move capacity calculation to a single function for all vehicle types, so the behaviour can be kept consistent easier.
15 years ago
translators 2a3c797138 (svn r17896) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
french - 1 changes by glx
german - 1 changes by planetmaker
greek - 100 changes by fumantsu
indonesian - 2 changes by prof
italian - 2 changes by lorenzodv
romanian - 2 changes by kkmic
russian - 4 changes by Lone_Wolf
15 years ago
alberth 0279b4c7f2 (svn r17895) -Codechange: Move drawing code of the vehicle details window out of OnPaint, and remove hard-coded coordinate constants. 15 years ago
frosch 334b809644 (svn r17894) -Fix: Invalidate cache of vehicle vars 40-43 after testruns of certain commands, that change them temporarily. 15 years ago
rubidium 778f6533ea (svn r17893) -Feature [FS#2633]: make it possible to disable background saving, only via the config file/in game console though 15 years ago
rubidium 0b5698a5b0 (svn r17892) -Feature [FS#1760]: automatically select the railtype with the most engines for the autoreplace window/try to avoid showing an empty autoreplace list 15 years ago
rubidium 955f48e0ac (svn r17891) -Feature [FS#1619]: Show maximum tractive effort in the 'exclusive test'/'early offer'/'engine preview' window 15 years ago
rubidium 2ef0746007 (svn r17890) -Feature: double clicking on a NewGRF opens the parameters window 15 years ago
rubidium 8a6ddc8706 (svn r17889) -Feature: double click on a item in the refit list refits without the need to click on the refit button 15 years ago
translators 09ee4f6764 (svn r17888) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
german - 1 changes by planetmaker
serbian - 1 changes by etran
15 years ago
rubidium 4fd74e2f94 (svn r17887) -Codechange: remove some (now) unneeded {SKIP}s 15 years ago
rubidium 7b46503dfc (svn r17886) -Codechange: make the 'start server' window nested 15 years ago
rubidium 62f42f2131 (svn r17885) -Codechange: make the network lobby window nested 15 years ago
rubidium fc741b3334 (svn r17884) -Codechange: remove (most) magic numbers from drawing the details of the network lobby and split detail drawing to its own function 15 years ago
smatz 1bc7684ff0 (svn r17883) -Codechange: little cleaning in md5.cpp and md5.h 15 years ago
rubidium e61008b599 (svn r17882) -Codechange: make the code to draw the details in the server list a seperate function and remove some magic numbers 15 years ago
smatz 18d67f6442 (svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bit 15 years ago
smatz 5b8863ea57 (svn r17880) -Codechange: pass 'blitter' as parameter instead of determining it again in DrawSmallMapStuff() 15 years ago
smatz 1165817cf2 (svn r17879) -Codechange: convert awarded pax subsidies from old savegames using simple heuristic (instead of deleting them) 15 years ago
translators 72a6267284 (svn r17878) -Update from WebTranslator v3.0:
french - 6 changes by glx
german - 1 changes by dihedral
hungarian - 1 changes by alyr
15 years ago
rubidium 22db089c0d (svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI purposes, i.e. make it translatable 15 years ago
rubidium fac3655a4c (svn r17876) -Codechange: make the network company password window nested 15 years ago
smatz d63e729cf1 (svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro over null driver 15 years ago
alberth 4d2e1521f9 (svn r17874) -Codechange: vehicle details window uses pure nested widgets. 15 years ago
rubidium 9771eb4037 (svn r17873) -Codechange: make the advanced settings window nested 15 years ago
smatz 433fc04921 (svn r17872) -Codechange: apply coding style to splash.cpp
-Fix (r17871): missing variable declaration
15 years ago
smatz 002f9c0075 (svn r17871) -Fix (r11342): memset() accepts only 1-byte argument 15 years ago
alberth 95ffbc2476 (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 15 years ago
smatz a558159faa (svn r17869) -Codechange: don't create OnScroll() event for zero delta 15 years ago
alberth 4dd587345d (svn r17868) -Codechange: Vehicle list window uses nested widgets only. 15 years ago
alberth bd05f2eca6 (svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets. 15 years ago
rubidium 38687193fe (svn r17866) -Codechange: make the remaining graph windows nested 15 years ago
alberth 413f6b880f (svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems(). 15 years ago
rubidium 699e5165ff (svn r17864) -Codechange: make the OSK nested 15 years ago
rubidium b7630b0e2a (svn r17863) -Codechange: make the build vehicle window nested 15 years ago
alberth df71a1f266 (svn r17862) -Codechange: Use edge positions of the matrix widget in DrawVehicleRefitWindow. 15 years ago
alberth dae5dceb85 (svn r17861) -Fix (r17860): max(uint, int) does not exist. 15 years ago
alberth da0ac09234 (svn r17860) -Codechange: Refit window uses pure nested widgets. 15 years ago
rubidium 69b20e9a07 (svn r17859) -Codechange: make the fund/build/prospect industry window nested 15 years ago
frosch 9b80bc1f9b (svn r17858) -Codechange: Unindent some code. 15 years ago
frosch 8e23ba540c (svn r17857) -Fix (r10442): [NewGRF] 'subtract-in' is also signed for production callback version 0. 15 years ago
alberth 64f9ee3a2d (svn r17856) -Codechange: Don't get the selected cargo as a sife effect of drawing. 15 years ago
alberth af60e61b20 (svn r17855) -Codechange: Remove or move var declarations in DrawVehicleRefitWindow(). 15 years ago