Tropical
b5882df411
refactor: less hacky hack
2026-03-13 12:34:51 -05:00
Tropical
669e75701b
fix: hack around DLC loading to get ingame
2026-03-13 12:34:51 -05:00
Tropical
f4445fd709
Revert "refactor: get rid of tutorial level autoload"
...
This reverts commit 3c066dcff8 .
2026-03-13 12:34:29 -05:00
Tropical
e3ce583f11
refactor: get rid of tutorial level autoload
2026-03-13 12:34:28 -05:00
Tropical
bbf8d2f06b
fix: map ZXCV to ABXY (go play celeste)
...
celeste
2026-03-13 12:34:28 -05:00
Tropical
253fce563f
fix: accidentally declared static in the implementation
2026-03-13 12:34:28 -05:00
Tropical
3a44eab5c0
fix: UB due to assuming wchar_t is utf16
2026-03-13 12:34:28 -05:00
Tropical
8962181072
fix: default window to 1920x1080 for now
2026-03-13 12:34:28 -05:00
Tropical
49721095f6
fix: const-correctness, remove manual UTF16 conversion
2026-03-13 12:34:28 -05:00
Tropical
996c731d77
fix: type alias IggyUTF16 to char16_t to fix cast issues
2026-03-13 12:34:28 -05:00
niansa
db5cb0afc0
Remove explicit casts when passing strings to Iggy
2026-03-13 12:34:28 -05:00
niansa
b11da90cbb
Added string conversion for Iggy everywhere where needed
2026-03-13 12:34:28 -05:00
niansa
2b88d096d6
Fixed more inconsistencies around win64 macro and iggy
2026-03-13 12:34:28 -05:00
Tropical
00a5fba311
fix: comment IggyGDrawMallocAnnotated
...
prevents a symbol redefinition linker error
2026-03-13 12:34:28 -05:00
Tropical
6a88c43d94
fix: comment out duplicated symbols for the time-being
2026-03-13 12:34:28 -05:00
JuiceyDev
6fd48242ae
GDraw_glfw trans ition to GDraw_sdl :) ( #188 )
...
Co-authored-by: Tropical <42101043+tropicaaal@users.noreply.github.com>
2026-03-13 12:34:28 -05:00
Tropical
b63f4171d7
chore: set RENDER_HUD to 0 for now
2026-03-13 12:34:27 -05:00
niansa/tuxifan
5c5f533cdd
Add Linux version of Iggy [Please Squash into feat branch] ( #182 )
...
* Added Linux version of Iggy
* Expose audio functionality
* Reimplemented IggyAudioOutParamExtendedInformation more carefully
* Link to .o files directly
* Allow required SWF files to be loaded on Linux
* Some other misc ifdef WINDOWS64 fixes
* Another ifdef windows64 fix
2026-03-13 12:34:27 -05:00
Tropical
177ed6d176
Merge pull request #215 from 4jcraft/dev
...
just merging all of the dev branch stuff into the java gui branch
2026-03-13 12:11:37 -05:00
Tropical
44ade1f2b2
Merge pull request #149 from MatthewBeshay/issue/51-phase-1-portable-win32-cleanup
...
Draft: remove Win32 types from portable code
2026-03-13 11:58:09 -05:00
DecalOverdose
4944938142
Merge pull request #214 from realffqq/dev
...
fix: unconditionally enable GL_ALPHA_TEST in renderLevel
2026-03-13 20:38:36 +04:00
Sally Knight
7fe14f92bb
fix: unconditionally enable GL_ALPHA_TEST in renderLevel
...
Fixes a similar issue to #200 but for the Nether
2026-03-13 19:09:21 +03:00
Leah Anderson
2fd1a136df
Merge pull request #210 from lotaviods/creative_java_gui
...
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
(java gui) Implement Creative Inventory screen and container
2026-03-13 09:23:28 -06:00
DecalOverdose
90416b85cc
Merge pull request #213 from realffqq/feat/restore-java-gui
...
(java gui) feat: backport more advanced world creation screen from 1.3.2
2026-03-13 18:29:02 +04:00
Sally Knight
e4428a983a
feat: backport more advanced world creation screen from 1.3.2
...
Main reference used was MCP 7.1
This allows players to toggle:
Gamemodes
Structure generation
Flat/normal world generation
Cheats (needs chat fully implemented to work however)
2026-03-13 16:52:34 +03:00
notmatthewbeshay
00d65b8487
Address remaining review feedback on buffer reads
2026-03-13 20:11:00 +11:00
notmatthewbeshay
883e98bde0
Address review feedback on protocol types
2026-03-13 19:47:32 +11:00
lotaviods
66fb0f1a96
feat: Implement creative inventory
2026-03-13 03:22:42 -03:00
Tropical
8f10806f70
Merge branch 'dev' into feat/restore-java-gui
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
2026-03-13 01:02:17 -05:00
notmatthewbeshay
bcc765f3e7
Merge remote-tracking branch 'upstream/dev' into issue/51-phase-1-portable-win32-cleanup
...
# Conflicts:
# Minecraft.Client/Platform/Common/DLC/DLCManager.cpp
# Minecraft.Client/Rendering/Tesselator.cpp
2026-03-13 15:16:43 +11:00
notmatthewbeshay
e3d910c6a1
Merge remote-tracking branch 'origin/issue/51-phase-1-portable-win32-cleanup' into issue/51-phase-1-portable-win32-cleanup
2026-03-13 15:12:53 +11:00
notmatthewbeshay
85208b12b7
Keep network player limit as an int constant
2026-03-13 15:12:25 +11:00
Acemany
3cbd496186
Fix File class' delimeter and homepath detection
...
meow :3
deleted Minecraft::OS enum because we have #ifdef
mrrrp
changed save directory name to not mess with minecraft java
2026-03-13 06:10:44 +03:00
Tropical
807af92321
Merge pull request #169 from nikita-edel/fix-with-ubsan
...
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
enhancement: make LCE runnable with UBSan and fix: alot of UB
2026-03-12 21:14:17 -05:00
Leah Anderson
2a0215852a
Merge pull request #208 from 4jcraft/docs-changez
...
Update to the scope & platform support section of readme.
2026-03-12 18:52:10 -06:00
JuiceyDev
48b551ac1c
minor spelling mistake
2026-03-13 00:31:37 +01:00
JuiceyDev
7e2b415e7d
Update to the scope & platform support section of readme.
2026-03-13 00:23:46 +01:00
DecalOverdose
5fba01e735
Merge pull request #207 from realffqq/dev
...
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
fix: make sure to enable alpha test for short/tiny view distances
2026-03-13 01:39:03 +04:00
Sally Knight
e41abdb9da
fix: make sure to enable alpha test for short/tiny view distances
2026-03-13 00:36:39 +03:00
Tropical
296b54cefa
Merge pull request #205 from realffqq/feat/restore-java-gui
...
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
(feat/restore-java-gui)fix: remove unused GLFW include
2026-03-12 14:22:09 -05:00
Sally Knight
8e26b471ea
fix: remove unused GLFW include
...
was causing CI failure
2026-03-12 22:13:08 +03:00
Nikita Edel
99c763e68a
typo
2026-03-12 17:34:17 +01:00
Nikita Edel
ee33f0663f
Merge branch '4jcraft:dev' into fix-with-ubsan
2026-03-12 17:17:38 +01:00
Nikita Edel
6d952e24f5
revising everything
2026-03-12 16:42:36 +01:00
Leah Anderson
a386bcfbfd
Merge pull request #191 from 4jcraft/chore/remove-pragma-warning
...
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
chore: remove `#pragma warning` directives
2026-03-12 08:17:48 -06:00
Leah Anderson
316577484f
Merge pull request #201 from realffqq/feat/restore-java-gui
...
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
(feat/restore-java-gui)fix: reorder and correct lighting for blocks in container screens
2026-03-12 07:53:47 -06:00
Nikita Edel
6cfc1efec2
Merge branch '4jcraft:dev' into fix-with-ubsan
2026-03-12 14:40:02 +01:00
Sally Knight
5525aac9d5
fix: reorder and correct lighting for blocks in container screens
2026-03-12 16:07:16 +03:00
Sally Knight
e66f279a5b
Merge branch 'dev' into feat/restore-java-gui
2026-03-12 16:01:31 +03:00
Leah Anderson
de924fee0d
Merge pull request #195 from realffqq/dev
...
Build (Linux, x86_64) / build-linux (push) Waiting to run
Build (Linux, x86_64) / build-linux-debug (push) Waiting to run
fix: use original disabled transforms to fix hotbar block lighting
2026-03-11 19:18:54 -06:00