|
|
c718624e60
|
Update documentation for AGENTS.md, CHAT_CONTEXT.md, architecture.md, roadmap.md, testing.md
|
2026-04-15 13:58:15 +02:00 |
|
|
|
75807045a3
|
Add path entity to project document JSON test
|
2026-04-15 11:23:59 +02:00 |
|
|
|
e633f1f6a3
|
Remove unused vector operation functions from paths.ts
|
2026-04-15 11:22:52 +02:00 |
|
|
|
1aa3a8b5f0
|
Refactor function definitions in paths.ts
|
2026-04-15 11:22:52 +02:00 |
|
|
|
7dca8b1b25
|
Add NPC entity to project document test
|
2026-04-15 11:21:56 +02:00 |
|
|
|
867cb58a18
|
Update function signatures in paths.ts
|
2026-04-15 11:21:56 +02:00 |
|
|
|
e2c09628e3
|
Update function signatures in paths.ts to include generic types
|
2026-04-15 11:21:35 +02:00 |
|
|
|
66d1aa7299
|
Refactor path smoothing logic and remove unused functions
|
2026-04-15 11:21:29 +02:00 |
|
|
|
a3eb94a9a2
|
Update function parameter type in paths.ts
|
2026-04-15 11:20:40 +02:00 |
|
|
|
ecc4794da0
|
Initialize smoothPath as true in buildRuntimeControlSurface
|
2026-04-15 11:19:20 +02:00 |
|
|
|
b462b5ae2d
|
Update tests for new onSetControlStepPathSmooth in ProjectSequencerPane
|
2026-04-15 11:19:20 +02:00 |
|
|
|
d5b941286c
|
Add onSetControlStepPathSmooth to ProjectSchedulePane
|
2026-04-15 11:19:20 +02:00 |
|
|
|
817b88497e
|
Add test for migrating legacy actor follow-path effects to smooth paths by default
|
2026-04-15 11:17:12 +02:00 |
|
|
|
c84b40869c
|
Add test for smooth path in runtime project scheduler
|
2026-04-15 11:17:04 +02:00 |
|
|
|
f739e0387c
|
Add test for smoothing followed paths into rounded corners
|
2026-04-15 11:16:21 +02:00 |
|
|
|
438c69ddae
|
Add smoothPath option to project schedule control options
|
2026-04-15 11:16:21 +02:00 |
|
|
|
d63cbcff27
|
Update tests for smooth path in project sequences
|
2026-04-15 11:15:09 +02:00 |
|
|
|
2883afac71
|
Add smooth path option to project sequences
|
2026-04-15 11:15:09 +02:00 |
|
|
|
2a53aa01f4
|
Add function to update project sequence control step path smoothing in App.tsx
|
2026-04-15 11:13:44 +02:00 |
|
|
|
1332b488cf
|
auto-git:
[change] src/app/ProjectSequencesPanel.tsx
|
2026-04-15 11:13:38 +02:00 |
|
|
|
d8d233b7fc
|
auto-git:
[change] src/app/ProjectSequencesPanel.tsx
|
2026-04-15 11:13:38 +02:00 |
|
|
|
c4836a319c
|
auto-git:
[change] src/document/scene-document-validation.ts
|
2026-04-15 11:13:24 +02:00 |
|
|
|
285e70c9ae
|
Handle smoothPath in readControlEffect
|
2026-04-15 11:13:20 +02:00 |
|
|
|
58a9f1eef6
|
Add smoothPath option in createProjectScheduleEffectFromOption
|
2026-04-15 11:13:20 +02:00 |
|
|
|
b9dcdf72fa
|
Add smoothPath property to RuntimeResolvedNpcPathState
|
2026-04-15 11:13:20 +02:00 |
|
|
|
a4107516e5
|
Update path sampling functions and add smoothPath option
|
2026-04-15 11:12:50 +02:00 |
|
|
|
8b39192647
|
Introduce path smoothing functionality with Catmull-Rom splines
|
2026-04-15 11:12:36 +02:00 |
|
|
|
b3fb3a0ebd
|
Add smoothPath property to control effects and update formatting
|
2026-04-15 11:12:36 +02:00 |
|
|
|
77dce114c1
|
Clone smoothPath property in cloneControlEffect function
|
2026-04-15 11:11:10 +02:00 |
|
|
|
e6f144257f
|
Add smoothPath option to FollowActorPathControlEffect and related interfaces
|
2026-04-15 11:11:10 +02:00 |
|
|
|
f8c0e2c4ea
|
Bump SCENE_DOCUMENT_VERSION to 64 and add FOLLOW_ACTOR_PATH_SMOOTH_SCENE_DOCUMENT_VERSION
|
2026-04-15 11:11:10 +02:00 |
|
|
|
8efa090705
|
Change interactionLinks to an array in runtime-interaction-system.test.ts
|
2026-04-15 11:01:56 +02:00 |
|
|
|
f8470bafae
|
Add test for NPC interaction links running click sequences
|
2026-04-15 11:00:11 +02:00 |
|
|
|
cccfd67bb3
|
Modify tests for NPC interaction system
|
2026-04-15 10:59:53 +02:00 |
|
|
|
d148021f6d
|
Update NPC dialogue panel text
|
2026-04-15 10:59:53 +02:00 |
|
|
|
bbf0ae4d70
|
Update scene document validation for NPC entities
|
2026-04-15 10:59:23 +02:00 |
|
|
|
9f0a7fe2af
|
Add interaction links section to App component
|
2026-04-15 10:59:23 +02:00 |
|
|
|
63fda459d4
|
Refactor sequence link messages and descriptions
|
2026-04-15 10:59:06 +02:00 |
|
|
|
58dd2729e3
|
Update interaction source handling to include NPCs
|
2026-04-15 10:59:06 +02:00 |
|
|
|
9cce99b7db
|
Add NPC support in interaction source entity handling
|
2026-04-15 10:58:50 +02:00 |
|
|
|
5a132cb351
|
Refactor NPC interaction logic in runtime-interaction-system.ts
|
2026-04-15 10:58:45 +02:00 |
|
|
|
8460ac6329
|
Add test for migrating legacy NPC dialogue speaker fields
|
2026-04-15 10:15:27 +02:00 |
|
|
|
51bfea0a80
|
Remove speakerName from dialogue lines in project-document-json.test.ts
|
2026-04-15 10:13:17 +02:00 |
|
|
|
786039dcd0
|
Remove speakerName from dialogue lines in build-runtime-scene.test.ts
|
2026-04-15 10:13:17 +02:00 |
|
|
|
07835ae7d5
|
Update speakerName references to use npc.actorId
|
2026-04-15 10:11:48 +02:00 |
|
|
|
16f7391801
|
Remove unused 'speakerName' field in tests
|
2026-04-15 10:11:48 +02:00 |
|
|
|
6b74477ebc
|
Remove unused 'speakerName' fields in tests
|
2026-04-15 10:11:48 +02:00 |
|
|
|
50528acdfc
|
Remove validation for empty dialogue speaker names
|
2026-04-15 10:10:56 +02:00 |
|
|
|
cf8d37dd44
|
Remove speakerName from dialogue line reading functions
|
2026-04-15 10:10:54 +02:00 |
|
|
|
f6a411e761
|
Bump SCENE_DOCUMENT_VERSION to 63 and add NPC_DIALOGUE_LINE_SPEAKER_REMOVED_SCENE_DOCUMENT_VERSION
|
2026-04-15 10:10:54 +02:00 |
|