Age | Commit message (Collapse) | Author |
|
not 64 like in the original)
- Minor cleanup
|
|
ResourceCache needs more work since resources are never freed (which is bad).
|
|
|
|
- Fixed return values in savegame/loadgame
- Some minor cleanup
|
|
|
|
- Loading/Saving during run time
Other savestate functions yet todo.
I'll probably remove the "original" in-game menu and move everything to the GMM.
|
|
incorrectly and font color wasn't nibble-swapped)
- Hooked up the movie player; movies can be aborted with Escape (not with mouse clicks at the moment because I was too lazy to implement it; funny, writing this explanation probably took longer :))
|
|
(correct volumes etc.)
|
|
should be
default to 1x scaler.
|
|
- Optimized drawing code; now only items (sprites, text, screen masks) which have changed from the previous frame are redrawn, this speeds up things a lot
- Implemented dirty rectangles using a microtile array
- The previously committed Microtile Array implementation from SEL seemed buggy so I wrote my own version which works nicely so far (and is less code and GPL), only MicroTileArray::getRectangles uses parts from the old version, this will be changed later
- One known bug related to dirty rectangles remains: Sometimes the background isn't restored correctly and gfx artifacts are visible
|
|
|
|
And some tests for menu & movie player in toltecs.cpp.
|
|
some crashes and odd behaviour)
|
|
|
|
- Kernel function 5 returns a random value; use ScummVM's RNG
|
|
|
|
- Beginnings of the saveload system (incomplete)
|
|
|
|
|