summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/FireworksSerializer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-1/+1
Closes #4236 CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/". #include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
2017-09-19Removed UTF-8 BOM (#4033)Lukas Pioch1-1/+1
2015-05-19Make -Werror disabling file onlytycho1-1/+1
Ad fix a load of warnings
2014-10-21Replace &*[0] accesses with .data()Tiger Wang1-4/+4
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-07-17Normalized comments.madmaxoft1-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.
2014-05-09Fixed size_t in FireworksSerializer.Mattes D1-2/+2
2014-05-09Build fixes after the last size_t batch.Mattes D1-2/+2
2014-04-15Rewrote redstone powering to use power levelsTiger Wang1-1/+1
2014-03-17Fixed a crash in firework rockets.madmaxoft1-2/+8
Fixes #816.
2014-03-10Fixed xofts issuesTycho1-0/+4
2014-03-10Fixed alignment issues in Fireworks SerializerTycho1-7/+7
2014-03-10Fixed MSVC2008 compilation.madmaxoft1-4/+4
2014-03-09Hexified coloursTiger Wang1-16/+16
2014-03-09Fixed data length issuesTiger Wang1-2/+3
2014-03-09Demonstrated issues with GetDataLength()Tiger Wang1-5/+7
2014-02-27Fixed compileTiger Wang1-2/+1
2014-02-27Implemented ballistic missiles (fireworks)Tiger Wang1-0/+250
+ Added fireworks