|
e9b4bc5f58
|
feat: implemented still-missing JSON ser/deser for portalEntities
|
2021-07-12 21:16:02 +02:00 |
|
|
7fffe2efbb
|
cleanup: remove moved code
|
2021-07-01 15:02:39 +02:00 |
|
|
be7dd1ca94
|
feat: add portal support
|
2021-06-24 22:07:40 +02:00 |
|
|
7334b234d4
|
feat: implemented JSON stuff related to PortalEvents
|
2021-06-24 15:51:18 +02:00 |
|
|
371424e6c3
|
feat: added PortalEvent to EventBuilder
|
2021-06-24 15:37:30 +02:00 |
|
|
2b11633ced
|
fix: make character selection use characterIDs and not indices
|
2021-06-06 23:00:03 +02:00 |
|
|
a69534ff72
|
fix: fixed MessageValidationTest
|
2021-06-06 17:56:04 +02:00 |
|
C H
|
8dd5b864f3
|
some improvements for tests
|
2021-06-06 12:46:10 +02:00 |
|
|
38865aea70
|
refactor: removed unnecessary println from character config test
|
2021-06-06 03:23:04 +02:00 |
|
|
29db6c018c
|
feat: implemented aquiring characters of random order in CharacterConfig
|
2021-06-06 03:21:21 +02:00 |
|
|
72ab0164b3
|
test: fixed test according to new validation string concat
|
2021-06-05 16:35:35 +02:00 |
|
|
b9a6308d6b
|
feat: added min size of 12 to validation of characterConfig
|
2021-06-05 16:24:35 +02:00 |
|
|
bf2ef23733
|
fix: enabled validation for all characters in CharacterConfig
|
2021-06-05 16:21:46 +02:00 |
|
|
e9987b4d4f
|
refactor: renamed Validation to ValidationUtility
|
2021-06-05 16:01:06 +02:00 |
|
|
e42bce7917
|
feat: implemented JSON validation
|
2021-06-05 15:57:33 +02:00 |
|
|
c97ff03a68
|
wip: prepare ai for using action trees and boards with score calculation
|
2021-06-05 05:19:07 +02:00 |
|
|
aa1d2c48df
|
refactor: split ai into client and "brain"
|
2021-06-05 04:19:58 +02:00 |
|
|
f2a961d159
|
fix: resolve various issues with ai, cloning and turn order handling
|
2021-06-05 04:00:25 +02:00 |
|
|
d74cd114cc
|
feat: added static methods to JSON for configuration deserialization
|
2021-06-04 18:44:54 +02:00 |
|
|
672e5e7727
|
fix: fixed sonarqube-reported bugs in JSON and EventBuilderTest
|
2021-06-04 14:54:25 +02:00 |
|
|
dce1aed9ad
|
wip: add simple ai and a full game test with ai
|
2021-06-04 07:47:54 +02:00 |
|
|
23a8bcdeb4
|
fix: properly create random values for characters
|
2021-06-04 06:42:16 +02:00 |
|
|
0fce509111
|
refactor: create base test class for later use
|
2021-06-04 03:53:00 +02:00 |
|
|
78d3fb84d0
|
refactor: changed AssignmentEnum's name to ParticipantType
|
2021-06-03 23:38:43 +02:00 |
|
|
4e5ebd7342
|
test: implemented complete JSON test
|
2021-06-03 23:08:11 +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 |
|
|
c67968896b
|
test: complete tests for message (de)serialization
|
2021-06-03 22:16:45 +02:00 |
|
|
173fc70c3b
|
test: completed MessageDeserializationTest
|
2021-06-03 20:54:50 +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 |
|
|
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 |
|
|
b80b96a3a0
|
fix: improve pathfinding test
|
2021-06-03 02:56:09 +02:00 |
|
|
1601a2560d
|
feat: add support for the GamestateEvent in applyEvent
|
2021-06-03 02:51:44 +02:00 |
|
|
3bb6d81b27
|
refactor: restructure code and fix some events not being applied
|
2021-06-03 02:19:10 +02:00 |
|
C H
|
9be5f6c10c
|
worked on tests for EntitySerializer (not ready so far, I work again on it tomorow)
|
2021-06-02 18:36:35 +02:00 |
|
|
c07c141c6e
|
test: fixed EntitySerializer test
|
2021-06-02 16:29:03 +02:00 |
|
|
ea3d51c408
|
refactor: moved config and messages out of JSON
|
2021-06-02 16:28:19 +02:00 |
|
|
b13a7db67b
|
feat: implemented proper CharacterConfig json stuff
|
2021-06-02 16:10:35 +02:00 |
|
|
e88476eb10
|
cleanup: optimize imports, remove unused code, fix warnings
|
2021-06-01 19:26:29 +02:00 |
|
|
2f45e2b772
|
feat: add 4-connected Bresenham pathfinding algorithm
|
2021-06-01 18:30:32 +02:00 |
|
|
8e6f61a665
|
fix: add missing checks to game logic and fix events not being applied
|
2021-06-01 17:59:45 +02:00 |
|
|
9c2c814e98
|
cleanup: optimize imports
|
2021-06-01 17:19:48 +02:00 |
|
|
5984e40384
|
fix: improve rasterization and tests
|
2021-06-01 17:15:44 +02:00 |
|
|
842db2439a
|
breaking: remove observable pattern, make methods return events directly
|
2021-06-01 15:43:04 +02:00 |
|