26 Commits

Author SHA1 Message Date
MihailRis
331734792d refactor: add ContentControl class 2025-04-02 15:01:24 +03:00
MihailRis
b3feb5945b reduce extra includes 2025-04-02 14:55:53 +03:00
MihailRis
3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +03:00
MihailRis
a1860ff668 cleanup 2025-03-10 14:51:59 +03:00
MihailRis
70b3a4d91e refactor 2025-03-09 23:10:22 +03:00
MihailRis
8640730520 fix weather interpolation & add 'fall.max_intensity' property 2025-03-02 10:38:30 +03:00
MihailRis
0ea842580c add 'thunder_rate' weather property 2025-02-28 18:48:21 +03:00
MihailRis
02d8d8d6bf weather change test 2025-02-26 12:19:47 +03:00
MihailRis
fe503d1192 add weather intensity (WIP) 2025-02-26 02:24:16 +03:00
MihailRis
830e05733f minor refactor 2025-02-26 02:24:16 +03:00
MihailRis
7635fdf807 add rain noise & add rain splashes (WIP) 2025-02-26 02:24:16 +03:00
MihailRis
1e22882284 rename 'files' to 'io' 2025-01-30 16:53:52 +03:00
MihailRis
2fa71b3bf0 feat: players interpolation & add hud.set_allow_pause(...) 2025-01-17 01:44:46 +03:00
MihailRis
8aee8d81fb fix: player name still visible after player removal 2025-01-16 05:55:49 +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
ecbdb09eff Merge branch 'main' into headless-mode 2024-12-24 05:48:02 +03:00
MihailRis
344df27f61 minor refactor 2024-12-24 05:14:51 +03:00
MihailRis
1c18c02092 move Chunks from Level to Player 2024-12-17 19:40:00 +03:00
MihailRis
863146cf6b move PlayerController to LevelScreen 2024-12-11 23:42:59 +03:00
MihailRis
dc22fec584 fix msvc build 2024-11-23 08:10:18 +03:00
MihailRis
e1579f0c25 add player_name text3d preset 2024-11-23 08:00:35 +03:00
MihailRis
65e5063326 add player names display 2024-11-23 07:41:44 +03:00
MihailRis
77ae35e364 feat: make Decorator listen to block interactions 2024-11-05 03:46:41 +03:00
MihailRis
f5bc6fc136 remove extra include 2024-11-05 03:23:13 +03:00
MihailRis
0eeb6b6eb2 add block particles property 2024-11-04 22:48:39 +03:00