Commit Graph

182 Commits

Author SHA1 Message Date
c6861f3178 feat: converted updateSubmodule script to powershell 2021-06-05 04:15:13 +02:00
28ce5efd57 build: properly implemented docker build, and created a Powershell script for it 2021-06-05 04:14:55 +02:00
70754bfe98 update: updated Gamelib 2021-06-05 04:14:14 +02:00
b81bf3cca0 fix: added SonarSettings to gitignore 2021-06-05 04:14:02 +02:00
ddba210025 feat: partial implementation of UserManager 2021-06-05 01:34:53 +02:00
cb2ad7e445 update: updated submodule 2021-06-05 00:55:15 +02:00
0be4e19217 docker: partial dockerfile, but not yet working 2021-06-05 00:54:57 +02:00
fc37aca05a build: added dependency to enable websocket server logging 2021-06-05 00:54:45 +02:00
903719e254 refactor: made WebSocket non-final for reconnect modularity 2021-06-05 00:54:22 +02:00
69f77a1423 feat: partially implemented net connection and handshake 2021-06-05 00:53:55 +02:00
051c91f9de fix: made argument parsing standard compliant 2021-06-05 00:53:35 +02:00
bd234a7849 improved mainclass Server, and started a server for testing 2021-06-05 00:53:10 +02:00
03b44aeb87 feat: changed encoding for server.log file 2021-06-05 00:52:28 +02:00
551c661f38 build: added sonarqube plugin to server build.gradle 2021-06-04 20:30:29 +02:00
c3f3fc0011 doc: removed explicit thread names from logging messages 2021-06-04 19:55:21 +02:00
e1a3e05d28 doc: added documentation comment for Server mainclass 2021-06-04 19:54:47 +02:00
b37737f073 feat: created main, and implemented log-level setting and config loading 2021-06-04 18:46:44 +02:00
d534897a5b feat: implemented command line argument parsing 2021-06-04 18:46:05 +02:00
8b03d958cb update: updated gamelib 2021-06-04 18:45:17 +02:00
75cd1f1c64 refactor: added example configuration files 2021-06-04 18:06:26 +02:00
238f0beea3 build: added console argument parser dependency 2021-06-04 18:06:13 +02:00
778d8101f0 fix: fixed wrong gitignore addition 2021-06-04 16:29:41 +02:00
0e8c6eb676 git: added logs folder to gitignore 2021-06-04 16:28:34 +02:00
598d3a8df3 refactor: changed spectators to final in LobbyConnection 2021-06-04 15:26:19 +02:00
d4460e6c0f feat: created placeholder main 2021-06-04 15:26:19 +02:00
c0aac8cd31 added jar task to build.gradle 2021-06-04 15:26:18 +02:00
cc74acf34f update: updated submodule 2021-06-04 15:26:18 +02:00
3c99b6ae28 added sonarIssues.xml to gitignore 2021-06-04 15:26:18 +02:00
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