|
c1e7a8614a
|
script: added and updated scripts for more fanciness
|
2021-07-20 23:48:50 +02:00 |
|
|
48a378e75c
|
fix: fixed bug where too many wrong events would cause a null pointer
|
2021-07-20 23:48:32 +02:00 |
|
|
c060116d37
|
update: updated submodule
|
2021-07-19 20:29:46 +02:00 |
|
|
eca1064294
|
script: added script to start server locally
|
2021-07-16 17:23:12 +02:00 |
|
|
601bf9f174
|
update: updated submodule
|
2021-07-16 15:49:18 +02:00 |
|
|
00c1a1f12f
|
update: updated submodule
|
2021-07-09 15:55:01 +02:00 |
|
|
09c5545c6d
|
fix: re-implemented the segment, this time properly
|
2021-07-07 18:04:19 +02:00 |
|
|
e02fd0879a
|
feat: implemented proper filtering of EndRoundRequests
|
2021-07-07 14:47:54 +02:00 |
|
|
51239a0aed
|
update: updated submodule
|
2021-07-07 13:33:02 +02:00 |
|
|
bb5d002cb4
|
fix: actually add the segment
|
2021-07-06 13:18:55 +02:00 |
|
|
8c8a4752e3
|
fix: update tests
|
2021-07-06 13:15:15 +02:00 |
|
|
8f12084308
|
fix: prevent EndRoundRequests and invalid pausing
|
2021-07-06 13:14:00 +02:00 |
|
|
f8aa2c9bf2
|
fix: destroy lobbies properly after ended games and during grouping
|
2021-07-06 12:59:37 +02:00 |
|
|
ec6236c57f
|
fix: only set runningGame to true if the client actually had a started game
|
2021-07-01 12:33:33 +02:00 |
|
|
1a8566895b
|
fix: improve server test coverage and functionality
|
2021-06-29 08:40:57 +02:00 |
|
|
bf3bd7d0a4
|
fix: adjust login process for standard
|
2021-06-29 08:40:00 +02:00 |
|
|
844cc08c49
|
update: updated submodule
|
2021-06-24 15:17:54 +02:00 |
|
|
4943f1ce1a
|
fix: fixed refactoring error
|
2021-06-24 15:17:09 +02:00 |
|
|
df9268ce17
|
updated submodule
|
2021-06-09 16:03:20 +02:00 |
|
|
c01afab0ab
|
test: the test now has a friendly comment
|
2021-06-08 16:15:07 +02:00 |
|
|
805e8e5f9e
|
wip: switch to synchronized handling during testing
|
2021-06-08 16:04:46 +02:00 |
|
|
afc413507a
|
wip: add overengineered full socket test
|
2021-06-08 05:01:32 +02:00 |
|
|
8daa7afac3
|
test: begun to write some tests for the Server components
|
2021-06-08 03:16:43 +02:00 |
|
|
5f30982cfb
|
feat: added userCount and containsConnection methods to UserManager
|
2021-06-08 03:16:13 +02:00 |
|
|
8d536ddcb0
|
test: completed test for Client
|
2021-06-08 02:47:36 +02:00 |
|
|
be08c6f1c4
|
refactor: changed Client field accessors to getters / setters
|
2021-06-08 02:47:17 +02:00 |
|
|
7f717f5fe2
|
feat: now ignoring empty request messages instead of sending them
|
2021-06-08 02:33:06 +02:00 |
|
|
80ad60a658
|
refactor: re-formated LobbyConnection
|
2021-06-08 02:28:58 +02:00 |
|
|
07ce02b937
|
test: adjusted test to reflect actual requirements
|
2021-06-08 02:05:37 +02:00 |
|
|
8dd4a4b60f
|
fix: fixed major bug where lobbyConnection termination wouldn't remove clients
|
2021-06-08 02:02:50 +02:00 |
|
|
96ce2ebde2
|
fix: fixed a bug where the the timeoutTime is negative
|
2021-06-08 01:39:17 +02:00 |
|
|
7d486df64f
|
HOTFIX: hotfixed show-stopping bug
|
2021-06-07 18:21:30 +02:00 |
|
|
2da32cb397
|
fix: fixed a bug where spectators that join aren't in the playing state
|
2021-06-07 17:57:13 +02:00 |
|
|
17eb44ce49
|
fix: fixed doc
|
2021-06-07 17:47:57 +02:00 |
|
|
054662957a
|
fix: fixed bug where spectators would never be in the playing state
|
2021-06-07 17:47:41 +02:00 |
|
|
383fa456fc
|
fix: fixed bug where spectators joining later won't be able to send events
|
2021-06-07 17:47:22 +02:00 |
|
|
0248eaf154
|
fix: fixed bug where winner was not declared in WinEvent
|
2021-06-07 17:47:04 +02:00 |
|
|
3c49c5bbd8
|
fix: fixed bug where sending reoconnect while not able to do so breaks the server
|
2021-06-07 17:26:59 +02:00 |
|
|
8d26c3f2ea
|
fix: fixed bug where spectators sending character selection would blow up the server
|
2021-06-07 17:26:30 +02:00 |
|
|
6122c55025
|
fix: fixed null pointer exception at getting participant from null-valued EntityID
|
2021-06-07 17:10:30 +02:00 |
|
|
5e6745ee23
|
fix: fixed bug where spectator joins as player if free spot available
|
2021-06-07 17:05:56 +02:00 |
|
|
1be8a503bf
|
refactor: changed method order in LobbyManager
|
2021-06-07 17:03:06 +02:00 |
|
|
c2ad2e118e
|
fix: using proper maxRoundTime in TurnTimeoutTimer
|
2021-06-07 17:00:54 +02:00 |
|
|
0b41a9c7d8
|
refactor: adjusted DisconnectSegment to API changes
|
2021-06-07 16:45:19 +02:00 |
|
|
ad2dff3eb9
|
feat: properly used timeouts and timers in Lobby
|
2021-06-07 16:44:54 +02:00 |
|
|
11923b89a0
|
feat: implemented Lifetime- and TimeoutTimer
|
2021-06-07 16:44:41 +02:00 |
|
|
6b10287808
|
refactor: more class name changes
|
2021-06-07 16:44:29 +02:00 |
|
|
c4badaf4ef
|
test: refactored tests
|
2021-06-07 16:44:04 +02:00 |
|
|
7653f5217c
|
refactor: renamed GameLogic segment
|
2021-06-07 16:43:22 +02:00 |
|
|
6a0bef616f
|
refactor: changed class names to reflect their uses better
|
2021-06-07 16:42:19 +02:00 |
|