Releases: Mattshark89/OpenFlight-VRC
OpenFlight-1.7.9
Important Notice!
This is a small hotfix as the 2.0.0 version is still under development, but the same situation applies as was mentioned in the previous release, in that there will be no major additions until that version releases, under which you will need to be using Unity 2022 to update
Minor Changes
- Bumped speed cap up to 2000m/s as some people are able to hit 1000m/s naturally somehow
Fixes
- Hopefully fixed the VCC warning about undefined unit version when adding the package to a world project
What's Changed
- [Avatar Addition] Batty Bat by @ReazyFluff in #119
- [Avatar Addition] Dromeowyrm v2 by @ReazyFluff in #122
Full Changelog: OpenFlight-1.7.8...OpenFlight-1.7.9
OpenFlight-1.7.8
Important Notice!
This is likely to be the last release before a 2.0.0 release which, among other things, we plan to bring persistence and improvements across the board. Unless any other major bugs are found in this version before 2.0.0 gets released, this will also be the last version that supports Unity 2019, due to persistence requiring the newer 2022 unity versions and SDK. We would have kept 2019 compatibility if we could, but its just not possible to when we have to bump the minimum SDK library version.
Fixes
- Changed main menu detection to use the head position instead of local player position, as these can desync du to changes made by VRC
- Hard cap introduced for final player velocity when in flight, to prevent lag abuse exploit
- Public API fixed so that disabling flight from a trigger script will actually work properly
- Fun fact if your curious,
Update()
will still run for one frame if a script is turned off from a trigger! Isnt that fun!
- Fun fact if your curious,
What's Changed
- [Avatar Addition] Mantled Vern by @InvertedCrink in #105
- [Avatar Addition] Av-Eli by @Angiethekirin in #106
- [Avatar Addition] Batdal v2 Hash by @Kitsune-KAZE in #107
- [Avatar Addition] SAM (Sap Avali Model) by @Neszumi in #108
- [Avatar Addition] Uncia Gryphonet by @Neszumi in #109
- ADD: Durgarra and Wyvernarra by @DarkSpirit019 in #113
- [Avatar Addition] Litria by @ReazyFluff in #114
- [Avatar Addition] PhoenixFallen Mini'spiri'vali by @Bluebie in #116
- Add Floofvali v1.2 by @jennytoo in #117
New Contributors
- @InvertedCrink made their first contribution in #105
- @Angiethekirin made their first contribution in #106
- @Kitsune-KAZE made their first contribution in #107
- @Neszumi made their first contribution in #108
- @ReazyFluff made their first contribution in #114
Full Changelog: OpenFlight-1.7.7...OpenFlight-1.7.8
OpenFlight-1.7.7
Small hotfix of two different issues, still recommend updating
Fixes
- Hotfix for Pico hardware double math issue
- TLDR: Something broke on the Pico specific VRC client that makes double math values get truncated. This broke gliding. This update fixes the issue as we did not need double math in the location it was breaking anyway, but other worlds will currently not have functional gliding on standalone Pico until VRC resolves the canny.
- Fixed the wrong variable being stored into the defaults list, leading to a script crash when trying to restore the defaults in 1.7.6 only
- This was introduced as I didn't pay enough attention when copying code around for
fallToGlideActivationDelay
- This was introduced as I didn't pay enough attention when copying code around for
OpenFlight-1.7.6
Major Changes
- A new setting and slider for fall to glide activation delay has been added! Use this to control how long it takes until gliding will start when you start falling downwards
Minor Changes
- Built in defaults system has been improved in codebase. No functional change visually but its significantly nicer to maintain
- VRC World dependency has been updated to support the upcoming SDK 3.7
Fixes
- flightMode API has been fixed, now setting the flight mode variable/property will have the same behaviour as using the built in public functions
What's Changed
- Added KAvali by Questing Crusader by @TheNull in #99
- [Avatar Addition] AS.4VA-L1 by @Polaris-Avali in #100
New Contributors
Full Changelog: OpenFlight-1.7.5...OpenFlight-1.7.6
OpenFlight-1.7.5
Major Changes
flightMode
is now a enum instead of a string, so if you were interacting with it before this version, your code will no longer compile properly, and you should be using the new enum type instead. #51
Minor Changes
- The tablet will now inform you why flight is not detected when you are in desktop mode. Fixed #69
Full Changelog: OpenFlight-1.7.4...OpenFlight-1.7.5
OpenFlight-1.7.4
Small update this time around, mostly minor fixes and changes to internals that don't affect anything externally
Minor Changes
- JSON is now minified server side to help when string loading
- This has functionally no real changes right now, but may make string loading slightly faster, and will future-proof against string size limits, if we ever get to that point.
- Package version embedding now uses Unity editor classes to have a more robust way of getting the package version upon upload
- Changed a DataDictionary Add method to SetValue instead, with no functional end change other than avoiding runtime errors just incase
- Implemented a custom icon for OpenFlights style sheet system, to make them easier to identify in the asset browser
Fixes
- Fixed the delay between joining a world and having auto detection functional
- The issue was that we never looked at the in world json until string loading failed, so we had to wait for that event to come in
What's Changed
- [Avatar Addition] Little Blackbird by @Bluebie in #94
- Add Avali Spirit VRChat Avatar by @DarkSpirit019 in #95
- [Avatar Addition] Ori'Vali by @Polaris-Avali in #96
- ci: minify the data.json when publishing the website by @nponsard in #97
New Contributors
- @Bluebie made their first contribution in #94
- @DarkSpirit019 made their first contribution in #95
- @Polaris-Avali made their first contribution in #96
- @nponsard made their first contribution in #97
Full Changelog: OpenFlight-1.7.3...OpenFlight-1.7.4
OpenFlight-1.7.3
Fixes
- Fix rare player specific regression with gliding where it wouldn't obey your glide direction. May reintroduce a bug, hopefully it does not
OpenFlight-1.7.2
Only change is to what SDK versions we support, as 3.6.0 of the SDK is coming soon, and does not have any changes that are breaking for the project
OpenFlight-1.7.1
- Hopefully fix UI Styles not updating properly when updating versions and not force changing the theme
- Removed stray VRC Object Sync on landing particles, they should accurately trigger at the right spot now
- Fix bug with contributor detection that led to ghost contributers
- Implement fix for UI objects not getting their types saved if you don't visit the settings tab
What's Changed
- [Avatar addition] skip4d bat, bento's vrchat bat, The unknown by @nanireid101 in #87
- [Avatar addition] Winged Ashera Dragoncat, Nox Wyvern by @micksam7 in #88
New Contributors
- @nanireid101 made their first contribution in #87
- @micksam7 made their first contribution in #88
Full Changelog: OpenFlight-1.7.0...OpenFlight-1.7.1
OpenFlight-1.7.0
Major Changes
- Sliders have a way of inputting a specific number now! Just click on the text representing the slider and you can edit the variable directly
- New toggle was added that will disable the influence of your avatar scale on the physics, so now its possible to have exactly the same physics no matter your size and worn avatar
Fixes
- Fixed avatar detection not properly setting some variables depending on code paths taken, leading to non hashed avatars not changing settings to defaults
What's Changed
- [Avatar Addition] Forge Raptor by @Eglantine4 in #84
- [Avatar Addition] Novavern by @MorghusDragon in #85
- Adding my public edit of the Hoshi Avali by @Apple-VR in #86
New Contributors
- @Eglantine4 made their first contribution in #84
- @Apple-VR made their first contribution in #86
Full Changelog: OpenFlight-1.6.5...OpenFlight-1.7.0