| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [*] Convert old C-Style casts | Simon Rettberg | 2018-07-26 | 1 | -5/+9 |
| | | | | | | Primitive types now use type(x) instead of (type)x, pointers should use appropriate long versions | ||||
| * | Update code style, fix compiler warnings | Simon Rettberg | 2018-07-24 | 1 | -2/+2 |
| | | | | | | | - Use nullptr instead of NULL for better warnings in case of mistakes - Get rid of VLAs which are not in C++11 actually - Fix implicit signed <-> unsigned mismatches by adding checks and casts | ||||
| * | Fix connection problems qith Qt5 (again) | Simon Rettberg | 2017-12-01 | 1 | -2/+2 |
| | | |||||
| * | Increase compiler warnings, fix a lot of those instances | Simon Rettberg | 2016-11-15 | 1 | -3/+3 |
| | | | | | | | - Add explicit casts - Comment out unused params - Remove ignored const return types | ||||
| * | [client] Move ServerConnection instance to ClientApp | Simon Rettberg | 2016-10-26 | 1 | -1/+1 |
| | | |||||
| * | astyle. | Christian Klinger | 2016-09-29 | 1 | -22/+13![]() |
| | | |||||
| * | Fix infinite loop when receiving incomplete headers | Simon Rettberg | 2016-09-09 | 1 | -1/+1 |
| | | |||||
| * | Reset debug timeouts, fix autoconnect, remove magic numbers | Manuel Schneider | 2014-11-28 | 1 | -5/+8 |
| | | |||||
| * | The sessionID is ignored by manager if client is connecting via auto-connect. | Björn Hagemeister | 2014-09-04 | 1 | -3/+3 |
| | | |||||
| * | Client is able to auto - connect to the same room belonging manager. | Björn Hagemeister | 2014-08-25 | 1 | -10/+26 |
| | | |||||
| * | Try to reconnect if the pvsmgr gets disconnected | Manuel Schneider | 2014-05-28 | 1 | -1/+1 |
| | | |||||
| * | Outsource serverDiscovery. | Manuel Schneider | 2014-05-28 | 1 | -0/+181 |

