Commit graph

36 commits

Author SHA1 Message Date
JuiceyDev 70a5f01070 feat: OpenGL rendering implementation (GLFW/OpenGL 2.1 pipeline) 2026-03-05 11:18:20 +01:00
ella love 2383fcee6e feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
Tropical 0c31a7a943 fix: include all missing files in Common
This resolves all non-C4J linker errors.
2026-03-04 19:40:23 -06:00
Tropical ef4c61c6df fix: use orbis strings for now since they have IDS_CONTENT_RESTRICTION 2026-03-04 18:25:03 -06:00
Mohamed Ashraf df63e927eb some fixes 2026-03-04 22:27:37 +04:00
Mohamed Ashraf 81b10b245a feat(Linux): Add Linux interface 2026-03-04 22:11:52 +04:00
Tropical e51f77df7f fix: improve some linker errors 2026-03-03 20:33:38 -06:00
Tropical d79b1ba555 fix: resolve a lot of conversion warnings 2026-03-03 19:33:12 -06:00
Tropical 7ae4b9f0a7 fix: inline iggy stubs 2026-03-03 18:16:52 -06:00
Tropical 7abf08a804 refactor: remove a bunch of linux-specific ifndefs
Now that we're stubbing winapi through stdafx, these need to go.
2026-03-03 18:16:42 -06:00
Tropical 4d9a1c73e6 fix: the usual 2026-03-03 16:31:29 -06:00
Tropical f996e7096f fix: SnowManRenderer include, define INFINITE from winapi 2026-03-03 16:23:46 -06:00
Tropical 4c3afed824 refactor: remove the need for gl_stubs.h 2026-03-03 16:22:01 -06:00
Tropical 867b47e842 fix: add missing return statement to IggyPlayerGetUserdata stub 2026-03-03 16:21:34 -06:00
Tropical cc34168277 refactor: add dxmath, restructure linux folder 2026-03-03 15:32:27 -06:00
Tropical fb3c7048f9 fix: include cmath in LinuxStubs to get floorf 2026-03-03 12:02:23 -06:00
Tropical 39b9222ba1 refactor: reorganize d3d stubs 2026-03-03 11:58:59 -06:00
Leah Anderson 5a3768ce36 hit a wall 2026-03-03 09:29:08 -07:00
Mohamed Ashraf 4cfbb320e5 some fixes 2026-03-03 19:52:54 +04:00
Mohamed Ashraf c422f0e587 fix(Minecraft.Client): 2026-03-03 19:26:28 +04:00
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
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
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