• Joined on 2022-12-22
storm pushed to master at storm/libstormgames 2025-03-15 17:07:56 -04:00
468c663cc1 Integrate scoreboard with game_menu()
storm pushed to master at storm/libstormgames 2025-03-15 04:22:52 -04:00
fe772cbb1e Consolidated common menu options for game_menu. Now the simplest call is choice = game_menu().
storm pushed to master at storm/libstormgames 2025-03-15 03:13:58 -04:00
2c101d1778 Fixed credits file not displaying.
storm pushed to master at storm/libstormgames 2025-03-14 23:27:24 -04:00
8f81323668 Attempt to make sure exit works even if there's a problem.
storm pushed to master at storm/libstormgames 2025-03-14 23:10:21 -04:00
be6dfdf53a Attempt to fix traceback on game exit with some older games.
storm pushed to master at storm/libstormgames 2025-03-14 21:41:08 -04:00
2ad22ff1ae Added back the power bars that somehow got lost in one of the previous updates.
storm pushed to master at storm/libstormgames 2025-03-14 18:15:09 -04:00
aba87e87ad Huge refactor of the libstormgames library. It is hopefully mostly backwards compatible. Still lots of testing to do, and probably some fixes needed, but this is a good start.
storm pushed to master at storm/linux-game-manager 2025-03-12 19:36:00 -04:00
0e9b8df949 Updated Ball Bouncer installer to latest version 1.3.3
storm pushed to master at storm/linux-game-manager 2025-03-12 13:21:52 -04:00
f61ec51c5e Moved steam dependency check to steam specific install section.
storm pushed to master at storm/pygstormgames 2025-03-12 09:22:46 -04:00
8264db4a2f Working on getting the menu music to actually loop. Menu music is no longer tied to ogg specifically.
storm pushed to master at storm/pygstormgames 2025-03-11 21:15:28 -04:00
4aa3475ac4 Fixed some sound I forgot to exclude when refactoring this code.
storm pushed to master at storm/pygstormgames 2025-03-11 21:08:05 -04:00
0d9764abd9 Fixed lower case error in variable names.
storm pushed to master at storm/pygstormgames 2025-03-11 21:06:03 -04:00
e68f6798d7 Make the learn sound menu a little less verbose.
storm pushed to master at storm/pygstormgames 2025-03-11 21:01:22 -04:00
a20da7df8c Fixed indentation error.
storm pushed to master at storm/pygstormgames 2025-03-11 20:51:54 -04:00
e35c826b05 Sound code updated to support subdirectories of the sounds directory. Should help with organization.
storm pushed to master at storm/I38 2025-03-09 23:21:08 -04:00
416fdc7be4 Updated the README.
storm pushed to master at storm/I38 2025-03-09 23:00:42 -04:00
72721abb22 Toggle screen reader is now a gui, so you can see which one is currently running and switch if you want.
storm pushed to master at storm/linux-game-manager 2025-03-06 16:19:56 -05:00
61d9c0f177 Updated Ball Bouncer download link.
storm pushed to master at storm/libstormgames 2025-03-05 19:39:19 -05:00
df7945e3b6 Try to fix the problem with cut scenes sometimes not playing in the correct position and at the correct volume.
storm pushed to master at storm/pygstormgames 2025-03-05 14:44:21 -05:00
ea0dcd9ce9 Added opus support for files because pyglet supports it.