Commit graph

502 commits

Author SHA1 Message Date
DecalOverdose 672d57f44d
Merge pull request #122 from Pyogenics/asset-cleanup
Some checks are pending
Build Linux Release / build-linux (push) Waiting to run
Cleanup after the last Minecraft.Assets pr
2026-03-09 17:33:53 +04:00
Pyogenics 13a75fe238 Add platform archive source arrays 2026-03-09 13:25:38 +00:00
Pyogenics b0217b3178 Remove strings headers, we can generate these now 2026-03-09 13:06:16 +00:00
Pyogenics 5b5556f435 Actually fix copy behaviour this time 2026-03-09 13:02:53 +00:00
Pyogenics 3a429eac7a Fix incorrect meson install copy path 2026-03-09 12:44:18 +00:00
Pyogenics 0c7ea619a8 Move XboxMedia content to match other platforms 2026-03-09 12:38:24 +00:00
DecalOverdose 5445267044
Merge pull request #124 from sewnie/dev
Miscellaneous fixes
2026-03-09 16:32:16 +04:00
Pyogenics 9fd6377337 Fix Trial level copy path 2026-03-09 12:31:37 +00:00
Pyogenics 57d20e351a Fix error where old assets weren't being removed 2026-03-09 12:31:17 +00:00
sewn bf5f416ba5
fix: support backtrace only on glibc systems
execinfo is glibc only, and prevents compiling on
other systems.
2026-03-09 15:12:39 +03:00
sewn 37d285dba1
fix: compile ConsoleSaveFileSplit for standard C++ 2026-03-09 15:08:59 +03:00
Pyogenics 1326e4d344 Correct copy behaviour and bring back missing assets 2026-03-09 12:07:59 +00:00
Pyogenics 6ee3b48ca0 Remove built assets left over from leak, we build ourselves now 2026-03-09 11:17:48 +00:00
DecalOverdose 8ab5c789af
Merge pull request #121 from MatthewBeshay/chore/add-gitattributes
chore: add .gitattributes for LF normalization
2026-03-09 15:04:02 +04:00
notmatthewbeshay f315f25205 chore: add .gitattributes for LF normalization 2026-03-09 22:01:02 +11:00
ThePixelMoon 50f188fde8
Merge pull request #119 from 4jcraft/decaloverdose-bullshizz
fix: remove hardcoded interpolation
2026-03-09 12:24:50 +02:00
Sally Knight 63bed1be5d fix: remove hardcoded interpolation
fixes the game feeling like low fps
2026-03-09 14:12:02 +04:00
DecalOverdose a73e6e145f
Merge pull request #107 from 4jcraft/refactor/untangle-assets-mess
refactor: untangle assets from source
2026-03-09 11:10:27 +04:00
JuiceyDev ad7e58b0da
Merge pull request #115 from 4jcraft/feat/render-hud
feat: render HUD
2026-03-09 08:05:31 +01:00
Tropical c1d9413968 feat: render HUD 2026-03-09 02:04:02 -05:00
Tropical 4be19958ea Merge branch 'dev' into refactor/untangle-assets-mess
Some checks failed
Build Linux Release / build-linux (push) Has been cancelled
2026-03-09 01:20:45 -05:00
JuiceyDev cbac41b152
Merge pull request #111 from lotaviods/camera_mov
fix: Camera movement and player hand
2026-03-09 07:15:03 +01:00
Tropical e571795e99 Merge remote-tracking branch 'origin/dev' into refactor/untangle-assets-mess 2026-03-09 00:58:36 -05:00
Tropical 8d0d544942
Merge pull request #113 from MathiewMay/dev
Fixed typo in my System::currentTimeMillis fix
2026-03-09 00:57:06 -05:00
Tropical 73ef76e29b refactor: match XboxMedia structure to other platform media folders 2026-03-09 00:49:03 -05:00
Tropical 784cca74c0 fix: move some swf files back to their original locations 2026-03-09 00:48:25 -05:00
Tropical 4a6a080b12 refactor: rebuild XboxMedia 2026-03-09 00:44:09 -05:00
Tropical dd46307e4a Merge branch 'dev' into refactor/untangle-assets-mess 2026-03-09 00:38:30 -05:00
Tropical 564890bfa3 docs: add back stuff that was removed from the README 2026-03-09 00:37:52 -05:00
Tropical 4d543dd59d fix: use Common/Media/MediaLinux.arc for mediapath 2026-03-09 00:34:28 -05:00
Tropical 5a36950239 fix: shuffle around remaining paths to get everything building again/home/tropical/Documents/GitHub/4jcraft-real/Minecraft.World/Level/../../Minecraft.Client/Textures/Packs/TexturePack.h 2026-03-09 00:34:09 -05:00
Tropical dec2f8d8d0 fix: hopefully get assets building 2026-03-09 00:22:02 -05:00
Tropical ad1e8369bc refactor: move Common to Platform/Common 2026-03-09 00:17:42 -05:00
MathiewMay 7de4c8a408 Fixed typo in my System::currentTimeMillis which was resulting in very slow or no passed time on world ticks. 2026-03-09 01:04:52 -04:00
Tropical e0dc4b3a1b refactor: move assets in Common -> Minecraft.Assets/Common 2026-03-09 00:02:56 -05:00
Tropical 10920d7be7 refactor: move unused assets in Client to .Assets/_unused 2026-03-08 23:56:50 -05:00
Tropical 49672a019f refactor: move anything in Build that isn't strictly source into Assets 2026-03-08 23:54:30 -05:00
Tropical 1308333c86 refactor: move redist64 and x64 into Minecraft.Assets
These are
2026-03-08 23:46:15 -05:00
Tropical 2387a5289c get rid of old assets for now 2026-03-08 23:44:48 -05:00
Tropical e21112a146
Merge pull request #108 from Danielcodedev/dev
Some checks are pending
Build Linux Release / build-linux (push) Waiting to run
Fix input W - S
2026-03-08 23:06:53 -05:00
lotaviods d1c602c2d7 fix: Camera movement and player hand 2026-03-09 00:53:44 -03:00
Danielcodedev da2cbecde9
Fix input W - S
Now W Is forward and S is Backward
2026-03-08 21:23:17 -06:00
Tropical 54dab7708d refactor: rename Build -> Platform in Minecraft.World 2026-03-08 21:33:18 -05:00
Tropical a79d109675
Merge pull request #106 from MathiewMay/dev
Fix System::currentTimeMillis() not returning correct numbers.
2026-03-08 21:16:11 -05:00
MathiewMay 2ca66673b4 Fix System::currentTimeMillis() not returning correct numbers for linux and preventing the game tick, which then broke the input system. 2026-03-08 22:09:37 -04:00
JuiceyDev c7ede72c91
Merge pull request #100 from nikita-edel/dev
fix: wstring_to_utf8, depracated function and generated warnings.
2026-03-08 23:57:29 +01:00
JuiceyDev a9d36375a5
Merge pull request #103 from Enderteck/dev
Update README with Fedora/Nobara dependencies
2026-03-08 23:56:09 +01:00
Enderteck 67b6995068
Update README with Fedora/Nobara dependencies
Add installation all the packages required to compile on Fedora/Nobara. 
Tested those on Fedora 43, but as specified you need to get meson 1.10.0+ via a fedora 44 package
2026-03-08 23:49:11 +01:00
DecalOverdose d9f77a48cd
Merge pull request #102 from create-juicey-app/dev
remove herobrine
2026-03-09 02:46:36 +04:00
JuiceyDev 6e4210ef48
Merge branch '4jcraft:dev' into dev 2026-03-08 23:43:57 +01:00