summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-30cIsThread cleanupTiger Wang1-1/+1
2021-03-28Fix Windows XP to 7 compatibility (#5167)Tiger Wang1-1/+1
2021-01-11zlib -> libdeflate (#5085)Tiger Wang5-225/+68
2020-09-25Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol131-2/+0
2020-07-12Address commentsTiger Wang1-2/+3
2020-07-12More CMake cleanupTiger Wang1-9/+2
2020-05-31Resolve IPO flags mismatchTiger Wang1-1/+1
2020-05-16Update logging code to reduce unnecessary string copying:Peter Bell1-0/+1
2020-05-10Cleanup unneeded globals (#4736)peterbell101-44/+0
2020-05-07Remove old Android leftovers (#4722)Mat1-10/+0
2020-05-05Update fmt to 6.2.0 (#4718)peterbell101-1/+1
2018-01-03Add the fmt library (#4065)peterbell103-16/+4
2017-12-24Fix style of ToolsAlexander Lyons Harkness2-64/+56
2017-10-21Fix tool builds on AppleClangpeterbell101-36/+30
2017-08-03Remove double includes part 2 (#3890)peterbell101-1/+7
2017-06-19Removed the LeakFinder for Windows. (#3777)Mattes D1-4/+2
2016-08-24Fixed type-casting-related warnings.Mattes D3-30/+21
2016-07-18CMake: Remove needless minimum version specifications.Mattes D1-3/+0
2015-12-19Added HTTPS links wherever they are supported.Alexander Harkness1-2/+1
2015-09-15Increase robustness of the logging subsystemtycho1-10/+10
2015-06-05Daemon support on Linux.Anthony Birkett1-1/+1
2015-05-24Fix other clang 3.6 committycho1-1/+4
2015-05-24Disable -Werror for warnings in tools.tycho1-1/+2
2015-05-23Disable warnings in MCADefrag, ProtoProxy and teststycho1-2/+3
2014-12-25Fixed tools compilation.Mattes D2-0/+3
2014-12-21MCADefrag: Added a sanity check for chunk size.Mattes D1-1/+1
2014-12-04Tools: Removed unused Timer.* file from CMakeLists.txt.Mattes D1-2/+1
2014-11-29Fixed MCADefrag compilation.Mattes D1-0/+8
2014-10-21Compile fix?Tiger Wang1-2/+0
2014-08-12Renamed LoggersTycho2-11/+11
2014-08-10Fixed Tools to work with new logging frameworkTycho2-6/+16
2014-07-24Made redundant semi not an error, fixed one more.archshift1-1/+1
2014-06-03Update Globals.hJulian Laubstein1-1/+1
2014-05-20Fixed MCADefrag compilation.madmaxoft1-0/+15
2014-05-19Fixed some warningsJulian Laubstein1-0/+1
2014-03-11Added macros support to toolsTycho1-1/+4
2014-02-16COnverted ProtoProxy to use library CMakeListsTycho1-1/+1
2014-02-16Allow building MCADefrag at the same time as MCServerTycho1-4/+2
2014-02-16CHange MCADefrag CMakelist to use zlib CMakeListTycho1-9/+4
2014-02-16rewrote MCADefrag CMakelist to use SetflagsTycho1-56/+16
2014-02-13MCADefrag: Implemented recompression.madmaxoft2-5/+136
2014-02-13MCADefrag: Fixed bugs, now produces valid MCA files.madmaxoft2-3/+22
2014-02-13MCADefrag: Initial implementation.madmaxoft6-0/+799