Commit Graph
74 Commits
Author SHA1 Message Date
MihailRis 8bfc7983da add test block particles 2024-11-04 01:31:41 +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 e0624b11d0 rename item.get_model_name and item.get_placing_block 2024-10-31 21:53:56 +03:00
MihailRis 9c3d4af907 feat: complete item 'model-name' support 2024-10-30 12:58:07 +03:00
MihailRis a4cf1e4820 add inertia & update drop visuals 2024-10-27 17:47:19 +03:00
MihailRis fb17228eff update items look 2024-10-27 09:29:15 +03:00
MihailRis fae372d19f feat: item models generation simple & remove core:item_models 2024-10-26 18:42:21 +03:00
MihailRis 218304ba77 remove deprecated call from base pack 2024-08-09 22:42:21 +03:00
MihailRis 10fa828bd7 update component 'ARGS' variable default value 2024-07-30 19:52:04 +03:00
MihailRis 8dee7facf0 fix base:player_animator component 2024-07-24 22:07:55 +03:00
MihailRis f172a45d39 fix base:drop component 2024-07-24 22:04:50 +03:00
MihailRis e8a8fb3d60 add base:player_animator component 2024-07-23 22:55:34 +03:00
MihailRis 27a7d7eb44 add module 'item_models' 2024-07-23 22:23:25 +03:00
MihailRis c9257ec127 add block.place(...), block.destruct(...) 2024-07-18 08:41:16 +03:00
MihailRis 4653c4c8a8 fix model overrides 2024-07-17 10:47:03 +03:00
MihailRis 1b99a48849 update entities.spawn(...) semantics to the docs state 2024-07-17 10:17:20 +03:00
MihailRis 50050dbe40 add entity events: on_attacked, on_used 2024-07-16 14:04:05 +03:00
MihailRis e73ccaded1 add player.get_selected_entity(...) & update docs 2024-07-14 12:00:58 +03:00
MihailRis 3b24982c0d rename entity:set_rig to entity:set_skeleton 2024-07-13 01:25:32 +03:00
MihailRis adabe781c5 add hud.is_paused and hud.is_inventory_open 2024-07-10 10:12:07 +03:00
MihailRis 60f4f33180 rename rig to skeleton 2024-07-10 04:28:12 +03:00
MihailRis 257ba86183 add vec3.random_normal and fix entities cleanup moment 2024-07-10 00:39:41 +03:00
MihailRis d8c9fa1fe2 loading rig pose, textures, body settings 2024-07-09 21:19:29 +03:00
MihailRis f7d0ec438f add falling_block entity 2024-07-09 18:41:03 +03:00
MihailRis c94c2697e7 rename Trigger to Sensor 2024-07-09 07:37:20 +03:00
MihailRis f4653878a2 add player.get/set_entity 2024-07-09 04:27:18 +03:00
MihailRis 19c6a82ab2 refactor Entities load + loading velocity 2024-07-08 22:47:01 +03:00
MihailRis 0d230f2449 add entity 'on_render' event 2024-07-07 22:59:15 +03:00
MihailRis c8666910ce feat: loading entities (WIP) 2024-07-05 22:51:03 +03:00
MihailRis 08cc78289d add entity on_save event and SAVED_DATA variable 2024-07-05 18:35:46 +03:00
MihailRis f0270d3391 feat: saving entities (WIP) 2024-07-05 05:16:31 +03:00
MihailRis 019a88ef84 add entity:get_component(...) 2024-07-04 20:54:45 +03:00
MihailRis 736e5b95b6 add radial triggers 2024-07-04 06:09:29 +03:00
MihailRis e6c3775286 improve drop visuals 2024-07-03 21:09:38 +03:00
MihailRis 4b084dffad add aabb drop models support 2024-07-03 19:21:05 +03:00
MihailRis 7c5f8107de update drop-item model 2024-07-03 17:46:03 +03:00
MihailRis 48b5be6bc9 add drop-item model, new block functions 2024-07-03 16:34:09 +03:00
MihailRis 1c4e13dc67 add block.get_textures 2024-07-03 05:15:15 +03:00
MihailRis 39d850a48c add modeltree:set_texture 2024-07-03 03:33:39 +03:00
MihailRis 5b154b57b3 implement actual items dropping 2024-07-02 23:36:38 +03:00
MihailRis 89afcd15db add pickup sound 2024-07-02 22:41:13 +03:00
MihailRis 42ea88501d add modeltree:get_matrix, :set_matrix 2024-07-02 22:13:16 +03:00
MihailRis 3fe66e134d add modeltree:get_model(index) 2024-07-02 17:06:33 +03:00
MihailRis beac332c96 update RigConfig 2024-07-01 05:30:27 +03:00
MihailRis 15496070e0 add "triggers" entity property 2024-06-30 23:14:02 +03:00
MihailRis 50f9bd508a update rigging 2024-06-30 20:35:42 +03:00
MihailRis d4460928e5 add Transform.dirty flag 2024-06-30 19:19:43 +03:00
MihailRis df39a9a8f3 add new model and "optimizations" 2024-06-30 18:24:30 +03:00