Age | Commit message (Collapse) | Author |
|
|
|
ofcourse the index of the source station generally doesn't equal the location of said station.
|
|
for clicking.
|
|
|
|
smallmap to separate functions
|
|
when setting up smallest size (e.g. for DParams). So assign it earlier in Window::InitializeData instead of dealing with each window separately.
|
|
to minimap to separate functions
|
|
typo-ish fixes.
|
|
|
|
it static.
|
|
SmallMapWindow when pressed
|
|
Variable 0x09 should not.
|
|
calculation in autoreplace window.
|
|
to viewport_gui.cpp
|
|
|
|
traditional_chinese - 6 changes by josesun
indonesian - 1 changes by prof
|
|
|
|
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.
|
|
MakeSea and unduplicate the code to make sea, rivers and canals.
|
|
the function that handles the CargoPackets instead of spreading it around over the saveload files. Also add some code to validate whether the caches are valid; to be removed later when no problems turn up
|
|
during map generation; disable the threading while generating a map
|
|
constructor of a CargoList; the list is empty, the CargoList is calloc-ed so all caches are 0.
|
|
|
|
VehicleCargoList; saves 512 bytes per station and 1-2% on CargoList::MoveTo.
|
|
QueryString because it's not meant to be used for determining whether the given widget actually has focus (it also checks the OSK edit box)
|
|
OTTD's traditional assert_compile() does not work inside templates for gcc compilers, static_assert() does though.
The new assert_tcompile() resolves into static_assert() if present, or into a runtime assert() else.
|
|
|
|
variables
|
|
constructor of CargoPackets to the constructor call itself
|
|
|
|
norwegian_bokmal - 1 changes by Utvik
norwegian_nynorsk - 1 changes by Utvik
|
|
get removed to CargoPacket.
|
|
rebuild flag of GUIList.
|
|
|
|
matter when merging CargoPackets
|
|
|
|
|
|
amount of space between text.
|
|
constants for hardcoded numbers.
|
|
|
|
stations.
|
|
OSX.
|
|
video driver was used.
|
|
printf argument checking.
|
|
|
|
|
|
basque - 79 changes by Thadah
greek - 11 changes by fumantsu
norwegian_bokmal - 78 changes by Utvik
norwegian_nynorsk - 1 changes by Utvik
swedish - 233 changes by accatyyc
|
|
could be detected; just fall back on the null-driver
|
|
with some actions.
|
|
wrong 'size') upon reiniting windows
|