Age | Commit message (Collapse) | Author |
|
cargo packets, which results in a nice reduction of code duplication.
|
|
directly instead of using the wrapper functions.
|
|
pool that is not beyond the first free pool item. It does not necessarily point to the first free item, but it reduces allocation time as it does not have to start at the first item in the pool to find the first free item.
|
|
so we do not have to duplicate code for each of the pool item classes and use it for the station and roadstop classes.
|
|
for stations (in such a manner that they can be used for other pools too).
|
|
easier in other places.
|
|
|
|
catalan - 51 changed by arnaullv (51)
german - 3 changed by chu (3)
polish - 5 fixed by meush (5)
|
|
|
|
collision detection on bridges/tunnels.
|
|
"road" everywhere except in the tile type.
|
|
|
|
|
|
WE_CREATE event.
|
|
state of UDP sockets.
|
|
|
|
the right) when opening it, move it to the left so it stays inside the screen.
|
|
640 pixels.
|
|
windows.cpp
|
|
|
|
bar for when the window becomes less than 640 pixels in width.
|
|
|
|
unique name check.
|
|
|
|
and COMMA handle writing 64 bit integers to the strings.
|
|
the road bit perpendicular on the slope made the foundation disappear.
|
|
game, while it did not in the menu.
|
|
minimum size, so take the size of the window after WE_CREATE has been called as bare minimum size.
|
|
|
|
|
|
(Darkvater)
|
|
|
|
on Windows (In-)
|
|
Same as idea as for the previous commits, i.e. you could already do so but the button would be out of reach.
|
|
game windows. These windows also already supported downsizing, but again the resize button would be unreachable.
|
|
in case of low resolutions; one could already make the window smaller, but the resize button was unreachable.
|
|
determining the maximum height for a window.
|
|
|
|
they resized the window themselves and that should be interfered by making sure the window is resized in the right "step" size.
-Fix (r10704): call the WE_RESIZE when resizing during initialization of the windows.
|
|
windows that are smaller than the default window size.
|
|
croatian - 1 fixed, 6 changed by knovak (7)
|
|
shown for road stops for trucks/cargo trams.
|
|
the index is specified by a grf file. It has a different meaning then.
|
|
industry tile spec of the one been queried.
Only on certain very specific circumstances do we need the original spec
|
|
southern bridge head has a foundation.
|
|
foundations. Primarily removal of (duplicated|magic) code and introduction of few helper functions to ease foundation determination. Patch by frosch.
|
|
variables.
|
|
transparent" code.
|
|
or vice versa on slopes did not work as expected.
|
|
every once in a while so the information stays fairly up-to-date when you are looking through the servers.
|