Commit Graph

  • 1a8c4df01d Remove unused code in App.tsx Victor Giers 2026-04-15 09:30:17 +02:00
  • fb31411d54 Update test to check for missing NPC default dialogues Victor Giers 2026-04-15 09:29:38 +02:00
  • c937e3d479 Update tests to reflect new dialogue structure Victor Giers 2026-04-15 09:29:17 +02:00
  • a5ed03f7f3 Add startNpcDialogue method to runtime control foundation test Victor Giers 2026-04-15 09:27:07 +02:00
  • 50809a0392 Modify RuntimeInteractionSystem test to include full dialogue structure and update startDialogue to startNpcDialogue Victor Giers 2026-04-15 09:26:56 +02:00
  • 0ee6129d0c Update ProjectSequencerPane test to remove dialogue and add NPC talk functionality Victor Giers 2026-04-15 09:26:28 +02:00
  • 819697a75f Update ProjectSequencesPanel tests to use NPC talk effects Victor Giers 2026-04-15 09:26:09 +02:00
  • fcf11f09bc Make startNpcDialogue optional in runtime-interaction-system.ts Victor Giers 2026-04-15 09:25:47 +02:00
  • 6220471d35 Modify NPC creation preview in viewport-host.ts Victor Giers 2026-04-15 09:25:06 +02:00
  • 888437ba4e Update dialogue handling in migrate-scene-document.ts Victor Giers 2026-04-15 09:24:55 +02:00
  • 3f43a4e6d4 Simplify imports in NpcDialoguesPanel.tsx Victor Giers 2026-04-15 09:24:48 +02:00
  • 9874f9c91d Remove unused variable and update function parameter in App.tsx Victor Giers 2026-04-15 09:24:35 +02:00
  • cc12918b7b Refactor dialogue handling in scene and project document migrations Victor Giers 2026-04-15 09:23:30 +02:00
  • 7343441ee8 Add support for legacy project dialogues in scene document migration Victor Giers 2026-04-15 09:22:44 +02:00
  • f9a714b6b0 Add makeNpcTalk effect validation and handling in migrate-scene-document.ts Victor Giers 2026-04-15 09:22:35 +02:00
  • 6deb1f9bdb Update entity reading functions to include legacy project dialogues Victor Giers 2026-04-15 09:22:25 +02:00
  • e67f0d6d13 Update NPC entity reading to include dialogues and legacy support Victor Giers 2026-04-15 09:22:16 +02:00
  • 1b10a6a31d Add function to read NPC dialogues from scene document Victor Giers 2026-04-15 09:22:05 +02:00
  • 635724a915 Add default rotation for wedge brushes in migrate-scene-document.ts Victor Giers 2026-04-15 09:20:00 +02:00
  • 1ebd615d1a Enhance scene document validation with NPC dialogue checks Victor Giers 2026-04-15 09:19:50 +02:00
  • 470c6fbbca Add support for NPC dialogue in runtime-host.ts Victor Giers 2026-04-15 09:18:51 +02:00
  • ba4989c7d2 Add type annotations to brush functions parameters Victor Giers 2026-04-15 09:18:42 +02:00
  • af78713c0f Update migration logic for WHITEBOX_PRIMITIVES_SCENE_DOCUMENT_VERSION Victor Giers 2026-04-15 09:17:51 +02:00
  • fd47dec943 Update interaction link creation and add new scene document version Victor Giers 2026-04-15 09:17:45 +02:00
  • 3db877c86e Update App.tsx to remove dialogue selection and add material summary for NPC Talk effect Victor Giers 2026-04-15 09:17:01 +02:00
  • 2f2f610c9f Remove startDialogue action handling and related functions in App.tsx Victor Giers 2026-04-15 09:16:48 +02:00
  • b9cde33aab Remove unused Dialogue panel from App.tsx Victor Giers 2026-04-15 09:16:12 +02:00
  • dc2dd6ecce Add support for cone and torus geometries in runtime-host.ts Victor Giers 2026-04-15 09:16:08 +02:00
  • cd25067333 Add majorSegmentCount and tubeSegmentCount to RuntimeBoxBrushInstance and update buildRuntimeBrush logic Victor Giers 2026-04-15 09:16:02 +02:00
  • 7927b2c83f Replace dialogue selection with NpcDialoguesPanel component in App.tsx Victor Giers 2026-04-15 09:15:40 +02:00
  • 120f4f5df0 Add majorSegmentCount and tubeSegmentCount to brush transform targets Victor Giers 2026-04-15 09:15:18 +02:00
  • b5d3f933ed Update App.tsx and transform-session.ts for NPC dialogue changes Victor Giers 2026-04-15 09:15:09 +02:00
  • 1de82de206 Rename and update dialogue-related functions and types in App.tsx and transform-session.ts Victor Giers 2026-04-15 09:15:01 +02:00
  • 0b02222869 Include majorSegmentCount and tubeSegmentCount in TransformTarget cloning and equality checks Victor Giers 2026-04-15 09:14:53 +02:00
  • 939b5da9d9 Add NPC dialogue management functions in App.tsx Victor Giers 2026-04-15 09:14:32 +02:00
  • 1ca180cde1 auto-git: [change] src/core/transform-session.ts Victor Giers 2026-04-15 09:14:27 +02:00
  • 556c645583 Add cone and torus brush support in transform-session.ts Victor Giers 2026-04-15 09:14:19 +02:00
  • 5e78049a1b Remove unused dialogue handling functions and related code in App.tsx Victor Giers 2026-04-15 09:13:53 +02:00
  • 89a353db4f Update tests for geometry primitives to check normal direction more flexibly Victor Giers 2026-04-15 09:13:36 +02:00
  • 1f0e5cdeb7 Update test to include cone and torus brushes Victor Giers 2026-04-15 09:13:25 +02:00
  • 317854c69f Update tests to include cone and torus brushes Victor Giers 2026-04-15 09:13:17 +02:00
  • b853ef40ef Add tests for cone and torus brush creation Victor Giers 2026-04-15 09:12:58 +02:00
  • fdba01a3e3 Remove unused parameter in commitEntityChange Victor Giers 2026-04-15 09:12:55 +02:00
  • 3eba4ca54a Add tests for cone and torus brushes in whitebox-primitives.test.ts Victor Giers 2026-04-15 09:12:45 +02:00
  • dd76bae073 Add validation for radial prism, cone, and torus side counts in scene document Victor Giers 2026-04-15 09:12:16 +02:00
  • e58037051c Add function to update selected NPC dialogues Victor Giers 2026-04-15 09:12:12 +02:00
  • 11805bd97a Update NPC entity creation logic Victor Giers 2026-04-15 09:12:02 +02:00
  • 84edd3ee26 Add normalization functions for brush properties Victor Giers 2026-04-15 09:12:01 +02:00
  • 0453d8d4c5 Update dialogue selection logic in App.tsx Victor Giers 2026-04-15 09:11:52 +02:00
  • 6a6637f5b6 Remove unused constant DEFAULT_TORUS_BRUSH_SIZE Victor Giers 2026-04-15 09:11:48 +02:00
  • 1c752b0101 Add support for cone and torus brush types in migrate-scene-document.ts Victor Giers 2026-04-15 09:11:41 +02:00
  • a1630c1ee8 Add support for cone and torus brushes in document migration Victor Giers 2026-04-15 09:11:37 +02:00
  • 22e373851e Refactor dialogue handling logic in App.tsx Victor Giers 2026-04-15 09:11:23 +02:00
  • 543d050f95 Remove unused setNpcDialogueIdDraft calls in App.tsx Victor Giers 2026-04-15 09:11:05 +02:00
  • 3a5751b428 Bump SCENE_DOCUMENT_VERSION to 61 and add WHITEBOX_EXPANDED_PRIMITIVES_SCENE_DOCUMENT_VERSION Victor Giers 2026-04-15 09:10:58 +02:00
  • 1b057a2ee1 Rename state variables related to NPC dialogues in App.tsx Victor Giers 2026-04-15 09:10:44 +02:00
  • fcaa2d339a Remove unused imports and update dialogue panel reference in App.tsx Victor Giers 2026-04-15 09:10:40 +02:00
  • d22aac05f7 Handle cone and torus brushes in preview creation Victor Giers 2026-04-15 09:10:26 +02:00
  • fbbd637edd Add cone and torus brush creation functions Victor Giers 2026-04-15 09:10:12 +02:00
  • 5a7fd67f1f Update whitebox box creation instructions Victor Giers 2026-04-15 09:10:11 +02:00
  • 0e0c8b4f41 Add support for cone and torus brushes in App.tsx and update ProjectSchedulePane.tsx Victor Giers 2026-04-15 09:09:52 +02:00
  • 718dc75868 Add cone and torus creation functionality Victor Giers 2026-04-15 09:09:30 +02:00
  • 2feb5799b2 Update viewport transient state to support cone and torus brushes Victor Giers 2026-04-15 09:08:38 +02:00
  • 65772870c6 Add NPC dialogues panel component Victor Giers 2026-04-15 09:08:26 +02:00
  • 645e1865ed Add cone and torus brush creation commands Victor Giers 2026-04-15 09:08:24 +02:00
  • eb0fec4761 Add support for cone and torus brushes in geometry module and introduce MakeNpcTalk sequence effect Victor Giers 2026-04-15 09:07:49 +02:00
  • 06c3711ebc Add functions for cone and torus geometry calculations in whitebox-topology.ts, update dialogue handling in runtime-host.ts Victor Giers 2026-04-15 09:07:24 +02:00
  • a365e8ffe4 Add helper functions for geometry labeling and parsing Victor Giers 2026-04-15 09:07:06 +02:00
  • 36c059b5c7 Add cone and torus geometry support in whitebox-topology.ts Victor Giers 2026-04-15 09:06:53 +02:00
  • 4b46b854d6 Update RuntimeInteractionSystem to support NPC dialogues and refactor dialogue handling Victor Giers 2026-04-15 09:06:43 +02:00
  • de81061ccc Add support for cone and torus brushes in document module Victor Giers 2026-04-15 09:06:38 +02:00
  • d31e4d3451 Add cone and torus brush creation functions Victor Giers 2026-04-15 09:06:28 +02:00
  • 5c0d56f97c Update NPC dialogue handling in runtime scene build Victor Giers 2026-04-15 09:06:20 +02:00
  • cd259fb6de Add type checks and default creation functions for cone, torus, and dialogue-related entities Victor Giers 2026-04-15 09:06:03 +02:00
  • 90ed0812a4 Add functions for cone and torus geometry creation and normalization Victor Giers 2026-04-15 09:05:45 +02:00
  • 5d76dc00af Add cone and torus brush support Victor Giers 2026-04-15 09:05:33 +02:00
  • e634e3eb5e Add default constants and update BrushKind for cone and torus Victor Giers 2026-04-15 09:04:42 +02:00
  • 420d43cae3 Add type check in create-whitebox-primitives.command.test.ts Victor Giers 2026-04-15 08:12:14 +02:00
  • 1fdf8895c5 Add tests for whitebox primitives creation, runtime, geometry, and serialization Victor Giers 2026-04-15 08:11:43 +02:00
  • abdcab4605 Refactor readBrushGeometry and update brush creation logic Victor Giers 2026-04-15 08:10:25 +02:00
  • cfa2cef7f9 Bump SCENE_DOCUMENT_VERSION and add WHITEBOX_PRIMITIVES_SCENE_DOCUMENT_VERSION Victor Giers 2026-04-15 08:09:38 +02:00
  • 55f6d10923 Support multiple brush kinds in migrate-scene-document.ts Victor Giers 2026-04-15 08:09:28 +02:00
  • c4b7b691b6 Refactor brush face and geometry reading functions in migrate-scene-document.ts Victor Giers 2026-04-15 08:09:09 +02:00
  • b2f1d71307 Update migrate-scene-document.ts with new brush types and utility functions Victor Giers 2026-04-15 08:08:47 +02:00
  • b5bba4823f Use dynamic face and vertex IDs for validation and add volume mode check Victor Giers 2026-04-15 08:08:23 +02:00
  • e2bbd0dca0 Update imports and remove unused constants Victor Giers 2026-04-15 08:08:17 +02:00
  • 5f6de10348 Remove unnecessary box kind check in viewport focus Victor Giers 2026-04-15 08:08:04 +02:00
  • c3b74f7f73 Add support for wedge and cylinder brushes in viewport-host.ts Victor Giers 2026-04-15 08:07:52 +02:00
  • e3ced1375d Implement brush creation preview for wedge and cylinder brushes Victor Giers 2026-04-15 08:07:19 +02:00
  • 89881a371d Add radial prism and wedge brush creation functions Victor Giers 2026-04-15 08:07:09 +02:00
  • 317a767d89 Add support for wedge and cylinder brushes in App.tsx Victor Giers 2026-04-15 08:06:48 +02:00
  • 1d96c0e3ce Add menu options for Whitebox Wedge and Cylinder creation Victor Giers 2026-04-15 08:06:42 +02:00
  • 5ce46bad51 Add wedge and cylinder creation functionality in App.tsx Victor Giers 2026-04-15 08:06:37 +02:00
  • 2b89a1b959 Update viewport transient state to handle new brush types Victor Giers 2026-04-15 08:06:21 +02:00
  • e08b44ff25 Add commands for creating radial prism and wedge brushes Victor Giers 2026-04-15 08:06:13 +02:00
  • 757fb6b6a0 Clone face UV state in runtime-host Victor Giers 2026-04-15 08:04:18 +02:00
  • 563d0916a2 Refactor deformedGeometry assignment in transform-session command test Victor Giers 2026-04-15 08:03:34 +02:00
  • a58e5d58ee Add brushKind to transform-pointer-intent test Victor Giers 2026-04-15 08:03:28 +02:00
  • 4254f14f93 Add brushKind to editor-store test Victor Giers 2026-04-15 08:03:23 +02:00
  • 3760e6fb25 Fix type assertion in box-brush-face-editing test Victor Giers 2026-04-15 08:03:20 +02:00