Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cppcheck found an out of bound array access. (#4182) | Michael Hinz | 2018-02-04 | 1 | -1/+1 |
| | | | | | | | | The ChunkHeader array is five unsigned chars big, they're indexed 0..4 - but in the error message (when ChunkHeader[4] isn't 2 - indicating zlib compression, which seems to be the only allowed compression method for chunks) the contents of ChunkHeader[5] is printed. Maybe not so dangerous, but it'll give garbage results in the log. | ||||
* | Fix style of Tools | Alexander Lyons Harkness | 2017-12-24 | 1 | -12/+8 |
| | |||||
* | Fixed BlockZapper after folder move. | madmaxoft | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 1 | -440/+440 |
| | |||||
* | BlockZapper: Initial import, can zap blocks but not entities | madmaxoft@gmail.com | 2013-05-01 | 1 | -0/+440 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1439 0a769ca7-a7f5-676a-18bf-c427514a06d6 |