Commit Graph

15 Commits

Author SHA1 Message Date
Kitrae
5de34efe2a vulkan: add initial Windows64 renderer backend and chunk texturing fixes
Introduce a Windows64 Vulkan renderer implementation under C4JRender with the core runtime path for init, frame recording, and present.

Includes Vulkan swapchain/device setup, triangle pipeline state management, command-list draw replay, dynamic vertex streaming, texture object APIs, descriptor binding, alpha-test path, and UI overlay bridge integration.

Add Vulkan shader blobs for world geometry/UI and bridge header used by the Windows64 path.

Chunk rendering updates for Vulkan stability:

- keep compact/compressed chunk vertices disabled on Windows until the compact decode path is fully ported

- decode legacy no-mipmap U encoding (u + 1.0f flag) in the Vulkan vertex expansion path

- fix command-list replay so texture/alpha state is only restored when it was explicitly recorded, preserving runtime texture binds for chunk lists
2026-03-05 22:41:45 -06:00
LazyByteDev
21465b6653 Added customizable skin + capes and fixed flipped third person 2026-03-05 18:40:13 -05:00
LazyByteDev
4a994750d8 how the hell did extrax64stubs.h get in the x64 folder?? 2026-03-04 12:42:39 -05:00
LazyByteDev
8a71ed970a fixed discord presence randomly dropping for no reason 2026-03-04 11:34:15 -05:00
LazyByteDev
e36bcb6ef0 upnp & discord game invite support (very buggy) 2026-03-04 10:11:27 -05:00
coah
edfc280090 Whisper Yelled At me 😢 2026-03-04 04:37:07 -06:00
coah
e5d58c0ae9 Merge remote-tracking branch 'origin/main' into kb-mouse-networking-coah
i hate the government and everyone in it
2026-03-03 23:29:48 -06:00
LazyByteDev
890626ed5d fixed Texture packs being undersized. 2026-03-03 22:50:32 -05:00
LazyByteDev
1f0fddeb97 dirty fix to gamma bug.. (it doesnt look the same tho...) 2026-03-03 19:14:21 -05:00
coah
72476c875e keyboard warrior 2026-03-03 17:48:27 -06:00
Robert Delaney
21c4f19271 Fix close button
Fixes the close button on the home gui screen
2026-03-02 21:35:17 -08:00
LazyByteDev
c719ff9cbb I fixed something 2026-03-02 06:44:31 -05:00
LazyByteDev
e817cdafb3 AchievementPopups now work as expected! 2026-03-02 05:50:23 -05:00
LazyByteDev
64b510c938 StatsCounter recognizes achievements!!! 2026-03-02 05:39:41 -05:00
LazyByteDev
b40d5e9d01 src stuff 2026-03-02 03:31:00 -05:00