|
|
a4296dd70c
|
Remove unused variable dialogueId in migrate-scene-document.ts
|
2026-04-15 09:54:56 +02:00 |
|
|
|
0702681c64
|
Remove dialogues field from SceneDocument migration
|
2026-04-15 09:51:04 +02:00 |
|
|
|
f3d174a3a7
|
Remove startDialogue interaction and related code
|
2026-04-15 09:50:32 +02:00 |
|
|
|
888437ba4e
|
Update dialogue handling in migrate-scene-document.ts
|
2026-04-15 09:25:56 +02:00 |
|
|
|
cc12918b7b
|
Refactor dialogue handling in scene and project document migrations
|
2026-04-15 09:23:40 +02:00 |
|
|
|
7343441ee8
|
Add support for legacy project dialogues in scene document migration
|
2026-04-15 09:23:40 +02:00 |
|
|
|
f9a714b6b0
|
Add makeNpcTalk effect validation and handling in migrate-scene-document.ts
|
2026-04-15 09:22:38 +02:00 |
|
|
|
6deb1f9bdb
|
Update entity reading functions to include legacy project dialogues
|
2026-04-15 09:22:29 +02:00 |
|
|
|
e67f0d6d13
|
Update NPC entity reading to include dialogues and legacy support
|
2026-04-15 09:22:21 +02:00 |
|
|
|
1b10a6a31d
|
Add function to read NPC dialogues from scene document
|
2026-04-15 09:22:11 +02:00 |
|
|
|
635724a915
|
Add default rotation for wedge brushes in migrate-scene-document.ts
|
2026-04-15 09:21:07 +02:00 |
|
|
|
af78713c0f
|
Update migration logic for WHITEBOX_PRIMITIVES_SCENE_DOCUMENT_VERSION
|
2026-04-15 09:18:51 +02:00 |
|
|
|
fd47dec943
|
Update interaction link creation and add new scene document version
|
2026-04-15 09:17:50 +02:00 |
|
|
|
6a6637f5b6
|
Remove unused constant DEFAULT_TORUS_BRUSH_SIZE
|
2026-04-15 09:11:57 +02:00 |
|
|
|
1c752b0101
|
Add support for cone and torus brush types in migrate-scene-document.ts
|
2026-04-15 09:11:48 +02:00 |
|
|
|
a1630c1ee8
|
Add support for cone and torus brushes in document migration
|
2026-04-15 09:11:41 +02:00 |
|
|
|
abdcab4605
|
Refactor readBrushGeometry and update brush creation logic
|
2026-04-15 08:10:35 +02:00 |
|
|
|
55f6d10923
|
Support multiple brush kinds in migrate-scene-document.ts
|
2026-04-15 08:09:38 +02:00 |
|
|
|
c4b7b691b6
|
Refactor brush face and geometry reading functions in migrate-scene-document.ts
|
2026-04-15 08:09:20 +02:00 |
|
|
|
b2f1d71307
|
Update migrate-scene-document.ts with new brush types and utility functions
|
2026-04-15 08:08:52 +02:00 |
|
|
|
aa6c49854b
|
Update scene document versions and remove unused import
|
2026-04-15 04:13:11 +02:00 |
|
|
|
b7b85d37bd
|
Update scene document migration to include new versions and parameters
|
2026-04-15 04:11:24 +02:00 |
|
|
|
1bc1da42dc
|
Remove unused import in migrate-scene-document.ts
|
2026-04-15 04:08:49 +02:00 |
|
|
|
b4b399e3c6
|
Update material registry handling to support legacy patterns and new workflow checks
|
2026-04-15 04:07:45 +02:00 |
|
|
|
288c5d8e55
|
auto-git:
[change] src/document/migrate-scene-document.ts
|
2026-04-15 04:06:59 +02:00 |
|
|
|
a04c6fad18
|
Add validation for startSceneTransition effect in migrate-scene-document.ts
|
2026-04-15 03:43:18 +02:00 |
|
|
|
d9d288ab8d
|
Remove readSceneExitEntity function and its usage
|
2026-04-15 03:43:14 +02:00 |
|
|
|
43d1e56347
|
Remove unused function createSceneExitEntity
|
2026-04-15 03:43:14 +02:00 |
|
|
|
9f5daa8b8a
|
Refactor sequence effect handling for setVisibility
|
2026-04-15 01:40:53 +02:00 |
|
|
|
d8161e8695
|
auto-git:
[change] src/document/migrate-scene-document.ts
|
2026-04-15 01:40:53 +02:00 |
|
|
|
36f81d74b0
|
Refactor sequence handling and add new sequences panel
|
2026-04-15 01:17:01 +02:00 |
|
|
|
4cab97d785
|
Remove unused ProjectSequencesPanel component and update sequence document migration and validation
|
2026-04-15 01:13:31 +02:00 |
|
|
|
a17b6fae05
|
Update sequence clip reading to include startMinute, durationMinutes, and lane
|
2026-04-15 00:47:04 +02:00 |
|
|
|
144c717757
|
Correct error messages for sequence clip validation
|
2026-04-15 00:22:40 +02:00 |
|
|
|
f13188bf32
|
Refactor sequence step handling to use clips
|
2026-04-15 00:18:42 +02:00 |
|
|
|
d8482e6834
|
Add support for 'runSequence' interaction link in migrate-scene-document.ts
|
2026-04-14 23:47:03 +02:00 |
|
|
|
ba9deb43b5
|
Add sequences to SceneDocument migration
|
2026-04-14 23:46:59 +02:00 |
|
|
|
dcab81fd4e
|
Add PLAYER_START_PAUSE_BINDINGS_SCENE_DOCUMENT_VERSION to migrate-scene-document.ts
|
2026-04-14 23:34:52 +02:00 |
|
|
|
c4b016c82f
|
Add support for runSequence interaction and update scene document migration
|
2026-04-14 23:34:15 +02:00 |
|
|
|
8559241b5a
|
Implement reading of project sequence steps and libraries
|
2026-04-14 23:34:05 +02:00 |
|
|
|
132107e2a9
|
Add support for run sequence interaction link and project sequence library version
|
2026-04-14 23:34:05 +02:00 |
|
|
|
f4491e13a5
|
Add pause time binding to player start input bindings
|
2026-04-14 22:39:24 +02:00 |
|
|
|
fd13fdffe8
|
Add NPC dialogue support in scene document and runtime interaction system
|
2026-04-14 20:32:23 +02:00 |
|
|
|
7d03ecd7bc
|
Refactor condition in readProjectDialogueLibrary to handle undefined values correctly
|
2026-04-14 20:04:12 +02:00 |
|
|
|
57a03dcfd4
|
Add dialogues field to SceneDocument in multiple return statements
|
2026-04-14 20:00:21 +02:00 |
|
|
|
7d6e0baee5
|
Update scene document migration to include scheduler actor routine effects version
|
2026-04-14 19:55:00 +02:00 |
|
|
|
54f26229a5
|
Update scene document migration to support new versions and add dialogue handling
|
2026-04-14 19:54:34 +02:00 |
|
|
|
9b2be661d0
|
Add set-project-dialogues-command and update migrate-scene-document
|
2026-04-14 19:54:28 +02:00 |
|
|
|
93a7427455
|
auto-git:
[change] src/document/migrate-scene-document.ts
|
2026-04-14 13:43:00 +02:00 |
|
|
|
8a8477ff8e
|
Enhance readControlEffect to handle playActorAnimation and followActorPath, update ProjectScheduler routine handling
|
2026-04-14 13:42:12 +02:00 |
|