summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-10-25(svn r17869) -Codechange: don't create OnScroll() event for zero deltasmatz
2009-10-25(svn r17868) -Codechange: Vehicle list window uses nested widgets only.alberth
2009-10-25(svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets.alberth
2009-10-25(svn r17866) -Codechange: make the remaining graph windows nestedrubidium
2009-10-25(svn r17865) -Codechange: Remove references to specific widgets and ↵alberth
step-heights from BaseVehicleListWindow::DrawVehicleListItems().
2009-10-25(svn r17864) -Codechange: make the OSK nestedrubidium
2009-10-25(svn r17863) -Codechange: make the build vehicle window nestedrubidium
2009-10-24(svn r17862) -Codechange: Use edge positions of the matrix widget in ↵alberth
DrawVehicleRefitWindow.
2009-10-24(svn r17861) -Fix (r17860): max(uint, int) does not exist.alberth
2009-10-24(svn r17860) -Codechange: Refit window uses pure nested widgets.alberth
2009-10-24(svn r17859) -Codechange: make the fund/build/prospect industry window nestedrubidium
2009-10-24(svn r17858) -Codechange: Unindent some code.frosch
2009-10-24(svn r17857) -Fix (r10442): [NewGRF] 'subtract-in' is also signed for ↵frosch
production callback version 0.
2009-10-24(svn r17856) -Codechange: Don't get the selected cargo as a sife effect of ↵alberth
drawing.
2009-10-24(svn r17855) -Codechange: Remove or move var declarations in ↵alberth
DrawVehicleRefitWindow().
2009-10-24(svn r17854) -Codechange: Merge different cases of setting widget data ↵alberth
together in the view vehicle window.
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ↵rubidium
used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
2009-10-24(svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window.alberth
2009-10-24(svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window.alberth
2009-10-24(svn r17850) -Codechange: remove most usage of delta on OnResizerubidium
2009-10-23(svn r17849) -Codechange: make the saveload windows nestedrubidium
2009-10-23(svn r17848) -Codechange: allow overriding (some) settings of ↵rubidium
STACKED_SELECTION_ZERO_SIZE widgets via UpdateWidgetSize
2009-10-23(svn r17847) -Update from WebTranslator v3.0:translators
basque - 7 changes by Thadah
2009-10-22(svn r17846) -Codechange: make the network content window nestedrubidium
2009-10-22(svn r17843) -Codechange: move the details drawing code of the content ↵rubidium
window to a separate function
2009-10-22(svn r17842) -Fix: DrawStringMultiLine would in some corner case, top = ↵rubidium
bottom + 1, draw the string
2009-10-22(svn r17841) -Codechange: move state changes from OnPaint to OnInvalidate ↵rubidium
for the content gui.
2009-10-21(svn r17840) -Codechange: use the new pool's concepts (caching + not ↵rubidium
zeroing). Improves average CargoPacket con/destruction time by ~20%, MoveTo/Append by 5-10% and application performance by up to 2%.
2009-10-21(svn r17839) -Codechange: implement the concept of 'caching' pool items to ↵rubidium
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.
2009-10-21(svn r17838) -Document: the Pool struct's template parametersrubidium
2009-10-21(svn r17837) -Fix (r17812): comment erroneously mentioned feeder sharerubidium
2009-10-20(svn r17836) -Codechange: split the CargoPacket constructor for creating ↵rubidium
'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.
2009-10-20(svn r17835) -Codechange: constify few variablessmatz
2009-10-20(svn r17834) -Fix [FS#3274] (r17808): you got paid a bit too much... ↵rubidium
ofcourse the index of the source station generally doesn't equal the location of said station.
2009-10-20(svn r17833) -Codechange: Depot gui should use relative widget coordinates ↵alberth
for clicking.
2009-10-20(svn r17832) -Codechange: make Alberth happiersmatz
2009-10-20(svn r17831) -Codechange: move code used for adding map indicators of the ↵smatz
smallmap to separate functions
2009-10-20(svn r17830) -Fix [FS#3276]: Some windows already need their window_number ↵frosch
when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately.
2009-10-20(svn r17829) -Codechange: move code used for adding vehicles and town names ↵smatz
to minimap to separate functions
2009-10-20(svn r17828) -Codechange: Variable declaration code style, and a few comment ↵alberth
typo-ish fixes.
2009-10-20(svn r17827) -Codechange: Deduplicate some lines of code.frosch
2009-10-20(svn r17826) -Codechange: GetRoadVehLength() is only used in one file, make ↵frosch
it static.
2009-10-20(svn r17825) -Change: 'animate' the 'center to current position' button in ↵smatz
SmallMapWindow when pressed
2009-10-20(svn r17824) -Fix (r4594): _date_fract runs from 0 to 73 since r2041. ↵frosch
Variable 0x09 should not.
2009-10-20(svn r17823) -Codechange: Use top of the matrix widget as offset for row ↵alberth
calculation in autoreplace window.
2009-10-20(svn r17822) -Codechange: move 'extra viewport' code from smallmap_gui.cpp ↵smatz
to viewport_gui.cpp
2009-10-20(svn r17821) -Codechange: make more mathods of SmallMapWindow privatesmatz
2009-10-20(svn r17820) -Update from WebTranslator v3.0:translators
traditional_chinese - 6 changes by josesun indonesian - 1 changes by prof
2009-10-20(svn r17819) -Codechange: replace magic constant by symbolic constantsmatz
2009-10-20(svn r17818) -Codechange: iterate the cargo list from the back when trying ↵rubidium
to merge packets. Chances are higher that the last packet (in the FIFO-ish queue) is mergeable with the to be added package. If a train gets loaded packets get split up and put into the different carriages, at unload they are unloaded in the same order so the last in the FIFO-ish queue is likely the packet it can merge with. This results in a 5-10% performance improvement of CargoList's Append/MoveTo without performance degradation of AgeCargo.