| Commit message (Expand) | Author | Age | Files | Lines |
| * | [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few e... | ptitSeb | 2024-09-30 | 1 | -2/+2 |
| * | [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing fon... | ptitSeb | 2024-09-29 | 1 | -5/+5 |
| * | [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881) | Yang Liu | 2024-09-27 | 1 | -9/+5 |
| * | [WRAPPED] Removed GOS, renamed GODW into GOWD (#1797) | rajdakin | 2024-09-05 | 1 | -2/+0 |
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 1 | -21/+21 |
| * | Workaround on a race condition on SDL_GetThreadID (#1530) | Yang Liu | 2024-05-24 | 1 | -0/+11 |
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -8/+7 |
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -1/+1 |
| * | Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn... | ptitSeb | 2023-10-11 | 1 | -1/+2 |
| * | Updated wrapping of SDL_GetJoystickGUIDInfo with latest version (will help #1... | ptitSeb | 2023-10-10 | 1 | -2/+2 |
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ |
|
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -5/+5 |
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 1 | -11/+11 |
| |/ |
|
| * | Added back the load of libGL when using GL in SDL2 (fixed regression with Nuc... | ptitSeb | 2023-03-05 | 1 | -0/+8 |
| * | Refactored OpenGL symbol fetching and managment | ptitSeb | 2023-03-05 | 1 | -61/+2 |
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 1 | -3/+2 |
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -13/+13 |
| * | Backport SDL_DYNAPI_entry wrapper from box86. (#374) | João Henrique | 2022-08-06 | 1 | -0/+63 |
| * | Changed various log level for libdl file open error | ptitSeb | 2022-07-09 | 1 | -5/+5 |
| * | Small change to avoid wlib_t declaration in wrappedlibs.h (from box86) | ptitSeb | 2022-05-09 | 1 | -1/+1 |
| * | Some refactor on wrapped lib handling, to limit calloc/free used and get more... | ptitSeb | 2022-05-09 | 1 | -103/+13 |
| * | Wrapped Vulkan libraries | ptitSeb | 2021-11-21 | 1 | -6/+5 |
| * | Fixed SDL_Log wrapped function | ptitSeb | 2021-10-23 | 1 | -1/+1 |
| * | More untested support for loongarch64 va_list | ptitSeb | 2021-09-26 | 1 | -1/+6 |
| * | Fixed SDL2 build, allowing to include structures in function signatures | rajdakin | 2021-08-01 | 1 | -11/+9 |
| * | Added fallback for SDL_GetJoystickGUIDInfo wrapped function if not in native ... | ptitSeb | 2021-07-05 | 1 | -1/+25 |
| * | Improved custom named libGL handling | ptitSeb | 2021-06-01 | 1 | -10/+20 |
| * | SDL2 GL GetProcAddress also print detail with BOX64_DLSYM_ERROR now | ptitSeb | 2021-05-30 | 1 | -4/+11 |
| * | Fixed some issue when GL is used via SDL2 only | ptitSeb | 2021-04-25 | 1 | -0/+2 |
| * | First pass | rajdakin | 2021-04-14 | 1 | -6/+9 |
| * | Fixed a warning in wrapped libsdl2 | ptitSeb | 2021-04-11 | 1 | -1/+1 |
| * | Forgot to add SDL1 | rajdakin | 2021-04-11 | 1 | -2/+1 |
| * | General improvements to box64 and fixed some SDL2 functions | rajdakin | 2021-04-11 | 1 | -158/+79 |
| * | Fixed SDL AudioSpec structure definition | ptitSeb | 2021-04-06 | 1 | -0/+1 |
| * | Fixed some wrapped function signature, and added a few more | ptitSeb | 2021-03-30 | 1 | -2/+2 |
| * | Wraped some SDL2 printf functions | ptitSeb | 2021-03-30 | 1 | -26/+11 |
| * | Better functions name resolving when using TRACE, and fixed some printf stuff... | ptitSeb | 2021-03-10 | 1 | -3/+4 |
| * | Fixed an issue with SDL Thread Creation | ptitSeb | 2021-03-09 | 1 | -1/+2 |
| * | Wrapped function SDL_LogXXXX needs va_list | ptitSeb | 2021-03-07 | 1 | -1/+2 |
| * | Wrapped SDL_LogXXXX function correctly | ptitSeb | 2021-03-07 | 1 | -37/+9 |
| * | Disabled va_list wrapped function in SDL2, wrapping is not done yet | ptitSeb | 2021-03-07 | 1 | -26/+26 |
| * | Added wrapped libSDL1.2, libSDL2.0, libGL, libGLU and libopenal | ptitSeb | 2021-03-07 | 1 | -0/+994 |