coah
8ae386805e
panorama loops, outline uses png native color, white tint
2026-03-19 23:53:59 -05:00
coah
d5da3f1aea
panorama scrolls instead of stretching, yellow outline behind buttons, build fixes
2026-03-19 23:47:19 -05:00
coah
38d929588a
fixed outline to be yellow behind button, removed windows edition subtitle
2026-03-19 23:44:56 -05:00
coah
e2148b9731
all menus pixel perfect, death overlay, splash text, edition subtitle, handoff docs
2026-03-19 23:43:11 -05:00
coah
e0c1a96aa4
15 agents polished all menus, text shadow, splash text, handoff docs, build fixed
2026-03-19 23:42:21 -05:00
coah
a8c5c6c7a9
softer yellow outline, minecraft store label
2026-03-19 23:19:43 -05:00
coah
02f6a829e6
buttons 600px wide, settings use panorama bg, controller prompts everywhere
2026-03-19 23:10:31 -05:00
coah
176e6a6de7
keyboard input fed to nuklear, escape goes back, dead code removed
2026-03-19 23:09:25 -05:00
coah
b0e0bb6562
visual fixes, button outline, controller prompts, docs, build fix
2026-03-19 23:08:23 -05:00
coah
a0c0e833ba
fixed button crash, removed ui.NavigateToScene calls
2026-03-19 22:58:50 -05:00
coah
32ef16e7af
fix-warnings cleanup, file splits, build clean
2026-03-19 22:57:15 -05:00
coah
13445056ec
fix-warnings changes, build fix for NkWorldMenus
2026-03-19 22:32:01 -05:00
coah
fdead9b53e
13 agents fixed up all menus, navigation dispatch, font loading, panorama, textures
2026-03-19 22:09:53 -05:00
coah
b49ade23a8
all menus translated from iggy to nuklear, every single one
2026-03-19 21:59:36 -05:00
coah
4a00eb4e94
wip menu system, font and asset loading working
2026-03-19 21:43:48 -05:00
coah
25a48b0003
iggy code guarded, assets copied, menu system scaffolded
2026-03-19 21:22:18 -05:00
coah
f490d38a11
nuklear ui rendering through vulkan, buttons and text working
2026-03-19 20:51:11 -05:00
coah
8c9b0d7f9a
game runs, vulkan window stays open, world generates
2026-03-19 20:27:21 -05:00
coah
fa6b1b209b
skipped dlc loading, fixed asserts, game gets into init now
2026-03-19 19:52:06 -05:00
coah
a2d98911c3
it links and runs, vulkan window opens on M4 Pro
2026-03-19 18:57:13 -05:00
coah
58c3e0e0fe
everything compiles, just linker errors left
2026-03-19 18:20:24 -05:00
coah
c5a232ae43
stubbed out proprietary deps, almost compiles
2026-03-19 17:23:50 -05:00
coah
1d14cc4f5a
ported vulkan renderer from reference, shaders compiled, entry point added
2026-03-19 16:19:50 -05:00
coah
c81b9e690f
sorted all the client files into proper folders
2026-03-19 16:05:49 -05:00
coah
f4b351468a
gutted all the console platform stuff, cleaned up cmake
2026-03-19 12:56:55 -05:00
NOTPIES
fadeee4192
fix: proper fallback color table
2026-03-16 18:29:06 -03:00
NOTPIES
868468bf08
fix: add proper safe checks for ded server not having colour table
2026-03-16 18:22:56 -03:00
NOTPIES
78e28493f5
fix: fix ded server crash when setting custom skin geometry
2026-03-16 18:11:46 -03:00
NOTPIES
395fe4baeb
fix: fix building
2026-03-16 17:53:13 -03:00
NOTPIES
7c1c64c79c
fix logging
2026-03-16 00:26:14 -03:00
NOTPIES
521fc55e87
fix: lan max players
2026-03-16 00:02:49 -03:00
NOTPIES
98794efd06
update max player values
2026-03-15 23:13:36 -03:00
NOTPIES
7df47ba4cf
fix max players on ded
2026-03-15 22:45:34 -03:00
NOTPIES
6369cb5bfd
Merge branch 'main' of https://github.com/LCEMP/LCEMP
2026-03-15 22:21:33 -03:00
NOTPIES
9b34142250
world/server linux support
2026-03-15 22:21:24 -03:00
NOTPIES
4390435f06
fix comments
2026-03-14 17:47:11 -03:00
AK4K-Coding
019fd47b0a
Update XUI_InGamePlayerOptions.cpp
2026-03-14 14:41:26 -04:00
AK4K-Coding
761c368526
Update Windows64_Minecraft.cpp
2026-03-14 14:23:06 -04:00
NOTPIES
ff2cb7b582
fix: multiple savefile fixes
2026-03-12 00:16:48 -03:00
NOTPIES
c1a9648bf4
qol: add dedicated server check to sessioninfo
2026-03-09 00:21:14 -03:00
NOTPIES
0e48021acd
change path
2026-03-08 22:41:12 -03:00
NOTPIES
09000cc4a1
change define name
2026-03-08 22:19:39 -03:00
NOTPIES
6e2afbde93
Merge branch 'main' of https://github.com/LCEMP/LCEMP
2026-03-08 22:13:22 -03:00
NOTPIES
00f6df9605
prepare code for dedicated server support
2026-03-08 22:13:19 -03:00
simon
6b3a3fcce2
Properly Disable VSync
2026-03-08 17:15:34 -07:00
NOTPIES
6b89993c04
Merge branch 'main' of https://github.com/LCEMP/LCEMP
2026-03-07 22:58:41 -03:00
NOTPIES
771a632f05
fix: support more max players
2026-03-07 22:54:44 -03:00
simon
de86a03a8a
Mouse improvements
...
Mouse look was previously being changed on Input::tick which only runs 20 times per second and then it was interpolated to make it feel better. I moved it to the WndProc function and stopped interpolating. I also changed the mouseLookScale to 1 because it was a lot faster than before.
2026-03-07 17:13:56 -08:00
NOTPIES
d017bfc30a
fix: add splitscreen, fix dlcs not loading, major RCE vuln fix on packet net, fix chunk loading on non-server clients, persistent saves
...
note: I changed how XUID works, player data might be wiped on old saves, save items on a chest or similar before trying to load old saves on new version
2026-03-07 18:30:53 -03:00
NOTPIES
e077f9250f
fix: sign text crash - enforce 15 char limit
2026-03-06 22:09:22 -03:00