Commit graph

9 commits

Author SHA1 Message Date
ella love 5dd67bd334 feat: Stubs for Debug Outputs 2026-03-03 02:14:24 -05: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 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