• Joined on 2022-12-22
storm pushed to master at storm/libstormgames 2025-03-15 21:10:25 -04:00
a9c2c4332d Fixed a typo in utils.py.
storm pushed to master at storm/libstormgames 2025-03-15 20:34:08 -04:00
fedb09be94 Updated the readme.
storm pushed to master at storm/libstormgames 2025-03-15 19:52:24 -04:00
27765e62bc Finally, a working scoreboard!
storm pushed to master at storm/libstormgames 2025-03-15 19:06:33 -04:00
23aea6badf More fixes for scoreboard.
storm pushed to master at storm/libstormgames 2025-03-15 18:41:41 -04:00
af38d5af76 Fixed another error in scoreboard.
storm pushed to master at storm/libstormgames 2025-03-15 18:34:33 -04:00
4d0436c5a9 Fixed typo in menu.py.
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.