Commit Graph

198 Commits

Author SHA1 Message Date
Sebastian Böckelmann
f11e290a6b Persist ScriptAccountActions to TemplateTransition
All checks were successful
E2E Testing / test (push) Successful in 2m9s
2024-04-11 17:52:59 +02:00
Sebastian Böckelmann
b9b5384ca4 Load Templatetransition as TemplateTransition and not as SimpleTransition
All checks were successful
E2E Testing / test (push) Successful in 1m56s
2024-04-11 17:35:09 +02:00
Sebastian Böckelmann
5f59726bdd Serialize Template Transition
All checks were successful
E2E Testing / test (push) Successful in 1m55s
2024-04-11 17:31:58 +02:00
Sebastian Böckelmann
a3639969e3 Assign template Transition to template gamesystem
All checks were successful
E2E Testing / test (push) Successful in 1m50s
2024-04-11 17:15:17 +02:00
Sebastian Böckelmann
f7eadfa04d Merge branch 'refs/heads/alt-templatesystem-impl' into characters
All checks were successful
E2E Testing / test (push) Successful in 1m52s
# Conflicts:
#	src/app/app.component.ts
#	src/app/app.module.ts
#	src/app/editor/character-editor/character-editor.component.html
#	src/app/editor/character-editor/character-editor.component.ts
#	src/app/editor/editor.component.html
#	src/app/editor/editor.component.ts
#	src/app/editor/gamesystem-editor/gamesystem-editor.component.html
#	src/app/editor/gamesystem-editor/gamesystem-editor.component.ts
#	src/app/editor/gamesystem-editor/state-editor/simple-state-editor/simple-state-editor.component.html
#	src/app/editor/gamesystem-editor/state-editor/simple-state-editor/simple-state-editor.component.ts
#	src/app/project/game-model/characters/Character.ts
#	src/app/project/game-model/gamesystems/Gamesystem.ts
#	src/app/project/parser/characterParser/CharacterParser.ts
#	src/app/project/parser/gamesystemParser/GamesystemParser.ts
#	src/app/project/serializer/CharacterSerializer.ts
#	testModel/characters/Astrid Hofferson.json
#	testModel/characters/Hicks Haddock.json
#	testModel/gamesystems/Characterstimmung.json
#	testModel/gamesystems/Testsystem.json
#	testModel/gamesystems/Weathersystem/Season.json
#	testModel/gamesystems/Weathersystem/Weather.json
2024-04-11 16:43:46 +02:00
Sebastian Böckelmann
b398545b7a Load ConditionMap from Disk
All checks were successful
E2E Testing / test (push) Successful in 2m3s
2024-04-11 15:47:25 +02:00
Sebastian Böckelmann
e962cc9594 Serialize ConditionMap of States
All checks were successful
E2E Testing / test (push) Successful in 2m0s
2024-04-11 15:39:58 +02:00
Sebastian Böckelmann
f80e4c3cfa Load Basic Characterspecific Gamesystems
All checks were successful
E2E Testing / test (push) Successful in 2m10s
2024-04-11 14:58:57 +02:00
Sebastian Böckelmann
d31182cf36 Store Characterspecific Gamesystems
All checks were successful
E2E Testing / test (push) Successful in 2m6s
2024-04-11 14:39:38 +02:00
Sebastian Böckelmann
a13273b08d Specify Gamesystems for Characters
All checks were successful
E2E Testing / test (push) Successful in 1m57s
2024-04-11 14:21:50 +02:00
Sebastian Böckelmann
61e3e90395 Consider TemplateType of Gamesystems to load and store
Some checks failed
E2E Testing / test (push) Failing after 1m52s
2024-04-11 13:56:13 +02:00
Sebastian Böckelmann
9a51cb3a80 Beginning of Editor for Characterspecific Gamesystems
Some checks failed
E2E Testing / test (push) Failing after 2m3s
2024-04-11 13:45:29 +02:00
Sebastian Böckelmann
3aaf505365 Add Reference to CharacterSpecific Gamesystems in relevant characters
All checks were successful
E2E Testing / test (push) Successful in 2m9s
2024-04-11 13:40:40 +02:00
Sebastian Böckelmann
312a684a17 Create Characterspecific Systems and open their editor correctly
All checks were successful
E2E Testing / test (push) Successful in 1m50s
2024-04-11 13:28:09 +02:00
Sebastian Böckelmann
010adc9136 Alternative Implementation of Templatesystems
All checks were successful
E2E Testing / test (push) Successful in 1m54s
2024-04-11 10:50:05 +02:00
Sebastian Böckelmann
30a47bdd93 Fix unspecifying and specifying templates (wrong callback)
All checks were successful
E2E Testing / test (push) Successful in 1m33s
2024-03-22 20:09:34 +01:00
Sebastian Böckelmann
2f469bc66d Load Template transitions
Some checks failed
E2E Testing / test (push) Failing after 1m39s
2024-03-22 20:08:10 +01:00
Sebastian Böckelmann
1052eeb047 Store templateTransitions
Some checks failed
E2E Testing / test (push) Failing after 1m33s
2024-03-22 20:01:10 +01:00
Sebastian Böckelmann
c38dcc556c Unspecify CharacterSystem and Specify Charactersystem on correct occasions
Some checks failed
E2E Testing / test (push) Failing after 1m35s
2024-03-22 19:58:48 +01:00
Sebastian Böckelmann
38a11ad628 Remove character senstive transition
All checks were successful
E2E Testing / test (push) Successful in 1m38s
2024-03-22 19:48:59 +01:00
Sebastian Böckelmann
221895520f Pick transitions to be character specific
All checks were successful
E2E Testing / test (push) Successful in 1m40s
2024-03-22 19:44:13 +01:00
Sebastian Böckelmann
a40a5ddc23 Same width for reference and template transition editor
All checks were successful
E2E Testing / test (push) Successful in 1m33s
2024-03-22 18:39:19 +01:00
Sebastian Böckelmann
eff7069cae Wrap Condition and Action Editor column wise when display too small
All checks were successful
E2E Testing / test (push) Successful in 1m33s
2024-03-22 18:36:53 +01:00
Sebastian Böckelmann
413d16392b Load Character Specific States of Character Specific Gamesystems
All checks were successful
E2E Testing / test (push) Successful in 1m31s
2024-03-22 18:07:11 +01:00
Sebastian Böckelmann
5cb535a264 Load CharacterSpecific Gamesystems (at least considered states)
All checks were successful
E2E Testing / test (push) Successful in 1m35s
2024-03-22 17:57:38 +01:00
Sebastian Böckelmann
2df08661e0 Save States of CharacterSpecificStates
All checks were successful
E2E Testing / test (push) Successful in 1m33s
2024-03-22 17:42:21 +01:00
Sebastian Böckelmann
ef489b19ef Pass Template Editing on to Character
All checks were successful
E2E Testing / test (push) Successful in 1m31s
2024-03-22 17:30:05 +01:00
Sebastian Böckelmann
10e2ca92d0 Disable adding new Conditions in ReferenceStateEditor
All checks were successful
E2E Testing / test (push) Successful in 1m34s
2024-03-22 17:14:19 +01:00
Sebastian Böckelmann
10c3a01f9f Add and Remove Conditions from TemplateState
All checks were successful
E2E Testing / test (push) Successful in 1m34s
2024-03-22 17:11:47 +01:00
Sebastian Böckelmann
b7ccfe5201 First Approach to Edit Template Gamesystems from Characters perspective
All checks were successful
E2E Testing / test (push) Successful in 1m33s
2024-03-22 17:06:19 +01:00
Sebastian Böckelmann
a54a652358 Introduce Template attribute for gamesystems and define basic Characterstimmung Gamesystem
All checks were successful
E2E Testing / test (push) Successful in 1m37s
2024-03-22 10:27:04 +01:00
Sebastian Böckelmann
e890d89cc8 Load Characters from Persistence
All checks were successful
E2E Testing / test (push) Successful in 1m31s
2024-03-22 10:13:50 +01:00
Sebastian Böckelmann
0884709603 Persist Characters
All checks were successful
E2E Testing / test (push) Successful in 1m41s
2024-03-22 10:01:47 +01:00
Sebastian Böckelmann
36e4a68e54 Edit Character
All checks were successful
E2E Testing / test (push) Successful in 1m42s
2024-03-22 09:47:39 +01:00
Sebastian Böckelmann
4c16fb5269 Delete Character
All checks were successful
E2E Testing / test (push) Successful in 1m44s
2024-03-22 09:46:03 +01:00
Sebastian Böckelmann
862ed18e1a Create new Characters
All checks were successful
E2E Testing / test (push) Successful in 1m51s
2024-03-22 09:42:05 +01:00
Sebastian Böckelmann
91ee3850d2 Open Character Editor
All checks were successful
E2E Testing / test (push) Successful in 1m37s
2024-03-22 09:35:13 +01:00
Sebastian Böckelmann
13ea574fa3 Introduce Characters and visualize them in Overview Component
All checks were successful
E2E Testing / test (push) Successful in 1m41s
2024-03-22 09:25:58 +01:00
ef9f24544a Merge pull request 'issue-15' (#21) from issue-15 into main
All checks were successful
E2E Testing / test (push) Successful in 7m28s
Reviewed-on: #21
2024-03-22 08:46:48 +01:00
Sebastian Böckelmann
4bb37a5a18 Indent for ProductSystems
All checks were successful
E2E Testing / test (push) Successful in 1m35s
2024-03-22 08:36:59 +01:00
Sebastian Böckelmann
2416e226fc Load ScriptAccountActions
All checks were successful
E2E Testing / test (push) Successful in 1m39s
2024-03-22 08:34:54 +01:00
Sebastian Böckelmann
679cb70487 Merge branch 'issue-17' into issue-15
All checks were successful
E2E Testing / test (push) Successful in 1m37s
2024-03-22 08:25:27 +01:00
Sebastian Böckelmann
40680006e6 Remove logging statement
All checks were successful
E2E Testing / test (push) Successful in 1m37s
2024-03-22 08:20:42 +01:00
Sebastian Böckelmann
86fb22e701 Fix GameModel Import Path in SimpleGamesystem.spec.ts
Some checks failed
E2E Testing / test (push) Failing after 1m39s
2024-03-22 08:14:19 +01:00
Sebastian Böckelmann
75815578dc Fix typo in gamemodel import path in test
Some checks failed
E2E Testing / test (push) Failing after 1m39s
2024-03-22 08:10:22 +01:00
Sebastian Böckelmann
e336bf19f9 Fix import of GameModel in Testcases properly this time
Some checks failed
E2E Testing / test (push) Failing after 1m54s
2024-03-22 08:05:07 +01:00
Sebastian Böckelmann
f1373caa9f Revert "Fix import of GameModel in Testcases"
Some checks failed
E2E Testing / test (push) Failing after 1m42s
This reverts commit 6a8c34df52.
2024-03-22 08:00:24 +01:00
Sebastian Böckelmann
6a8c34df52 Fix import of GameModel in Testcases
Some checks failed
E2E Testing / test (push) Failing after 1m39s
2024-03-22 07:53:02 +01:00
Sebastian Böckelmann
32656267ac Generate Content of Productgamesystems
Some checks failed
E2E Testing / test (push) Failing after 1m35s
2024-03-22 07:45:59 +01:00
Sebastian Böckelmann
50963387f0 Fix wrong files for newly created ProductGamesystems
Some checks failed
E2E Testing / test (push) Failing after 1m41s
2024-03-22 07:43:52 +01:00