| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ha... | ptitSeb | 2024-09-23 | 14 | -66/+582 |
| * | [BOX32][WRAPPER] One more 32bits wrapped libX11 function | ptitSeb | 2024-09-23 | 6 | -1/+24 |
| * | [BOX32] Addeda few more 32bits wrapped x11 functions | ptitSeb | 2024-09-23 | 1 | -3/+3 |
| * | [BOX32][WRAPPER] More 32bits wrapped function to libX11 | ptitSeb | 2024-09-23 | 8 | -87/+223 |
| * | [BOX32] Improved semaphore wrapping | ptitSeb | 2024-09-23 | 1 | -30/+44 |
| * | [BOX32][WRAPPER] Added 32bits wrapped openal | ptitSeb | 2024-09-23 | 8 | -0/+459 |
| * | [BOX32][WRAPPER] Added a couple of 32bits libx11 functions | ptitSeb | 2024-09-22 | 1 | -2/+2 |
| * | [BOX32][WRAPPER] Added some more libX11 and libc 32bits wrapped function, and... | ptitSeb | 2024-09-22 | 28 | -40/+532 |
| * | [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX w... | ptitSeb | 2024-09-22 | 20 | -240/+3879 |
| * | [BOX32] Added some more 32bits wrapped functions | ptitSeb | 2024-09-21 | 6 | -16/+31 |
| * | [BOX32] Fixed wrapping of __ctype_b, __ctype_tolower and __ctype_toupper | ptitSeb | 2024-09-21 | 1 | -6/+6 |
| * | [BOX32] Added 32bits wrapped libGLU | ptitSeb | 2024-09-21 | 8 | -0/+343 |
| * | [BOX32] Added some more 32bits wrapped functions (Chicken Invaders 3 works, b... | ptitSeb | 2024-09-21 | 11 | -56/+121 |
| * | [BOX32][WRAPPER] Added minimum 32bits libasound support | ptitSeb | 2024-09-19 | 8 | -0/+1652 |
| * | [BOX32] Added 1 more wrapped 32bits libc function | ptitSeb | 2024-09-16 | 4 | -1/+5 |
| * | [BOX32] Fixed an issue with using 32bits OpenGL with SDL1.2 | ptitSeb | 2024-09-16 | 1 | -1/+1 |
| * | [BOX32] Added some more 32bits wrapped function, and fixing some SDL ones | ptitSeb | 2024-09-16 | 5 | -5/+40 |
| * | Added a hack so program that wprintf to the console actualy work if box64 alr... | ptitSeb | 2024-09-14 | 1 | -0/+7 |
| * | [BOX32][WRAPPER] Added more 32bits sdl1 and libc symbols | ptitSeb | 2024-09-14 | 9 | -65/+200 |
| * | [BOX32] Added a few libc 32biyts wrapped functions | ptitSeb | 2024-09-14 | 4 | -3/+12 |
| * | [BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ... | ptitSeb | 2024-09-14 | 16 | -4/+7858 |
| * | [BOX32] More small 32bits signature adjustments | ptitSeb | 2024-09-13 | 1 | -5/+5 |
| * | [BOX32] Added one more wrapped 32bits libc function | ptitSeb | 2024-09-13 | 1 | -1/+1 |
| * | [BOX32] Adjusted some 32bits wrapped functions | ptitSeb | 2024-09-13 | 5 | -23/+23 |
| * | [BOX32] Fixed 32bits wrapped localeconv (for #1780) | ptitSeb | 2024-09-13 | 1 | -0/+1 |
| * | [BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd) | ptitSeb | 2024-09-11 | 3 | -3/+4 |
| * | [BOX32] Put back pthread_t behind hash, but ease hash range to have more nati... | ptitSeb | 2024-09-10 | 5 | -68/+72 |
| * | [BOX32] Fix and simplified 32bits threads handling | ptitSeb | 2024-09-10 | 5 | -77/+73 |
| * | [BOX32] Fixed wrapping 32bits version of __cxa_finalize | ptitSeb | 2024-09-10 | 1 | -1/+1 |
| * | [BOX32] Added some more 32bits wrapped function to libc | ptitSeb | 2024-09-03 | 6 | -11/+47 |
| * | [BOX32] Fixed a missing box_free | ptitSeb | 2024-09-03 | 1 | -1/+1 |
| * | [BOX32] Various small fixes | ptitSeb | 2024-09-02 | 6 | -35/+39 |
| * | [BOX32] Better handling for FILE* | ptitSeb | 2024-09-01 | 6 | -129/+148 |
| * | [BOX32] Fixes and hacks to get steamcmd shows the prompt | ptitSeb | 2024-09-01 | 5 | -7/+13 |
| * | [BOX32] Some fixes to strtol/strtoul and read 32bits wrapped functions | ptitSeb | 2024-09-01 | 2 | -4/+4 |
| * | [BOX32] More wrapped function and a few fixes for steamclient.so (still crash... | ptitSeb | 2024-09-01 | 9 | -298/+385 |
| * | [BOX32] New batch of 32bits wrapped functions for steamconsole.so | ptitSeb | 2024-08-31 | 6 | -23/+70 |
| * | [BOX32] One more 32bits wrapped function for libvstdlib_s.so | ptitSeb | 2024-08-31 | 4 | -1/+47 |
| * | [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this time | ptitSeb | 2024-08-31 | 6 | -94/+221 |
| * | [BOX32] Another batch of 32bits wrapped function, for libtier0_s.so | ptitSeb | 2024-08-31 | 6 | -160/+297 |
| * | [BOX32] More 32bits wrapped functions | ptitSeb | 2024-08-31 | 6 | -59/+143 |
| * | [BOX32] More 32bits wrapped function and fixes | ptitSeb | 2024-08-30 | 6 | -12/+78 |
| * | [BOX32] Added more 32bits wrapped function and fixes | ptitSeb | 2024-08-30 | 9 | -66/+71 |
| * | [BOX32] More 32bits wrapped functions and fixes | ptitSeb | 2024-08-30 | 8 | -37/+99 |
| * | [BOX32] Added detection of steam and steamcmd | ptitSeb | 2024-08-30 | 1 | -1/+1 |
| * | [BOX32] More fixes to ctype_b_loc and added a few more wrapped functions | ptitSeb | 2024-08-29 | 6 | -7/+19 |
| * | [BOX32] Fixed 32bits localtime_r wrapped function | ptitSeb | 2024-08-29 | 1 | -2/+4 |
| * | [BOX32] Added more 32bits wrapped function and more fixes | ptitSeb | 2024-08-29 | 8 | -14/+108 |
| * | [BOX32] More wrapped 32bits functions, and some fixes too | ptitSeb | 2024-08-28 | 8 | -37/+78 |
| * | [BOX32] More 32bits wrapped functions | ptitSeb | 2024-08-28 | 7 | -96/+119 |