0493edf8e6
Removed the last bit from current message. Not needed, and may actually be confusing.
master
Storm Dragon2025-09-23 18:00:43 -04:00
c257128948
It didn't occur to me for some reason that reviewing messages would also add those messages to history lol. Hopefully fixed now.
Storm Dragon2025-09-23 17:37:51 -04:00
aed7ba523d
First pass at implementing a speech history option for games.
Storm Dragon2025-09-23 17:21:33 -04:00
5444ec4047
Fixed a bug where _ prefixed sounds in sub directories weren't hidden from learn sounds.
Storm Dragon2025-09-23 14:16:11 -04:00
66bc11099e
I misremembered the one I wanted it was event.clear not pump.
Storm Dragon2025-09-21 22:38:16 -04:00
25d54a4f5e
Potential fix for dialogues when running from pyinstaller compiled code.
Storm Dragon2025-09-21 22:15:19 -04:00
a00bdc5ff9
Removed the default text in scoreboard.py. This way people don't have to backspace before entering their name. If the text is empty or None, it then uses Player as the default.
Storm Dragon2025-09-21 14:33:18 -04:00
d050db0d6e
Dialogue instructions only show once per game now following the same pattern as display_text.
Storm Dragon2025-09-21 13:41:52 -04:00
a98783dbc4
Fixed critical sound timing bug. Finally, after a couple of days of banging my head against this problem and sound getting progressively worse, it's fixed. Turned out the fix was a very simple timing issue for when to play sounds.
Storm Dragon2025-09-19 12:51:45 -04:00
f2079261d1
More event handling to help with pyinstaller compilation.
Storm Dragon2025-09-10 12:57:09 -04:00
0190fa3a06
Add the ability to add an optional graphical logo for games. Tested with .png file.
Storm Dragon2025-09-10 00:59:21 -04:00
3a478d15d5
Instead of implementing sound changes in one huge go, I'm going to try smaller approaches. Now play_sound has an optional loop parameter set to false by default for backwards compatibility.
Storm Dragon2025-03-17 21:12:29 -04:00
3b01662d98
Directory names were not speaking. Hopefully fixed it.
Storm Dragon2025-03-16 17:45:49 -04:00
5e926fa7eb
More updates to learn_sounds. I think I have a good system for multiple sound directories now.
Storm Dragon2025-03-16 17:34:22 -04:00
91f39aad88
Oops, I accidently committed my scrp file for menu instead of the actual file.
Storm Dragon2025-03-15 18:22:21 -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 Dragon2025-03-15 18:18:22 -04:00
3f8385599b
Work on fixing the path read for scores.
Storm Dragon2025-03-15 17:28:32 -04:00
8f81323668
Attempt to make sure exit works even if there's a problem.
Storm Dragon2025-03-14 23:27:17 -04:00
be6dfdf53a
Attempt to fix traceback on game exit with some older games.
Storm Dragon2025-03-14 23:10:14 -04:00
2ad22ff1ae
Added back the power bars that somehow got lost in one of the previous updates.
Storm Dragon2025-03-14 21:41:00 -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 Dragon2025-03-14 18:14:42 -04:00
df7945e3b6
Try to fix the problem with cut scenes sometimes not playing in the correct position and at the correct volume.
Storm Dragon2025-03-05 19:39:08 -05:00
7902dfacd1
Pressing enter interrupts messagebox messages.
Storm Dragon2025-02-26 03:09:43 -05:00
10b46fa168
Only show display_text message once per session.
Storm Dragon2025-02-26 02:55:52 -05:00
e7d5b03e55
Adjust volume a bit for directional play.
Storm Dragon2025-02-24 14:51:01 -05:00
173220d167
New function for directional audio that needs to be good volume no matter position but indicate direction.
Storm Dragon2025-02-24 14:32:45 -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 Dragon2025-02-08 19:51:52 -05:00
b479811a98
Binding for volume keys changed to alt+pageup/down, alt+home/end, etc.
Storm Dragon2025-02-08 19:21:14 -05:00
68e72f5d81
Play sound function added. Code restructure. Added volume controls for master volume, sounds only, and music only.
Storm Dragon2025-02-04 05:12:31 -05:00
0c73e98876
Improved sound while walking on left/right only.
Storm Dragon2024-07-05 17:24:23 -04:00
0ef11785ec
Revert "A new try at sound panning with walking."
Storm Dragon2024-07-05 17:04:12 -04:00
58ab5aa854
A new try at sound panning with walking.
Storm Dragon2024-06-20 02:03:06 -04:00
639198e8de
Somewhat of a start on switching over to pyglet. It's in a very broken state with some remaining calls to pygame.
Storm Dragon2022-03-27 00:59:07 -04:00
68ad08be46
moved the libstormgames.py file to __init__.py so you can just import libstormgames.
Storm Dragon2020-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
Storm Dragon2020-09-10 18:02:53 -04:00