89 Commits

Author SHA1 Message Date
MihailRis
4cbd3f41f6 cleanup 2024-11-15 04:40:17 +03:00
MihailRis
04da2f5e69 add .set_rotation(mat4) 2024-11-15 04:29:52 +03:00
MihailRis
a7404c2637 add missing methods to the OOP wrapper 2024-11-15 03:13:44 +03:00
MihailRis
a8388a6243 add text3d.get_axis_x, .set_axis_x, .get_axis_y, .set_axis_y 2024-11-15 03:09:05 +03:00
MihailRis
525cf1ed4b add 'perspective' NotePreset property 2024-11-15 02:21:05 +03:00
MihailRis
2147f507a6 add 'projected' display mode support 2024-11-15 01:08:46 +03:00
MihailRis
ef644ca56d add 'xray_opacity' NotePreset property 2024-11-15 00:38:41 +03:00
MihailRis
3a1e90f517 add gfx.text3d OOP wrapper 2024-11-14 21:49:43 +03:00
MihailRis
4a74e56eda add update_settings 2024-11-14 21:18:36 +03:00
MihailRis
501f1b568d add get_text, set_text, get_pos, set_pos 2024-11-14 10:57:55 +03:00
MihailRis
d74b530a83 rename spawn to show & add gfx.text3d.hide(...) 2024-11-14 10:45:37 +03:00
MihailRis
eb5715eba9 add gfx.text3d.spawn(...) 2024-11-14 10:32:50 +03:00
MihailRis
fdbe8ca9c6 move particles to gfx.particles 2024-11-06 20:18:57 +03:00
MihailRis
0eeb6b6eb2 add block particles property 2024-11-04 22:48:39 +03:00
MihailRis
3ecb7b447f add particles.stop(...) 2024-11-04 14:55:35 +03:00
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