Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cIsThread cleanup | Tiger Wang | 2021-03-30 | 1 | -1/+1 |
| | | | | | + Semi-gracefully handle unexpected exceptions * No-one cared about the return values, remove them | ||||
* | Fix Windows XP to 7 compatibility (#5167) | Tiger Wang | 2021-03-28 | 1 | -1/+1 |
| | | | | | * Partially reverts 01a4e696b * Unify thread names - Remove use of GetThreadId API | ||||
* | zlib -> libdeflate (#5085) | Tiger Wang | 2021-01-11 | 5 | -225/+68 |
| | | | | | | + 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) | KingCol13 | 2020-09-25 | 1 | -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. | ||||
* | Address comments | Tiger Wang | 2020-07-12 | 1 | -2/+3 |
| | |||||
* | More CMake cleanup | Tiger Wang | 2020-07-12 | 1 | -9/+2 |
| | |||||
* | Resolve IPO flags mismatch | Tiger Wang | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | Update logging code to reduce unnecessary string copying: | Peter Bell | 2020-05-16 | 1 | -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) | peterbell10 | 2020-05-10 | 1 | -44/+0 |
| | |||||
* | Remove old Android leftovers (#4722) | Mat | 2020-05-07 | 1 | -10/+0 |
| | |||||
* | Update fmt to 6.2.0 (#4718) | peterbell10 | 2020-05-05 | 1 | -1/+1 |
| | | | * Update fmt to 6.2.0 | ||||
* | Add the fmt library (#4065) | peterbell10 | 2018-01-03 | 3 | -16/+4 |
| | | | | | | | * 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 style of Tools | Alexander Lyons Harkness | 2017-12-24 | 2 | -64/+56 |
| | |||||
* | Fix tool builds on AppleClang | peterbell10 | 2017-10-21 | 1 | -36/+30 |
| | |||||
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -1/+7 |
| | |||||
* | Removed the LeakFinder for Windows. (#3777) | Mattes D | 2017-06-19 | 1 | -4/+2 |
| | |||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 3 | -30/+21 |
| | |||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -3/+0 |
| | |||||
* | Added HTTPS links wherever they are supported. | Alexander Harkness | 2015-12-19 | 1 | -2/+1 |
| | |||||
* | Increase robustness of the logging subsystem | tycho | 2015-09-15 | 1 | -10/+10 |
| | |||||
* | Daemon support on Linux. | Anthony Birkett | 2015-06-05 | 1 | -1/+1 |
| | | | | Added null console log listener, avoid printf() when stdout is closed. | ||||
* | Fix other clang 3.6 commit | tycho | 2015-05-24 | 1 | -1/+4 |
| | |||||
* | Disable -Werror for warnings in tools. | tycho | 2015-05-24 | 1 | -1/+2 |
| | |||||
* | Disable warnings in MCADefrag, ProtoProxy and tests | tycho | 2015-05-23 | 1 | -2/+3 |
| | |||||
* | Fixed tools compilation. | Mattes D | 2014-12-25 | 2 | -0/+3 |
| | | | | Fixes errors introduced in 081e7ddd028d9382bd52c2b117dae6b6f84225e5. | ||||
* | MCADefrag: Added a sanity check for chunk size. | Mattes D | 2014-12-21 | 1 | -1/+1 |
| | | | | Fixes CID 66448. | ||||
* | Tools: Removed unused Timer.* file from CMakeLists.txt. | Mattes D | 2014-12-04 | 1 | -2/+1 |
| | |||||
* | Fixed MCADefrag compilation. | Mattes D | 2014-11-29 | 1 | -0/+8 |
| | |||||
* | Renamed Loggers | Tycho | 2014-08-12 | 2 | -11/+11 |
| | |||||
* | Fixed Tools to work with new logging framework | Tycho | 2014-08-10 | 2 | -6/+16 |
| | |||||
* | Made redundant semi not an error, fixed one more. | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1011 from SphinxC0re/SomeWarningFixes | Mattes D | 2014-06-04 | 1 | -0/+1 |
|\ | | | | | Fixed some warnings | ||||
| * | Update Globals.h | Julian Laubstein | 2014-06-03 | 1 | -1/+1 |
| | | |||||
| * | Fixed some warnings | Julian Laubstein | 2014-05-19 | 1 | -0/+1 |
| | | |||||
* | | Fixed MCADefrag compilation. | madmaxoft | 2014-05-20 | 1 | -0/+15 |
|/ | |||||
* | Added macros support to tools | Tycho | 2014-03-11 | 1 | -1/+4 |
| | |||||
* | COnverted ProtoProxy to use library CMakeLists | Tycho | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Allow building MCADefrag at the same time as MCServer | Tycho | 2014-02-16 | 1 | -4/+2 |
| | |||||
* | CHange MCADefrag CMakelist to use zlib CMakeList | Tycho | 2014-02-16 | 1 | -9/+4 |
| | |||||
* | rewrote MCADefrag CMakelist to use Setflags | Tycho | 2014-02-16 | 1 | -56/+16 |
| | |||||
* | MCADefrag: Implemented recompression. | madmaxoft | 2014-02-13 | 2 | -5/+136 |
| | | | | This finalizes #639. | ||||
* | MCADefrag: Fixed bugs, now produces valid MCA files. | madmaxoft | 2014-02-13 | 2 | -3/+22 |
| | |||||
* | MCADefrag: Initial implementation. | madmaxoft | 2014-02-13 | 6 | -0/+799 |
Partially implements #639. This only defragments the chunks, without recompressing them. |