Commit Graph

91 Commits

Author SHA1 Message Date
sebastian
3d899251eb Convert Interaction into Sequence
All checks were successful
E2E Testing / test (push) Successful in 1m13s
2024-06-17 22:16:49 +02:00
sebastian
685270bd4f Add Implementation of Sequence Editor
Some checks failed
E2E Testing / test (push) Failing after 53s
2024-06-17 21:57:35 +02:00
64786efce0 Implement InventoryActions for Interactions
All checks were successful
E2E Testing / test (push) Successful in 1m16s
2024-06-15 14:44:20 +02:00
bc0617eb85 Assign ScriptAccountActions to expanded ineraction
All checks were successful
E2E Testing / test (push) Successful in 1m17s
2024-06-15 14:17:08 +02:00
5d4c9a6e58 Include ScriptAccountActions in character-interaction-editor
All checks were successful
E2E Testing / test (push) Successful in 1m19s
2024-06-15 13:54:13 +02:00
sebastian
d010dfbce6 InventoryConditionEditor for Interactions
All checks were successful
E2E Testing / test (push) Successful in 1m29s
2024-06-02 19:27:47 +02:00
sebastian
8c4d2ad5ca Provide interaction to GamesystemConditionEditor
All checks were successful
E2E Testing / test (push) Successful in 1m20s
2024-06-02 17:23:29 +02:00
sebastian
1ffc5c1ecf GamesystemConditionEditor
All checks were successful
E2E Testing / test (push) Successful in 1m20s
2024-06-02 17:05:52 +02:00
sebastian
1c60504565 Include Condition and Action Overview in InteractionEditor
All checks were successful
E2E Testing / test (push) Successful in 1m17s
2024-06-01 19:38:20 +02:00
sebastian
e45a3a77ea Basic Interaction Editor
All checks were successful
E2E Testing / test (push) Successful in 2m8s
2024-06-01 19:07:43 +02:00
Sebastian Böckelmann
bcd06d894f Implement Interactionstructure
All checks were successful
E2E Testing / test (push) Successful in 1m32s
2024-05-11 17:11:13 +02:00
Sebastian Böckelmann
8fc57d3396 Implement Combinable Inventoryslots
All checks were successful
E2E Testing / test (push) Successful in 1m32s
2024-05-11 15:34:25 +02:00
Sebastian Böckelmann
bc523029fc Specify Requiered Itemgroups for Itemslot
All checks were successful
E2E Testing / test (push) Successful in 1m35s
2024-05-11 11:38:02 +02:00
Sebastian Böckelmann
99454753a6 Visualize ItemSlotCharacteristics and add new ones
All checks were successful
E2E Testing / test (push) Successful in 1m42s
2024-05-11 10:54:52 +02:00
Sebastian Böckelmann
82dd597d6d Visualize InventorySlots and Create them
All checks were successful
E2E Testing / test (push) Successful in 1m39s
2024-05-11 09:28:29 +02:00
Sebastian Böckelmann
7ea5b3dd78 Refactor Gamesystem Creation and fix Hierarchy Construction
Some checks failed
E2E Testing / test (push) Failing after 1m33s
2024-05-11 08:28:08 +02:00
Sebastian Böckelmann
ccb53df815 Refactor Gamesystem Creation
All checks were successful
E2E Testing / test (push) Successful in 1m36s
2024-05-09 19:17:43 +02:00
Sebastian Böckelmann
7a650524f3 Refactor Creating New Characters
Some checks failed
E2E Testing / test (push) Failing after 1m33s
2024-05-09 18:52:27 +02:00
Sebastian Böckelmann
92608125fb Refactor Creating New ScriptAccounts
Some checks failed
E2E Testing / test (push) Failing after 1m36s
2024-05-09 18:47:36 +02:00
Sebastian Böckelmann
95a174cd4f Remove logging statements
All checks were successful
E2E Testing / test (push) Successful in 1m36s
2024-05-09 18:36:58 +02:00
Sebastian Böckelmann
70904dae5c Create New Items
All checks were successful
E2E Testing / test (push) Successful in 1m34s
2024-05-09 18:35:12 +02:00
Sebastian Böckelmann
c413c45741 Create New Itemgroups
All checks were successful
E2E Testing / test (push) Successful in 1m34s
2024-05-09 18:25:27 +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
cb2094aa49 Parse Itemgroups 2024-05-09 15:24:50 +02:00
Sebastian Böckelmann
73edf03fa0 Load Itemgroups
All checks were successful
E2E Testing / test (push) Successful in 1m37s
2024-05-09 13:33:26 +02:00
Sebastian Böckelmann
fed0ca99bf Persist Itemgroups
All checks were successful
E2E Testing / test (push) Successful in 1m33s
2024-05-09 09:12:46 +02:00
Sebastian Böckelmann
133dc1d372 Remove logging statements
All checks were successful
E2E Testing / test (push) Successful in 1m33s
2024-05-09 07:19:42 +02:00
Sebastian Böckelmann
aa6c051246 Automatically initialize CharacteristicValues for manually Inherited groups
All checks were successful
E2E Testing / test (push) Successful in 1m32s
2024-05-09 07:19:05 +02:00
Sebastian Böckelmann
db0bd14ea8 Initialize Itemgroup Characteristic Values
All checks were successful
E2E Testing / test (push) Successful in 1m36s
2024-05-09 07:04:19 +02:00
Sebastian Böckelmann
6e65cc3a6a Add ItemCharacteristicValue Editor and initialize ItemcharacteristicValues
Some checks failed
E2E Testing / test (push) Failing after 1m34s
2024-05-08 07:47:30 +02:00
Sebastian Böckelmann
6b93bf1dc5 Disable Deleting from automatically inherited Itemgroups
All checks were successful
E2E Testing / test (push) Successful in 1m36s
2024-05-07 15:41:41 +02:00
Sebastian Böckelmann
0b1a3806f8 Items should inherit characteristics from older ancestors too
All checks were successful
E2E Testing / test (push) Successful in 1m30s
2024-05-07 15:15:24 +02:00
Sebastian Böckelmann
6eff107282 Delete Inherited Itemgroups and Introduce ItemgroupCharacteristicValue
All checks were successful
E2E Testing / test (push) Successful in 1m34s
2024-05-07 14:58:27 +02:00
Sebastian Böckelmann
7ee8db2a37 Let Items Inherit new Itemgroups
All checks were successful
E2E Testing / test (push) Successful in 1m39s
2024-05-07 08:58:56 +02:00
Sebastian Böckelmann
1266e4b53d Display ItemgroupCharacteristics and Delete them
All checks were successful
E2E Testing / test (push) Successful in 1m32s
2024-05-06 19:42:13 +02:00
Sebastian Böckelmann
7132030a81 Open Itemgroup Editor
All checks were successful
E2E Testing / test (push) Successful in 1m32s
2024-05-06 19:16:37 +02:00
Sebastian Böckelmann
5a3c0e9d75 Basic Visualization of Itemgroups and their Items
All checks were successful
E2E Testing / test (push) Successful in 1m38s
2024-05-05 18:14:42 +02:00
Sebastian Böckelmann
dd73d0d60b Opening Item-Overview
All checks were successful
E2E Testing / test (push) Successful in 1m38s
2024-05-05 17:57:29 +02:00
Sebastian Böckelmann
a57024c6af Automatically add Owning group of item to inherited group-list
All checks were successful
E2E Testing / test (push) Successful in 1m44s
2024-05-05 17:48:36 +02:00
Sebastian Böckelmann
bf4c6bd19c Implement Itemsystem
All checks were successful
E2E Testing / test (push) Successful in 1m43s
2024-05-05 17:45:03 +02:00
Sebastian Böckelmann
8085b07264 Load Items
All checks were successful
E2E Testing / test (push) Successful in 1m32s
2024-04-20 10:55:50 +02:00
Sebastian Böckelmann
69dce0b4f7 Introduce ItemQualities and PerQualitiyProperties
All checks were successful
E2E Testing / test (push) Successful in 1m32s
2024-04-20 09:37:40 +02:00
Sebastian Böckelmann
f70328e332 Visualize ItemProperties in Editor
All checks were successful
E2E Testing / test (push) Successful in 1m37s
2024-04-20 07:59:24 +02:00
Sebastian Böckelmann
eaa526d4c6 Introduce Inventory-Item Editor
All checks were successful
E2E Testing / test (push) Successful in 1m34s
2024-04-20 07:41:51 +02:00
Sebastian Böckelmann
c4e613d78c Introduce Items and Basic ItemOverview
All checks were successful
E2E Testing / test (push) Successful in 1m35s
2024-04-20 07:30:41 +02:00
Sebastian Böckelmann
d59534c93e Remove Debugging Printing
All checks were successful
E2E Testing / test (push) Successful in 1m30s
2024-04-19 21:07:37 +02:00
Sebastian Böckelmann
8521d80881 Add templateElement to initialMap independent of conditionMap and serialize initialMap
All checks were successful
E2E Testing / test (push) Successful in 1m35s
2024-04-19 20:59:45 +02:00
Sebastian Böckelmann
2e6363e090 Edit Initial Value of SimpleState per TemplateElement
Some checks failed
E2E Testing / test (push) Failing after 1m30s
2024-04-19 20:46:37 +02:00
Sebastian Böckelmann
5b1e711a11 Change symmetric default values to be false
Some checks failed
E2E Testing / test (push) Failing after 1m29s
2024-04-19 19:56:04 +02:00
Sebastian Böckelmann
0104df8084 Add generated isolated states to already generated states
Some checks failed
E2E Testing / test (push) Failing after 1m31s
2024-04-19 19:53:31 +02:00