about summary refs log tree commit diff stats
path: root/src/libtools/sdl2align32.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functionsptitSeb2024-10-191-0/+10
|
* [BOX32] Morewrapped SDL2 function, and improved handling of SDL_PixelFormatptitSeb2024-10-101-0/+72
|
* [BOX32] Added many more 32bits wrapped function (some using wrapperhelper)ptitSeb2024-10-051-43/+50
|
* [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter ↵ptitSeb2024-10-041-0/+40
| | | | linux version now Works)
* [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few ↵ptitSeb2024-09-301-0/+16
| | | | existing ones (Now Witcher 2 Linux boot and can enter tutorial, before crashing)
* [BOX32][WRAPPER] More work on SDL2 Wrapping(but TheStanleyParable still ↵ptitSeb2024-09-301-74/+131
| | | | don't have mouse input working)
* [BOX32] Added 3 more event type to SDL2 event conversionptitSeb2024-09-291-0/+40
|
* [BOX32] Added 1event type for SDL2_Event conversionsptitSeb2024-09-281-0/+8
|
* [BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libcptitSeb2024-09-281-0/+110
|
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-271-0/+156
|
* [BOX32][WRAPPER] Refined SDL2 display mode wrapping (#1874)Yang Liu2024-09-261-0/+11
| | | | | * [BOX32][WRAPPER] Refined SDL2 display mode wrapping * review
* [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) (#1872)Yang Liu2024-09-261-0/+132
* [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) * Handle more events