3056 Commits

Author SHA1 Message Date
MihailRis
5b35c25ac2
Merge pull request #351 from ChancellorIkseew/windows-build-fix
Windows build bug fix
2024-11-06 17:33:58 +03:00
MihailRis
a50cb109c8 fix commands boolean type support 2024-11-06 17:29:50 +03:00
MihailRis
8e00e73b8e add utf8.encode(...) 2024-11-06 16:26:35 +03:00
ChancellorIkseew
16bc8d13c5 Update platform.cpp 2024-11-06 15:46:58 +10:00
MihailRis
eea97337f5 add block coords to the debug panel 2024-11-06 03:17:42 +03:00
MihailRis
961773c9f9 fix potential null dereferences on incorrect block.* functions use & refactor 2024-11-06 02:55:37 +03:00
MihailRis
8ef7d43603 fix hands behaviour when paused 2024-11-06 00:52:33 +03:00
MihailRis
80e48ae302 add 'Show Generator Minimap' checkbox 2024-11-06 00:34:38 +03:00
MihailRis
dc8bad2af6 fix: draw-group not copied 2024-11-05 23:12:53 +03:00
MihailRis
1aeaa667c9
Merge pull request #350 from MihailRis/block-models-advanced
Improve block custom models
2024-11-05 22:43:36 +03:00
MihailRis
423ac2c44e add 'model-name' block property 2024-11-05 22:23:53 +03:00
MihailRis
64369fb189 fix custom model block particles when texture is not specified 2024-11-05 21:59:00 +03:00
MihailRis
53d75a975c implement custom models preview & BlocksRenderer cleanup 2024-11-05 20:39:56 +03:00
MihailRis
8a99c118f6 fix custom models render 2024-11-05 20:23:58 +03:00
MihailRis
26c93a8427 fix: missing include 2024-11-05 19:48:02 +03:00
MihailRis
5e0bcf8ec0 feat: new block custom models implementation (WIP) 2024-11-05 19:28:40 +03:00
MihailRis
c95c97430a extract ModelsGenerator::fromCustom 2024-11-05 15:50:23 +03:00
MihailRis
f38f84c779 move graphics/core/Model to graphics/commons/Model 2024-11-05 15:28:46 +03:00
MihailRis
16f158b0db
Merge pull request #349 from MihailRis/small-features
Small features
2024-11-05 14:50:38 +03:00
MihailRis
9728664f5a fix 2024-11-05 14:40:51 +03:00
MihailRis
4932fd8b4b add file.read_combined_object & update filesystem docs 2024-11-05 14:33:56 +03:00
MihailRis
6f2f365278 fix: generator-providing pack may be removed 2024-11-05 14:10:07 +03:00
MihailRis
d4f0c906d2 add world.is_open() 2024-11-05 14:05:32 +03:00
MihailRis
f6f82644d4 add on_block_interact world event 2024-11-05 13:55:07 +03:00
MihailRis
f686749ae8
Merge pull request #341 from MihailRis/particles-first
Particles
2024-11-05 04:21:25 +03:00
MihailRis
f95b743a6c add particles.is_alive 2024-11-05 04:10:56 +03:00
MihailRis
edb4ce02ca add particles.get_origin(...), particles.set_origin(...) 2024-11-05 04:08:55 +03:00
MihailRis
a4f7dbf786 feat: make emitter spawn first particle just on first update 2024-11-05 03:49:22 +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
4cf09aa057 Merge branch 'main' into particles-first 2024-11-05 03:15:34 +03:00
MihailRis
d15624cd47 fix rotated aabb blocking check & refactor PlayerController 2024-11-05 03:15:11 +03:00
MihailRis
f04d197047 Merge branch 'main' into particles-first 2024-11-05 03:02:42 +03:00
MihailRis
4b63bedde4
Merge pull request #347 from Sergwest585/main
fix colision check on block place
2024-11-05 03:02:12 +03:00
Sergwest585
726ee8ad70 fix colision check on block place 2024-11-05 02:42:48 +03:00
MihailRis
fb41b932fa Revert "add experimental optimization"
This reverts commit 6dfbd5f401456b2b25e0e26bbca0164c9da17a62.
2024-11-05 02:10:10 +03:00
MihailRis
6dfbd5f401 add experimental optimization 2024-11-05 02:01:24 +03:00
MihailRis
6f9bad0557 fix block models generation 2024-11-05 01:51:37 +03:00
MihailRis
87663e597b add 'global_up_vector' setting 2024-11-05 01:41:17 +03:00
MihailRis
60c9fedb55 Merge branch 'main' into particles-first 2024-11-04 23:57:25 +03:00
MihailRis
7fcc34ba4c fix collision detection bug 2024-11-04 23:57:10 +03:00
MihailRis
eba214f15e Merge branch 'main' into particles-first 2024-11-04 23:36:58 +03:00
MihailRis
a230f727bf
Merge pull request #346 from clasher113/main
blocks lighting bug fix
2024-11-04 23:36:27 +03:00
@clasher113
bb96db8d55 Merge branch 'main' of https://github.com/MihailRis/VoxelEngine-Cpp 2024-11-04 22:15:56 +02:00
@clasher113
9d3e872f88 blocks lighting bug fix 2024-11-04 22:15:14 +02:00
MihailRis
b844e53ba1 Merge branch 'main' into particles-first 2024-11-04 22:49:39 +03:00
MihailRis
0eeb6b6eb2 add block particles property 2024-11-04 22:48:39 +03:00
MihailRis
513b96ea4d
Merge pull request #335 from REDxEYE/lua_additions
Lua additions
2024-11-04 21:33:37 +03:00
REDxEYE
5ba96945e6 Remove fog api as it soon to be deprecated 2024-11-04 21:18:15 +03:00
REDxEYE
3383566e6a libitem: Minor cleanup 2024-11-04 21:18:13 +03:00