Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 1 | -4/+4 |
| | | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | ||||
* | Use cChunkDef::Height for Y coord comparison where applicable. | Moritz Borcherding | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -3/+3 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -5/+5 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -6/+6 |
| | | | | Ad fix a load of warnings | ||||
* | CheckBasicStyle: checks spaces around * and &. | Mattes D | 2015-05-09 | 1 | -2/+2 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -4/+4 |
| | | | | Spaces around some operators are checked. | ||||
* | Replace &*[0] accesses with .data() | Tiger Wang | 2014-10-21 | 1 | -2/+2 |
| | |||||
* | Added type checking to map loading. | Howaner | 2014-09-26 | 1 | -9/+9 |
| | |||||
* | Check the height and width values read. | worktycho | 2014-05-09 | 1 | -0/+8 |
| | | | Fixes CID 55831 | ||||
* | Wither invulnerability | andrew | 2014-03-24 | 1 | -1/+5 |
| | |||||
* | Fixed MCServer not compiling with C++03 compilers | STRWarrior | 2014-02-24 | 1 | -2/+2 |
| | |||||
* | Map item handler; Fixed several bugs | andrew | 2014-02-17 | 1 | -2/+9 |
| | |||||
* | Send map when selected | andrew | 2014-02-14 | 1 | -3/+6 |
| | |||||
* | IDCount Serialization | andrew | 2014-02-13 | 1 | -1/+78 |
| | |||||
* | Implementation of in-game maps | andrew | 2014-02-13 | 1 | -0/+189 |