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 |
|
REDxEYE
|
a4b1b2100b
|
libentities: deprecate in favour of official implementation
|
2024-11-04 21:17:20 +03:00 |
|
REDxEYE
|
7f5bc41835
|
libentities: add get_hitbox that returns a hitbox from entity definition
|
2024-11-04 21:17:20 +03:00 |
|
REDxEYE
|
803981e2a8
|
libworld: expose WorldInfo::fog value to lua
|
2024-11-04 21:17:20 +03:00 |
|
REDxEYE
|
76fc7b5fb4
|
libitem: exposed placing_block and emission to lua
|
2024-11-04 21:17:17 +03:00 |
|
MihailRis
|
24af455bf0
|
Merge branch 'main' into particles-first
|
2024-11-04 20:16:49 +03:00 |
|
MihailRis
|
aaa2115cd6
|
add 'display.limit-fps-iconified' setting
|
2024-11-04 20:16:23 +03:00 |
|
MihailRis
|
63807d1daa
|
Merge pull request #345 from ShadelessFox/frame-time-fix-win32
Use high-resolution timer for a better frame time
|
2024-11-04 19:34:13 +03:00 |
|
ShadelessFox
|
3f531bbf98
|
Use high-resolution timer for a better frame time
|
2024-11-04 17:22:36 +01:00 |
|
MihailRis
|
5a431ed898
|
add custom-models in hand support
|
2024-11-04 18:02:42 +03:00 |
|
MihailRis
|
5ed37d8604
|
Merge branch 'main' into particles-first
|
2024-11-04 15:36:37 +03:00 |
|
MihailRis
|
a964eeeca6
|
fix 'time.daytime reset'
|
2024-11-04 15:36:18 +03:00 |
|
MihailRis
|
22cb3acd11
|
optimize Skybox
|
2024-11-04 15:25:55 +03:00 |
|
MihailRis
|
1717b74042
|
fix 'time.daytime reset'
|
2024-11-04 15:25:23 +03:00 |
|
MihailRis
|
3ecb7b447f
|
add particles.stop(...)
|
2024-11-04 14:55:35 +03:00 |
|
MihailRis
|
0cd5136fdb
|
feat: emitters random access & add ParticlesRenderer.gc()
|
2024-11-04 14:41:52 +03:00 |
|
MihailRis
|
8bfc7983da
|
add test block particles
|
2024-11-04 01:31:41 +03:00 |
|
MihailRis
|
f1dc983766
|
add standard 'particles' atlas
|
2024-11-03 19:51:59 +03:00 |
|
MihailRis
|
b9b122dc83
|
add 'frames' particles setting
|
2024-11-03 19:18:26 +03:00 |
|
MihailRis
|
39893ee940
|
add 'spawn_spread' and 'spawn_shape'
|
2024-11-03 17:14:30 +03:00 |
|
MihailRis
|
86b83a5377
|
add 'random_sub_uv' particle setting
|
2024-11-03 16:49:31 +03:00 |
|
MihailRis
|
c8187c5f25
|
add particles.emit(...) (WIP)
|
2024-11-03 16:01:07 +03:00 |
|
MihailRis
|
9728c674fc
|
add ParticlesPreset
|
2024-11-03 14:25:29 +03:00 |
|