Commit Graph

43 Commits

Author SHA1 Message Date
40541f60f7 Refactor dialogue normalization functions in entity-instances.ts 2026-04-15 09:52:48 +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
d4de319292 Remove unused normalizeSceneReferenceId function 2026-04-15 03:46:55 +02:00
08c64ebe0f Remove SceneExitEntity and related functions 2026-04-15 02:02:07 +02:00
9889ffbc70 Add pauseTime input handling and context method for input suspension 2026-04-14 22:38:21 +02:00
1d840bae43 Add pauseTime action and bindings for player input 2026-04-14 22:38:11 +02:00
076d0b1f80 Add dialogueId to NpcEntity and related functions 2026-04-14 20:32:04 +02:00
5a6a708c07 Add NPC presence modes and related functions 2026-04-13 23:48:15 +02:00
0eac096de5 Add paths functionality to scene document and related components 2026-04-13 21:21:39 +02:00
2505ae79c3 Refactor collider settings and add NPC collider 2026-04-13 17:10:38 +02:00
7f76024628 Add NPC entity support with creation and normalization functions 2026-04-13 16:17:30 +02:00
9300e62e7d Add visibility and enabled properties to model instances, brushes, and entities 2026-04-12 03:33:13 +02:00
42cee3d19a Add air direction only setting for player movement 2026-04-12 02:19:46 +02:00
8aba9a02d7 Add air movement controls for player in App.tsx and related files 2026-04-12 02:06:32 +02:00
d5c33c57ec Add maxStepHeight to PlayerStartMovementTemplate and related functions 2026-04-11 20:59:14 +02:00
0972076e42 Include maxSpeed and bunny hop properties in player start movement template comparison 2026-04-11 20:33:32 +02:00
985557efb2 Add bunny hop and max speed settings to player movement template 2026-04-11 20:30:39 +02:00
35f41a05b0 Update player start movement template comparison logic 2026-04-11 20:10:56 +02:00
1d978730c3 Expand player movement templates with additional settings and presets 2026-04-11 20:09:06 +02:00
c233134522 Add jump, sprint, and crouch actions to player input bindings 2026-04-11 18:23:00 +02:00
200d6a1890 Add movement template to PlayerStartEntity 2026-04-11 17:58:46 +02:00
bf5c87f86d Simplify keyboard binding type and add camera look bindings 2026-04-11 12:30:11 +02:00
8da57eddab Add PlayerStartInputBindingOverrides interface and update createPlayerStartEntity function 2026-04-11 12:19:11 +02:00
f5408ee8a9 Fix moveLeft binding in entity-instances.ts 2026-04-11 12:18:25 +02:00
67738884ec Add input bindings to PlayerStartEntity 2026-04-11 12:12:48 +02:00
6c8d7b506e Add navigation mode to PlayerStartEntity 2026-04-11 11:14:02 +02:00
062a771eab Extend entity instances with scene entry and exit entities 2026-04-11 04:29:16 +02:00
450ffc5299 Update scene document version and player start collider settings 2026-04-04 15:52:01 +02:00
30104e815b Add player start collider settings and validation 2026-04-04 15:51:55 +02:00
1b66de906e Bump scene document version and update entity comparison 2026-04-03 01:03:03 +02:00
23ffb186e6 Include 'name' in entity creation functions and normalize it 2026-04-03 01:02:52 +02:00
d3566dec06 Add function to normalize entity names 2026-04-03 01:02:52 +02:00
f1191148ff Refactor entity interfaces to extend PositionedEntity 2026-04-03 01:02:34 +02:00
a694679a40 Update SoundEmitterEntity to include audio asset ID and distance properties 2026-04-02 19:33:31 +02:00
4e7635a5f2 Update ENTITY_KIND_ORDER and define default positions for point and spot lights 2026-03-31 19:57:40 +02:00
509ab454b6 Add PointLightEntity and SpotLightEntity interfaces with default values and creation functions 2026-03-31 19:57:21 +02:00
f2745a42ac Fix type mismatch in entity comparison 2026-03-31 06:02:12 +02:00
f78f35f98c Add type assertions in areEntityInstancesEqual 2026-03-31 06:01:04 +02:00
3da8a5116a Change Object.hasOwn to Object.prototype.hasOwnProperty in isEntityKind 2026-03-31 06:01:04 +02:00
b304143909 Add entity instance equality check and helper functions 2026-03-31 05:54:04 +02:00
d3978c4067 Add entity-instances.ts for managing game entities 2026-03-31 05:50:35 +02:00
fb7d15381b Remove unused file entity-instances.ts 2026-03-31 05:48:48 +02:00
cd5d0b5535 Add player start entity command and related changes 2026-03-31 03:01:10 +02:00