Commit Graph
117 Commits
Author SHA1 Message Date
MihailRis 3a1ae57bbf fix: mat4.decompose (-Wmaybe-uninitialized) 2024-07-31 14:45:09 +03:00
MihailRis 753fb6bf3b add vec2.angle(...) 2024-07-29 16:54:57 +03:00
MihailRis 2b7b68f3c2 add 'static' entity body-type 2024-07-29 15:45:28 +03:00
MihailRis d6696b54cb add 'normal' argument to on_use_on_block event 2024-07-29 15:23:04 +03:00
MihailRis 84f863f2d9 update doc/*/xml-ui-layouts.md 2024-07-28 22:19:54 +03:00
MihailRis 0e3bd4dcac update english version on xml-ui-layouts.md 2024-07-28 12:57:58 +03:00
MihailRis 479046a268 update doc/*/xml-ui-layouts.md 2024-07-28 12:46:31 +03:00
MihailRis 71e20ff805 add block 'ambient-occlusion' property 2024-07-27 18:37:18 +03:00
MihailRis 26dcac0134 add doc/**/libplayer.md 2024-07-27 13:36:29 +03:00
MihailRis adafc94fa1 add block.compose_state(...), block.decompose_state(...) 2024-07-27 13:23:35 +03:00
MihailRis 058daf6117 add camera:look_at optional interpolation parameter 2024-07-22 19:32:05 +03:00
MihailRis e0cb57a10a add quat Lua library 2024-07-22 19:05:27 +03:00
MihailRis cfe1f1ad28 update doc/*/scripting.md 2024-07-22 17:21:54 +03:00
MihailRis 012e81d4c9 add doc/**/cameras.md & update cameras library 2024-07-22 16:50:03 +03:00
MihailRis 2b50e85cdc update doc/*/rigging.md 2024-07-21 21:54:30 +03:00
MihailRis 52c39d25d0 add skeleton:get_color(), skeleton:set_color(...) 2024-07-20 21:15:04 +03:00
MihailRis 02c9c4ced3 add mat4.from_quat(...) & update mat4.decompose(...) 2024-07-19 07:48:42 +03:00
MihailRis 2294690f29 update doc/*/assets-preload.md 2024-07-18 14:08:08 +03:00
MihailRis 3549c1f326 update entity methods set 2024-07-18 12:08:43 +03:00
MihailRis d285ffb2f7 update entities library semantics 2024-07-18 11:54:37 +03:00
MihailRis c9257ec127 add block.place(...), block.destruct(...) 2024-07-18 08:41:16 +03:00
MihailRis 8082048d39 update doc/**/libentities.md 2024-07-17 20:37:19 +03:00
MihailRis 5a3f28f2b5 add entities.name(...) and entity:get_name(...) 2024-07-17 20:15:45 +03:00
MihailRis 1eac343619 add entities.get_all(...), .get_all_in_box(...), .get_all_in_radius(...) 2024-07-17 14:51:55 +03:00
MihailRis f8dbe46d5c update doc/*/rigging.md 2024-07-17 12:38:38 +03:00
MihailRis c9958c9718 add new input.* functions to docs 2024-07-16 17:52:18 +03:00
MihailRis ef22b2d7e0 add entity events to docs 2024-07-16 14:29:56 +03:00
MihailRis d5877a342f feature: bone model overriding 2024-07-16 10:00:40 +03:00
MihailRis 8bb736bef0 add skeleton:is_visible(...), skeleton:set_visible(...) 2024-07-15 12:05:11 +03:00
MihailRis 055781eeaf add skeleton:index(...) and player test model 2024-07-15 08:56:27 +03:00
MihailRis e8e3626c63 add english version of vecn.md 2024-07-15 06:33:48 +03:00
MihailRis 9cdf3e29cc add entities.raycast & update docs structure 2024-07-15 05:42:09 +03:00
MihailRis 8a05f5cf63 fix docs 2024-07-14 13:26:57 +03:00
MihailRis 498b4c3694 update block.raycast docs 2024-07-14 13:21:13 +03:00
MihailRis 9cec475866 add block.raycast(...) 2024-07-14 13:16:07 +03:00
MihailRis e73ccaded1 add player.get_selected_entity(...) & update docs 2024-07-14 12:00:58 +03:00
MihailRis 4952de4716 add english version of the ecs.md 2024-07-13 10:51:21 +03:00
MihailRis 086a44d703 add english version of resources.md 2024-07-13 10:39:08 +03:00
MihailRis 043a4ce255 add rigging.md english version 2024-07-13 10:32:41 +03:00
MihailRis 4d47a20c07 add doc/ru/rigging.md 2024-07-13 10:25:45 +03:00
MihailRis 8617784084 fix blocks placing when crouching 2024-07-13 04:48:03 +03:00
MihailRis 6442a3476f update ecs.md 2024-07-13 03:17:27 +03:00
MihailRis 035b51ff85 add entity:get_skeleton 2024-07-13 03:13:28 +03:00
MihailRis ffb0ab2f05 add skeleton:get_texture 2024-07-13 01:51:50 +03:00
MihailRis e506d17c50 add doc/ru/scripting/ecs.md 2024-07-13 01:34:32 +03:00
MihailRis 6214bf4a19 add rigidbody.get_linear_damping, .set_linear_damping 2024-07-13 00:05:10 +03:00
MihailRis 30dd853044 Merge branch 'main' into entities 2024-07-11 03:32:05 +03:00
MihailRis dc926ce4df add mat4.look_at(...) 2024-07-11 03:31:48 +03:00
MihailRis adabe781c5 add hud.is_paused and hud.is_inventory_open 2024-07-10 10:12:07 +03:00
MihailRis 93565d19ad fix docs 2024-07-10 05:23:10 +03:00