Commit Graph

13375 Commits (f656dd4cf333c0d81e0da286a60babdaf329037b)
 

Author SHA1 Message Date
rubidium f656dd4cf3 (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 104128a145 (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 3e83c0b1cb (svn r17891) -Feature [FS#1619]: Show maximum tractive effort in the 'exclusive test'/'early offer'/'engine preview' window 15 years ago
rubidium ac8482e82d (svn r17890) -Feature: double clicking on a NewGRF opens the parameters window 15 years ago
rubidium fdde27ff0a (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 90f7fcb3ca (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 a592d22c5c (svn r17887) -Codechange: remove some (now) unneeded {SKIP}s 15 years ago
rubidium 4b83775e6f (svn r17886) -Codechange: make the 'start server' window nested 15 years ago
rubidium 8a703a8a80 (svn r17885) -Codechange: make the network lobby window nested 15 years ago
rubidium 4376af5b04 (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 c82d2a1fa6 (svn r17883) -Codechange: little cleaning in md5.cpp and md5.h 15 years ago
rubidium 2894071583 (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 1043abc176 (svn r17881) -Codechange: unify comment style in smallmap_gui.cpp a bit 15 years ago
smatz e895719e96 (svn r17880) -Codechange: pass 'blitter' as parameter instead of determining it again in DrawSmallMapStuff() 15 years ago
smatz 618f0cdae3 (svn r17879) -Codechange: convert awarded pax subsidies from old savegames using simple heuristic (instead of deleting them) 15 years ago
translators 39fa6f0eb1 (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 e0c72d2c98 (svn r17877) -Fix (r1322/r1174/r464): do not hardcode 'Ban' for GUI purposes, i.e. make it translatable 15 years ago
rubidium 1a4fb59437 (svn r17876) -Codechange: make the network company password window nested 15 years ago
smatz 345ced24de (svn r17875) -Change [FS#3272]: prefer extmidi over allegro midi and allegro over null driver 15 years ago
alberth bf5fbf53b3 (svn r17874) -Codechange: vehicle details window uses pure nested widgets. 15 years ago
rubidium c23503659f (svn r17873) -Codechange: make the advanced settings window nested 15 years ago
smatz 4be740573c (svn r17872) -Codechange: apply coding style to splash.cpp
-Fix (r17871): missing variable declaration
15 years ago
smatz c782ccec5d (svn r17871) -Fix (r11342): memset() accepts only 1-byte argument 15 years ago
alberth b6679cfe25 (svn r17870) -Codechange: Use fontsize when drawing roadveh, ship, and aircraft details. 15 years ago
smatz 7921a5c7d0 (svn r17869) -Codechange: don't create OnScroll() event for zero delta 15 years ago
alberth af5c9167e3 (svn r17868) -Codechange: Vehicle list window uses nested widgets only. 15 years ago
alberth e08d3ec595 (svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets. 15 years ago
rubidium 8f7b58be35 (svn r17866) -Codechange: make the remaining graph windows nested 15 years ago
alberth 125ca20d45 (svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems(). 15 years ago
rubidium 2eb67404ce (svn r17864) -Codechange: make the OSK nested 15 years ago
rubidium 4c089676f7 (svn r17863) -Codechange: make the build vehicle window nested 15 years ago
alberth edf0ae78e0 (svn r17862) -Codechange: Use edge positions of the matrix widget in DrawVehicleRefitWindow. 15 years ago
alberth d202296805 (svn r17861) -Fix (r17860): max(uint, int) does not exist. 15 years ago
alberth 6fbdad9e42 (svn r17860) -Codechange: Refit window uses pure nested widgets. 15 years ago
rubidium 5be6edc6e3 (svn r17859) -Codechange: make the fund/build/prospect industry window nested 15 years ago
frosch 3a470a37cf (svn r17858) -Codechange: Unindent some code. 15 years ago
frosch a6f09889e5 (svn r17857) -Fix (r10442): [NewGRF] 'subtract-in' is also signed for production callback version 0. 15 years ago
alberth 6ff8e78c48 (svn r17856) -Codechange: Don't get the selected cargo as a sife effect of drawing. 15 years ago
alberth 40477932f1 (svn r17855) -Codechange: Remove or move var declarations in DrawVehicleRefitWindow(). 15 years ago
alberth e284677c38 (svn r17854) -Codechange: Merge different cases of setting widget data together in the view vehicle window. 15 years ago
rubidium c1365b3cc1 (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone. 15 years ago
alberth 5f11ca95a6 (svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window. 15 years ago
alberth ab559623d6 (svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window. 15 years ago
rubidium 51936e1903 (svn r17850) -Codechange: remove most usage of delta on OnResize 15 years ago
rubidium 343586484b (svn r17849) -Codechange: make the saveload windows nested 15 years ago
rubidium a5a1206bbe (svn r17848) -Codechange: allow overriding (some) settings of STACKED_SELECTION_ZERO_SIZE widgets via UpdateWidgetSize 15 years ago
translators 50e8e37853 (svn r17847) -Update from WebTranslator v3.0:
basque - 7 changes by Thadah
15 years ago
rubidium 5fb9f8cb24 (svn r17846) -Codechange: make the network content window nested 15 years ago
frosch 83fb5dfbbb (svn r17845) -Fix (r17744): Missing 'g' in sed command. 15 years ago
rubidium 64491eeb87 (svn r17844) -Fix (r17790): typo in the documentation 15 years ago