Commit Graph

650 Commits

Author SHA1 Message Date
bd_
7acc109c0c docs: add cache-control headers 2023-10-11 20:06:59 +09:00
bd_
9d744710da
docs: add redirect logic for docs site (#495) 2023-10-11 20:03:26 +09:00
bd_
27bd3496f1
ci: fix package.json not being added to releases 2023-10-10 18:34:08 +09:00
bd_
dac642ba6d 1.8.1 2023-10-09 19:01:33 +09:00
bd_
491cb97fb1
fix: null reference errors when apply on play triggers late (#490)
When an avatar is enabled after the scene is initially loaded, Merge Armature
would result in a lot of NullReferenceExceptions being logged.
2023-10-09 18:59:50 +09:00
bd_
68bc7ece54
fix: error report window not displayed on build failure (#488) 2023-10-09 18:43:26 +09:00
kaikoga
f538bf842f
chore: fix SceneManagement editor using declaration on unity 2021 (#483) 2023-10-09 15:55:27 +09:00
dependabot[bot]
b8f786dc4b
chore(deps): bump actions/checkout from 2 to 4 in /.github/workflows (#487)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 15:48:25 +09:00
bd_
a647c6a8d6
docs: update caniuse-lite (#481) 2023-10-08 16:31:06 +09:00
bd_
ccf67ac3f1
ci: improve docs upload/download perf (#480) 2023-10-08 16:23:16 +09:00
bd_
65d5af509e
ci: cherry-pickable docs workflow (#479) 2023-10-08 16:10:27 +09:00
bd_
dd2f15d533
chore: Update README.md 2023-10-08 15:41:33 +09:00
bd_
ddbc3b164b
chore: restructure repository to put package at top-level (#477)
* chore: rearrange package structure to have the package at the root

* ci: update CI workflows

* ci: fixing workflow bugs

* ci: recurse building .zip package

* ci: more fixes

* ci: add back in the nadena.dev VPM repo

* ci: fix tests
2023-10-08 15:39:57 +09:00
anatawa12
4a89a8738e
docs(ja/logo-usage): fix typo (#476) 2023-10-07 21:39:39 +09:00
bd_
bc1939f8a2 ci: trigger docs release when releases are released 2023-10-07 21:26:11 +09:00
bd_
68cb6c8530
docs: add logo usage guidelines and extending docs (#475) 2023-10-07 20:52:41 +09:00
dependabot[bot]
c97a1fa82e
chore(deps): bump postcss from 8.4.19 to 8.4.31 in /docs (#474)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.19 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.19...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 20:44:18 +09:00
bd_
2925ecf419 1.8.0 2023-10-07 20:38:56 +09:00
bd_
d35723c34d chore: adjust legacy AAO warning 2023-10-07 18:08:15 +09:00
bd_
4db96d2538
ci: use VRCSDK 3.4 for tests (#473) 2023-10-07 10:23:46 +09:00
bd_
11bf5e32d0
fix: unknown error from ESO when avatar descriptor is not found (#472) 2023-10-07 10:23:38 +09:00
bd_
8b60cdb6fc
chore: delete dead code (#470) 2023-10-06 19:21:43 +09:00
bd_
55e662be66
Update vpm-manifest.json 2023-10-05 19:16:55 +09:00
bd_
ef17cbbbf9 1.8.0-rc.0 2023-10-03 20:04:21 +09:00
bd_
3b8a3c3fd9 chore: update project settings 2023-10-03 19:57:26 +09:00
bd_
bf19bc1102
Update gameci.yml 2023-10-03 19:49:28 +09:00
bd_
7e8aa3f5f1
fix: fix issues with nested armature confusion in Easy Setup Outfit (#469)
This fixes issues with nested armature confusion by changing the name of the
Armature object (only).
2023-10-03 19:38:01 +09:00
bd_
56119c0779
Update gameci.yml 2023-10-03 19:26:11 +09:00
bd_
02ea485c08
Update gameci.yml - enable prettyprint of test results 2023-10-03 18:40:37 +09:00
bd_
c454bc1ed8
fix: blendshape sync not being processed (#466)
* Add integration test for blendshape sync

* fix: blendshape sync not being processed

This change refactors AnimationDatabase to be part of the same extension
context as the TrackObjectRenames functionality (which is renamed back to
PathMappings). This then allows us to sequence deactivation of this context
to come after blendshape processing completes.

Fixes: #461
2023-10-01 00:09:43 +09:00
anatawa12
46c1f7ce49
Add warning for legacy (non-ndmf) aao (#458)
* chore: restore some functions in AvatarProcessor for compile time legacy AAO compatibility

* feat: add warning for legacy Avatar Optimizer
2023-09-30 17:00:18 +09:00
Rinna Koharu
3f681a08de
位置追従モードの説明の日本語訳を修正 (#459) 2023-09-30 16:59:04 +09:00
bd_
23a8027222 docs: set trailingSlash: false 2023-09-30 16:52:40 +09:00
bd_
820c2b0b95
docs: fix build issues (#463) 2023-09-30 16:35:42 +09:00
bd_
af7a9c03ba 1.8.0-beta.2 2023-09-27 20:25:15 +09:00
bd_
bef17bbaf8
fix: Move Independently breaks armature lock (#457) 2023-09-27 20:24:42 +09:00
bd_
587084ffb7 docs: fix broken relative links 2023-09-27 20:23:10 +09:00
bd_
7227de11fd chore: update dev project settings 2023-09-27 20:15:40 +09:00
dependabot[bot]
c00f4323bb
chore(deps): bump @docusaurus/core from 2.4.1 to 2.4.3 in /docs (#445) 2023-09-27 11:12:53 +00:00
bd_
02b7aedb86
Revert "fix: avoid name collisions in setup outfit (#435)" (#456)
This reverts commit 6cbcde05f4.

Adding a suffix broke enough people's workflows that it's probably
better to look for a more targeted solution to the misbinding issue
(once we have a repro).
2023-09-27 20:10:57 +09:00
dependabot[bot]
6b32b67344
chore(deps): bump @docusaurus/preset-classic in /docs (#446) 2023-09-27 11:07:43 +00:00
dependabot[bot]
3176dcad76
chore(deps-dev): bump @docusaurus/module-type-aliases in /docs (#444)
Bumps [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) from 2.4.1 to 2.4.3.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v2.4.3/packages/docusaurus-module-type-aliases)

---
updated-dependencies:
- dependency-name: "@docusaurus/module-type-aliases"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-27 20:03:16 +09:00
anatawa12
01ca90fd86
fix: error if MergeArmature is not under an avatar (#455) 2023-09-27 18:34:20 +09:00
bd_
64816e7e3c 1.8.0-beta.1 2023-09-26 20:27:15 +09:00
anatawa12
fc1abcfede
test: add test for runtime build (#452) 2023-09-26 19:55:39 +09:00
bd_
11b10a82d5
fix: NPEs resulting from bones being deleted under armature lock (#448)
Fixes: #447
2023-09-25 22:58:02 +09:00
anatawa12
37309125ea
fix: compile error on runtime build (#450) 2023-09-25 22:57:45 +09:00
bd_
8a770de016 1.8.0-beta.0 2023-09-24 17:16:30 +09:00
bd_
90615dc04e chore: fix error when entering play mode 2023-09-24 17:16:30 +09:00
bd_
af737379f8 chore: update unity generated files 2023-09-24 17:13:52 +09:00