Commit Graph

13366 Commits (4376af5b04ead1473aeace79752af4f1363674f1)
 

Author SHA1 Message Date
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
rubidium ac055da444 (svn r17843) -Codechange: move the details drawing code of the content window to a separate function 15 years ago
rubidium a1197e2513 (svn r17842) -Fix: DrawStringMultiLine would in some corner case, top = bottom + 1, draw the string 15 years ago
rubidium 6eba9654a2 (svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for the content gui. 15 years ago
rubidium 5f1e16027d (svn r17840) -Codechange: use the new pool's concepts (caching + not zeroing). Improves average CargoPacket con/destruction time by ~20%, MoveTo/Append by 5-10% and application performance by up to 2%. 15 years ago
rubidium 5ce38e4fdd (svn r17839) -Codechange: implement the concept of 'caching' pool items to pools, that is instead of 'free' push the unused items in a linked list and use them on 'malloc'. Also add the concept of zeroing, or actually not zeroing, on new for pool items. 15 years ago
rubidium 9321dccf1e (svn r17838) -Document: the Pool struct's template parameters 15 years ago
rubidium a30ac59fd2 (svn r17837) -Fix (r17812): comment erroneously mentioned feeder share 15 years ago
rubidium 61720eede3 (svn r17836) -Codechange: split the CargoPacket constructor for creating 'real' new CargoPackets and saveload. For saveload we do not need to set anything except two variables (the rest is always overwritten by the load), for new 'real' cargo also pass the source_xy; dereferencing st before calling is easier than resolving st->index back to st and then dereferencing. Also don't set loaded_at_xy because that is of no importance when not loaded in a vehicle. 15 years ago
smatz b124e9e874 (svn r17835) -Codechange: constify few variables 15 years ago