summaryrefslogtreecommitdiffstats
path: root/src/StringCompression.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-03Anvil: switched inflate to stream mode.madmaxoft1-0/+62
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-7/+7
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-7/+7
2014-04-02Fixed StringCompression's GZIP handling for larger strings.madmaxoft1-3/+5
2014-01-17Added user setting compression factorTycho1-2/+2
2014-01-07More MSVC warning fixes.madmaxoft1-2/+2
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-06-02Enchantments: API and sending to clientmadmaxoft@gmail.com1-2/+127
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-55/+55
2012-04-04Compression error -5 fixmadmaxoft@gmail.com1-2/+3
2012-03-07Added the Anvil level format (MCA) support, read-only for the time being. Now MCS can read your worlds from the official server :)madmaxoft@gmail.com1-1/+1
2012-02-16Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properlymadmaxoft@gmail.com1-0/+54