about summary refs log tree commit diff stats
path: root/src/libtools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ↵ptitSeb2024-10-042-32/+114
| | | | ones
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-031-0/+17
|
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-031-12/+304
|
* [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] Added 32bits wrapping for SDL2_imageptitSeb2024-09-301-0/+20
|
* [BOX32][WRAPPER] More work on SDL2 Wrapping(but TheStanleyParable still ↵ptitSeb2024-09-301-74/+131
| | | | don't have mouse input working)
* Various box32 wrapped libs and script fixes (#1889)rajdakin2024-09-302-6/+2
| | | | | | | * [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures * [WRAPPED32] Added back xdr functions * [WRAPPED32] Forgot to regenerate wrappers
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-291-5/+60
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [BOX32] Added 3 more event type to SDL2 event conversionptitSeb2024-09-291-0/+40
|
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl ↵Pablo Labs2024-09-291-0/+9
| | | | | | | library names on library_list_32.h (#1883) * [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl library names on library_list_32.h * Fix Various Warnings
* [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-273-25/+242
|
* [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
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few ↵ptitSeb2024-09-242-7/+83
| | | | x11/glX ones too
* [BOX32][WRAPPER] Added a few 32bits function to libxrandrptitSeb2024-09-242-0/+119
|
* [BOX32] Silently enlarge thread stack size that are too small for platformptitSeb2024-09-241-5/+8
|
* [BOX32][WRAPPER] Added more 32bits wrapped functionsptitSeb2024-09-242-4/+161
|
* [BOX32][WRAPPER] More 32bits wrapped functions, and a few fixes on threads ↵ptitSeb2024-09-233-39/+74
| | | | handling
* [BOX32][WRAPPER] More 32bits wrapped function to libX11ptitSeb2024-09-232-0/+37
|
* [WRAPPING] Fixed some (very) old issue with SDL2 RWops wrappingptitSeb2024-09-221-10/+10
|
* [BOX32][wrapper] Added some basic 32bits X11 wrapping, fixed 32bits sem_XXX ↵ptitSeb2024-09-222-0/+1426
| | | | wrapping, and more 32bits wrapped functions
* [BOX32] Added some more 32bits wrapped function, and fixing some SDL onesptitSeb2024-09-161-0/+7
|
* [BOX32][WRAPPER] Added more 32bits sdl1 and libc symbolsptitSeb2024-09-141-1/+27
|
* [BOX32] Added (mostly untested) wrapped libGL and minimum SDL1 (SDLgears and ↵ptitSeb2024-09-142-0/+177
| | | | zsnes works)
* [BOX32] Fixed gethostbyname 32bits wrapped function (for #1780 but still ↵ptitSeb2024-09-131-6/+9
| | | | crashing)
* [STATIC] Forgot this definitionptitSeb2024-09-121-0/+1
|
* Fixed a typoptitSeb2024-09-122-2/+2
|
* [STATIC] Try to fix static buildptitSeb2024-09-121-0/+10
|
* [BOX32] Simplified 32bits old pthread cond functionsptitSeb2024-09-121-13/+36
|
* [WRAPPER] Added handling of old pthread cond functionsptitSeb2024-09-121-0/+75
|
* [BOX32][WRAPPER] Added support for old pthread_kill (fixing hanging steamcmd)ptitSeb2024-09-111-3/+20
|
* [WRAPPER] Small fixes for x86_64 build when using old pthread_killptitSeb2024-09-111-0/+2
|
* [BOX32] Put back pthread_t behind hash, but ease hash range to have more ↵ptitSeb2024-09-102-0/+8
| | | | native values
* [BOX32] Fix and simplified 32bits threads handlingptitSeb2024-09-102-26/+8
|
* Fixed alignement of thread funcitons (fixed regression for #1810)ptitSeb2024-09-101-1/+0
|
* [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGSptitSeb2024-09-091-2/+2
|
* When showing opcode on SEGFAULT/SIGBUS, show if it's x86 or x64ptitSeb2024-09-091-1/+1
|
* [DYNAREC] Simplified a bit getX64Address utility functionptitSeb2024-09-091-7/+4
|
* Show x86opcode at segfault if segfault address is not pcptitSeb2024-09-081-1/+1
|
* Added a small fix in signe handler ucntx constructionptitSeb2024-09-071-0/+1
|
* [BOX32] Small improvments on memory managementptitSeb2024-09-041-2/+6
|
* [BOX32] Fixes and hacks to get steamcmd shows the promptptitSeb2024-09-011-4/+4
|
* [BOX32] More wrapped function and a few fixes for steamclient.so (still ↵ptitSeb2024-09-012-20/+236
| | | | crashing)
* [BOX32] Another batch of 32bits wrapped function, for libvstdlib_s.so this timeptitSeb2024-08-311-3/+103
|
* [BOX32] Another batch of 32bits wrapped function, for libtier0_s.soptitSeb2024-08-311-1/+54
|
* [BOX32] More 32bits wrapped functionsptitSeb2024-08-311-0/+79
|
* [BOX32] Added more 32bits wrapped function and fixesptitSeb2024-08-301-0/+9
|
* [BOX32] Define native_statvfs to avoid build errorsptitSeb2024-08-301-1/+20
|