| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Added windows client.
SIGPIPE signal was being sent to the server when the client was disconnected.
Now there is handling of this signal.
Added a delay when displaying some informational messages.
|
|
|
|
|
|
|
|
| |
Fixed stack clearing.
Added check for NULL before clearing game parameters.
Added refactoring of define_phase_after_attack().
Analyzing game results is organized into several functions.
Fixed card limit detection on tossing (line 366 in server_data_processing.c).
|
|
|
|
|
|
| |
Fixed bug when entering cards incorrectly.
Added recognition of disconnection from the server.
Added welcome screen and update screen.
|
|
Added client.
Moved files to directories.
|