Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PNGLoader is able to load images embedded in saved games already. This
helps remove some duplicate code
|
|
|
|
This should fix bug #3295893.
The intention of this piece of code was to pad the first save slot
name with spaces until it's as long as the longest save slot name,
because the scripts use it to gauge the width of the save list.
Unfortunately, I messed up there, overwriting variable space directly
after the save names. In Urban Runner's case, this would be the list
of inventory items.
|
|
|
|
|
|
There is currently a bug and only the thumbnail of the first save slot is
shown
|
|
|
|
|
|
Also, translated some comments
|
|
|
|
problem still present though.
|
|
|
|
|
|
|
|
The surface returned by OSystem::lockScreen() can have a pitch which
differs from w * bytesPerPixel, so modify the code to take this into
account. Fixes FMV problems on Dreamcast.
|
|
As supplied by alex86r in bug report #3297633.
|
|
As supplied by alex86r in bug report #3297602.
|
|
|
|
|
|
|
|
serialiser -> serializer
synchronise -> synchronize
|
|
|
|
Savegames from revisions bf9b98f and 4f70162d are now version 2 savegames
|