Commit graph

119 commits

Author SHA1 Message Date
Mohamed Ashraf ea38644a2c some fixes 2026-03-03 14:40:09 +04:00
Mohamed Ashraf 0f83583a31 Changes from localcc 2026-03-03 13:57:19 +04:00
Mohamed Ashraf b2a3c9cfff forgot 2026-03-03 13:37:21 +04:00
Mohamed Ashraf 0fa382cf4e fix(gdraw): gonna take localcc's word for it 2026-03-03 13:35:52 +04:00
DecalOverdose b325e16234
Merge pull request #13 from 4jcraft/leahs-dev-branch
feat(solution): Get it to compile (Linux)
2026-03-03 13:22:05 +04:00
Mohamed Ashraf 183c86846a chore: Merge branch 'leahs-dev-branch' of https://github.com/ThePixelMoon/4jcraft into leahs-dev-branch 2026-03-03 12:37:39 +04:00
Mohamed Ashraf 43c4b8398d feat(SoundSystem): Add MSS stubs 2026-03-03 12:37:33 +04:00
DecalOverdose ab3571bced
Merge pull request #14 from tropicaaal/refactor/tropical-dev
chore: revert some unintentional changes in #10
2026-03-03 12:14:31 +04:00
Tropical 16dbe063df chore: revert some unintentional changes in #10 2026-03-03 02:11:27 -06:00
DecalOverdose 61a8953fe4
Merge pull request #10 from tropicaaal/refactor/tropical-dev
fix: implement many POSIX stubs over required winapi calls
2026-03-03 12:04:46 +04:00
DecalOverdose 7460800cc6
Merge pull request #12 from M0rganeDev/leahs-dev-branch
added flake for dev shells on nix distros
2026-03-03 12:01:57 +04:00
Tropical b5ac1ac190 feat: stub CreateEvent 2026-03-03 01:42:26 -06:00
Tropical fc69975d90
Merge pull request #2 from Voxxin/refactor/tropical-dev
feat: add stubs for Windows system time functions
2026-03-03 01:36:38 -06:00
ella love 5d5cd69a5e update: fwprintf for wchar_t handling. Cleaned up old debug impl 2026-03-03 02:35:41 -05:00
Tropical 9dc8d0b2b1 start adding back win64 4jlibs includes 2026-03-03 01:30:13 -06:00
ella love 5dd67bd334 feat: Stubs for Debug Outputs 2026-03-03 02:14:24 -05:00
Tropical eea516a139 fix: stdafx linux platform, typedefs 2026-03-03 00:45:10 -06:00
Morgane 2a600bfca2 added flake for reproducible builds on NixOS 2026-03-03 05:55:42 +01:00
Tropical bb741c8bec fix: extraX64.h 2026-03-02 22:34:37 -06:00
ella love 5fdfdf9a81
Merge branch 'refactor/tropical-dev' into refactor/tropical-dev 2026-03-02 23:22:50 -05:00
ella love 8d24ebdad8 feat: add stubs for Windows system time functions 2026-03-02 23:17:28 -05:00
Tropical e3b63aa690 fix: add missing winerror macro definitions 2026-03-02 22:14:31 -06:00
Tropical 55964caf95 feat: direct OutputDebugString functions to stderr 2026-03-02 22:09:49 -06:00
Tropical 300b1ff841 fix: more miscapitalized includes 2026-03-02 22:01:56 -06:00
Tropical a2107c6ab5 fix: add missing climits/cfloat includes 2026-03-02 21:58:40 -06:00
Tropical 5d5e4b4418 feat: implement GetTickCount 2026-03-02 21:53:45 -06:00
Tropical 7c578c2161 feat: stub QueryPerformance{Counter, Frequency} 2026-03-02 21:49:26 -06:00
Tropical 42035b71d8 refactor: move linux stubs to Minecraft.Client
Existing platform abstraction layers are all located in Minecraft.Client, making the `linux` folder the odd one out in `Minecraft.World`. This relocates `linux/wlinux.h` and its supporting helper files to `Minecraft.Client/Linux`. `wlinux.h` has been renamed to `LinuxStubs.h` for consistency.
2026-03-02 21:21:51 -06:00
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
ella love b7c6512445 feat: implement win32 file I/O stubs over POSIX in wlinux.h 2026-03-02 22:00:33 -05: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
Leah Anderson 1003ed9cd3
Merge pull request #8 from tropicaaal/refactor/no-more-backslash
refactor: all backslash includes must die
2026-03-02 16:34:36 -07: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
Leah Anderson 092001eeab more fixes 2026-03-02 15:37:06 -07:00
Tropical 5fe4d56b98 refactor: all backslash includes must die 2026-03-02 16:36:59 -06:00
Leah Anderson e835351668
Merge pull request #7 from tropicaaal/leahs-dev-branch
fix: remove hardcoded locales and include through stdafx
2026-03-02 15:29:16 -07: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
Leah Anderson 6b31c49bc9 im an idiot
This reverts commit 137bad7040.
2026-03-02 15:10:47 -07:00