summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/SchematicFileSerializer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed negative return values in SchematicFileSerializer.Matyas Dolak2015-01-231-1/+3
| | | | Fixes CID 103165.
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | 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.
* Merge pull request #992 from mc-server/coverity_fixesMattes D2014-05-091-1/+1
|\ | | | | Coverity fixes
| * Range Check on schematic sizeworktycho2014-05-091-1/+1
| | | | | | Fixes CID 55830
* | Fixed message formatting.Mattes D2014-05-091-2/+2
| |
* | Build fixes after the last size_t batch.Mattes D2014-05-091-2/+2
| |
* | Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-2/+2
|/
* Added schematic string serializer self-test.madmaxoft2014-04-021-0/+33
|
* BlockArea: Switched internal coords to Vector3i.madmaxoft2014-03-251-5/+5
|
* Renamed cBlockArea Offset to WEOffset.madmaxoft2014-03-121-2/+2
| | | | Even in getters / setters.
* Renamed m_Offset to m_WEOffsetSTRWarrior2014-03-111-3/+3
|
* This allows a blockarea to have an Offset.STRWarrior2014-03-101-0/+23
|
* Fixed cBlockArea schematic string saving signature.madmaxoft2014-03-071-4/+3
|
* Added cBlockArea serialization to string.madmaxoft2014-03-071-28/+106
| | | | Fixes #665.
* Fixed spelling errorTycho2014-01-221-0/+172