Commit Graph

1575 Commits

Author SHA1 Message Date
minenice55 744a5f8a56 Merge pull request #764 from RHeavenStudio/cherry-pick-release_1_patches-ff3b3adbd0b30b80134ce7f9d275f564f77275ac
gradient color mapping shader
2024-03-08 16:56:21 +00:00
ThePurpleAnon fef8ac45cd added gradient mapping shader (#763)
put in a grayscale texture and a gradient, get out a cool picture
2024-03-08 05:13:46 +00:00
minenice55 12899c7948 Merge pull request #761 from RHeavenStudio/cherry-pick-release_1_patches-0b97be9f8eaee909969c3f221a14877141c0367e
Update Credits
2024-03-08 03:53:18 +00:00
minenice55 066847a24f Update Credits.txt (#760) 2024-03-08 03:52:57 +00:00
minenice55 b1c8c6c3ad Merge pull request #759 from RHeavenStudio/cherry-pick-release_1_patches-da1e3f9ce17df015adb06dc443275666ab762a3f
Samurai Slice Gold Particles
2024-03-07 23:23:21 +00:00
minenice55 8353739dd1 Samurai Slice Gold Particles (#758)
* Beginning

The first commit

* End

Finished adding Particle Effects, and some of the sprites were changed

* hatred

trying to solve conflicts

* Just letting you all know

Got access to this branch

* re-parent wind

* fix capitalization in enum

---------

Co-authored-by: Obelisk <taynaluan10@gmail.com>
2024-03-07 22:46:41 +00:00
minenice55 9b577be76e Merge pull request #756 from RHeavenStudio/cherry-pick-release_1_patches-08ca8763451c99250dfc964107aaee249dbc5545
Logo Tweaks
2024-03-07 19:34:41 +00:00
Tailx501 54fdca469e Logo Tweaks (#755)
* FOT-KurokaneStd_(Megamix_Modified)-EB.otf

* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd (Megamix Modified)-EB.otf

* FOT-KurokaneStd_(Megamix_Modified)-EB.otf

Forgot that the letters "V" & "v" were also modified as well.

* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd_(Megamix_Modified)-EB.otf

* Forgot that the letters "V" & "v" were also modified as well.

* Noticed that "_j" were merge together.

* Logo Tweaks

* Logo Tweaks

* Logo Tweaks
2024-03-07 19:30:31 +00:00
minenice55 785dfee9a6 Merge pull request #751 from RHeavenStudio/cherry-pick-release_1_patches-9b59d06b55d0a7af11bd29715410f92c9b5ebebf
R1.1 Hotfixes
2024-03-05 18:14:05 +00:00
AstrlJelly 58bd843aea hotfixes (#750) 2024-03-05 18:05:21 +00:00
minenice55 b0d25c4e00 Merge pull request #747 from RHeavenStudio/cherry-pick-release_1_patches-dd0063aadbbbca4b50f6c39ea2a505122d1a4918
Change License Badge on README
2024-03-05 05:06:03 +00:00
minenice55 b0d4b2b06a Change License Badge on README (#746) 2024-03-05 05:05:55 +00:00
minenice55 eb1ea48202 Merge pull request #737 from RHeavenStudio/cherry-pick-release_1_patches-98666636148341ee25e6a0db2b290cb6c9ed8423
ColorEase Class
2024-03-04 03:51:58 +00:00
AstrlJelly 08a7fce35a ColorEase Class (#735)
* ColorEase stuff

why didn't we do this earlier!! this is so much common code cut down and makes things a LOT easier to type

* port karate man, fix NaN bug

goin to bed now!

* km fix, convert all to colorease, multisounds stuff

fix that goddamn ms.startBeat = sounds[0].beat; bug + if it's already converting to a list, why not just define the sounds as a list??????? they're a list most of the time anyways

ive got work ahead of me.

* finish up the code, document it

just a few more fixes and we're good

* revert some fork lifter stuff

as nice as it would be i just don't want things to break

* revert some MORE stuff

* revert even more. bleh

* semtiones lol

also a karate man fix
2024-03-04 03:51:43 +00:00
minenice55 30f47ea764 Merge pull request #726 from RHeavenStudio/cherry-pick-release_1_patches-476712e47ddbd3accf996055b8801abb488b730b
Fix Anim Block, Fine Semitones in SFX Block
2024-02-26 18:07:40 +00:00
AstrlJelly 17745a5ca7 Fix Anim Block, Fine Semitones in SFX Block (#724)
* Fix Anim Block, Fine Semitones in SFX Block

* i was recursively getting the anim object path BACKWARDS. oops
* added fine semitones in the sfx block, thanks Vincells
* GetPitchFromSemitones uses a float instead of an int now

* revert the semitones thing

* okay that's better

use cents correctly
2024-02-26 17:47:30 +00:00
minenice55 bfeadcf704 Merge pull request #721 from RHeavenStudio/cherry-pick-release_1_patches-caf124a8cdde5f2b9fb0a6bbf2839d29ed089803
Advanced Blocks
2024-02-26 01:47:31 +00:00
AstrlJelly 3cdb63917e Advanced Blocks (#720)
* play sfx and play animation blocks

i also changed prescheduleFunction to preFunction, and removed the unused preFunction argument in GameAction
i can revert this if need be but it just seemed vestigial

* count in rework + preloading, multisound addition

multisound was using an array that was converted to a list..?
very silly when you consider it's a list first so sometimes it's list -> array -> list lol

new Count-In and Play SFX block preloads sfx now!! epic.

* prefab-ify event properties, Button EntityType

* things are very nearly working!

however i just hit an insane hurdle. how do i modify a dropdown while still being able to access the index/int value of that param directly. UGHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

* okay it's WORKING now

i just need to do some better dropdown stuff

* ITS WORKING ITS WORKING ITS WORKING

arbitrary animations, now accessible to those without prefab knowledge! and it's piss easy to use!!

* about to make a struct + class, tooltip improvements

gonna make the struct define it, then the class will actually be the dropdown
this is gonna make things so so so so much easier to comprehend

* finishing up, probably one more commit after this

* split up Dropdown into Dropdown and DropdownObj, which basically fixed all of my problems lol
* fixed a count bug
* added param tooltip toggle

* grah it's ALMOST DONE

* it's 99.9% finished.

just some touch ups, i don't think i even know of any bugs

* alright, looks like that's all the bugs gone

* EVERYTHING IS FINISHED!!
2024-02-26 01:47:22 +00:00
minenice55 1102987c14 Merge pull request #714 from RHeavenStudio/cherry-pick-release_1_patches-44b645f57a494446f15ae4785919b04d4f8b24f8
Tunnel Backgrounds
2024-02-24 01:23:27 +00:00
Seanski2 979c8bd372 Tunnel Backgrounds (#713)
* field + desert bgs

we're just getting started

* city bg wooo

* New camera positioning in car

thank you maddy and meta

* night time zzz

* moai + crop stomp bgs

* new sheet

goodbye bluetooth wheel

* tunnel bg changer

* quiz bg wip

* quiz show bg animated

i am far too stupid to understand what's going on with the code

* far anim disappeared??? fsr???

* bgs are done woooo

this might be huge for the tunnel community

* Revert "bgs are done woooo"

This reverts commit f4ca272731ae62ae755fe14e7a9d4c37c5ea35f4.

* Revert "Revert "bgs are done woooo""

This reverts commit b75ca2be150755c1782be151cda231706e7f231e.

* Revert "Revert "Revert "bgs are done woooo"""

This reverts commit 7d2e47ccbc00c78f56c4c9632af6fd423d983caa.

* i dont know man

* redo lost anims

* add quiz bg

lol

---------

Co-authored-by: minenice55 <star.elementa@gmail.com>
Co-authored-by: AstrlJelly <bdlawson115@gmail.com>
2024-02-24 01:23:15 +00:00
minenice55 b25c257445 Merge pull request #704 from RHeavenStudio/cherry-pick-release_1_patches-f53ee657b3d3c00984171639441eea51d8065ecd
Updated the Modified Kurokane Font (again)
2024-02-18 01:43:13 +00:00
Tailx501 d8535ae280 Updated the Modified Kurokane Font (again) (#703)
* FOT-KurokaneStd_(Megamix_Modified)-EB.otf

* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd (Megamix Modified)-EB.otf

* FOT-KurokaneStd_(Megamix_Modified)-EB.otf

Forgot that the letters "V" & "v" were also modified as well.

* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd_(Megamix_Modified)-EB.otf

* Forgot that the letters "V" & "v" were also modified as well.

* Noticed that "_j" were merge together.
2024-02-16 17:40:49 +00:00
minenice55 de65230cff Merge pull request #702 from RHeavenStudio/cherry-pick-release_1_patches-dbf99f8d5db49b09f15084cee4d08b2c8aaf0857
Fix broken material
2024-02-16 13:50:14 +00:00
minenice55 01e99d787b fix broken material (#701) 2024-02-16 13:49:36 +00:00
minenice55 9ab77e7f46 Change Project License to MIT (#700)
* license change

replace unneeded package

* reword this
2024-02-16 01:22:24 -05:00
minenice55 d92d6cb0ee Merge pull request #693 from RHeavenStudio/cherry-pick-release_1_patches-ec65c5d056142f100ba6366673fd755da557bcdb
Improved Sound Loading
2024-02-11 05:26:45 +00:00
minenice55 39139a7547 Improved Sound Loading (#688)
* basic audio preloading

could this operation be timesliced even more?

* note

* load sounds in subfolders from their ABs properly

fix sound names that would conflict from this change

* also grab from cache in this method

* fix ringside's assetbundle

* several AB sfx fixes

air rally
catchy tune
coin toss
karate man
lockstep
marching orders
mr upbeat
samurai slice gold
tambourine
tram&pauline
trick on the class
working dough

* fix flipper flop assetbundle

* fix weird issue with pause menu arrow
2024-02-11 05:25:51 +00:00
minenice55 104172364d Merge pull request #687 from RHeavenStudio/cherry-pick-release_1_patches-1c82011cb5f1aa9d16c1a5ec80d4ce7e89ce82e1
Updated the Modified Kurokane Font
2024-02-06 20:55:38 +00:00
Tailx501 25723e54a1 Updated the Modified Kurokane Font (#686)
* FOT-KurokaneStd_(Megamix_Modified)-EB.otf

* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd (Megamix Modified)-EB.otf

* FOT-KurokaneStd_(Megamix_Modified)-EB.otf

Forgot that the letters "V" & "v" were also modified as well.

* Delete Assets/Resources/Fonts/kurokane/FOT-KurokaneStd_(Megamix_Modified)-EB.otf

* Forgot that the letters "V" & "v" were also modified as well.
2024-02-06 20:54:21 +00:00
minenice55 030a6762b7 Merge pull request #683 from RHeavenStudio/cherry-pick-release_1_patches-dda64e6613e7177c3d3b07886a8f21f842dd9b1c
fork lifter burger fix
2024-02-04 16:41:46 +00:00
AstrlJelly 79251e1499 the burger fix (#681) 2024-02-04 16:16:20 +00:00
minenice55 258a9ce2fb oops 2024-02-04 01:59:18 -05:00
minenice55 526bf6ee3c Merge pull request #680 from RHeavenStudio/cherry-pick-release_1_patches-5e804b3bd636255c6bb4bb29c163d67bfae3f4e4
JSL-Related Improvements
2024-02-04 06:55:57 +00:00
minenice55 0219564ea6 JSL-Related Improvements (#679)
* *don't* cause a stack overflow when polling split controller

* update JSL (DualSense Edge support)

add ability to update controller bindings

* (temporarily) get rid of everything joy-con pair related

* prepare the new controller

update JSL

* implementation of joycon pair

* properly do the material

* finish implementation
2024-02-04 06:55:43 +00:00
minenice55 82a0c65745 Merge pull request #676 from RHeavenStudio/cherry-pick-release_1_patches-b352f3648fd472d27fc5e562b267e10c3ad4c74b
Upbeat blip length
2024-02-02 00:43:43 +00:00
ThePurpleAnon 5a5aa19a06 Upbeat blip length (#675)
* Implementation

actually implemented the slider, waiting on zeo's word for polish

* Non-placeholder text

ty zeo
2024-02-02 00:42:49 +00:00
minenice55 a2e29af012 Merge pull request #674 from RHeavenStudio/cherry-pick-release_1_patches-a116ae5f25efc5db947ffba1e4dd4fd2c1dd9c3c
Kitties Fix
2024-02-01 05:47:37 +00:00
ev d11c35d48f Kitties Fix (#673)
* new kitties sprites

* Kitties Fix

* fixed anims and sheet

---------

Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-02-01 05:46:56 +00:00
minenice55 b9e7e59ff3 Merge pull request #672 from RHeavenStudio/cherry-pick-release_1_patches-eb76f406fec515da87358ffde478131b75d69fa2
Kitties Resprite
2024-01-31 05:37:29 +00:00
ev 6a817a813d new kitties sprites (#671)
Co-authored-by: ev <85412919+evdial@users.noreply.github.com>
2024-01-31 05:35:20 +00:00
minenice55 1270005c90 Merge pull request #668 from RHeavenStudio/cherry-pick-release_1_patches-a071b45d2387a9cf28b2acc1adf99c7ef6c901c7
just two bug fixes
2024-01-31 05:01:41 +00:00
AstrlJelly 28cc8ab426 just two bug fixes (#667)
* Update README.md (#661)

* reimplement the fixes

---------

Co-authored-by: minenice55 <star.elementa@gmail.com>
2024-01-31 05:00:53 +00:00
minenice55 1b0d4664f1 Merge pull request #662 from RHeavenStudio/cherry-pick-release_1_patches-e27458d0786eee3e27d154acec2abdc6526c8b4e
[style] Update README.md (test new action)
2024-01-28 03:51:19 +00:00
minenice55 6912c548f7 Update README.md (#661) 2024-01-28 03:50:49 +00:00
minenice55 d42541690f action to cherry-pick PRs to appropriate branches on merge 2024-01-27 22:41:06 -05:00
minenice55 79ef926f17 Delete Ookii.Dialogs.dll.meta 2024-01-27 16:46:35 -05:00
minenice55 a713e5f210 more update to StandaloneFileBrowser 2024-01-27 16:44:17 -05:00
minenice55 5b80f29f6f update StandaloneFileBrowser to use our org's fork 2024-01-27 16:37:13 -05:00
minenice55 bd4147b966 update workflows 2024-01-25 16:15:45 -05:00
minenice55 434c4845d7 Merge pull request #655 from minenice55/systems-improvements
Minor Refactoring
2024-01-25 20:42:49 +00:00