| Commit message (Expand) | Author | Age | Files | Lines |
| * | clui feature: handle players and online info from server, show it | Joursoir | 2020-12-11 | 5 | -16/+109 |
| * | refactor clui: delete class ChatRoom, create own class for chat, players, tip... | Joursoir | 2020-12-10 | 8 | -160/+180 |
| * | clui: architecture go to base class for clients; fix bugs | Joursoir | 2020-12-09 | 11 | -231/+178 |
| * | gui: receive msg from server to chat and move it | Joursoir | 2020-12-09 | 5 | -45/+95 |
| * | create base class for all client, add some functionality to gui | Joursoir | 2020-12-08 | 7 | -25/+184 |
| * | add objects level for use fltk | Joursoir | 2020-12-07 | 6 | -50/+89 |
| * | add gui without functionality | Joursoir | 2020-12-07 | 9 | -0/+127 |
| * | some changes in reg/auth; client: remove name in arguments | Joursoir | 2020-12-06 | 10 | -137/+100 |
| * | add registration and authorization | Joursoir | 2020-12-05 | 11 | -244/+382 |
| * | add config file for server | Joursoir | 2020-12-04 | 1 | -0/+14 |
| * | refactor code; add class storing users | Joursoir | 2020-12-02 | 4 | -77/+129 |
| * | try to make the code is easier; start work with db | Joursoir | 2020-12-02 | 12 | -448/+535 |
| * | add database class | Joursoir | 2020-12-02 | 2 | -0/+136 |
| * | refactoring and some feature | Joursoir | 2020-11-30 | 8 | -128/+241 |
| * | init license | Joursoir | 2020-11-29 | 1 | -0/+661 |
| * | server: add different messages, support commands('/') and spec-messages | Joursoir | 2020-11-27 | 5 | -87/+246 |
| * | one more fix chat, support spec-messages, add exit from program :) | Joursoir | 2020-11-27 | 6 | -47/+81 |
| * | add second (work with chat) level of abstraction | Joursoir | 2020-11-25 | 10 | -17/+524 |
| * | client: remove menu, all actions move to chat, fix chat move | Joursoir | 2020-11-25 | 5 | -159/+61 |
| * | server: add first (work with sockets) level of abstraction | Joursoir | 2020-11-23 | 3 | -0/+158 |
| * | add chat move, fix some bugs | Joursoir | 2020-11-22 | 4 | -86/+175 |
| * | start feature: clui | Joursoir | 2020-11-22 | 6 | -88/+433 |
| * | init project | Joursoir | 2020-11-17 | 3 | -0/+123 |