Commit Graph

75 Commits

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