| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [BOX32] Added many more 32bits wrapped function (some using wrapperhelper) | ptitSeb | 2024-10-05 | 3 | -43/+76 |
| * | [BOX32][WRAPPER] Reworked 32bits libX11, with new wrapperhelper | ptitSeb | 2024-10-05 | 2 | -0/+9 |
| * | [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter lin... | ptitSeb | 2024-10-04 | 1 | -0/+40 |
| * | [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ... | ptitSeb | 2024-10-04 | 2 | -32/+114 |
| * | [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocator | ptitSeb | 2024-10-03 | 1 | -0/+17 |
| * | [BOX32] Fixed scanf type function when grabing long/ptr type of data | ptitSeb | 2024-10-03 | 1 | -12/+304 |
| * | [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few e... | ptitSeb | 2024-09-30 | 1 | -0/+16 |
| * | [BOX32][WRAPPER] Added 32bits wrapping for SDL2_image | ptitSeb | 2024-09-30 | 1 | -0/+20 |
| * | [BOX32][WRAPPER] More work on SDL2 Wrapping(but TheStanleyParable still don't... | ptitSeb | 2024-09-30 | 1 | -74/+131 |
| * | Various box32 wrapped libs and script fixes (#1889) | rajdakin | 2024-09-30 | 2 | -6/+2 |
| * | [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing fon... | ptitSeb | 2024-09-29 | 1 | -5/+60 |
| * | [BOX32] Added 3 more event type to SDL2 event conversion | ptitSeb | 2024-09-29 | 1 | -0/+40 |
| * | [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library... | Pablo Labs | 2024-09-29 | 1 | -0/+9 |
| * | [BOX32] Added 1event type for SDL2_Event conversions | ptitSeb | 2024-09-28 | 1 | -0/+8 |
| * | [BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libc | ptitSeb | 2024-09-28 | 1 | -0/+110 |
| * | [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881) | Yang Liu | 2024-09-27 | 3 | -25/+242 |
| * | [BOX32][WRAPPER] Refined SDL2 display mode wrapping (#1874) | Yang Liu | 2024-09-26 | 1 | -0/+11 |
| * | [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) (#1872) | Yang Liu | 2024-09-26 | 1 | -0/+132 |
| * | [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few x11... | ptitSeb | 2024-09-24 | 2 | -7/+83 |
| * | [BOX32][WRAPPER] Added a few 32bits function to libxrandr | ptitSeb | 2024-09-24 | 2 | -0/+119 |
| * | [BOX32] Silently enlarge thread stack size that are too small for platform | ptitSeb | 2024-09-24 | 1 | -5/+8 |
| * | [BOX32][WRAPPER] Added more 32bits wrapped functions | ptitSeb | 2024-09-24 | 2 | -4/+161 |
| * | [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha... | ptitSeb | 2024-09-23 | 3 | -39/+74 |
| * | [BOX32][WRAPPER] More 32bits wrapped function to libX11 | ptitSeb | 2024-09-23 | 2 | -0/+37 |
| * | [WRAPPING] Fixed some (very) old issue with SDL2 RWops wrapping | ptitSeb | 2024-09-22 | 1 | -10/+10 |
| * | [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX w... | ptitSeb | 2024-09-22 | 2 | -0/+1426 |
| * | [BOX32] Added some more 32bits wrapped function, and fixing some SDL ones | ptitSeb | 2024-09-16 | 1 | -0/+7 |
| * | [BOX32][WRAPPER] Added more 32bits sdl1 and libc symbols | ptitSeb | 2024-09-14 | 1 | -1/+27 |
| * | [BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ... | ptitSeb | 2024-09-14 | 2 | -0/+177 |
| * | [BOX32] Fixed gethostbyname 32bits wrapped function (for #1780 but still cras... | ptitSeb | 2024-09-13 | 1 | -6/+9 |
| * | [STATIC] Forgot this definition | ptitSeb | 2024-09-12 | 1 | -0/+1 |
| * | Fixed a typo | ptitSeb | 2024-09-12 | 2 | -2/+2 |
| * | [STATIC] Try to fix static build | ptitSeb | 2024-09-12 | 1 | -0/+10 |
| * | [BOX32] Simplified 32bits old pthread cond functions | ptitSeb | 2024-09-12 | 1 | -13/+36 |
| * | [WRAPPER] Added handling of old pthread cond functions | ptitSeb | 2024-09-12 | 1 | -0/+75 |
| * | [BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd) | ptitSeb | 2024-09-11 | 1 | -3/+20 |
| * | [WRAPPER] Small fixes for x86_64 build when using old pthread_kill | ptitSeb | 2024-09-11 | 1 | -0/+2 |
| * | [BOX32] Put back pthread_t behind hash, but ease hash range to have more nati... | ptitSeb | 2024-09-10 | 2 | -0/+8 |
| * | [BOX32] Fix and simplified 32bits threads handling | ptitSeb | 2024-09-10 | 2 | -26/+8 |
| * | Fixed alignement of thread funcitons (fixed regression for #1810) | ptitSeb | 2024-09-10 | 1 | -1/+0 |
| * | [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS | ptitSeb | 2024-09-09 | 1 | -2/+2 |
| * | When showing opcode on SEGFAULT/SIGBUS, show if it's x86 or x64 | ptitSeb | 2024-09-09 | 1 | -1/+1 |
| * | [DYNAREC] Simplified a bit getX64Address utility function | ptitSeb | 2024-09-09 | 1 | -7/+4 |
| * | Show x86opcode at segfault if segfault address is not pc | ptitSeb | 2024-09-08 | 1 | -1/+1 |
| * | Added a small fix in signe handler ucntx construction | ptitSeb | 2024-09-07 | 1 | -0/+1 |
| * | [BOX32] Small improvments on memory management | ptitSeb | 2024-09-04 | 1 | -2/+6 |
| * | [BOX32] Fixes and hacks to get steamcmd shows the prompt | ptitSeb | 2024-09-01 | 1 | -4/+4 |
| * | [BOX32] More wrapped function and a few fixes for steamclient.so (still crash... | ptitSeb | 2024-09-01 | 2 | -20/+236 |
| * | [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this time | ptitSeb | 2024-08-31 | 1 | -3/+103 |
| * | [BOX32] Another batch of 32bits wrapped function, for libtier0_s.so | ptitSeb | 2024-08-31 | 1 | -1/+54 |