Commit graph

5 commits

Author SHA1 Message Date
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 5fe4d56b98 refactor: all backslash includes must die 2026-03-02 16:36:59 -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
ThePixelMoon 1a0dd4bd06 Initial dump 2026-03-01 15:49:25 +02:00