• Joined on 2022-12-22
storm pushed to master at storm/libstormgames 2025-03-15 18:31:47 -04:00
f51bd6dee4 Fixed errors in __init__
storm pushed to master at storm/libstormgames 2025-03-15 18:30:00 -04:00
3b2bcd928d Fixed errors in scoreboard.
storm pushed to master at storm/libstormgames 2025-03-15 18:22:28 -04:00
91f39aad88 Oops, I accidently committed my scrp file for menu instead of the actual file.
storm pushed to master at storm/libstormgames 2025-03-15 18:18:31 -04:00
1dc0ac2a7f Moved the high score stuff to the scoreboard because it makes more sense for it to be there even though it is used in the menu.
storm pushed to master at storm/libstormgames 2025-03-15 17:28:39 -04:00
3f8385599b Work on fixing the path read for scores.
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.