Commit Graph
713 Commits
Author SHA1 Message Date
MihailRis 799d712447 update ContentGfxCache 2025-07-24 22:51:53 +03:00
MihailRis 3b4d5ebfc7 fix 2025-07-19 12:13:51 +03:00
MihailRis 29021d1178 refactor a bit 2025-07-14 00:02:29 +03:00
MihailRis 325f0b1f02 feat: variants in block json 2025-07-13 22:17:43 +03:00
MihailRis 5478d121f0 add variants (WIP) 2025-07-13 21:28:57 +03:00
MihailRis 15a778299c limit chunks non-unloading zone to a circle 2025-07-13 15:57:57 +03:00
MihailRis 0ab23a117d Merge branch 'main' into update-gfx-pipeline 2025-07-10 19:44:53 +03:00
RomanDonw 150c9d4b8c fix includes 2025-07-10 18:16:03 +10:00
MihailRis 5751802da2 Merge branch 'main' into update-gfx-pipeline 2025-07-01 23:38:38 +03:00
MihailRisandGitHub 215ae02fa9 fix content control (#538)
* update ContentControl
* feat: more debug logging
* fix engine paths
2025-07-01 23:38:00 +03:00
MihailRis fc46b7c434 initial commit 2025-05-07 20:42:50 +03:00
MihailRis 895855434f fix custom models instancing for different blocks 2025-05-02 18:42:12 +03:00
MihailRis 4e5199d89a feat: lights debug mode 2025-04-29 15:59:52 +03:00
MihailRis 20e3a961f9 add BlockModel struct 2025-04-27 18:21:56 +03:00
MihailRis 718f5d1089 rename BlockModel to BlockModelType 2025-04-27 15:18:14 +03:00
MihailRis ad07ec61cd Merge branch 'main' into render-update 2025-04-27 14:28:11 +03:00
MihailRisandGitHub 330b383d36 Merge pull request #494 from REDxEYE/vertex_structures
Use vertex structures instead of plain float arrays
2025-04-26 23:10:00 +03:00
MihailRis 1e90115a26 add 'onfocus' ui event & optimize container:add 2025-04-26 20:16:57 +03:00
MihailRis fe2a40b06e reduce 'debug build' opacity 2025-04-21 21:51:55 +03:00
REDxEYE 1ffbeb8148 Refactor mesh handling to use templated vertex structures for improved type safety and flexibility 2025-04-13 17:14:28 +03:00
clasher113andGitHub d888ddec4c fix: pause menu on hudVisible=false (#512)
* fix: pause menu on hudVisible=false
2025-04-12 20:30:55 +03:00
MihailRis 64039f0e43 add post-effect-slot resource & add gfx.posteffects library 2025-04-06 12:47:25 +03:00
MihailRis 881edb7b28 rename keycode, mousecode enumerations 2025-04-02 17:39:31 +03:00
MihailRis 9843a1fc27 remove Viewport class 2025-04-02 17:35:17 +03:00
MihailRis 45ccf893ae refactor EngineController 2025-04-02 15:01:24 +03:00
MihailRis 3486cbd4c9 cleanup ContentControl 2025-04-02 15:01:24 +03:00
MihailRis f99d909f34 cleanup 2025-04-02 15:01:24 +03:00
MihailRis 331734792d refactor: add ContentControl class 2025-04-02 15:01:24 +03:00
MihailRis 7262119f5b refactor GLFWWindow 2025-04-02 15:01:24 +03:00
MihailRis 0b8d56afe1 cleanup 2025-04-02 14:59:53 +03:00
MihailRis 9694a59649 refactor: add Window interface 2025-04-02 14:59:53 +03:00
MihailRis cd5c6a889c fix and cleanup 2025-04-02 14:55:53 +03:00
MihailRis b3feb5945b reduce extra includes 2025-04-02 14:55:53 +03:00
MihailRis bccdeec7b8 fix crosshair visibility 2025-04-02 14:55:53 +03:00
MihailRis 4c8742ce46 refactor frontend/locale 2025-04-02 14:55:53 +03:00
MihailRis b202d1455b refactor: replace references to Events with Input 2025-04-02 14:55:53 +03:00
MihailRis 4c48afbb90 refactor: add GUI instance reference to UI nodes 2025-04-02 14:55:53 +03:00
MihailRis 74a94f869c refactor: reduce Window references 2025-04-02 14:55:53 +03:00
MihailRis 2aea19febd add YAML parser 2025-03-23 08:49:09 +03:00
MihailRis 3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +03:00
MihailRis 4c9019e03c small fixes 2025-03-11 00:39:59 +03:00
MihailRis 70b3a4d91e refactor 2025-03-09 23:10:22 +03:00
MihailRis db620010a3 move weather back to gfx & add world:client/environment.json file 2025-03-09 22:50:45 +03:00
MihailRis 9c4db8fa10 refactor: move Weather instance to WorldInfo 2025-02-28 18:49:44 +03:00
MihailRis 02d8d8d6bf weather change test 2025-02-26 12:19:47 +03:00
MihailRis 589518fb25 add fall.max_opacity, fall.opaque properties & update snow texture & weather mix test 2025-02-26 06:24:05 +03:00
MihailRis 7635fdf807 add rain noise & add rain splashes (WIP) 2025-02-26 02:24:16 +03:00
MihailRisandGitHub 8a8c1525fd Fix syntax highlighting unicode support (#475)
* convert BasicParser to a template

* fix syntax hightlighting with unicode characters
2025-02-22 01:01:20 +03:00
MihailRis 41a45fc432 rename hud_element_mode to HudElementMode 2025-02-12 00:09:44 +03:00
MihailRis c1e9976d95 Merge branch 'main' into update-items 2025-02-11 23:52:06 +03:00