Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
properly; fixes #664
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that this is not the number of audio frames, so the number of
channels doesn't matter here.
|
|
|
|
|
|
|
|
|
|
Improve perfomance of SDL_HWPALETTE
|
|
|
|
|
|
|
|
Fix keyCodes for ctrl, alt, shift
|
|
|
|
|
|
|
|
Also provide a test case.
|
|
|
|
|
|
Fix the mouse coordinates in pointer lock mode
|
|
|
|
|
|
|
|
|
|
This patch enables us to trust the mouse movement information that the
browser provides when the pointer lock is active. It should help with
the mouse movement detection for games in full-screen mode, if they use
the SDL xrel/yrel information.
|
|
|
|
Implementation of SDL_Surface with SDL_HWPALETTE flag (8bpp surface)
|
|
Little bit refactoring for copyIndexedColorData now it can accept dirty rect
|
|
|
|
|
|
closured code
|