• Joined on 2022-12-22
storm pushed to master at storm/wicked-quest 2025-09-26 05:06:03 -04:00
1d39ff0ca7 Console added, bound to `
storm pushed to master at storm/wicked-quest 2025-09-24 11:53:34 -04:00
7eb353677a Fixed wrong name used for catapult firing interval in Wicked Quest levels. There shouldn't really be any noticeable changes in game play.
fcf54760d7 Fixed errors in documentation for level creation. Fixed some save loading bugs.
Compare 2 commits »
storm pushed to master at storm/wicked-quest 2025-09-23 18:04:16 -04:00
33e0f6093b Updated submodule.
storm pushed to master at storm/libstormgames 2025-09-23 18:00:48 -04:00
0493edf8e6 Removed the last bit from current message. Not needed, and may actually be confusing.
storm pushed to master at storm/wicked-quest 2025-09-23 17:56:32 -04:00
8688c8fad3 Added speech history in the game bound to f1 previous, f2 current, f3 next. I may expand this later.
storm pushed to master at storm/libstormgames 2025-09-23 17:37:54 -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 pushed to master at storm/libstormgames 2025-09-23 17:21:39 -04:00
aed7ba523d First pass at implementing a speech history option for games.
storm pushed to master at storm/wicked-quest 2025-09-23 14:29:51 -04:00
e15b497c54 Updated submodule.
storm pushed to master at storm/libstormgames 2025-09-23 14:16:19 -04:00
5444ec4047 Fixed a bug where _ prefixed sounds in sub directories weren't hidden from learn sounds.
storm pushed to master at storm/wicked-quest 2025-09-23 00:41:54 -04:00
d2304fae85 Tweaks to survival mode with spawn chances.
storm pushed to master at storm/wicked-quest 2025-09-21 23:40:31 -04:00
a686e816f5 Missed a bit of the skullstorm override system. Fixed that and updated documentation.
storm pushed to master at storm/wicked-quest 2025-09-21 22:38:49 -04:00
77633adf14 Updated submodule.
storm pushed to master at storm/libstormgames 2025-09-21 22:38:22 -04:00
66bc11099e I misremembered the one I wanted it was event.clear not pump.
storm pushed to master at storm/wicked-quest 2025-09-21 22:18:34 -04:00
b516593f5d Updated submodule.
storm pushed to master at storm/libstormgames 2025-09-21 22:15:28 -04:00
25d54a4f5e Potential fix for dialogues when running from pyinstaller compiled code.
storm pushed to master at storm/wicked-quest 2025-09-21 20:48:37 -04:00
3845d93808 Fixed all spiders to have their original behavior. The ability to customize spider webs broke them. Players would have been in for a nasty shock if I hadn't caught that lol.
storm pushed to master at storm/wicked-quest 2025-09-21 19:54:36 -04:00
477fb747b1 Updated documentation for custom levels.
storm pushed to master at storm/wicked-quest 2025-09-21 19:25:23 -04:00
948d0c32f7 Extended override system to include spider webs. They can now be altered to be on the ground and require jumping, the name and the sponned monster can be changed as well. Fixed various bugs.
storm pushed to master at storm/wicked-quest 2025-09-21 14:34:23 -04:00
bd7df4804d Updated submodule.
storm pushed to master at storm/libstormgames 2025-09-21 14:33:28 -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.