Commit graph

207 commits

Author SHA1 Message Date
Tropical 261cc68aa2
Merge pull request #58 from JadeHarleyFan413612/dev
Update CMakeLists.txt
2026-03-06 01:25:06 -06:00
JadeHarleyFan413612 c4bd771556
Update CMakeLists.txt
updated to force the usage of gcc version 15
2026-03-05 23:24:17 -07:00
ThePixelMoon 93a871bc04
Merge pull request #46 from create-juicey-app/patch-1
Updated Readme because of work we still have to do
2026-03-06 07:18:45 +02:00
ThePixelMoon 2a9ac84a40
Merge pull request #47 from Pyogenics/removevsproj
Remove some VS sln and project files
2026-03-06 07:18:16 +02:00
Pyogenics d788d20461 Fix VS project generation 2026-03-05 19:25:43 +00:00
Pyogenics 20df5342de Remove unused vs studio files 2026-03-05 19:01:54 +00:00
JuiceyDev 0aa9ac1bc2
Updated Readme because of work we still have to do
check create-juicey-app/4jcraft-juicefork, we don't have any game loop nor any glew window,
2026-03-05 19:10:03 +01:00
DecalOverdose 46b83ebe15
Merge pull request #43 from authorisation/dev
fix(CMakeLists): add early check for libGLU
2026-03-05 21:18:35 +04:00
six 4a0e6ea98f
fix(CMakeLists): add early check for libGLU 2026-03-05 15:30:38 +01:00
ThePixelMoon 45e5286e55 Minecraft.Client: All i did is just set a false to true 2026-03-05 15:11:48 +02:00
Mohamed Ashraf 1ae227e9ba FIX COMPILE AND IT'S ALMOST DONE HOLY SHIT 2026-03-05 16:12:37 +04:00
Mohamed Ashraf a92d346a46 fix(winapi_stubs): DON'T REDEFINE DEFINITIONS 2026-03-05 14:13:49 +04:00
DecalOverdose 8eb67ba48a
Merge pull request #38 from create-juicey-app/dev
Add 4JLib from Pyogenics:4jlibs and make the project finally compilable :)
2026-03-05 14:03:00 +04:00
JuiceyDev 771f2dde0c fix: update 4J lib include paths for folder refactor 2026-03-05 10:55:13 +01:00
JuiceyDev 5583e04e0f Fix runtime issues, 2026-03-05 10:52:11 +01:00
JuiceyDev d0e7106cdf fix: SIOF crash in ChatScreen/TextEditScreen, RemoveEntitiesPacket MAX_PER_PACKET on linux 2026-03-05 10:52:11 +01:00
JuiceyDev 3a9af73c63 remove redundant stubs already handled by PR #33 2026-03-05 10:52:11 +01:00
JuiceyDev a75b4cf0b2 we r getting so close god dam it 2026-03-05 10:51:53 +01:00
JuiceyDev f622fe08a8 fixed most stuff theres still linker issues 2026-03-05 10:51:53 +01:00
JuiceyDev 240a7e91a6 uncomment those thx 2026-03-05 10:49:11 +01:00
JuiceyDev ca0363b07b implement input, profile, render, and storage management functionalities 2026-03-05 10:48:23 +01:00
JuiceyDev e7f956c23d source file final compile 2026-03-05 10:48:23 +01:00
JuiceyDev 3379b2ab6a fix: update include paths and add Linux compatibility for various files 2026-03-05 10:48:23 +01:00
JuiceyDev 398981f81d fix(CMakeLists): update Linux source files and include paths for libraries 2026-03-05 10:45:37 +01:00
JuiceyDev 4160a8c78e add 4JLib from Pyogenics:4jlibs 2026-03-05 10:44:11 +01:00
DecalOverdose de1d1b020a
Merge pull request #37 from Voxxin/dev
feat: move script & folder refactor
2026-03-05 12:36:21 +04:00
ella love 2383fcee6e feat: move script & folder refactor 2026-03-05 03:29:23 -05:00
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