Commit graph

615 commits

Author SHA1 Message Date
Saraistupid bf0d23bc47
Linux Music Support™️ (#78)
* A little warning about audio

* Create Linux.meta

* Create libVorbisPlugin.so.meta

* Linux audio support maybe?

* Update README.md
2022-05-11 14:02:57 -07:00
Jenny Crowe e6c61d6973
Merge pull request #69 from huantianad/master
Link GitHub Actions Builds in readme
2022-05-07 14:33:41 -07:00
Jenny Crowe 9efe13a7f6 Meta files moment 2022-05-07 14:32:47 -07:00
Jenny Crowe a288cd8f49
Merge pull request #74 from adianfiuef/master
Tram&Pauline
2022-05-07 14:29:02 -07:00
Jenny Crowe 2749f9a782
Merge branch 'master' into master 2022-05-07 14:28:49 -07:00
Jenny Crowe 7d2bc548a5
Merge pull request #76 from Pengu12345/alternate_input_system
Separation of input detection in it's own class + Addition of Coin Toss
2022-05-07 14:19:15 -07:00
Jenny Crowe b437b5b392
Merge pull request #77 from freeformfunposting/master
(minor) Fix for a sound error with Autoplay in Spaceball
2022-05-07 14:18:04 -07:00
Jenny Crowe 1378bfa2f0
Merge pull request #75 from minenice55/more-ntrIdol3
Fan Club: more additions
2022-05-07 14:17:35 -07:00
Stef Jenkins bdc5642710
Fixed a sound error with Autoplay 2022-05-06 15:14:01 -07:00
Pengu123 d4c2fe669a Clean up the debug messages 2022-05-06 22:30:17 +02:00
Pengu123 06c4bf0c16 Background control in Coin Flip 2022-05-06 22:23:52 +02:00
Pengu123 286b778676 Cleanup + new Shedule methods 2022-05-06 22:05:19 +02:00
Pengu123 34e29efae8 More comments, new method to detect expected inputs
IsExpectingInputNow() detects wether the player is expected to input something at the closest InputEvent
2022-05-04 20:37:52 +02:00
Pengu123 6384d28295 Added a list to keep track of all the scheduled inputs of a minigame
...Along with an Util function to return the closest scheduled input
2022-05-04 20:05:51 +02:00
Pengu123 13a2417f37 BUGFIX: Prevents Scrolling between cues mid-game
You can't scroll between the game event selector when the song is playing (Using the keyboard or scrollwheel). It's smoother especially when doing arrow inputs
2022-05-04 19:26:19 +02:00
Pengu123 f056b0d4b6 noAutoplay and autoplayOnly settings
Would be especially useful for menial optional inputs like the offbeat parts of flockstep
2022-05-04 19:21:11 +02:00
Pengu123 8911581873 Added Support for specific direction inputs
Added some comments on the PlayerInput class too for clarity
2022-05-04 18:42:06 +02:00
Pengu123 846e4c5c4c Fixed Input bugs + Optimizations
-- On the PlayerInput class --
FIXED: Bug where Directions input were still recorded even with autoplay on
OPTIMIZED: Moved the conditions wether player had control in it's own method so we can re-use the same condition on new methods
2022-05-04 18:05:05 +02:00
Pengu123 f41d9d9cf0 ScheduleInput Method added, tests awaiting 2022-05-03 22:36:55 +02:00
Pengu123 e1d3d2e0ac Coin Toss: Upscaled Graphics 2022-05-03 18:27:32 +02:00
Pengu123 163d414606 Fixed a bug where checkbox properties wouldn't load properly when selected 2022-05-03 17:26:08 +02:00
minenice55 85ba13b21b Fan Club: fast kamone plays when scene is unloaded 2022-05-02 16:16:00 -04:00
minenice55 1fb8271d1e Fan Club: unarranged sequel feature-complete 2022-05-02 13:43:47 -04:00
minenice55 33eb285385 Fan Club: particle stuff, unarranged crouch / kiss 2022-05-02 11:45:48 -04:00
minenice55 e58feee0db Fan Club: arranged landing, corrected texture atlas colours 2022-05-01 20:08:48 -04:00
Pengu123 94b688dbc6 Bug Fixing 2022-05-02 00:24:07 +02:00
Pengu123 70dd10c646 Coin Toss Done. Needs HD Textures and more customization 2022-05-01 23:49:55 +02:00
Pengu123 72b4ef1aeb Coin Toss Functionnal (Needs Miss and Blank animation) 2022-05-01 22:10:00 +02:00
Pengu123 fdfcbe8948 Throw and Catch animation 2022-05-01 20:22:00 +02:00
Pengu123 df73b33b99 Ground assets foundations for Coin Toss 2022-05-01 17:59:02 +02:00
Pengu123 f4cbd0b367 Start of coin toss sprites (WIP, needs better quality) 2022-05-01 17:06:37 +02:00
minenice55 cea18087d0 Update IdolBigCall1Arrange.anim 2022-04-30 01:26:56 -04:00
minenice55 c041b37031 Fan Club: cont. unarranged sequel work 2022-04-30 01:20:19 -04:00
minenice55 f3b7b851f5 Fan Club: more work on unarranged sequel 2022-04-30 00:36:47 -04:00
minenice55 6979e454f6 Fan Club: initial support for "unarranged" sequel 2022-04-28 17:56:00 -04:00
minenice55 6be3b47559 Fan Club: various adjustments
address input lockout (still has one minor issue I need to check)
make certain forced animations make more sense
2022-04-28 16:01:07 -04:00
minenice55 ad05ecf6f2 Fan Club: add fast kamone 2022-04-27 18:02:53 -04:00
minenice55 dd6f2f3bb7 Fan Club - adjustments to crouch animation 2022-04-23 18:56:13 -04:00
adianfiuef 0df71375db tram&Pauline 2022-04-15 01:24:03 -07:00
adianfiuef 88c9c203a7 tram&Pauline 2022-04-15 01:22:19 -07:00
Jenny Crowe 459dd813f6
Merge pull request #71 from minenice55/game-load-reflection
Internal: separate minigame definitions
2022-04-12 23:47:07 -07:00
minenice55 d7ff6e23b4 Internal: fixed duplicated game defs 2022-04-12 17:49:00 -04:00
minenice55 a4291cb10d Internal: adjust debug print for loader 2022-04-12 13:30:22 -04:00
minenice55 be41ff3014 Internal: separate minigame definitions 2022-04-12 12:14:46 -04:00
adianfiuef 37bbbc4d55 Update Minigames.cs 2022-04-11 03:21:38 -07:00
adianfiuef 6812d54682 Tram&Pauline 2022-04-11 03:12:54 -07:00
adianfiuef 15c9e48c78 Tram&Pauline 2022-04-11 03:12:11 -07:00
adianfiuef caff09df7d Update Minigames.cs 2022-04-11 03:04:36 -07:00
adianfiuef 092240a3d5 Tram&Pauline 2022-04-11 02:19:01 -07:00
adianfiuef f6dd5e28a9 Tram&Pauline 2022-04-11 02:05:43 -07:00