Age | Commit message (Collapse) | Author |
|
super class.
|
|
as super class.
|
|
super class.
|
|
class as super class.
|
|
IsValidVehicle(vehicle).
|
|
super class.
|
|
class, so use the item size that is set in the pool.
|
|
super class.
|
|
|
|
super class.
|
|
class as super class.
|
|
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.
|