Age | Commit message (Collapse) | Author |
|
|
|
don't need to cast to void/non-const before being able to free
|
|
|
|
variables (using var 7B). Currently most useful for vehicle var 60.
|
|
|
|
construction stages in spritelayouts with inconsistent number of sprites per spriteset.
|
|
TileLayoutSpriteGroup::ProcessRegisters().
|
|
tiles.
|
|
to GetValue and StoreValue.
|
|
persistent storage.
|
|
|
|
TileLayoutSpriteGroup instead of allocating it separately.
|
|
spritelayouts allocated on the heap, and make use of constructors and destructors.
|
|
parameter from the accumulator.
|
|
|
|
some headers
|
|
differences between platforms.
|
|
|
|
temporary/persistent storage. (Spotted by yexo)
|
|
if a header require a header make it include that header
|
|
initialised to zero, and not always checked for valid range.
|
|
procedure and main chain.
-Fix (r8075): 'scope' and 'count' are not.
|
|
anymore.
|
|
|
|
reached like break after returns or break after functions that never return (i.e. NOT_REACHED)
|
|
unnecessarily add it.
|
|
|
|
instead of using a big union
|
|
time, binary size and run time (with asserts disabled) should be improved
|
|
|
|
|
|
|
|
|
|
|
|
something more than whitespace as description of files that don't have a description.
|
|
|
|
it, i.e. testing the low bits for 0xFF or 0 instead of all bits.
|
|
|
|
|
|
callback.
|
|
version 7.
|
|
were 15 bit, and vice versa.
Var 0x7E procedure-results are always 15 bit.
Callbacks 0x2A, 0x2C, 0x36 (sometimes), 0x39 and 0x145 are 15 bit.
Non-varaction2-calculated callback-results are also affected by the 8bit masking.
|
|
not the variable.
|
|
VarAction2 and Action7/9/D to their own function.
-Fix: Add some variables that were missing in one or both cases.
|
|
|
|
|
|
|
|
logical locations.
|
|
with the coding style
|
|
-Fix (r11410): wrong assumption about random reseeds made the whole thing reseed way too often, making the animation look very ugly.
|