Commit Graph

320 Commits

Author SHA1 Message Date
sebastian
189b77b8ef Implement navigation (forward) in interaction sequence 2024-06-17 22:22:12 +02:00
sebastian
3d899251eb Convert Interaction into Sequence 2024-06-17 22:16:49 +02:00
sebastian
685270bd4f Add Implementation of Sequence Editor 2024-06-17 21:57:35 +02:00
6bbba380bb Remove GamesystemAction Tab 2024-06-15 14:59:53 +02:00
64786efce0 Implement InventoryActions for Interactions 2024-06-15 14:44:20 +02:00
bc0617eb85 Assign ScriptAccountActions to expanded ineraction 2024-06-15 14:17:08 +02:00
fe63b30115 Merge pull request 'refactor-scriptaccount-action-editor' () from refactor-scriptaccount-action-editor into character-interactions
Reviewed-on: 
2024-06-15 14:04:53 +02:00
224468f088 Include ScriptAccountEditor in ProductTransitionEditor 2024-06-15 14:03:18 +02:00
5d4c9a6e58 Include ScriptAccountActions in character-interaction-editor 2024-06-15 13:54:13 +02:00
sebastian
e8e3c83b45 Move logic for deleting and adding actions into simple-transition-editor 2024-06-02 19:56:21 +02:00
sebastian
2a01f45bf6 Move scriptaccount-action-editor.component to different directory 2024-06-02 19:43:10 +02:00
sebastian
e6218e107e Make ScriptAccountConditionEditor ready for InteractionConditions 2024-06-02 19:38:22 +02:00
sebastian
d010dfbce6 InventoryConditionEditor for Interactions 2024-06-02 19:27:47 +02:00
sebastian
8c4d2ad5ca Provide interaction to GamesystemConditionEditor 2024-06-02 17:23:29 +02:00
sebastian
1ffc5c1ecf GamesystemConditionEditor 2024-06-02 17:05:52 +02:00
sebastian
1c60504565 Include Condition and Action Overview in InteractionEditor 2024-06-01 19:38:20 +02:00
sebastian
e45a3a77ea Basic Interaction Editor 2024-06-01 19:07:43 +02:00
Sebastian Böckelmann
bcd06d894f Implement Interactionstructure 2024-05-11 17:11:13 +02:00
49e12d7046 Merge pull request 'inventory-slots' () from inventory-slots into main
Reviewed-on: 
2024-05-11 15:36:10 +02:00
Sebastian Böckelmann
8fc57d3396 Implement Combinable Inventoryslots 2024-05-11 15:34:25 +02:00
Sebastian Böckelmann
216d9aec07 Load and Parse Character InventorySlots 2024-05-11 15:10:57 +02:00
Sebastian Böckelmann
86097a898a Persist Character Inventory Slots 2024-05-11 14:52:40 +02:00
Sebastian Böckelmann
bc523029fc Specify Requiered Itemgroups for Itemslot 2024-05-11 11:38:02 +02:00
Sebastian Böckelmann
b70aee9004 Deduplicate of available Characteristics 2024-05-11 11:08:19 +02:00
Sebastian Böckelmann
1469f2e509 Delete SlotCharacteristics from InventorySlot 2024-05-11 11:05:00 +02:00
Sebastian Böckelmann
bd243fc080 Validate SlotCharacteristic before finish Editing 2024-05-11 11:02:37 +02:00
Sebastian Böckelmann
e53d718c17 Edit ItemSlotCharacteristics 2024-05-11 10:56:17 +02:00
Sebastian Böckelmann
99454753a6 Visualize ItemSlotCharacteristics and add new ones 2024-05-11 10:54:52 +02:00
Sebastian Böckelmann
4eb428277d Use Table Visualization for InventorySlots 2024-05-11 09:55:34 +02:00
Sebastian Böckelmann
19057fee93 Delete InventorySlots 2024-05-11 09:34:21 +02:00
Sebastian Böckelmann
0e954f1b48 Rename Inventoryslots 2024-05-11 09:32:57 +02:00
Sebastian Böckelmann
82dd597d6d Visualize InventorySlots and Create them 2024-05-11 09:28:29 +02:00
6912b4cc28 Merge pull request 'refactor-component-creation' () from refactor-component-creation into main
Reviewed-on: 
2024-05-11 08:40:09 +02:00
Sebastian Böckelmann
cbe5fe0ef0 Remove GamesystemCreationTest 2024-05-11 08:32:42 +02:00
Sebastian Böckelmann
7ea5b3dd78 Refactor Gamesystem Creation and fix Hierarchy Construction 2024-05-11 08:28:08 +02:00
Sebastian Böckelmann
ccb53df815 Refactor Gamesystem Creation 2024-05-09 19:17:43 +02:00
Sebastian Böckelmann
ae434f9005 Remove unnessecary ScriptAccountTest.spec.ts 2024-05-09 18:55:51 +02:00
Sebastian Böckelmann
7a650524f3 Refactor Creating New Characters 2024-05-09 18:52:27 +02:00
Sebastian Böckelmann
92608125fb Refactor Creating New ScriptAccounts 2024-05-09 18:47:36 +02:00
Sebastian Böckelmann
95a174cd4f Remove logging statements 2024-05-09 18:36:58 +02:00
Sebastian Böckelmann
70904dae5c Create New Items 2024-05-09 18:35:12 +02:00
Sebastian Böckelmann
c413c45741 Create New Itemgroups 2024-05-09 18:25:27 +02:00
Sebastian Böckelmann
1f1cf3f976 Remove items of old data format from persistence 2024-05-09 16:16:30 +02:00
Sebastian Böckelmann
72fc9dbc05 Merge branch 'refs/heads/inventory-items-2'
# Conflicts:
#	app/main.ts
#	app/storage/ModelComponentFileDirectory.js
#	app/storage/ModelComponentFileDirectory.ts
#	app/storage/StoredGameModel.js
#	app/storage/StoredGameModel.ts
#	app/storage/loader/GameModelLoader.js
#	app/storage/loader/GameModelLoader.ts
#	app/storage/loader/ItemLoader.js
#	app/storage/loader/ItemLoader.ts
#	src/app/app.component.html
#	src/app/app.component.ts
#	src/app/app.module.ts
#	src/app/editor/editor.component.html
#	src/app/editor/editor.component.ts
#	src/app/project/game-model/GameModel.ts
#	src/app/project/game-model/ModelComponentType.ts
#	src/app/project/game-model/ModelComponentTypeUtillities.ts
#	src/app/project/game-model/inventory/Item.ts
#	src/app/project/serializer/ItemSerializer.ts
2024-05-09 16:10:05 +02:00
Sebastian Böckelmann
f01d8c4dab Parse Items 2024-05-09 16:03:52 +02:00
Sebastian Böckelmann
8345b541d4 Merge remote-tracking branch 'origin/inventory-items-2' into inventory-items-2 2024-05-09 15:25:07 +02:00
Sebastian Böckelmann
cb2094aa49 Parse Itemgroups 2024-05-09 15:24:50 +02:00
Sebastian Böckelmann
2e29d4cde7 Parse Itemgroups 2024-05-09 15:24:36 +02:00
Sebastian Böckelmann
73edf03fa0 Load Itemgroups 2024-05-09 13:33:26 +02:00
Sebastian Böckelmann
ddcbfc5bb3 Persist Items independly from Itemgroups 2024-05-09 10:10:55 +02:00