Richard Reiber
|
c9fa49e10f
|
doc: updated Logger messages
|
2021-06-04 14:40:51 +02:00 |
|
|
9ec801690f
|
doc: added thread name to some logging messages
|
2021-06-04 14:27:30 +02:00 |
|
|
207f70683b
|
feat: TurnTimer implemented properly
|
2021-06-04 14:26:45 +02:00 |
|
|
68b078a90c
|
test: fixed GameStateSegmentTest to work with new API
|
2021-06-04 00:00:06 +02:00 |
|
|
f82bdcbfbe
|
update: updated submodule
|
2021-06-03 23:59:41 +02:00 |
|
|
fecb377c9f
|
build: changed 8 parallel forks to 1 because speed
|
2021-06-03 23:41:54 +02:00 |
|
|
7f4e5cc1cb
|
refactor: used ParticipantType from Gamelib
|
2021-06-03 23:40:17 +02:00 |
|
|
c0918f982f
|
update: updated submodule
|
2021-06-03 23:30:28 +02:00 |
|
|
c9ebc2c1c7
|
refactor: make use of new method supporting ArrayList
|
2021-06-03 03:40:30 +02:00 |
|
|
6557e748af
|
feat: updated lobby to pipeline-based model
|
2021-06-02 18:28:02 +02:00 |
|
|
96f131e50c
|
fix: fixed PauseSegment and DisconnectSegment, and added logging to all segments
|
2021-06-02 18:27:39 +02:00 |
|
|
2380012d35
|
feat: implemented partial RoundTimer
|
2021-06-02 18:26:35 +02:00 |
|
|
302fc5246d
|
refactor: deleted now useless class PauseHandler
|
2021-06-02 17:52:20 +02:00 |
|
|
d27bc6326c
|
test: fixed GameStateSegment test
|
2021-06-02 17:51:48 +02:00 |
|
|
50bd0f2a19
|
fix: fixed problems arising from refactor
|
2021-06-02 17:51:39 +02:00 |
|
|
aecfcd2d42
|
doc: added logging
|
2021-06-02 17:51:23 +02:00 |
|
|
30a8a03eb2
|
fix: fixed problems arising from Gamelib refactor
|
2021-06-02 17:01:59 +02:00 |
|
|
cb1f99814a
|
feat: implemented wins and disconnects in Lobby
|
2021-06-01 18:07:43 +02:00 |
|
|
ffb37def47
|
feat: implemented utility methods for LobbyConnection
|
2021-06-01 17:59:29 +02:00 |
|
|
2a4fc1cef0
|
feat: completed several segments
|
2021-06-01 17:57:05 +02:00 |
|
|
1887a2c12d
|
refactor: used proper method for checking requestType to ReqSegment
|
2021-06-01 15:28:59 +02:00 |
|
|
0c2bc6cf6a
|
feat: created packet class for pipelining
|
2021-06-01 15:26:30 +02:00 |
|
|
74f3b86144
|
error: added todo to currently wrong GameInstance constructor
|
2021-06-01 15:26:09 +02:00 |
|
|
cd4e9f5e5e
|
build: added tinylog dependency
|
2021-06-01 14:28:20 +02:00 |
|
|
052fe17d89
|
update: updated submodule
|
2021-06-01 14:28:04 +02:00 |
|
Richard Reiber
|
6eb16a2514
|
update: added some Segments for Pipelining
|
2021-05-31 19:49:48 +02:00 |
|
|
2d72f0f5c0
|
update: updated submodule
|
2021-05-30 18:09:03 +02:00 |
|
|
68bbf07ac6
|
refactor: update Lobby for changes to the game library
|
2021-05-27 18:16:08 +02:00 |
|
|
ae64d51a73
|
refactor: renamed package names to be lowercase
|
2021-05-26 18:52:34 +02:00 |
|
|
741f907348
|
feat: changed pipeline return type to optional for better clarity, and added comments
|
2021-05-26 13:57:47 +02:00 |
|
|
0acc0732f6
|
update: updated submodule
|
2021-05-21 14:28:54 +02:00 |
|
|
5aae0fe5a4
|
update: updated submodule gamelib
|
2021-05-19 21:00:09 +02:00 |
|
|
5515478fe6
|
feat: implemented a pipelining system for the lobby to pipeline events through a number of segments for processing them
|
2021-05-19 20:59:59 +02:00 |
|
|
d2d9712b61
|
fix: fixed types in MessageRelay and LobbyConnection
|
2021-05-19 20:59:11 +02:00 |
|
Richard Reiber
|
fcf43fcd83
|
wip: Request pipelining
|
2021-05-19 19:02:57 +02:00 |
|
|
7142d2f642
|
updated Gamelib submodule
|
2021-05-19 13:12:22 +02:00 |
|
|
7a8857da0c
|
feat: changed WebSockets to Participants, and created those
|
2021-05-19 13:12:14 +02:00 |
|
|
2b00b1520b
|
feat: added a proper submodule update command to the updateSubmodule file
|
2021-05-19 13:11:56 +02:00 |
|
|
65e9e88f51
|
fix: replace duplicate class with ParticipantType
|
2021-05-18 18:49:33 +02:00 |
|
|
89a75f982b
|
feat: partial implementation of MessageRelay and LobbyConnection
|
2021-05-18 18:24:26 +02:00 |
|
|
ce71de5d25
|
test: created partial test prototype for MarvelousServer
|
2021-05-18 18:23:30 +02:00 |
|
|
0833976aca
|
feat: add basic backbone for lobby
|
2021-05-18 18:11:52 +02:00 |
|
|
6cc904cae3
|
feat: added updateSubmodule.bat to update the gamelib submodule automatically
|
2021-05-18 17:44:40 +02:00 |
|
Richard Reiber
|
e5f47de84f
|
fix: Configured on my Computer
|
2021-05-18 17:31:34 +02:00 |
|
|
d306b2b736
|
feat: singleton MessageRelay and better prototype of LobbyManager
|
2021-05-18 16:57:03 +02:00 |
|
|
a4fd7c1ef5
|
fix: executed a gradle task that makes the project hopefully recognizable by the IDE
|
2021-05-05 20:59:02 +02:00 |
|
|
0b3a3097e1
|
fix: changed GameState to proper class GameInstance in lobby
|
2021-05-05 18:58:24 +02:00 |
|
|
f5d565613a
|
feat: added gamelib as submodule (slightly experimental but should work) and reconfigured Gradle
|
2021-05-05 18:31:29 +02:00 |
|
Richard Reiber
|
c1bc8042ee
|
Added a first Lobby Constructor.
Added Event/Request differentiation (as comments).
|
2021-05-05 12:35:51 +02:00 |
|
Richard Reiber
|
f471b66eb6
|
Added a few Methods and test Version control.
|
2021-05-05 12:10:51 +02:00 |
|