Age | Commit message (Collapse) | Author |
|
compiling for sure
|
|
-Fix: WinCE doesn't support console
-Fix: Set debug lvl4 when running a debug WinCE build (as you can't give parameters any easy way)
|
|
shortcut when being a spectator.
|
|
assumption that signed integers do not overflow, whereas it is very likely that some of the legacy code does so. It furthermore breaks with the assumed standard (the behaviour is not actually defined in the standard) about the behaviour when signed integers wrap.
|
|
anyway, a step towards that goal)
-Fix: put DEBUG lines under WINCE via a function designed for just that under WINCE
|
|
|
|
bridges whereas you would pay for others.
|
|
|
|
similarly for AddBlock*.
|
|
pool callback functions for vehicle.
|
|
|
|
vehicle struct.
-Codechange: do not force "special" vehicles to be allocated in the low 1024 vehicle slots and non "special" vehicles in the rest of the slots.
|
|
free pool item.
|
|
|
|
|
|
|
|
StringID = for
each STR_ entry. This avoids the need for a cast to StringID in some
places and thus better type-safety.
|
|
_pal_count_dirty without updating, so it was of by one
|
|
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.
|