1
0
Commit Graph

9 Commits

Author SHA1 Message Date
madmaxoft@gmail.com
cf3f09e9c1 AnvilStats: Added module for counting water and lava springs.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1267 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-03-12 11:25:19 +00:00
madmaxoft@gmail.com
24d3d5dac4 AnvilStats: Added ChunkExtract mode of operation, splitting Anvil files into individual chunks.
Both original zlibbed chunks and re-gzipped chunks are output.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1223 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-02-25 19:06:37 +00:00
madmaxoft@gmail.com
14763ed3c6 Added new statistics module to AnvilStats - cHeightMap.
This paints the heightmap of each region file into a separate BMP file.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1163 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-01-22 06:49:14 +00:00
madmaxoft@gmail.com
c26a593228 AnvilStats: made FastNBT faster by tweaking the pre-allocation.
Although the file is shared between AnvilStats and MCServer, MCServer doesn't use this tweak (it uses too much memory)

git-svn-id: http://mc-server.googlecode.com/svn/trunk@931 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-05 08:33:25 +00:00
madmaxoft@gmail.com
75a1bd8a37 AnvilStats: added a profiling configuration
git-svn-id: http://mc-server.googlecode.com/svn/trunk@930 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-04 13:35:44 +00:00
madmaxoft@gmail.com
6eee04b1f9 AnvilStats: can draw biome map (method 1)
git-svn-id: http://mc-server.googlecode.com/svn/trunk@908 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-29 19:01:05 +00:00
madmaxoft@gmail.com
3165458c59 AnvilStats: complete per-biome blocktype statistics
git-svn-id: http://mc-server.googlecode.com/svn/trunk@897 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-28 20:17:29 +00:00
madmaxoft@gmail.com
19a3981eb9 AnvilStats: improved speed (~5x) by caching the entire region file in the processing thread
git-svn-id: http://mc-server.googlecode.com/svn/trunk@896 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-28 12:44:06 +00:00
madmaxoft@gmail.com
6ccc4e3674 AnvilStats: initial project import, can do block and biome statistics
git-svn-id: http://mc-server.googlecode.com/svn/trunk@895 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-27 20:02:25 +00:00