Commit Graph

14 Commits

Author SHA1 Message Date
minenice55 8fa4d74096 Alternate Control Styles Support (#554)
* add mouse controller

* support different control styles in options

deprecate old input check methods

* fully functional input actions system

* btsds InputAction

* blue bear InputAction

* more games

fix bugs with some input related systems

* coin toss re-toss

* cheer readers touch

* dog ninja touch

* multiple games

* last of the easy games' touch

* more specialized games

* specialized games 2

* finish ktb games

* remove legacy settings disclaimer

* "only" two games left

* karate man touch

* rockers touch

still needs fixes and bad judge strum

* DSGuy flicking animation

* playstyle chart property

* improve performance of minigame preloading

* improve look of cursor

make assetbundles use chunk-based compression
refactor assetbundle loading methods a bit

* prime conductor stream playback to stabilize seeking operations

* fix air rally swing on pad release

* use virtual mouse pointer

* add UniTask

* make BeatAction use UniTask

* implement UniTask to replace some coroutines

* add touch style UI elements and effects

games now support the ability to define two cursor colours if they need split screen touch inputs

* update plugins and buildscript

* implement thresholded pointer position clipping

* fix clamping

* instant show / hide

fix discord game SDK crashes
2023-10-29 19:44:47 +00:00
minenice55 959b010c77 make mac build script put streamingassets in the right place 2023-09-16 16:04:35 -04:00
minenice55 e250cc7ecb fix filename / filepaths
add build mac / build linux to editor
update packages
2023-06-18 23:49:16 -04:00
minenice55 0c3251d4b9 try a new build script
add assetbundles to gitignore
2023-06-18 17:49:14 -04:00
minenice55 05a66be277 upscaled assets
- setup material for colourmapping
- adjust SpritesheetScaler to accept floating point scaling options
2022-08-11 17:08:47 -04:00
minenice55 1da1382c9b Add quad inflation to SpritesheetScaler 2022-06-25 22:35:43 -04:00
minenice55 b660b4dcbd Allow games to load assets from AssetBundles (#102)
* Loading improvements: prepwork for loading from assetbundles

* note for sfx

* cleaner code

* correct type

* put loaded assetbundle in the minigame data instead

also lays groundwork for future localization stuff

* add samurai slice gold, coin toss assetbundles

* very messy "already loaded" checks

* make Dj School load from assetbundle
2022-06-12 12:32:00 -07:00
Jenny Crowe b849c9e426 Crop Stomp: HD textures! + animation tweaks 2022-03-16 02:40:53 -07:00
Jenny Crowe 2d80cb05b1 The biggest of boi refactors 2022-03-14 07:21:05 -07:00
Jenny Crowe 867f8f75cc Editor: Tempo finder tweaks 2022-02-24 21:30:02 -07:00
Braedon 73042ae2ae Custom snap interval, but not in the editor (yet) 2022-02-11 20:15:36 -05:00
Braedon edf243d2f8 Update BCCAD.cs 2022-02-10 17:34:15 -05:00
Braedon 44f0b23373 bread2unity BCCAD interpreter setup 2022-02-10 03:13:54 -05:00
Braedon e181167480 bread2unity started but not really (read desc)
This is really just an excuse to try out the Unity Editor class. But I believe this can be useful for actually making this program.
Do with that information what you will.
2022-02-09 01:16:16 -05:00