• Joined on 2022-12-22
storm pushed to testing at storm/cthulhu 2025-03-25 07:55:57 -04:00
28744286d5 Forgot to update Makefile.am.
storm pushed to testing at storm/cthulhu 2025-03-25 07:48:12 -04:00
05645ae5f5 Still attempting to fix imports.
storm pushed to testing at storm/cthulhu 2025-03-25 07:27:27 -04:00
20f294d840 More updates for imports in plugin_system_manager.
storm pushed to testing at storm/cthulhu 2025-03-25 07:15:30 -04:00
aa22770436 Attempt to fix broken imports.
storm pushed to master at storm/toby-doom-launcher 2025-03-24 21:39:06 -04:00
60ece5b489 Attempt to standardize controls for all mods.
storm pushed to master at storm/toby-doom-launcher 2025-03-23 20:56:59 -04:00
9b8b21cc55 Generated scripts for posix systems now find the path to gzdoom in case it is not in /usr/bin.
storm pushed to master at storm/toby-doom-launcher 2025-03-22 22:41:36 -04:00
d10312c0d2 Added the powershell script so it will be available for generated scripts.
storm pushed to master at storm/toby-doom-launcher 2025-03-22 22:28:14 -04:00
9e73910121 Experimental: Add generate script for when a game is launched. It's partially for debugging, and also for players to customize games beyond the scope of the launcher.
storm pushed to master at storm/libstormgames 2025-03-22 17:34:42 -04:00
a17a4c6f15 Code cleanup and sound consolidation.
storm pushed to testing at storm/fenrir 2025-03-20 02:55:54 -04:00
5ab66f6978 Attempt to fix the bug where Fenrir freezes the computer solid if it manages to start before sound is ready. It shuld at least release the keyboard now.
storm pushed to master at storm/I38 2025-03-19 14:12:27 -04:00
8064eaa6e2 Added vivaldi as browser option.
storm pushed to master at storm/libstormgames 2025-03-17 21:12:36 -04:00
3a478d15d5 Instead of implementing sound changes in one huge go, I'm going to try smaller approaches. Now play_sound has an optional loop parameter set to false by default for backwards compatibility.
storm pushed to master at storm/libstormgames 2025-03-17 20:54:06 -04:00
storm pushed to master at storm/libstormgames 2025-03-17 20:47:54 -04:00
e0fab91260 Fix an error with sound positioning in play_sound.
storm pushed to master at storm/libstormgames 2025-03-17 19:42:01 -04:00
d513927d52 Hopefully improved the sound handling for looping and for Y positioning. Should make it easier to have things falling or approaching from the Y axis.
storm pushed to master at storm/libstormgames 2025-03-16 17:45:55 -04:00
3b01662d98 Directory names were not speaking. Hopefully fixed it.
storm pushed to master at storm/libstormgames 2025-03-16 17:34:29 -04:00
5e926fa7eb More updates to learn_sounds. I think I have a good system for multiple sound directories now.
storm pushed to master at storm/libstormgames 2025-03-16 17:13:15 -04:00
e272da1177 learn_sounds needed updating too. Hopefully this attempt works.
storm pushed to master at storm/libstormgames 2025-03-16 17:02:36 -04:00
1bb9e18ea2 Sounds can now load from subdirectories.
storm pushed to master at storm/toby-doom-launcher 2025-03-16 02:04:22 -04:00
6a8f866943 Add optional doom_flags.txt so you can add flags for all games. This is experimental and may be removed.