3106 Commits

Author SHA1 Message Date
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
MihailRis
83ddbda90b implement entity-bound emitters 2024-11-03 13:05:42 +03:00
MihailRis
6d63c71221 add Emitter maxDistance 2024-11-03 12:45:46 +03:00
MihailRis
20a305fb02 Merge branch 'main' into particles-first 2024-11-03 12:29:54 +03:00
MihailRis
315b4b44e1 refactor PlayerController 2024-11-03 12:17:42 +03:00
MihailRis
1777600275
Merge pull request #343 from ChancellorIkseew/placing-block-by-button-long-press
Placing block by button long press
2024-11-03 12:12:48 +03:00
ChancellorIkseew
8ad1c7a438 remove not needed const 2024-11-03 14:10:04 +10:00
MihailRis
082a87db4e update particles randomizer 2024-11-03 02:26:11 +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
ChancellorIkseew
240b406332 add binding for old key X 2024-11-03 07:24:51 +10:00
ChancellorIkseew
ee8d0368bd add interacton by long press 2024-11-03 06:55:17 +10: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
a0f885e26a add missing include 2024-11-02 19:41:35 +03:00
MihailRis
bbd13f1825 add MainBatch & refactor ModelBatch, Batch3D 2024-11-02 19:37:39 +03:00
MihailRis
316de42cca
Merge pull request #340 from MihailRis/warnings
Warnings
2024-11-02 13:30:11 +03:00
MihailRis
5302f5842e add 'time.daycycle' command 2024-11-02 13:29:43 +03:00
MihailRis
839211a310 update doc/*/scripting/user-input.md 2024-11-02 13:15:17 +03:00
MihailRis
47c6c98b4a
Merge pull request #339 from ChancellorIkseew/add-bindings-block/unblock
add lua function block/unblock bindings
2024-11-02 13:08:46 +03:00
ChancellorIkseew
7e25b6f825 binding lock/unlock refactoring 2024-11-02 19:44:27 +10:00
ChancellorIkseew
4a4e9e8330 bindings bug fix 2 2024-11-02 15:02:27 +10:00
ChancellorIkseew
7763157cdc bindings bug fix
If binding was blocked in one world, it stayed being blocked in other.
2024-11-02 05:09:55 +10:00
ChancellorIkseew
63304712f3 add lua function block/unbloc bindings 2024-11-02 03:40:35 +10:00
MihailRis
b29b438789 fix 2024-11-01 17:20:59 +03:00
MihailRis
755261fc92 Merge branch 'main' into warnings 2024-11-01 17:18:26 +03:00
MihailRis
e762cf9b23 add events.reset 2024-11-01 17:18:12 +03:00
MihailRis
66836ba9da Merge branch 'main' into warnings 2024-11-01 16:58:31 +03:00