• Joined on 2022-12-22
storm pushed to master at storm/libstormgames 2025-02-15 02:39:25 -05:00
da17b71c28 Updated display_text so that it will hopefully skip blank lines when reading with arrow keys.
storm pushed to master at storm/libstormgames 2025-02-15 01:50:18 -05:00
1cb57391d8 Updated requirements.txt
storm pushed to master at storm/libstormgames 2025-02-15 00:06:23 -05:00
7f62e6ccca Forgot to specify global when checking the speech delay.
storm pushed to master at storm/libstormgames 2025-02-14 23:58:28 -05:00
943e2acf53 Try to keep speech form stuttering with status keys.
storm pushed to master at storm/libstormgames 2025-02-14 21:37:23 -05:00
c242fc6832 Make sure scores are int only.
storm pushed to master at storm/libstormgames 2025-02-14 20:46:38 -05:00
6d2c6e04d8 Fixed a bug with score sorting.
storm pushed to master at storm/libstormgames 2025-02-14 19:41:12 -05:00
97431c0c74 Updated the congrats message for the scoreboard.
storm pushed to master at storm/libstormgames 2025-02-14 16:50:04 -05:00
4a15f951f0 Rewrote the scoreboard class. Added ability to enter name for scoreboard.
5a791510ea Rewrote the scoreboard class.
Compare 2 commits »
storm pushed to master at storm/toby-doom-launcher 2025-02-14 00:30:57 -05:00
893f7bf455 Make sure the renamer loads any time Toby Doom levels are selected, so Project Brutality, for example, should have metal again.
storm pushed to testing at storm/stormux 2025-02-09 17:32:35 -05:00
034c561a53 Moved the journald configuration to a file in it's drop in directory. Also, explicitly set volatile storage to cut down on SD card writes.
storm pushed to master at storm/libstormgames 2025-02-08 19:48:31 -05:00
7cbbc64d27 Fixed a bug in learn sounds. Forgot to switch the if statement from == to in when converting to the list to also allow use of s and w for menu navigation.
storm pushed to master at storm/libstormgames 2025-02-08 19:24:19 -05:00
b479811a98 Binding for volume keys changed to alt+pageup/down, alt+home/end, etc.
storm pushed to master at storm/libstormgames 2025-02-08 16:10:31 -05:00
d5d737d0c0 Make intro sound skipable.
storm pushed to testing at storm/audiogame-manager 2025-02-07 21:23:55 -05:00
6dbf578c5a Fixed a problem with the file name for BG Cricket.
storm pushed to master at storm/libstormgames 2025-02-07 02:09:16 -05:00
dd246db5be Added w and s as alternate navigation keys for libstormgames menus.
storm pushed to master at storm/libstormgames 2025-02-07 02:00:37 -05:00
storm pushed to master at storm/libstormgames 2025-02-07 01:10:58 -05:00
89a4bf2452 Fixed a bug in update_gamepad
storm pushed to master at storm/libstormgames 2025-02-07 00:51:10 -05:00
ab2a5f58f5 Added gamepad support. Yes, more globals... Globals are good.
storm pushed to master at storm/libstormgames 2025-02-06 12:34:20 -05:00
21216f361a removed duplicate function.
storm pushed to master at storm/libstormgames 2025-02-04 05:09:30 -05:00
68e72f5d81 Play sound function added. Code restructure. Added volume controls for master volume, sounds only, and music only.