|
7b2880cfec
|
build: added sonarqube plugin to gradle
|
2021-06-04 13:45:00 +02:00 |
|
|
dce1aed9ad
|
wip: add simple ai and a full game test with ai
|
2021-06-04 07:47:54 +02:00 |
|
|
0eaa0c5ea1
|
fix: improve turn handling and fix typing issues
|
2021-06-04 07:47:20 +02:00 |
|
|
23a8bcdeb4
|
fix: properly create random values for characters
|
2021-06-04 06:42:16 +02:00 |
|
|
b20b428705
|
fix: remove major flaw in state manipulation
|
2021-06-04 06:41:59 +02:00 |
|
|
4eb71fa972
|
feat: add description to request denial error
|
2021-06-04 05:47:32 +02:00 |
|
|
e90b8f4562
|
fix: resolve various casting and equality check mistakes
|
2021-06-04 05:14:00 +02:00 |
|
|
e10fbb15eb
|
fix: make IntVector2 not return references
|
2021-06-04 05:13:37 +02:00 |
|
|
27adfd1b6f
|
feat: respectfully add NPC deserializing
|
2021-06-04 04:45:25 +02:00 |
|
|
0fce509111
|
refactor: create base test class for later use
|
2021-06-04 03:53:00 +02:00 |
|
|
1525fe9a41
|
refactor: generated toString for requests
|
2021-06-03 23:51:10 +02:00 |
|
|
78d3fb84d0
|
refactor: changed AssignmentEnum's name to ParticipantType
|
2021-06-03 23:38:43 +02:00 |
|
|
d4e0ed23bc
|
fix: rollback ArrayTools because less is more
|
2021-06-03 23:15:29 +02:00 |
|
|
257a3e2022
|
build: changed Thread executors to 1 from 8, because that's faster somehow (?)
|
2021-06-03 23:08:34 +02:00 |
|
|
4e5ebd7342
|
test: implemented complete JSON test
|
2021-06-03 23:08:11 +02:00 |
|
|
77ce96dba1
|
feat: changed JSON return types to optionals
|
2021-06-03 23:08:01 +02:00 |
|
|
445bde1105
|
feat: added (mostly redundant) Json annotations to Events and Requests
|
2021-06-03 22:58:25 +02:00 |
|
|
5d5f649be1
|
fix: fixed a typo in Test name
|
2021-06-03 22:40:02 +02:00 |
|
|
cef69473c7
|
refactor: divided messages into server and client packages
|
2021-06-03 22:22:23 +02:00 |
|
|
4823803e85
|
refactor: refactored JSON class for new messages
|
2021-06-03 22:18:48 +02:00 |
|
|
c67968896b
|
test: complete tests for message (de)serialization
|
2021-06-03 22:16:45 +02:00 |
|
|
0770c134a1
|
fix: fixed BasicMessage json so that it works now
|
2021-06-03 22:16:14 +02:00 |
|
|
670a27d3ef
|
fix: added missing maxRoundTime to PartyConfig
|
2021-06-03 22:15:22 +02:00 |
|
|
c2e22e5374
|
feat: defined property order of GameStructure message
|
2021-06-03 22:14:53 +02:00 |
|
|
4354adda2a
|
fix: fixed proper serialization of MoveEvents
|
2021-06-03 22:14:16 +02:00 |
|
|
e0258b5dc8
|
doc: fixed typo in javadoc of buildCharacterRequest
|
2021-06-03 21:40:36 +02:00 |
|
|
57c27de006
|
fix: fixed wrong JSON key in EventDeserializer
|
2021-06-03 21:37:11 +02:00 |
|
|
173fc70c3b
|
test: completed MessageDeserializationTest
|
2021-06-03 20:54:50 +02:00 |
|
|
3e02d86700
|
fix: fixed typo in json annotations of BasicMessage
|
2021-06-03 20:53:46 +02:00 |
|
|
de6e9abfd7
|
refactor: fixing codestyle and improving codequality
|
2021-06-03 19:33:14 +02:00 |
|
|
29f5eed2fb
|
refactor: code cleanup
|
2021-06-03 19:22:32 +02:00 |
|
|
4c33e824f9
|
feat: implemented (this time actually) proper message deserialization
|
2021-06-03 19:13:40 +02:00 |
|
|
429cdd2e42
|
refactor: generated equals ... toString for configs
|
2021-06-03 19:13:21 +02:00 |
|
|
b8e13f295c
|
fix: fixed wrong Variable type in GameAssignmentMessage
|
2021-06-03 17:48:38 +02:00 |
|
|
788591268c
|
feat: implemented proper MessageDeserialization
|
2021-06-03 17:37:44 +02:00 |
|
|
99e1de14bc
|
feat: completed MessageDeserializer
|
2021-06-03 16:36:50 +02:00 |
|
|
f3d3310e46
|
fix: made Event/Request/ReconnectMessage subclasses of BasicMessage
|
2021-06-03 16:36:40 +02:00 |
|
|
dbc7264d5f
|
fix: added JsonIgnore to EventMessage and RequestMessage variables
|
2021-06-03 16:31:58 +02:00 |
|
|
00fd033b61
|
fix: changed visibility of message vars to public
|
2021-06-03 16:20:23 +02:00 |
|
|
3daef53f21
|
feat: created classes for Login events
|
2021-06-03 16:12:21 +02:00 |
|
|
40a0a0c0c5
|
refactor: moved MessageType
|
2021-06-03 15:57:53 +02:00 |
|
|
fa8d8fcd00
|
fix: fixed several bugs in EventSerializer
|
2021-06-03 15:57:23 +02:00 |
|
C H
|
34dcc75400
|
Update EventSerializerTest.java
|
2021-06-03 15:15:55 +02:00 |
|
C H
|
f54bae4c1f
|
EventSerializer tests
|
2021-06-03 15:01:01 +02:00 |
|
C H
|
d70cd36a39
|
Update EntitySerializerTest.java
|
2021-06-03 09:47:34 +02:00 |
|
C H
|
d99a2ce3c3
|
Update EntitySerializerTest.java
|
2021-06-03 09:17:47 +02:00 |
|
|
f53a6502f4
|
cleanup: optimize imports
|
2021-06-03 04:19:10 +02:00 |
|
|
d4a929878d
|
refactor: reduce the type casting hell
|
2021-06-03 04:18:16 +02:00 |
|
|
5a90056cd8
|
fix: remove ConsumedMP- and ConsumedAPEvents before TurnEvent for standard compatibility
|
2021-06-03 04:14:33 +02:00 |
|
|
bc6846b5b1
|
refactor: move GameInstance.toString implementation to GameState
|
2021-06-03 04:06:20 +02:00 |
|