C-01 : GENERAL_ANIMATION_TRANSITION_TIME was int 6 while all consumers expect a float transitionTime in seconds — 6s gave inter-animation transitions of 120 ticks. Change to float 0.15F (3 ticks). C-02 : JointMaskReloadListener was never registered, leaving AnimationSubFileReader callers at lines 170/182/184 to receive null from getNoneMask()/getJointMaskEntry() with no data loaded. Register it in V2ClientSetup at LOW priority so it fires after the GLB cache clear and alongside the other bondage client reload listeners. M-03 : ASSETS_NEEDED.md JSON example already corrected in the earlier doc-keeper pass (Torso=7, Chest=8, etc.). Drive-by: add logs/ to .gitignore — the runClient logs were accidentally tracked.
50 lines
474 B
Plaintext
50 lines
474 B
Plaintext
# Eclipse
|
|
bin/
|
|
*.launch
|
|
.settings/
|
|
.metadata/
|
|
.classpath
|
|
.project
|
|
|
|
# IntelliJ IDEA
|
|
out/
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea/
|
|
|
|
# Gradle
|
|
build/
|
|
.gradle/
|
|
|
|
# Other
|
|
eclipse/
|
|
run/
|
|
run-client*/
|
|
run-data/
|
|
node_modules/
|
|
|
|
# Forge MDK
|
|
forge*changelog.txt
|
|
|
|
# Dev tools (local config)
|
|
.claude/
|
|
.superpowers/
|
|
.mcp.json
|
|
.codebase-index-cache.json
|
|
|
|
# Node (not used)
|
|
package.json
|
|
package-lock.json
|
|
.prettierrc.yaml
|
|
|
|
# Build logs
|
|
build_output.log
|
|
logs/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
docs/
|