Gamelib/src/main/java/uulm/teamname/marvelous/gamelibrary/gamelogic
2021-05-31 18:07:53 +02:00
..
EntityManager.java feat: properly expose EntityManager 2021-05-19 18:24:07 +02:00
EventEmitter.java fix: resolve event emitter not emitting because of missing call to setChanged 2021-05-03 20:19:17 +02:00
EventObserver.java fix: make EventObserver use an array of events 2021-05-18 17:24:07 +02:00
GameInstance.java fix: add configs to GameInstance and fix GameState snapshots 2021-05-31 18:07:53 +02:00
GameLogic.java fix: reset turnCount at the beginning of a new round 2021-05-31 17:37:37 +02:00
GameState.java fix: add configs to GameInstance and fix GameState snapshots 2021-05-31 18:07:53 +02:00
GameStateManager.java feat: implement method to start a game 2021-05-19 20:04:10 +02:00
GameStateView.java feat/refactor: actually track win conditions 2021-05-27 17:58:44 +02:00
InvalidRequestException.java refactor: make GameLogic.checkRequest use error pattern and simple check methods 2021-05-02 15:34:42 +02:00
ParticipantType.java refactor: unify comment styles 2021-04-30 20:54:34 +02:00
StoneCooldownManager.java feat: handle Req request and remove handling of lobby events 2021-05-05 18:59:07 +02:00
WinCondition.java refactor: unify comment styles 2021-04-30 20:54:34 +02:00
WinConditionManager.java feat/refactor: actually track win conditions 2021-05-27 17:58:44 +02:00