Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-27 | AnvilStats: Fixed thread start race condition. | Mattes D | 2 | -10/+24 | |
The whole program would sometimes fail to process anything because the threads were waited-for before they were started. | |||||
2014-08-27 | AnvilStats: Added per-height spawner stats. | Mattes D | 2 | -4/+47 | |
2014-08-27 | AnvilStats: Ignoring output XLS files. | Mattes D | 1 | -0/+1 | |
2014-08-27 | AnvilStats: Added cmake directive for larger executable stack. | Mattes D | 1 | -0/+22 | |
This fixes runtime "stack overflow" errors caused by large stack-allocated arrays used for decompression. | |||||
2014-08-27 | AnvilStats: Fixed Win64 compilation. | Mattes D | 1 | -1/+1 | |
2014-08-27 | AnvilStats: initial per-height blocktype implementation (WIP). | madmaxoft | 3 | -5/+96 | |
2014-08-27 | AnvilStats: Rewritten to use CMake. | madmaxoft | 4 | -523/+126 | |
2014-06-01 | AnvilStats: Added new biome colors. | Mattes D | 2 | -34/+3 | |
2014-06-01 | Hot-fixed AnvilStats compilation for MSVC2013. | Mattes D | 3 | -13/+56 | |
2013-11-28 | Fixed AnvilStats after folder move. | madmaxoft | 5 | -30/+30 | |
2013-11-24 | AnvilStats: Fixed compilation. | madmaxoft | 2 | -2/+3 | |
2013-09-01 | AnvilStats: ignoring the world subfolder | madmaxoft | 1 | -0/+1 | |
2013-08-30 | AnvilStats: Added combined HeightBiome map | madmaxoft | 8 | -4/+368 | |
2013-08-30 | AnvilStats: Implemented a cImageComposingCallback class. | madmaxoft | 3 | -0/+292 | |
This will ease the creation of callbacks that produce per-region images of stuff. | |||||
2013-08-30 | AnvilStats: Callbacks can now use CALLBACK_CONTINUE and CALLBACK_ABORT instead of bool return values. | madmaxoft | 1 | -15/+21 | |
This makes the code slightly easier to understand. | |||||
2013-08-30 | AnvilStats: Added the callback for region begin and end. | madmaxoft | 3 | -3/+18 | |
2013-08-30 | AnvilStats: Ignoring the build folders | madmaxoft | 1 | -0/+2 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 22 | -3861/+3861 | |
2013-07-28 | Added a .gitignore for the anvilstats folder. | Alexander Harkness | 1 | -0/+5 | |
2013-07-06 | AnvilStats: moved into the Tools folder | madmaxoft@gmail.com | 22 | -0/+3862 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1658 0a769ca7-a7f5-676a-18bf-c427514a06d6 |