Commit Graph
544 Commits
Author SHA1 Message Date
MihailandGitHub e05b9bff5d Update stdcmd.lua 2024-07-31 16:18:29 +04:00
MihailandGitHub 4502a1206e added some libraries 2024-07-31 16:12:49 +04:00
MihailandGitHub 3b8d2b2e8c Add files via upload 2024-07-31 16:11:50 +04:00
MihailandGitHub f4f8caec43 a lot stuff changed 2024-07-31 15:25:58 +04:00
MihailandGitHub e74f65eb70 pcall(function, varargs) 2024-07-31 13:37:46 +04:00
MihailRis 10fa828bd7 update component 'ARGS' variable default value 2024-07-30 19:52:04 +03:00
MihailRis a2f79e979e fix: framerate setting values not translated 2024-07-30 19:45:47 +03:00
MihailRis b021339a8a add window icon 2024-07-28 23:47:49 +03:00
MihailRis c0ba5be458 add framerate control 2024-07-28 22:31:27 +03:00
MihailRis a2f011fc96 Merge branch 'main' into framerate-control 2024-07-28 22:20:25 +03:00
MihailRis f46e4a7989 add trackbar 'sub-consumer' for value label refresh when 'change-on-release' 2024-07-28 22:15:18 +03:00
MihailRis 71e20ff805 add block 'ambient-occlusion' property 2024-07-27 18:37:18 +03:00
MihailRis a856b4f140 add framerate control (WIP) 2024-07-25 22:33:21 +03:00
MihailRis 664faf35e9 fix load_script function return value 2024-07-25 21:57:40 +03:00
rekvizittandGitHub f7db1672c6 Update be_BY.txt 2024-07-25 12:22:52 +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 18d473b673 improve parsing error alert 2024-07-24 17:11:43 +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 f9df873382 update assets errors handling & add 'atlases' to preload 2024-07-23 19:27:46 +03:00
MihailRis 058daf6117 add camera:look_at optional interpolation parameter 2024-07-22 19:32:05 +03:00
MihailRis 012e81d4c9 add doc/**/cameras.md & update cameras library 2024-07-22 16:50:03 +03:00
MihailRis 0333ce6990 add bone "offset" parameter & update player model 2024-07-21 18:27:11 +03:00
MihailRis 0c4cdeaa87 add entities renderer tint support 2024-07-20 19:35:43 +03:00
MihailRis 4197746c69 add entity shader 2024-07-20 17:13:03 +03:00
MihailRis 8e159009eb refactor res/shaders 2024-07-20 16:05:06 +03:00
MihailRis 02c9c4ced3 add mat4.from_quat(...) & update mat4.decompose(...) 2024-07-19 07:48:42 +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 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 c9194b6546 add player.drop binding display name & revert README.md 2024-07-17 12:56:14 +03:00
MihailRis 739ef49d8f feat: automatically loading models used in skeleton 2024-07-17 12:12:40 +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 41a22938d6 add 'entity.despawn' command 2024-07-17 07:35:02 +03:00
MihailRis 50050dbe40 add entity events: on_attacked, on_used 2024-07-16 14:04:05 +03:00
MihailRis 0df5d34e04 add logging functions to the library 'debug' 2024-07-16 12:32:00 +03:00
MihailRis d5877a342f feature: bone model overriding 2024-07-16 10:00:40 +03:00
MihailRis 7c6d620560 add setting camera.inertia & add display settings menu page 2024-07-15 14:23:31 +03:00
MihailRis af1b32d91d remove camera latency 2024-07-15 14:06:49 +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 23cfe4a4cf fix console.xml.lua 2024-07-15 02:45:43 +03:00
MihailRis e73ccaded1 add player.get_selected_entity(...) & update docs 2024-07-14 12:00:58 +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 3b24982c0d rename entity:set_rig to entity:set_skeleton 2024-07-13 01:25:32 +03:00