summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/FireworksSerializer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-8/+4
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-2/+2
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-2/+3
* Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell102018-08-291-1/+1
* Removed UTF-8 BOM (#4033)Lukas Pioch2017-09-191-1/+1
* Make -Werror disabling file onlytycho2015-05-191-1/+1
* Replace &*[0] accesses with .data()Tiger Wang2014-10-211-4/+4
* Basic style fixes.madmaxoft2014-07-171-2/+2
* Normalized comments.madmaxoft2014-07-171-2/+2
* Fixed size_t in FireworksSerializer.Mattes D2014-05-091-2/+2
* Build fixes after the last size_t batch.Mattes D2014-05-091-2/+2
* Rewrote redstone powering to use power levelsTiger Wang2014-04-151-1/+1
* Fixed a crash in firework rockets.madmaxoft2014-03-171-2/+8
* Fixed xofts issuesTycho2014-03-101-0/+4
* Fixed alignment issues in Fireworks SerializerTycho2014-03-101-7/+7
* Fixed MSVC2008 compilation.madmaxoft2014-03-101-4/+4
* Hexified coloursTiger Wang2014-03-091-16/+16
* Fixed data length issuesTiger Wang2014-03-091-2/+3
* Demonstrated issues with GetDataLength()Tiger Wang2014-03-091-5/+7
* Fixed compileTiger Wang2014-02-271-2/+1
* Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-0/+250