Commit Graph
130 Commits
Author SHA1 Message Date
MihailRis 2fa71b3bf0 feat: players interpolation & add hud.set_allow_pause(...) 2025-01-17 01:44:46 +03:00
MihailRis 22c7cb8398 add on_chunk_present and on_chunk_remove events 2025-01-12 05:41:42 +03:00
MihailRis c1b311f3c4 refactor: change pointer parameters to references for Level and Content in various classes 2024-12-25 18:53:53 +03:00
MihailRis 5e76cdfadc rename engine.hpp/cpp to Engine.hpp/cpp & move Engine, Time and mainloop classes to 'engine' folder 2024-12-25 12:13:03 +03:00
MihailRis b4abecc764 refactor 2024-12-24 11:31:54 +03:00
MihailRis d745a34657 refactor 2024-12-18 04:13:33 +03:00
MihailRis 1c18c02092 move Chunks from Level to Player 2024-12-17 19:40:00 +03:00
MihailRis e0b3425eff migrate blocks interaction (scripting) to global chunks storage (WIP) 2024-12-13 05:54:41 +03:00
MihailRis 97cf597a01 update WorldRenderer::renderHands 2024-11-25 12:31:10 +03:00
MihailRis 9e02f1122f add BlockWrapsRenderer (WIP) 2024-11-20 14:42:53 +03:00
MihailRis 0144709e03 add 'u_alphaClip' to entity shader 2024-11-19 14:33:14 +03:00
MihailRis 171cbb48d0 fix blocks selection with semi-transparent blocks 2024-11-16 09:30:02 +03:00
MihailRis ef644ca56d add 'xray_opacity' NotePreset property 2024-11-15 00:38:41 +03:00
MihailRis c4170c07c5 refactor 2024-11-14 09:30:41 +03:00
MihailRis f0b6521c76 refactor 2024-11-14 08:09:10 +03:00
MihailRis e9163f4228 refactor WorldRenderer 2024-11-14 06:13:53 +03:00
MihailRis f9f4d2037f refactor WorldRenderer 2024-11-14 06:04:26 +03:00
MihailRis 42b26707cb move 3d texts rendering code to TextsRenderer 2024-11-14 05:43:01 +03:00
MihailRis 5b6ada6e5d add more NotePreset properties 2024-11-14 02:21:15 +03:00
MihailRis db565d23a7 add TextNote 2024-11-13 11:46:39 +03:00
MihailRis 7b4ddfd278 another fix 2024-11-13 06:59:14 +03:00
MihailRis f50b87e674 fix 2024-11-13 05:17:02 +03:00
MihailRis fc3d5c5484 optimize it even more 2024-11-13 04:46:21 +03:00
MihailRis a21d87717e optimize WorldRenderer chunks sort 2024-11-13 04:29:37 +03:00
MihailRis a7833a780d refactor WorldRenderer 2024-11-13 03:35:49 +03:00
MihailRis d8fe2f1531 fix debug chunk borders render 2024-11-13 02:50:27 +03:00
MihailRis 866f6e9951 add NotePreset 2024-11-12 22:53:45 +03:00
MihailRis edbd851d11 update font rendering 2024-11-12 05:58:16 +03:00
MihailRis b3ab037115 add 3D text render (WIP) 2024-11-12 03:14:59 +03:00
MihailRis 8ef7d43603 fix hands behaviour when paused 2024-11-06 00:52:33 +03:00
MihailRis f38f84c779 move graphics/core/Model to graphics/commons/Model 2024-11-05 15:28:46 +03:00
MihailRis fb41b932fa Revert "add experimental optimization"
This reverts commit 6dfbd5f401.
2024-11-05 02:10:10 +03:00
MihailRis 6dfbd5f401 add experimental optimization 2024-11-05 02:01:24 +03:00
MihailRis 3ecb7b447f add particles.stop(...) 2024-11-04 14:55:35 +03:00
MihailRis c8187c5f25 add particles.emit(...) (WIP) 2024-11-03 16:01:07 +03:00
MihailRis 7abb1a88c7 add particles lighting 2024-11-03 02:23:37 +03:00
MihailRis b944f257f7 add particles collision detection 2024-11-03 01:59:41 +03:00
MihailRis 1974298c82 update particles garbage collection scheme 2024-11-02 22:15:26 +03:00
MihailRis cee214754b add particles stats to debug panel 2024-11-02 21:07:34 +03:00
MihailRis 217176f74f add particles (WIP) 2024-11-02 20:40:40 +03:00
MihailRis 9b5c693027 update 'overlay-texture' block property behaviour 2024-11-01 02:18:13 +03:00
MihailRis 4f377b2056 refactor textures access 2024-11-01 02:13:21 +03:00
MihailRis e217476e84 fix renderHands with third person cameras 2024-10-31 21:27:30 +03:00
MihailRis b191f2ba9d add fullscreen block overlay 2024-10-31 18:22:55 +03:00
MihailRis 9c3d4af907 feat: complete item 'model-name' support 2024-10-30 12:58:07 +03:00
MihailRis ca69b55875 add 'u_lightDir' to main shader 2024-10-28 11:33:46 +03:00
MihailRis a4cf1e4820 add inertia & update drop visuals 2024-10-27 17:47:19 +03:00
MihailRis b93668ba94 feat: display a handheld item in first-person view (WIP) 2024-10-27 17:07:32 +03:00
MihailRis d59fac61bb fix: backlight setting not applying on change 2024-10-15 04:58:46 +03:00
MihailRis 2ecde94be5 Merge branch 'main' into heightmaps 2024-10-14 09:35:16 +03:00