about summary refs log tree commit diff stats
path: root/src/wrapped32 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* [BOX32][WRAPPER] Added more 32bits wrapped function to libfreetypeptitSeb2024-10-056-16/+397
|
* [BOX32] Added some more wrapped function and a profile (PixelJunk Shooter ↵ptitSeb2024-10-0410-21/+84
| | | | linux version now Works)
* [BOX32][WRAPPER] Reworked 32bits libXext with new wrapperhelperptitSeb2024-10-048-118/+398
|
* [BOX32] Initalized libX11 if used without loading (becauseit's loaded ↵ptitSeb2024-10-041-0/+9
| | | | indirectly with SDL2 for example)
* [BOX32][WRAPPER] Added wraped mostly empty 32bits libXextptitSeb2024-10-0410-4/+599
|
* [BOX32][WRAPPER] Fixed 32bits mktimeptitSeb2024-10-044-1/+5
|
* [TRACE] Btter trace for ioctlptitSeb2024-10-044-5/+1
|
* [BOX32][WRAPPER] More wrapped function to libc, and many fixes some existing ↵ptitSeb2024-10-043-1/+3
| | | | ones
* [BOX32] Added more 32bits wrapped function and reworked 32bits memory allocatorptitSeb2024-10-038-442/+478
|
* [BOX32] Fixed scanf type function when grabing long/ptr type of dataptitSeb2024-10-031-6/+12
|
* [BOX32][WRAPPER] Added full wrapped support for 32bits libudev0 and libudev1ptitSeb2024-10-0313-0/+299
|
* [BOX32] Added rolling log print on Stack corrupted callptitSeb2024-10-031-0/+1
|
* [BOX32][WRAPPER] Added a few more libX11 32bits wrapped functionsptitSeb2024-10-036-4/+40
|
* [BOX32][WRAPPER] Added a bunch of wrapped 32bits functions, and fixed a few ↵ptitSeb2024-09-3013-540/+649
| | | | existing ones (Now Witcher 2 Linux boot and can enter tutorial, before crashing)
* [BOX32][WRAPPER] Added 32bits wrapping for SDL2_imageptitSeb2024-09-308-0/+284
|
* [BOX32][WRAPPER] Added a few more wrapped functions to libGL, libasound and ↵ptitSeb2024-09-308-23/+96
| | | | libX11
* [BOX32][WRAPPER] nl_langinfo signature needs t as return typeptitSeb2024-09-304-6/+6
|
* [BOX32] Handling of BOX64_MAXCPU for 32bits appsptitSeb2024-09-306-6/+29
|
* [BOX32][WRAPPER] More work on SDL2 Wrapping(but TheStanleyParable still ↵ptitSeb2024-09-301-6/+7
| | | | don't have mouse input working)
* [BOX32][WRAPPER] Manualy changed wctype_t to h in libc wrappingptitSeb2024-09-304-6/+7
|
* Various box32 wrapped libs and script fixes (#1889)rajdakin2024-09-3077-554/+645
| | | | | | | * [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures * [WRAPPED32] Added back xdr functions * [WRAPPED32] Forgot to regenerate wrappers
* Revert a change ffrom previous build and pushed missing BOX32 generated ↵ptitSeb2024-09-294-17/+0
| | | | files too
* [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings (#1887)Pablo Labs2024-09-292-1/+7
| | | | | | | * [ANDROID][BOX32] Fix __libc_init, Fix Some Warnings * Fix More Warnings * Revert fillALProcWrapper() change
* [BOX32][WRAPPER] Added more SDL2 and freetype function, and fixed missing ↵ptitSeb2024-09-299-86/+474
| | | | fonts in many games ([BOX64] also fixed some SDL2 signature on RWops)
* [ANDROID][BOX32] Fix Android Build, and add correct libc, libm, libdl ↵Pablo Labs2024-09-292-1/+13
| | | | | | | 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][WRAPPER] Added some more 32bits libc functionsptitSeb2024-09-287-7/+50
|
* [BOX32][WRAPPER] Added 32bits wrapped/hacked libtcmallocminimalptitSeb2024-09-288-0/+521
|
* [BOX32][WRAPPER] Added some minimum 32bits wrpping for fontconfig, and some ↵ptitSeb2024-09-289-5/+488
| | | | fixes for iconv wrapped function signature
* [BOX32][WRAPPER] Some fixes to libexpat 32bits wrapping and more other ↵ptitSeb2024-09-287-37/+142
| | | | 32bits functions
* [BOX32] Fixed wrapping for glShaderSourceARBptitSeb2024-09-284-2/+13
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed one from ↵ptitSeb2024-09-2810-12/+122
| | | | SDL2
* [BOX32][WRAPPER] Added 32bits wrapped libexpat and another batch of wrapped ↵ptitSeb2024-09-2812-15/+1143
| | | | function for 32bits libfreetype and SDL2
* [BOX32][WRAPPER] Added a bunch of 32bits functions to SDL2 and libcptitSeb2024-09-2811-103/+263
|
* [BOX32][WRAPPER] Wrapped more SDL2 functions (#1881)Yang Liu2024-09-276-98/+332
|
* [BOX32][WRAPPER] Added 2 more 32bits wrapped function to freetypeptitSeb2024-09-274-2/+14
|
* [BOX32][WRAPPER] Added some more 32bits wrapped functionsptitSeb2024-09-2613-23/+185
|
* [BOX32][WRAPPER] Added 32bits empty wrapped libXxf86vmptitSeb2024-09-266-0/+94
|
* [BOX32] Minor changes to 32bits freetype wrappingptitSeb2024-09-261-2/+2
|
* [BOX32][WRAPPER] Refined SDL2 display mode wrapping (#1874)Yang Liu2024-09-261-3/+3
| | | | | * [BOX32][WRAPPER] Refined SDL2 display mode wrapping * review
* [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) (#1872)Yang Liu2024-09-269-8/+972
| | | | | * [BOX32][WRAPPER] Added preliminary wrapper for SDL2 (postal1 works) * Handle more events
* [BOX32][WRAPPER] Improved 32bits wrapping for libfreetype (still not 100% ok)ptitSeb2024-09-256-58/+614
|
* [WRAPPER] Added 1 GLX extension ([BOX32] too)ptitSeb2024-09-254-10/+49
|
* [BOX32][WRAPPER] Fixed null checking in my32_SDL_SetVideoMode (#1868)Yang Liu2024-09-251-0/+1
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few moreptitSeb2024-09-2513-84/+323
|
* [BOX32][WRAPPING] More fixes with intermediate structure conversionsptitSeb2024-09-241-5/+5
|
* [BOX32][WRAPPING] Fixed some issue with intermediate structure conversionsptitSeb2024-09-246-6/+14
|
* [BOX32][WRAPPER] Added some more 32bits wrapped function, and fixed a few ↵ptitSeb2024-09-2412-39/+337
| | | | x11/glX ones too
* [BOX32][WRAPPER] Added a few 32bits function to libxrandrptitSeb2024-09-246-10/+203
|
* [BOX32][WRAPPER] Added more 32bits wrapped functionsptitSeb2024-09-248-37/+157
|
* [BOX32][WRAPPER] Added 32bits empty libfreetypeptitSeb2024-09-248-0/+704
|