|
|
120f4f5df0
|
Add majorSegmentCount and tubeSegmentCount to brush transform targets
|
2026-04-15 09:15:53 +02:00 |
|
|
|
b5d3f933ed
|
Update App.tsx and transform-session.ts for NPC dialogue changes
|
2026-04-15 09:15:15 +02:00 |
|
|
|
1de82de206
|
Rename and update dialogue-related functions and types in App.tsx and transform-session.ts
|
2026-04-15 09:15:09 +02:00 |
|
|
|
0b02222869
|
Include majorSegmentCount and tubeSegmentCount in TransformTarget cloning and equality checks
|
2026-04-15 09:15:01 +02:00 |
|
|
|
939b5da9d9
|
Add NPC dialogue management functions in App.tsx
|
2026-04-15 09:14:37 +02:00 |
|
|
|
1ca180cde1
|
auto-git:
[change] src/core/transform-session.ts
|
2026-04-15 09:14:31 +02:00 |
|
|
|
556c645583
|
Add cone and torus brush support in transform-session.ts
|
2026-04-15 09:14:24 +02:00 |
|
|
|
5e78049a1b
|
Remove unused dialogue handling functions and related code in App.tsx
|
2026-04-15 09:14:01 +02:00 |
|
|
|
89a353db4f
|
Update tests for geometry primitives to check normal direction more flexibly
|
2026-04-15 09:13:40 +02:00 |
|
|
|
1f0e5cdeb7
|
Update test to include cone and torus brushes
|
2026-04-15 09:13:29 +02:00 |
|
|
|
317854c69f
|
Update tests to include cone and torus brushes
|
2026-04-15 09:13:23 +02:00 |
|
|
|
b853ef40ef
|
Add tests for cone and torus brush creation
|
2026-04-15 09:13:06 +02:00 |
|
|
|
fdba01a3e3
|
Remove unused parameter in commitEntityChange
|
2026-04-15 09:13:06 +02:00 |
|
|
|
3eba4ca54a
|
Add tests for cone and torus brushes in whitebox-primitives.test.ts
|
2026-04-15 09:12:54 +02:00 |
|
|
|
dd76bae073
|
Add validation for radial prism, cone, and torus side counts in scene document
|
2026-04-15 09:12:20 +02:00 |
|
|
|
e58037051c
|
Add function to update selected NPC dialogues
|
2026-04-15 09:12:15 +02:00 |
|
|
|
11805bd97a
|
Update NPC entity creation logic
|
2026-04-15 09:12:09 +02:00 |
|
|
|
84edd3ee26
|
Add normalization functions for brush properties
|
2026-04-15 09:12:09 +02:00 |
|
|
|
0453d8d4c5
|
Update dialogue selection logic in App.tsx
|
2026-04-15 09:11:57 +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 |
|
|
|
22e373851e
|
Refactor dialogue handling logic in App.tsx
|
2026-04-15 09:11:37 +02:00 |
|
|
|
543d050f95
|
Remove unused setNpcDialogueIdDraft calls in App.tsx
|
2026-04-15 09:11:37 +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 |
|
|
|
1b057a2ee1
|
Rename state variables related to NPC dialogues in App.tsx
|
2026-04-15 09:10:52 +02:00 |
|
|
|
fcaa2d339a
|
Remove unused imports and update dialogue panel reference in App.tsx
|
2026-04-15 09:10:52 +02:00 |
|
|
|
d22aac05f7
|
Handle cone and torus brushes in preview creation
|
2026-04-15 09:10:39 +02:00 |
|
|
|
fbbd637edd
|
Add cone and torus brush creation functions
|
2026-04-15 09:10:39 +02:00 |
|
|
|
5a7fd67f1f
|
Update whitebox box creation instructions
|
2026-04-15 09:10:39 +02:00 |
|
|
|
0e0c8b4f41
|
Add support for cone and torus brushes in App.tsx and update ProjectSchedulePane.tsx
|
2026-04-15 09:10:10 +02:00 |
|
|
|
718dc75868
|
Add cone and torus creation functionality
|
2026-04-15 09:09:51 +02:00 |
|
|
|
2feb5799b2
|
Update viewport transient state to support cone and torus brushes
|
2026-04-15 09:09:30 +02:00 |
|
|
|
65772870c6
|
Add NPC dialogues panel component
|
2026-04-15 09:09:30 +02:00 |
|
|
|
645e1865ed
|
Add cone and torus brush creation commands
|
2026-04-15 09:09:30 +02:00 |
|
|
|
eb0fec4761
|
Add support for cone and torus brushes in geometry module and introduce MakeNpcTalk sequence effect
|
2026-04-15 09:08:06 +02:00 |
|
|
|
06c3711ebc
|
Add functions for cone and torus geometry calculations in whitebox-topology.ts, update dialogue handling in runtime-host.ts
|
2026-04-15 09:07:48 +02:00 |
|
|
|
a365e8ffe4
|
Add helper functions for geometry labeling and parsing
|
2026-04-15 09:07:12 +02:00 |
|
|
|
36c059b5c7
|
Add cone and torus geometry support in whitebox-topology.ts
|
2026-04-15 09:06:57 +02:00 |
|
|
|
4b46b854d6
|
Update RuntimeInteractionSystem to support NPC dialogues and refactor dialogue handling
|
2026-04-15 09:06:51 +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 |
|
|
|
5c0d56f97c
|
Update NPC dialogue handling in runtime scene build
|
2026-04-15 09:06:25 +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 |
|
|
|
420d43cae3
|
Add type check in create-whitebox-primitives.command.test.ts
|
2026-04-15 08:13:01 +02:00 |
|
|
|
1fdf8895c5
|
Add tests for whitebox primitives creation, runtime, geometry, and serialization
|
2026-04-15 08:13:01 +02:00 |
|
|
|
abdcab4605
|
Refactor readBrushGeometry and update brush creation logic
|
2026-04-15 08:10:35 +02:00 |
|