Age | Commit message (Collapse) | Author |
|
This ensures that the save files are sorted numerically instead of
'hoping' for it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before displayMousePointer() that calls display16x16IndexedBuf() did the
blit and I forgot to add it when removing the custom cursor handling in
38cd5b2ac3.
|
|
At least during the title screens when the game is just waiting for
user input it shouldn't use a full CPU core.
|
|
|
|
update() and pollEvent() are called multiple times over
the course of one game loop, thus restoreSurfaceUnderMousePointer()
and displayMousePointer() are called multiple times as well. This caused
massive lag and froze the script system when the mouse was moved.
While this commit doesn't fix the cursor flickering, it is now responsive
at all times.
|
|
|
|
previous commits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OC_loadFile_AERIAL_GFX
|
|
|
|
This silents the two warnings reported by Valgrind
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|