Commit Graph
27 Commits
Author SHA1 Message Date
MihailRis 8ef288c189 refactor lua scripting a bit 2024-08-19 00:57:49 +03:00
MihailRis f43cc93cd2 update project includes format 2024-08-10 01:37:48 +03:00
InfiniteCoder 3b6e7d1877 audio/ 2024-08-05 23:58:14 +03:00
InfiniteCoder d5dc68dd38 Root includes 2024-08-04 10:24:11 +03:00
Vyacheslav Ivanov bbf33e8e4d format: reformat project
Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-03 19:53:48 +03:00
MihailRis 02c9c4ced3 add mat4.from_quat(...) & update mat4.decompose(...) 2024-07-19 07:48:42 +03:00
MihailRis d54b6b2e58 update Assets container - template-based now 2024-06-22 22:30:14 +03:00
MihailRis 913e5983b1 refactor: complete 'lua' namespace use 2024-06-11 13:51:11 +03:00
MihailRis 90bc86408b refactor: LuaState replaced with lua_engine 2024-06-11 13:18:30 +03:00
MihailRis 0647bc6f90 refactor: 'lua' namespace expansion 2024-06-11 03:37:35 +03:00
MihailRis 1917cbba8b new player.* functions 2024-05-24 01:38:39 +03:00
MihailRis 9522aedeec quick check with linters 2024-05-10 12:34:05 +03:00
MihailRis 1627e21c1d the final rename 2024-05-06 03:38:19 +03:00
MihailRis 9ea67deb13 'ifnot' template property + hpp 2024-05-06 00:45:43 +03:00
MihailRis 3b3c5f081c ALSpeaker start volume fix + 'master' channel is now forbidden to use in Lua 2024-03-27 20:37:03 +03:00
MihailRis d5c39a05fb audio stats functions 2024-03-19 13:42:38 +03:00
MihailRis 71d6e60d9a relative sounds fix 2024-03-16 15:51:28 +03:00
MihailRis 1addf869ec msvc build fix 2024-03-12 12:37:41 +03:00
MihailRis cea4867567 audio::Speaker.getDuration() 2024-03-06 18:55:38 +03:00
MihailRis a921cad84a set_loop, is_loop 2024-03-06 00:40:48 +03:00
MihailRis 4a481ca862 lua: audio.play_stream and .play_stream_2d 2024-03-05 19:43:48 +03:00
MihailRis c8ef40d713 audio.play_sound_2d and loop argument 2024-03-05 19:29:09 +03:00
MihailRis df6762b4fe lua: more speaker getters/setters 2024-03-05 18:05:26 +03:00
MihailRis 2e723fdf01 audio api usage update 2024-03-05 14:33:35 +03:00
MihailRis 6f63a6ea54 lua: audio speakers manipulation functions 2024-03-05 14:28:25 +03:00
MihailRis f65599ef2a Merge branch 'main' into lua_audio 2024-03-05 14:06:42 +03:00
MihailRis fbe3f53585 lua: audio.play_sound(name, x, y, z, volume, pitch, channel) 2024-03-05 13:13:16 +03:00