Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed GetProtocolVersion() from the protocols. | Howaner | 2014-09-11 | 1 | -3/+0 |
| | |||||
* | Added GetProtocolVersion() to cProtocol. | Howaner | 2014-09-08 | 1 | -6/+3 |
| | |||||
* | Exported daylight cycle flag to the protocol. | Howaner | 2014-08-11 | 1 | -1/+7 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Small style changes | jfhumann | 2014-04-18 | 1 | -5/+5 |
| | |||||
* | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -6/+6 |
| | |||||
* | Fixed some Clang warnings in protocols. | madmaxoft | 2014-04-04 | 1 | -6/+6 |
| | |||||
* | Add Locale to ClientHandle | Howaner | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | PolarSSL is fully used for 1.3.2 protocol encryption. | madmaxoft | 2014-01-23 | 1 | -2/+0 |
| | |||||
* | Removed internal cEntity::GetRot() usage. | madmaxoft | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | Removed obsoleted functions | Tiger Wang | 2014-01-16 | 1 | -1/+1 |
| | |||||
* | Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.h | Diusrex | 2014-01-05 | 1 | -1/+12 |
| | | | | | | I also added a warning(push)/(pop) around crpytlib.cpp because it would go crazy with warnings. So now, the only warning from cryptopp that is not blocked is 'unreferenced local function has been removed', which also occurs at a single function. | ||||
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+256 |