Tropical
7e349de327
Merge pull request #1 from Voxxin/refactor/tropical-dev
...
feat: implement win32 file I/O stubs over POSIX in wlinux.h
2026-03-02 21:18:44 -06:00
Tropical
dd81ec98b4
refactor: make UIStructs and LevelGenerationOptions shut up
2026-03-02 19:45:10 -06:00
Tropical
fd1dd31c6b
fix: follow the time-honored 4J tradition of being lazy and not stubbing _itow in ChunkStorage
2026-03-02 19:40:40 -06:00
Tropical
d75e0570b0
fix: cast InterlockedCompareExchangeRelease64 args in storage classes
2026-03-02 19:40:11 -06:00
Tropical
22b97a4dc0
feat: nanosleep-based Sleep stub
2026-03-02 19:33:37 -06:00
Tropical
065ffff071
feat: stub critical sections on top of pthread recursive mutexes
2026-03-02 19:25:37 -06:00
Tropical
c4b25bc622
feat: add stubs for memory stats, atomics, errno
2026-03-02 19:08:25 -06:00
Tropical
006dba0602
feat: stub winapi TLS functions with pthread keys
...
Not sure how sound implicit casting `pthread_key_t` to `DWORD` is, but we can get away with it for now. Otherwise, we're gonna need to keep a global list of registered keys and mutex that and blah blah blah
2026-03-02 18:28:06 -06:00
Tropical
70c8a010e8
refactor: move stubs out of App_Defines.h into wlinux/extraX64
2026-03-02 17:57:20 -06:00
Tropical
81c9b9d021
feat: stub InitializeCriticalSection in extraX64
2026-03-02 17:48:28 -06:00
Tropical
62551094c6
fix: remove redefinitions of various xbox-related constants
2026-03-02 17:47:19 -06:00
Tropical
6f80c79e80
remove duplicate includes of extraX64
...
Now that we support stdafx.h, these are unnecessary
2026-03-02 17:47:01 -06:00
Tropical
4bc349b91a
fix: restore unintended unicode artifacts
2026-03-02 17:05:31 -06:00
Tropical
d096d9b831
fix: more improper capitalization
2026-03-02 16:44:52 -06:00
Tropical
5fe4d56b98
refactor: all backslash includes must die
2026-03-02 16:36:59 -06:00
Tropical
c197c6049e
refactor: remove unnecessary xbox include
2026-03-02 16:28:53 -06:00
Tropical
20af84454a
fix: add boolean typdef, more case-insensitive includes
2026-03-02 16:15:26 -06:00
Tropical
180647231b
fix: improperly cased biome.h include
2026-03-02 16:09:31 -06:00
Tropical
a643690658
fix: duplicate telemetry includes
2026-03-02 16:09:21 -06:00
Tropical
0f560867c0
fix: remove hardcoded locales and include through stdafx
2026-03-02 15:56:38 -06:00