Age | Commit message (Collapse) | Author |
|
|
|
the command proc.
When finished, this will allow each command handler to take individually
different parameters, obliviating the need for bit-packing.
|
|
This is accomplished by changing it to a single member struct with the
appropriate operator overloads to make it all work with not too much
source modifications.
|
|
|
|
|
|
|
|
When a vehicle is cleaned up, all news that points to the news is
also removed. This was a bit evil, as it would also remove any
news related to crashed, acting like the crash never happened.
This left players a bit in the dark what was going on exactly.
|
|
a mutable type in render methods
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The value is either unused or always the same as this->direction.
|
|
|
|
VehicleSpriteSeq.
|
|
after being set to show a shadow
|
|
aircraft in r26866; make the ascend and descend if needed to cross high mountains (based on patch by ic111)
|
|
|