Commit Graph

563 Commits

Author SHA1 Message Date
8b39192647 Introduce path smoothing functionality with Catmull-Rom splines 2026-04-15 11:12:36 +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
bbf0ae4d70 Update scene document validation for NPC entities 2026-04-15 10:59:23 +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
2a3e8c4852 Update scene validation to include current scene entities 2026-04-15 10:04:18 +02:00
4310fec814 Update project resource validation in scene-document-validation.ts 2026-04-15 09:54:56 +02:00
a4296dd70c Remove unused variable dialogueId in migrate-scene-document.ts 2026-04-15 09:54:56 +02:00
96b28ee2b8 Remove dialogue validation checks from scene document validation 2026-04-15 09:51:31 +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
425d207c5b Remove unused dialogue property from validation functions 2026-04-15 09:50:32 +02:00
9f117bbc38 Remove dialogue validation from scene and sequence validation 2026-04-15 09:49:19 +02:00
8118657464 Bump SCENE_DOCUMENT_VERSION to 62 and add NPC_ONLY_DIALOGUES_SCENE_DOCUMENT_VERSION 2026-04-15 09:46: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
1ebd615d1a Enhance scene document validation with NPC dialogue checks 2026-04-15 09:20:00 +02:00
ba4989c7d2 Add type annotations to brush functions parameters 2026-04-15 09:18:51 +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
dd76bae073 Add validation for radial prism, cone, and torus side counts in scene document 2026-04-15 09:12:20 +02:00
84edd3ee26 Add normalization functions for brush properties 2026-04-15 09:12:09 +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
3a5751b428 Bump SCENE_DOCUMENT_VERSION to 61 and add WHITEBOX_EXPANDED_PRIMITIVES_SCENE_DOCUMENT_VERSION 2026-04-15 09:11:37 +02:00
de81061ccc Add support for cone and torus brushes in document module 2026-04-15 09:06:42 +02:00
d31e4d3451 Add cone and torus brush creation functions 2026-04-15 09:06:38 +02:00
cd259fb6de Add type checks and default creation functions for cone, torus, and dialogue-related entities 2026-04-15 09:06:19 +02:00
90ed0812a4 Add functions for cone and torus geometry creation and normalization 2026-04-15 09:06:02 +02:00
5d76dc00af Add cone and torus brush support 2026-04-15 09:05:44 +02:00
e634e3eb5e Add default constants and update BrushKind for cone and torus 2026-04-15 09:05:32 +02:00
abdcab4605 Refactor readBrushGeometry and update brush creation logic 2026-04-15 08:10:35 +02:00
cfa2cef7f9 Bump SCENE_DOCUMENT_VERSION and add WHITEBOX_PRIMITIVES_SCENE_DOCUMENT_VERSION 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
b5bba4823f Use dynamic face and vertex IDs for validation and add volume mode check 2026-04-15 08:08:34 +02:00
e2bbd0dca0 Update imports and remove unused constants 2026-04-15 08:08:34 +02:00
8514eeaadc Add updateBrush function to brushes.ts 2026-04-15 07:51:39 +02:00
d80b32408d Add box brush mesh and update related files 2026-04-15 07:46:57 +02:00
4cd902e4e2 Add brushes.ts file with brush definitions and utilities 2026-04-15 07:40:33 +02:00
a6ae5cee8e Remove src/document/brushes.ts file 2026-04-15 07:37:25 +02:00