|
|
bf490aa73d
|
added legal moves message to send back available moves to clients
|
2025-11-30 16:32:14 +01:00 |
|
|
|
446413c1b2
|
added turn changing and checking before moving if the player is allowed to move
|
2025-11-30 11:58:42 +01:00 |
|
|
|
d94c088ae9
|
can now go back to the main menu before starting a match
|
2025-11-29 20:21:52 +01:00 |
|
|
|
5763716848
|
fixed error: sending both match notification to the same player and removed old server message struct
|
2025-11-27 16:31:48 +01:00 |
|
|
|
60911f93f6
|
removed unused stuff from test client
|
2025-11-26 13:55:16 +01:00 |
|
Hatvani Tamás
|
7fdd7fd65c
|
Merge branch 'master' into Server/logging
|
2025-11-24 13:20:16 +01:00 |
|
|
|
5ccca3ab8e
|
added resign event and deleting finished matches
|
2025-11-24 13:14:38 +01:00 |
|
|
|
7ed9ae3799
|
refactored println statements into formatted logs with log crate
|
2025-11-24 12:05:07 +01:00 |
|
|
|
622bef963f
|
new serevr message enum for easier message handling
|
2025-11-24 10:07:20 +01:00 |
|
|
|
6fc1b6c3fd
|
fixed test function, removed messages because we do not use it
|
2025-11-20 17:23:30 +01:00 |
|
|
|
a985182c99
|
rewrote the message function to use an Option value and check if the playerconnection has value before trying to send message
|
2025-11-20 16:36:02 +01:00 |
|
|
|
ab369f179c
|
updated move event to use chessmove struct from engine
|
2025-11-20 14:46:01 +01:00 |
|
|
|
be6a86bebf
|
handling client move event
|
2025-11-20 13:38:39 +01:00 |
|
|
|
5336aadf97
|
fixed bug in findmatch, added a new command in test client, refactored how the server sends messages to the client
|
2025-11-19 20:16:55 +01:00 |
|
|
|
48f66aac75
|
added engine as a crate into server project, implemented request moves event
|
2025-11-18 16:43:14 +01:00 |
|
|
|
4bb485e833
|
added findmatch event
|
2025-11-18 09:28:07 +01:00 |
|
|
|
c77e534ed8
|
removed event system file as it was unused and we do not neet it anymore
|
2025-11-15 19:41:48 +01:00 |
|
|
|
1c92918692
|
finished join event
|
2025-11-15 19:33:40 +01:00 |
|
|
|
cca852d466
|
Working on event system, join implemented
|
2025-11-15 18:32:43 +01:00 |
|
|
|
83a73ed34c
|
Added tests
|
2025-11-13 15:19:26 +01:00 |
|
|
|
5696128ac9
|
handling differenk kinds of server messages, and matchmaking basics
|
2025-11-12 17:11:23 +01:00 |
|