Commit graph

48 commits

Author SHA1 Message Date
yuni ac38a248fa add achievement sound effect 2024-05-14 06:37:00 +02:00
yuni 83fe739e91 remove keys for restart and toggle shadows/music/sfx 2024-05-13 21:18:37 +02:00
yuni ac9451ea4a send GameEvents instead of running redundand code 2024-05-13 20:26:00 +02:00
yuni eb681999f8 implement game menu 2024-05-13 20:21:56 +02:00
yuni cc67cf961a run input handlers only when alive 2024-05-13 05:01:39 +02:00
yuni 48476e317f reset audio on death/respawn 2024-05-13 04:41:17 +02:00
yuni ea25c7fed3 add audio::PauseAllSfxEvent 2024-05-13 04:33:03 +02:00
yuni 13fbe226e9 simplify audio system 2024-05-13 04:22:41 +02:00
yuni 94d732d9f0 simplify crate module imports 2024-05-12 23:42:56 +02:00
yuni e750ca93ad fix audio not playing on startup 2024-05-01 23:01:41 +02:00
yuni 89cd374d9e add zoom sound effect when zooming map 2024-04-25 04:16:39 +02:00
yuni d70e22678e add "woosh" sound effect when opening map 2024-04-25 03:47:10 +02:00
yuni 8fa7859568 document module purposes 2024-04-23 17:33:36 +02:00
yuni 7b21c2b820 tweak ASCII art 2024-04-21 19:34:00 +02:00
yuni 1adb56c0e2 add ASCII art header to most files 2024-04-21 18:25:30 +02:00
yuni 115cd1b46d tweak key bindings 2024-04-20 04:49:46 +02:00
yuni a1c4fbb821 smooth out engine volume, fixing audio glitches 2024-04-15 21:56:01 +02:00
yuni 86cd3b049e rename settings.rs to var.rs, planning to add more than settings to it 2024-04-14 14:55:00 +02:00
yuni af00a49f8d cleanup 2024-04-07 18:37:14 +02:00
yuni 61c7cffcef implement damage on low oxygen and collisions 2024-04-05 03:31:52 +02:00
yuni 85a404e49a change BGM to "Cinematic Cello" by Aleksey Chistilin 2024-04-03 14:21:28 +02:00
yuni 7b04a41177 add reaction wheel sound 2024-03-31 01:35:37 +01:00
yuni c390a18ae5 add crash sound on collision 2024-03-29 16:58:42 +01:00
yuni 62abacf648 add sound for ion engine 2024-03-29 04:36:46 +01:00
yuni e1bcb9bb7a remove wakeup sound at start 2024-03-28 20:54:28 +01:00
yuni 44ec500ce7 remove radio when hud is active (mainly to remove all nonfree assets) 2024-03-28 20:03:51 +01:00
yuni 6eb126d4c1 change BGM to Dead Space Style Ambient Music by Sharvarian 2024-03-28 19:59:57 +01:00
yuni 8c3fa09b5c add bike start sound when entering vehicle 2024-03-28 16:02:25 +01:00
yuni f4aea80f34 add rocket sound effect for bike 2024-03-28 14:14:49 +01:00
yuni 61324ffe7a implement entering vehicles, variable engine parameters 2024-03-28 13:26:41 +01:00
yuni b2d4586478 tweak external assets 2024-03-22 15:26:25 +01:00
yuni 2027929319 fix sound path 2024-03-22 13:57:29 +01:00
yuni 3cf3d05b7b dont play second sound when sending message 2024-03-20 06:42:39 +01:00
yuni d6291061c9 better sound effects 2024-03-19 23:37:01 +01:00
yuni d9b014f673 cleanup 2024-03-19 18:27:32 +01:00
yuni 51bd6d3867 add new sound for established chats 2024-03-19 06:24:27 +01:00
yuni bac0b59733 implement conversation system 2024-03-19 05:38:27 +01:00
yuni 9f6d12145f refactor audio events, add notification popup message on alien chat 2024-03-19 03:18:16 +01:00
yuni a541591b84 add "m" key for muting SFX 2024-03-18 04:10:08 +01:00
yuni f069cd7325 mute SFX 2024-03-18 03:45:46 +01:00
yuni 9edc352086 play some nice Girls Go Wild by LP on the AR radio 2024-03-18 03:03:49 +01:00
yuni 0a8777a764 add click sound assets 2024-03-18 02:24:52 +01:00
yuni cbccd3b109 add a second click sound 2024-03-18 02:15:44 +01:00
yuni 496c4ece71 add a nice click sound 2024-03-18 01:52:41 +01:00
yuni d95d3e8f9f pluginize everything 2024-03-18 00:04:57 +01:00
yuni 2e4dbe4844 rename assets/restricted/ to assets/tmp/ 2024-03-17 20:28:35 +01:00
yuni 5471b46c03 add a thruster sound when accelerating 2024-03-17 00:43:26 +01:00
yuni 7a39938efb move audio code to separate file 2024-03-16 20:53:57 +01:00