summaryrefslogtreecommitdiffstats
path: root/Tools/MCADefrag/Globals.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-174/+0
| | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed BiomeDef.h * Removed ChunkDef.h from Globals.h * Added to CONTRIBUTORS. * Re-added empty last line to Globals.h * Included stddef and StringUtils in BiomeDef.h * Fixed build tools compiling. It compiles, but at what cost? * Added include to src/Generating/Trees.h * Include added in ChunkGeneratorThread.h * Moved rearranged includes in LineBlockTracer.cpp * Re-arrange headers in ChunkInterface.cpp * Included ChunkDef.h in Path.h * Included ChunkDef.h in NBTChunkSerializer.h * Rearranged included and added required includes to headers. * Removed unnecessary included in StringUtils.h.
* Update logging code to reduce unnecessary string copying:Peter Bell2020-05-161-0/+1
| | | | | | * Write into a single fmt::memory_buffer * Use string_view instead of AString for listener callbacks * Also collapsed vFLOG and vLOG functions into one per formatting type
* Cleanup unneeded globals (#4736)peterbell102020-05-101-44/+0
|
* Remove old Android leftovers (#4722)Mat2020-05-071-10/+0
|
* Update fmt to 6.2.0 (#4718)peterbell102020-05-051-1/+1
| | | * Update fmt to 6.2.0
* Add the fmt library (#4065)peterbell102018-01-031-15/+1
| | | | | | | * Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style.
* Fix tool builds on AppleClangpeterbell102017-10-211-36/+30
|
* Remove double includes part 2 (#3890)peterbell102017-08-031-1/+7
|
* Fixed type-casting-related warnings.Mattes D2016-08-241-6/+0
|
* Fixed tools compilation.Mattes D2014-12-251-0/+1
| | | | Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5.
* Made redundant semi not an error, fixed one more.archshift2014-07-241-1/+1
|
* Merge pull request #1011 from SphinxC0re/SomeWarningFixesMattes D2014-06-041-0/+1
|\ | | | | Fixed some warnings
| * Update Globals.hJulian Laubstein2014-06-031-1/+1
| |
| * Fixed some warningsJulian Laubstein2014-05-191-0/+1
| |
* | Fixed MCADefrag compilation.madmaxoft2014-05-201-0/+15
|/
* Added macros support to toolsTycho2014-03-111-1/+4
|
* MCADefrag: Initial implementation.madmaxoft2014-02-131-0/+229
Partially implements #639. This only defragments the chunks, without recompressing them.