Commit Graph

842 Commits

Author SHA1 Message Date
József Sallai f0949f49cf fix a few NPC inaccuracies from #165 2022-09-24 23:27:27 +03:00
dawnDus 2b9a0198cb
Safely get current stage name for Save Menu 2022-09-17 18:05:10 -04:00
József Sallai 8684dd8448 some runtime optimizations 2022-09-17 13:57:37 +03:00
Awesomegamer6566 72c268647f
Fix changing BGM Interpolation setting with left and right keys (#161)
* Fix changing BGM Interpolation setting with left and right keys

* Actually fix changing BGM Interpolation Setting with left and right keys
2022-09-16 22:08:19 +03:00
Daedliy e9d2099f42
Add Links Menu (#159)
* Add Links Menu

* Suggested Changes
2022-08-29 00:06:58 +03:00
Sallai József f7d635a3d7 add switch boss health bar 2022-08-28 16:17:54 +03:00
Sallai József 029d6d52e4 add/drop player 2 from pause menu 2022-08-28 15:00:53 +03:00
Sallai József dec913dd65 make vanilla extractor input and output configurable 2022-08-28 14:07:01 +03:00
Sallai József 028c60157d make localization system dynamic 2022-08-26 03:17:45 +03:00
dawnDus 3d86995feb
Add fast-forward cutscene skip option 2022-08-23 18:27:39 -04:00
Sallai József 670e6891c1 run arbitrary TSC from debug command line 2022-08-22 03:08:57 +03:00
dawnDus a25dc297ef
Add spawn_npc command 2022-08-21 18:32:51 -04:00
Sallai József 4ed7ba66b8 add in-game debug command line 2022-08-22 01:10:33 +03:00
Sallai József b1b3b131e2 process debug keys in game scene and add quick save shortcut 2022-08-21 22:06:06 +03:00
Sallai József f1b3c680c9 throttle number popup on NPC damage 2022-08-21 18:57:01 +03:00
Sallai József ca1fa7b7c0 fix egg corridor inaccuracies (fixes #155) 2022-08-21 13:20:04 +03:00
dawnDus 3cc9d75681
Fix spur damage inaccuracy 2022-08-20 21:22:45 -04:00
dawnDus 92bc887663
Fixed order of operations for bullets (Fixes #131) 2022-08-20 18:43:48 -04:00
Sallai József 59da01b7b9 even more rust
sprites by @RedCoder09 and @Krunchy0920
2022-08-20 22:08:15 +03:00
Sallai József e07207b40c more rust
crab headband sprites by @RedCoder09
2022-08-16 14:47:11 +03:00
Daedliy 1688f4bcbc
Proper wiiware DEMO support (#153)
* Fixed Crashing

* Add Demo Splash Rect + Fixes

* FIX newgame pos (Joe)
2022-08-14 18:36:50 +03:00
Sallai József 8c70e1a13d fix missing muscle doctor action and sue teleport sound 2022-08-14 16:49:11 +03:00
Sallai József b1d578c0b4 record last challenge attempts 2022-08-14 14:19:46 +03:00
Sallai József 290068dd37 add gamepad rumble 2022-08-13 17:54:05 +03:00
Sallai József 7b359ae4c1 main menu improvements 2022-08-07 22:54:23 +03:00
Sallai József 56631201c8 fix igor inaccuracies (fixes #132) 2022-08-06 20:41:18 +03:00
dawnDus 81755d4ad9
Require control to look up/down while falling 2022-08-06 12:44:14 -04:00
Sallai József f1542246c6 make curly's weapon respect light cone setting (fixes #109) 2022-08-06 17:06:17 +03:00
Sallai József b29c375a7a fix broken new game menu after deleting save 2022-08-06 14:47:02 +03:00
Sallai József bfd9c8c343 oops 2022-08-06 14:10:21 +03:00
Sallai József 1883045f75 make controller selection its own menu 2022-08-06 14:07:00 +03:00
Sallai József 4cfbcc50ac add gamecontrollerdb, update default inputs, add reset controls option 2022-08-01 03:18:43 +03:00
Sallai József f74ec19cb5 make menu ok/back remappable and fix jump/shoot rebind bug (#150) 2022-07-31 14:50:46 +03:00
Sallai József c68fedaa50 fix menu controller swap issues and handle jump/shoot rebind edge case 2022-07-31 03:00:19 +03:00
Sallai József 8a4201f381 fix some controls menu bugs 2022-07-31 02:16:34 +03:00
Sallai József ffaf12cca8 add controls settings menu 2022-07-30 23:20:53 +03:00
Sallai József 03e9c9db0c make menus scrollable 2022-07-30 15:01:22 +03:00
dawnDus c9ba05c948
Ballos inaccuracies (Fixes #149) 2022-07-27 21:27:26 -04:00
Sallai József 914555eac0 don't disable keyboard input when using gamepad 2022-07-27 14:14:05 +03:00
Sallai József fee63f2600 make pausing on focus loss toggleable 2022-07-25 11:41:20 +03:00
alula 2a792db797
Update README.md 2022-07-25 06:09:22 +02:00
Sallai József a598f31716 don't pause the game loop when the window loses focus 2022-07-24 19:38:39 +03:00
Sallai József ef040a393c refactor menus to use enums instead of indices 2022-07-24 17:52:51 +03:00
Sallai József 4a6b2c4400 add gamepad jukebox indicators 2022-07-23 23:29:58 +03:00
Sallai József 398f610c09 skip after Y/N prompts 2022-07-23 20:55:58 +03:00
Sallai József fb4ac0dae8 add gamepad input icons 2022-07-23 18:45:08 +03:00
Sallai József 0415f917f8 render = as white circle (closes #110) 2022-07-23 14:57:40 +03:00
Sallai József 6f95e6109c add methods for rendering text with sprite rects 2022-07-23 13:59:13 +03:00
dawnDus cdd3a37754
Fixed snack tile rendering (Fixes #147) 2022-07-22 17:32:16 -04:00
József Sallai f00f35ca2c
actually bump the version number 2022-07-21 16:49:45 +03:00