Commit Graph

130 Commits

Author SHA1 Message Date
Storm Dragon c242fc6832 Make sure scores are int only. 2025-02-14 21:37:20 -05:00
Storm Dragon 6d2c6e04d8 Fixed a bug with score sorting. 2025-02-14 20:46:38 -05:00
Storm Dragon 97431c0c74 Updated the congrats message for the scoreboard. 2025-02-14 19:41:10 -05:00
Storm Dragon 4a15f951f0 Rewrote the scoreboard class. Added ability to enter name for scoreboard. 2025-02-14 16:50:04 -05:00
Storm Dragon 5a791510ea Rewrote the scoreboard class. 2025-02-14 16:45:28 -05:00
Storm Dragon 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. 2025-02-08 19:51:52 -05:00
Storm Dragon b479811a98 Binding for volume keys changed to alt+pageup/down, alt+home/end, etc. 2025-02-08 19:21:14 -05:00
Storm Dragon d5d737d0c0 Make intro sound skipable. 2025-02-08 16:13:46 -05:00
Storm Dragon dd246db5be Added w and s as alternate navigation keys for libstormgames menus. 2025-02-07 02:12:34 -05:00
Storm Dragon 21216f361a removed duplicate function. 2025-02-06 12:37:35 -05:00
Storm Dragon 68e72f5d81 Play sound function added. Code restructure. Added volume controls for master volume, sounds only, and music only. 2025-02-04 05:12:31 -05:00
Storm Dragon 80fe2caff3 Oops, accidentally removed the obj_update function. 2025-02-03 23:59:46 -05:00
Storm Dragon 2df86c9c76 Add the ability for obj_play to play a sound once. 2025-02-03 23:49:08 -05:00
Storm Dragon 5fa90f9e84 Updated play_falling_random. 2025-02-03 21:58:02 -05:00
Storm Dragon 658709ebce Random play functions for positional audio and positional falling audio. 2025-02-02 17:04:04 -05:00
Storm Dragon d5c79c0770 Hopefully last fix to messagebox. This turned out to be harder than I originally thought. 2025-02-01 15:14:29 -05:00
Storm Dragon 24f9a126d4 I think I was over complicating it. 2025-02-01 15:11:22 -05:00
Storm Dragon c316d4e570 I think I actually got it this time. 2025-02-01 15:05:13 -05:00
Storm Dragon e66655d75f Another attempt to keep messagebox from double speaking. 2025-02-01 14:59:46 -05:00
Storm Dragon c5406d5089 Attempt to keep messagebox from double speaking. 2025-02-01 14:53:55 -05:00
Storm Dragon b5b472eebe Added simple message box for spoken text that might need to be repeated. 2025-02-01 14:41:52 -05:00
Storm Dragon 9f03de15b8 Add a text entry using wx. 2024-08-01 21:10:27 -04:00
Storm Dragon 428a48678d Power bars are now visual as well as audio. 2024-07-22 22:20:15 -04:00
Storm Dragon 9a6d6374f9 Added text along with the speak command. Updated window size. 2024-07-22 16:08:42 -04:00
Storm Dragon df386cbbd9 Improved check_for_exit function. 2024-07-16 14:22:36 -04:00
Storm Dragon 38522aee78 First pass at creating requirements files. 2024-07-15 19:52:02 -04:00
Storm Dragon 0e9c52f5e1 A few fixes for x-powerbar, more accurately exiting when exit keys are pressed, etc. 2024-07-14 03:51:35 -04:00
Storm Dragon fabf48ff42 Powerbars added and working. 2024-07-13 03:03:32 -04:00
Storm Dragon 0c73e98876 Improved sound while walking on left/right only. 2024-07-05 17:24:23 -04:00
Storm Dragon 0ef11785ec Revert "A new try at sound panning with walking."
This reverts commit 58ab5aa854.
2024-07-05 17:04:12 -04:00
Storm Dragon 58ab5aa854 A new try at sound panning with walking. 2024-06-20 02:03:06 -04:00
Storm Dragon 155ed6ec39 Updated donation link to use ko-fi. 2022-01-09 01:59:30 -05:00
Storm Dragon 68ad08be46 moved the libstormgames.py file to __init__.py so you can just import libstormgames. 2020-09-15 19:35:59 -04:00
Storm Dragon 536659338e Updated the object placement code code so that if sounds are out of range they still clame the channel, but they do not play at an audible level.[A 2020-09-10 18:02:53 -04:00
Storm Dragon 37aa764d68 Small update to object positioning. 2020-09-10 13:44:51 -04:00
Storm Dragon 84a722bb8e Attempt to fix object positioning. 2020-09-10 02:51:33 -04:00
Storm Dragon b897abf0a3 Quickly jump to the top or bottom of the game menu with home or end keys. 2020-09-09 21:38:59 -04:00
Storm Dragon 678af54346 More work on the sound functions for object placement. 2020-09-09 20:55:40 -04:00
Storm Dragon d456b8b3b3 Fixed a couple bugs on the object positioning code. 2020-09-09 20:41:41 -04:00
Storm Dragon c5c32943e2 Added the rest of the object management functions, hopefully. 2020-09-09 20:06:34 -04:00
Storm Dragon 34d89ca54b Started work on sound positioning for objects. 2020-09-09 19:50:56 -04:00
Storm Dragon e8bf4f9565 Scoreboard now works! Finally! 2020-09-04 11:17:05 -04:00
Storm Dragon dd350c0285 Scoreboard still not saving past the first position. 2020-08-30 02:00:07 -04:00
Storm Dragon ae93e02e69 Another approach to writing the scoreboard. 2020-08-30 01:41:52 -04:00
Storm Dragon 21c0795ea9 Updated scoreboard. 2020-08-30 01:23:32 -04:00
Storm Dragon 67d2315cef Finally fixed the scoreboard I think. 2020-08-29 22:11:06 -04:00
Storm Dragon b6afb5450e New_High_Score method added. 2019-12-11 23:31:19 -05:00
Storm Dragon 42266d4b6c More progress on the scoreboard. Not complete yet. 2019-12-11 23:09:31 -05:00
Storm Dragon 54842bac29 Scoreboard mostly working. It doesn't read the existing scores correctly yet though. 2019-12-11 21:45:52 -05:00
Storm Dragon 08f06699c8 Merge branch 'devel'
Merged in set process name
2019-12-11 09:38:30 -05:00