Age | Commit message (Collapse) | Author |
|
Previously, we had a couple of arrays of size N (where N = number of
resource types), one for each attribute of a resource type (such as as
the number of resources of that type.
Now, we have one array of size N, whose elements are a record
aggregating all the attributes of each resource type.
|
|
|
|
|
|
|
|
|
|
The sanity check added in rev #35086fe17c fixes the crashes with that
code when an invalid reference is about to be processed, but these
references shouldn't be in the stack at all in the first place, so the
root cause seems to be somewhere else.
|
|
This fixes bug #3295853
|
|
|
|
|
|
|
|
LB1 Amiga doesn't contain MT-32 music tracks. Added a warning for this
situation
|
|
|
|
|
|
|
|
the game
|
|
|
|
|
|
maintained between scenes
|
|
|
|
This also fixes the problem with the cursor appearing in cutscenes when you press any key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#7600
|
|
|
|
|
|
|
|
|
|
the screen
|
|
|
|
|
|
|
|
|
|
|
|
Deleting the parser may fire off a series of events, so it's
probably a good idea to keep the driver open for that. I have not
seen this error anywhere else, except maybe in the unit tests.
|
|
From patch #3298149
|
|
|
|
|
|
|
|
Not that the game starts up or anything :P
|
|
|
|
original)
|
|
|
|
|
|
Instead of memcpy'ing them into a MemoryReadStream.
This is necessary for the lower end PSPs to run Urban Runner with
its comparably big VMD videos.
|