summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
* refactor clui: delete class ChatRoom, create own class for chat, players, ↵Joursoir2020-12-108-160/+180
| | | | tips (new), input
* clui: architecture go to base class for clients; fix bugsJoursoir2020-12-0910-223/+172
|
* gui: receive msg from server to chat and move itJoursoir2020-12-095-45/+95
|
* create base class for all client, add some functionality to guiJoursoir2020-12-087-25/+184
|
* add objects level for use fltkJoursoir2020-12-075-49/+87
|
* add gui without functionalityJoursoir2020-12-079-0/+613
|
* some changes in reg/auth; client: remove name in argumentsJoursoir2020-12-066-506/+0
|
* refactoring and some featureJoursoir2020-11-303-11/+40
| | | | | | | | | client: type nick in argument server: basis for registration; change style add commands; edit send msg to user; feature: private room
* one more fix chat, support spec-messages, add exit from program :)Joursoir2020-11-276-47/+81
|
* client: remove menu, all actions move to chat, fix chat moveJoursoir2020-11-255-159/+61
|
* add chat move, fix some bugsJoursoir2020-11-224-86/+175
|
* start feature: cluiJoursoir2020-11-225-87/+432
|
* init projectJoursoir2020-11-171-0/+107