Commit Graph

180 Commits

Author SHA1 Message Date
ThePixelMoon
abd8ec11fd Minecraft.Client: fix even more unicode-related linux errors 2026-03-05 07:43:25 +02:00
ThePixelMoon
6bfd396721 Minecraft.Client: fix some unicode-related linux errors 2026-03-05 07:40:23 +02:00
ThePixelMoon
b9c29c69d8 Minecraft.World: fix another gcc moment 2026-03-05 07:35:18 +02:00
ThePixelMoon
de71d80b57 Minecraft.World: fix a gcc moment 2026-03-05 07:34:16 +02:00
Mohamed Ashraf
d15ff8142c Resolve #32 2026-03-05 08:30:52 +04:00
DecalOverdose
35e524d146 Merge pull request #33 from tropicaaal/fix/minecraft-world-linkage
fix: link `Minecraft.World` to `Minecraft.Client` on linux
2026-03-05 08:26:40 +04: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
17a9762122 fix: properly define MAX_CREDIT_STRINGS for linux 2026-03-04 19:39:16 -06:00
Tropical
35f5167c3b fix: use win64 platformIdx for intro UIScene 2026-03-04 19:39:02 -06:00
Tropical
ced8eed69b fix: LocalPlayer.cpp include capitalization 2026-03-04 19:38:45 -06:00
Tropical
5cf845ad1b fix: Entity::tlsIdx shouldn't be WIN32-specific 2026-03-04 19:38:28 -06:00
Tropical
4c770ce4c3 fix: add extra Tile constants for __linux__ 2026-03-04 19:38:00 -06:00
Tropical
3b234ca659 fix: resolve warnings on TUImagePaths 2026-03-04 18:28:34 -06:00
Tropical
b4833bf7c2 fix: use single-argument RenderManager::Clear 2026-03-04 18:26:00 -06:00
Tropical
ef4c61c6df fix: use orbis strings for now since they have IDS_CONTENT_RESTRICTION 2026-03-04 18:25:03 -06:00
Tropical
1eac848d3d fix: remove hardcoded win64 app includes 2026-03-04 18:24:32 -06:00
Tropical
7cb82626fa fix: why was this commented 2026-03-04 18:05:13 -06:00
Tropical
8a9b2fd336 fix: link Minecraft.World to Minecraft.Client on linux 2026-03-04 16:01:49 -06:00
Mohamed Ashraf
78fce1e561 Resolve #30 2026-03-05 01:09:01 +04:00
Mohamed Ashraf
3b1b282ec7 add uicontroller code 2026-03-05 01:04:27 +04:00
Mohamed Ashraf
d329707d75 forgot to use arc files 2026-03-04 22:38:30 +04: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
Mohamed Ashraf
5280c491e0 AM STUPID CHAI 2026-03-04 18:32:51 +04:00
Mohamed Ashraf
884b55a199 who forgot to update this? 2026-03-04 16:21:24 +04:00
Mohamed Ashraf
8a0b10f799 Stub fixes 2026-03-04 15:28:45 +04:00
Mohamed Ashraf
cb42357d67 fix(ExtraX64Stubs): remove perf.h 2026-03-04 15:26:55 +04:00
Mohamed Ashraf
d5784fcf3e chore: Merge branch 'dev' of https://github.com/ThePixelMoon/4jcraft into dev 2026-03-04 15:17:04 +04:00
Mohamed Ashraf
ba6b678349 SOMEONE FORGOT TO INCLUDE THE STUBS 2026-03-04 15:16:53 +04:00
DecalOverdose
45f40797cc linker issues elft.... 2026-03-04 14:59:44 +04:00
Mohamed Ashraf
57c1aaaccb chore: Merge remote-tracking branch 'tropical' into dev 2026-03-04 10:38:25 +04:00
DecalOverdose
17133b5975 Merge pull request #20 from Danielcodedev/patch-1
Discord link README Update
2026-03-04 09:08:04 +04:00
Tropical
e51f77df7f fix: improve some linker errors 2026-03-03 20:33:38 -06:00
Tropical
e9ecef480d fix: correctly declare wchAttrNameA as const in GameRuleManager 2026-03-03 19:50:47 -06:00
Tropical
d79b1ba555 fix: resolve a lot of conversion warnings 2026-03-03 19:33:12 -06:00
Danielcodedev
10808ab869 Discord link README Update
Updated Discord link it's not currently available.
2026-03-03 18:26:58 -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
fcf3184561 fix: more improper include capitalizations 2026-03-03 16:09:17 -06:00
Tropical
17d6e670cc fix: UB in DemoLevel 2026-03-03 16:08:17 -06:00
Tropical
cc34168277 refactor: add dxmath, restructure linux folder 2026-03-03 15:32:27 -06:00
DecalOverdose
222745b224 Merge pull request #17 from tropicaaal/dev
refactor: reorganize d3d stubs
2026-03-03 22:06:03 +04: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
DecalOverdose
1e466a4958 Update CONTRIBUTING.md 2026-03-03 21:44:04 +04:00
DecalOverdose
11e0cb63a4 Merge pull request #16 from tropicaaal/dev
fix: capitalization of MultiPlayerLocalPlayer includes
2026-03-03 21:35:25 +04:00