Commit Graph
33 Commits
Author SHA1 Message Date
Vyacheslav Ivanov 5dd7a15c09 fix: optimization: PVS-Studio warning V832
It's better to use '= default;' syntax instead of empty constructor and destructor body.
Using '= default;' can help the compiler generate more optimal code.

Reported by: PVS-Studio

Signed-off-by: Vyacheslav Ivanov <islavaivanov76@gmail.com>
2024-08-02 01:57:43 +03:00
Pugemon f25a425cb9 Optimize parameter passing to avoid unnecessary copying 2024-06-07 04:00:38 +03:00
MihailRis c5f663b7cb memory-related refactor 2024-05-19 07:09:58 +03:00
MihailRis 2809cc9b86 help to non-existing command + audio fix 2024-05-17 17:50:10 +03:00
MihailRis 8ff629e1cd minor refactor 2024-05-17 15:46:54 +03:00
MihailRis 9522aedeec quick check with linters 2024-05-10 12:34:05 +03:00
MihailRis 9ea67deb13 'ifnot' template property + hpp 2024-05-06 00:45:43 +03:00
MihailRis 1549a02731 audio-related minor refactor 2024-04-10 20:11:43 +03:00
MihailRis a971f6dccf audio settings menu 2024-03-12 23:49:42 +03:00
MihailRis 8ac51752d3 audio fixes 2024-03-09 12:15:11 +03:00
MihailRis 90f3373f46 even more steps sounds test 2024-03-09 02:42:53 +03:00
MihailRis bfc3182ed3 sounds variability + first step fix 2024-03-09 02:10:19 +03:00
MihailRis 6874e3c812 audio streams: getTime fix 2024-03-06 20:01:24 +03:00
MihailRis 13a8c61ee1 audio::get renamed to audio::get_speaker 2024-03-05 14:30:37 +03:00
MihailRis 0ab39fa06f audio::reset_channel + minor refactor 2024-03-05 00:19:46 +03:00
MihailRis d41973583c al streaming fix 2024-03-04 13:32:04 +03:00
MihailRis 75ee269db3 audio: channels 2024-03-04 02:35:22 +03:00
MihailRis 43b21c664a fixed clang warnings 2024-03-03 15:01:09 +03:00
MihailRis cd657a1234 stream now restores speaker after long freezes 2024-03-03 14:49:47 +03:00
MihailRis 011bdd8397 wav streaming fix 2024-03-01 19:03:27 +03:00
MihailRis 603546f642 audio::playStream + speaker relative property 2024-03-01 14:47:12 +03:00
MihailRis 2fab1593c8 PCMStream interface update 2024-03-01 14:27:04 +03:00
MihailRis 7c51e39dfe wav files streaming 2024-03-01 14:08:13 +03:00
MihailRis cc9a3e3ec8 AL streaming test 2024-03-01 02:37:32 +03:00
MihailRis 8bd43098d5 ALStream WIP 2024-02-29 13:21:58 +03:00
MihailRis ee5ebaf8db audio streaming interfaces update 2024-02-29 00:40:03 +03:00
MihailRis ebbee4f0f2 minor refactor 2024-02-28 16:42:59 +03:00
MihailRis 145ebf8468 ogg decoder 2024-02-28 13:22:33 +03:00
MihailRis b809c2df84 audio test 2024-02-27 23:29:09 +03:00
MihailRis 4a233d72ed fix 2024-02-27 19:19:53 +03:00
MihailRis acd5d11378 audio::play 2024-02-27 18:58:41 +03:00
MihailRis 58661a94a6 update 2024-02-27 16:23:16 +03:00
MihailRis 97539aa9f4 audio system basic interface 2024-02-27 03:31:57 +03:00