Gamelib/src/main/java/uulm/teamname/marvelous/gamelibrary/entities
2021-06-24 22:07:40 +02:00
..
Character.java refactor: utilize NPCType 2021-06-01 19:33:48 +02:00
Entity.java cleanup: optimize imports, remove unused code, fix warnings 2021-06-01 19:26:29 +02:00
EntityID.java refactor: arranged de/serializers into packages 2021-05-31 23:38:22 +02:00
EntityType.java feat: added PortalEvent to EventBuilder 2021-06-24 15:37:30 +02:00
InfinityStone.java fix: more code is apparently better 2021-06-01 00:32:07 +02:00
Inventory.java fix: resolve various issues with ai, cloning and turn order handling 2021-06-05 04:00:25 +02:00
NPC.java feat: add thanos' ai 2021-06-01 19:14:44 +02:00
NPCType.java refactor: utilize NPCType 2021-06-01 19:33:48 +02:00
Portal.java feat: add portal support 2021-06-24 22:07:40 +02:00
Rock.java fix: more code is apparently better 2021-06-01 00:32:07 +02:00
Stat.java wip: prepare ai for using action trees and boards with score calculation 2021-06-05 05:19:07 +02:00
StatType.java refactor: make GameLogic.checkRequest use error pattern and simple check methods 2021-05-02 15:34:42 +02:00
StoneType.java feat: expose methods for game state event handling 2021-05-18 14:14:23 +02:00