Commit Graph

866 Commits

Author SHA1 Message Date
bd_
0024be06e0
fix: FreeSegment "segment not found" errors (#800)
Zero-length allocations could result in multiple entries with the same offset in the segment map. This would then break subsequent lookups.

Fixed by increasing these allocations to a minimum length of one.
2024-03-25 10:09:43 +00:00
dependabot[bot]
16279e0b65
chore(deps): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /docs~ (#798)
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases)
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: webpack-dev-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 10:09:34 +00:00
dependabot[bot]
61e97344ea
chore(deps): bump softprops/action-gh-release in /.github/workflows (#795)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](d99959edae...9d7c94cfd0)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  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>
2024-03-19 16:19:05 +09:00
bd_
8a6c1c86c0 1.9.9-rc.2 2024-03-17 17:07:33 +09:00
bd_
a23acc6537
feat: use NDMF parameter info hooks to remap parameters (#792) 2024-03-17 17:07:13 +09:00
bd_
9aa3751e03
fix: don't use GUID references in asmdef (#791)
Closes: #790
2024-03-17 17:00:29 +09:00
bd_
f92d10cf50
fix: NullRefExceptions from inspectors (#789)
* fix: NullReferenceError while deleting a GameObject with parameter usage UI open

* fix: NullRefException from editor when moving a Menu Installer outside of an avatar
2024-03-16 20:50:41 +09:00
nadena-dev-ci
a630cfc316
New translations en-us.json (Chinese Traditional) (#787) 2024-03-16 20:13:13 +09:00
nadena-dev-ci
a83f1dca7c
New Crowdin updates (#776)
* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Japanese)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Traditional)
2024-03-16 18:20:57 +09:00
dependabot[bot]
103deba015
chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /docs~ (#786)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-16 18:19:54 +09:00
bd_
7f7f344963 1.9.9-rc.1 2024-03-16 17:38:37 +09:00
bd_
65797aa012
chore: add some additional profiling declarations (#785) 2024-03-16 17:37:03 +09:00
flower_elf
9516a5eafa
Remove unused translations and update localization (#778) 2024-03-16 16:09:09 +09:00
bd_
88cf2e14b7
chore: additional debugging to try to track down FreeSegment issues (#781) 2024-03-16 15:57:11 +09:00
bd_
12981d1060
fix: plugins with zero contributed bits are show in usage UI (#777) 2024-03-16 15:57:00 +09:00
ZenithVal
2c69bb2b76
Fix Audio Clip References in Animator (#780)
For the new VRC Play Audio State Behavior available in Open Beta
2024-03-16 15:55:34 +09:00
bd_
aa631f3b01 1.9.9-rc.0 2024-03-14 21:34:12 +09:00
bd_
654aec1aab
feat: add UI to show parameter usage (#773) 2024-03-14 21:33:44 +09:00
bd_
532e3bc250 chore: add missing meta file
Closes: #769
2024-03-14 15:38:00 +09:00
bd_
f4f26d2f67 1.9.8 2024-03-14 15:31:33 +09:00
dependabot[bot]
2f4e4bce5c
chore(deps): bump softprops/action-gh-release in /.github/workflows (#768)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](de2c0eb89a...d99959edae)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  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>
2024-03-11 15:09:21 +09:00
nadena-dev-ci
8a8b6a355c
New Crowdin updates (#765)
* New translations en-us.json (Chinese Traditional)

* New translations en-us.json (Chinese Traditional)
2024-03-11 11:28:51 +09:00
bd_
3f50da35f2
fix: potential null ref exceptions from scale adjuster (#767) 2024-03-11 11:20:34 +09:00
bd_
a801f0ee76
fix: try to protect against segment double free a bit more (#766) 2024-03-11 10:32:57 +09:00
flower_elf
fe8eeb1124
Refactor Chinese Simplified Localization (#764)
* Refactor to improve readability

* Fix

* Fix tooltip text for localOnly parameter in zh-Hans.json
2024-03-10 02:24:49 +09:00
nadena-dev-ci
902a84ead4
New Crowdin updates (#762)
* New translations en-us.json (Japanese)

* New translations en-us.json (Korean)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Traditional)

* Update source file en-US.json

* New translations en-us.json (Japanese)

* New translations en-us.json (Chinese Traditional)
2024-03-10 00:05:58 +09:00
bd_
4f05ff1981 1.9.7 2024-03-09 20:12:44 +09:00
nadena-dev-ci
4ab0078456
New Crowdin updates (#761)
* New translations en-us.json (Japanese)

* Update source file en-US.json

* New translations en-us.json (Japanese)

* New translations en-us.json (Chinese Simplified)
2024-03-09 19:57:33 +09:00
bd_
63cf4626e0 chore: adjust badge order 2024-03-09 19:33:22 +09:00
bd_
68a3f928a4 chore: add crowdin badge 2024-03-09 19:33:07 +09:00
bd_
5e7516a3f8
New Crowdin updates (#760)
* Update source file en-US.json

* New translations en-us.json (Japanese)

* New translations en-us.json (Chinese Traditional)

* Update source file en-US.json

* New translations en-us.json (Chinese Traditional)

* Update source file en-US.json

* New translations en-us.json (Japanese)

* New translations en-us.json (Korean)

* New translations en-us.json (Chinese Simplified)
2024-03-09 19:26:21 +09:00
bd_
02952437c0 chore: add Localization/README.md 2024-03-09 19:23:38 +09:00
bd_
ea2e1f026d
New Crowdin updates (#759)
* New translations en-us.json (Japanese)

* New translations en-us.json (Korean)

* New translations en-us.json (Chinese Simplified)

* New translations en-us.json (Chinese Traditional)
2024-03-09 19:19:08 +09:00
bd_
29920d1d91 Update Crowdin configuration file 2024-03-09 02:03:56 -08:00
bd_
0294fc16bd chore: apparently this config can't be in a subdirectory 2024-03-09 19:03:45 +09:00
bd_
81dddabf15 chore: move crowdin config out of unity's view 2024-03-09 19:03:08 +09:00
bd_
df05929cc2 Merge remote-tracking branch 'origin/main' into tct 2024-03-09 18:58:52 +09:00
bd_
12de13a947
chore: fix localization capitalization (#758) 2024-03-09 18:57:38 +09:00
bd_
0ff1da0734
fix: type corrections not applied to substatemachine exit transitions (#751)
Closes: #748
2024-03-09 18:55:31 +09:00
bd_
e31a33b82c
chore: configure crowdin (#756) 2024-03-09 18:51:14 +09:00
bd_
17e6c22335
fix: potential null reference exceptions from ProxyManager (#750)
* chore: fix incorrect namespace

* fix: potential null reference exceptions from ProxyManager
2024-03-09 18:08:38 +09:00
Reina_Sakiria
01d24f6809
fix: no purge MoveIndependently (#749) 2024-03-09 17:57:15 +09:00
bd_
37e7ebcae1 1.9.6 2024-03-08 20:25:43 +09:00
bd_
95a686609d
fix: Visible Head Accessory breaks transform animations (#747)
Closes: #743
2024-03-08 17:59:30 +09:00
bd_
d85bbb257c
fix: nullref from Setup Outfit on non-humanoid rigs (#746)
Closes: #742
2024-03-08 17:59:21 +09:00
bd_
fcc3752bcc
fix: double free message from armature lock (#745)
Closes: #741
2024-03-08 17:59:13 +09:00
bd_
f7e574654f
fix: parent scale ignored in Scale Adjuster (#744)
Closes: #740
2024-03-08 17:59:04 +09:00
夜嵐蝶Alma
eabf6422ec
Update zh-hant.json.meta
delet timecreated
2024-03-07 11:55:06 +08:00
夜嵐蝶Alma
9905da339e
Update zh-hant.json.meta
Add timecreated
2024-03-07 11:31:08 +08:00
夜嵐蝶Alma
76de98e07e
add zh-hant.json.meta 2024-03-07 10:54:35 +08:00