From 05cc07a97d9ee952d62b3045484f2a9a37c759d5 Mon Sep 17 00:00:00 2001 From: notevil Date: Thu, 23 Apr 2026 06:04:38 +0200 Subject: [PATCH] Audit-9 review : drop MovementAnimation from phase0 extract script Reviewer flagged scripts/rig-extract-phase0.sh:49 as stale after Audit-9 deleted rig/anim/types/MovementAnimation.java. The script is one-shot tooling, but keep it coherent with the actual fork. --- scripts/rig-extract-phase0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rig-extract-phase0.sh b/scripts/rig-extract-phase0.sh index 45ce802..837b99e 100755 --- a/scripts/rig-extract-phase0.sh +++ b/scripts/rig-extract-phase0.sh @@ -46,7 +46,7 @@ cp -v "$SRC"/api/animation/property/*.java "$DST/anim/property/" 2>/dev/null echo "" echo "=== 4. Animation types (filtrés + stubs combat pour JsonAssetLoader) ===" -for f in DynamicAnimation StaticAnimation MovementAnimation LinkAnimation \ +for f in DynamicAnimation StaticAnimation LinkAnimation \ ConcurrentLinkAnimation LayerOffAnimation EntityState \ ActionAnimation AttackAnimation MainFrameAnimation; do # ActionAnimation/AttackAnimation/MainFrameAnimation seront simplifiés