839 Commits

Author SHA1 Message Date
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
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
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
77ae35e364 feat: make Decorator listen to block interactions 2024-11-05 03:46:41 +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
Sergwest585
726ee8ad70 fix colision check on block place 2024-11-05 02:42:48 +03:00
MihailRis
b844e53ba1 Merge branch 'main' into particles-first 2024-11-04 22:49:39 +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
3ecb7b447f add particles.stop(...) 2024-11-04 14:55:35 +03:00
MihailRis
c8187c5f25 add particles.emit(...) (WIP) 2024-11-03 16:01:07 +03:00
MihailRis
315b4b44e1 refactor PlayerController 2024-11-03 12:17:42 +03:00
ChancellorIkseew
8ad1c7a438 remove not needed const 2024-11-03 14:10:04 +10: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
839211a310 update doc/*/scripting/user-input.md 2024-11-02 13:15:17 +03:00
ChancellorIkseew
7e25b6f825 binding lock/unlock refactoring 2024-11-02 19:44: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
e762cf9b23 add events.reset 2024-11-01 17:18:12 +03:00
MihailRis
ac6084f904 fix console focus on open 2024-11-01 16:20:58 +03:00
MihailRis
72d5eca632 update events & update some built-in events codes 2024-11-01 15:05:06 +03:00
MihailRis
f7ac76064b
Merge pull request #330 from MihailRis/item-models
Add item models
2024-11-01 12:34:05 +03:00
ChancellorIkseew
b4d3f9ea15 add contentpacks controls reset 2024-11-01 17:42:02 +10:00
MihailRis
e0624b11d0 rename item.get_model_name and item.get_placing_block 2024-10-31 21:53:56 +03:00
MihailRis
e217476e84 fix renderHands with third person cameras 2024-10-31 21:27:30 +03:00
ChancellorIkseew
0733ddb38e add controls reset 2024-10-31 20:57:56 +10:00
MihailRis
7c933f89c6 add item.get_model 2024-10-30 12:55:08 +03:00
MihailRis
a43002cf54 add 'def' to settings info 2024-10-30 11:50:39 +03:00
MihailRis
d3def8e741 Merge branch 'main' into item-models 2024-10-29 23:05:14 +03:00
MihailRis
effdac2d4d add entities.def_hitbox function 2024-10-29 21:16:25 +03:00
MihailRis
751f8a7544 add item.get_placing_block 2024-10-28 13:07:10 +03:00
MihailRis
962c1afc4a Merge branch 'main' into item-models 2024-10-28 10:18:04 +03:00
MihailRis
7819a5cd68 add fragment:place & add 'fragment.place' command 2024-10-28 10:03:08 +03:00
MihailRis
9ffc45cbdc Merge branch 'main' into item-models 2024-10-27 22:20:58 +03:00
MihailRis
072744db00
Merge pull request #332 from MihailRis/upgrade-utf8-lib
Add more functions to utf8 library
2024-10-27 22:15:06 +03:00
MihailRis
176267e7ac fix msvc build again 2024-10-27 22:05:57 +03:00
MihailRis
8ae6d89ed4 fix msvc build again 2024-10-27 21:54:25 +03:00
ChancellorIkseew
2bf6ca9b7a add cubic interpolation type 2024-10-28 04:47:40 +10:00
MihailRis
bb239c0f49 add missing include 2024-10-27 21:44:15 +03:00
MihailRis
3e86d49a7b add utf8.upper, utf8.lower 2024-10-27 21:32:30 +03:00