Commit Graph

13358 Commits (fac3655a4c6b6b76567a3745ec5063d11d15b782)
 

Author SHA1 Message Date
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
alberth 11e1d3b47c (svn r17854) -Codechange: Merge different cases of setting widget data together in the view vehicle window. 15 years ago
rubidium ca0521f89f (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 c3992ab7b6 (svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window. 15 years ago
alberth ef5dc588de (svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window. 15 years ago
rubidium 2f41c0411c (svn r17850) -Codechange: remove most usage of delta on OnResize 15 years ago
rubidium d5a3ec1996 (svn r17849) -Codechange: make the saveload windows nested 15 years ago
rubidium 77d26d5081 (svn r17848) -Codechange: allow overriding (some) settings of STACKED_SELECTION_ZERO_SIZE widgets via UpdateWidgetSize 15 years ago
translators f6129d605d (svn r17847) -Update from WebTranslator v3.0:
basque - 7 changes by Thadah
15 years ago
rubidium ecd5c2901d (svn r17846) -Codechange: make the network content window nested 15 years ago
frosch cd73ad8b01 (svn r17845) -Fix (r17744): Missing 'g' in sed command. 15 years ago
rubidium f30be25e56 (svn r17844) -Fix (r17790): typo in the documentation 15 years ago
rubidium 310be2e5be (svn r17843) -Codechange: move the details drawing code of the content window to a separate function 15 years ago
rubidium 0501bd1325 (svn r17842) -Fix: DrawStringMultiLine would in some corner case, top = bottom + 1, draw the string 15 years ago
rubidium c90885a17e (svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate for the content gui. 15 years ago
rubidium 547677a782 (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 1528b64a68 (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 0ebe525e5b (svn r17838) -Document: the Pool struct's template parameters 15 years ago
rubidium a4d054eabc (svn r17837) -Fix (r17812): comment erroneously mentioned feeder share 15 years ago
rubidium 69b8e8e755 (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 79906f7ffe (svn r17835) -Codechange: constify few variables 15 years ago
rubidium f4e0b3642b (svn r17834) -Fix [FS#3274] (r17808): you got paid a bit too much... ofcourse the index of the source station generally doesn't equal the location of said station. 15 years ago
alberth fe717d033e (svn r17833) -Codechange: Depot gui should use relative widget coordinates for clicking. 15 years ago
smatz 396d16e2ec (svn r17832) -Codechange: make Alberth happier 15 years ago
smatz 232d7bc4f4 (svn r17831) -Codechange: move code used for adding map indicators of the smallmap to separate functions 15 years ago
frosch 21fdc65ce4 (svn r17830) -Fix [FS#3276]: Some windows already need their window_number when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately. 15 years ago
smatz b06da82c62 (svn r17829) -Codechange: move code used for adding vehicles and town names to minimap to separate functions 15 years ago
alberth af9c76eb6f (svn r17828) -Codechange: Variable declaration code style, and a few comment typo-ish fixes. 15 years ago
frosch ffb729ac9e (svn r17827) -Codechange: Deduplicate some lines of code. 15 years ago