1
0
Fork 0
Commit Graph

15 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 88a97874b8 AnvilStats: aborting calc for no input files.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@929 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-04 13:34:25 +00:00
madmaxoft@gmail.com 9e7cfac327 More 64-bit fixes
git-svn-id: http://mc-server.googlecode.com/svn/trunk@928 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-04 13:29:42 +00:00
madmaxoft@gmail.com bb8a19c71a AnvilStats: changed all statistics counters to UInt64
git-svn-id: http://mc-server.googlecode.com/svn/trunk@927 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-04 12:32:56 +00:00
madmaxoft@gmail.com 1accc5aee8 AnvilStats: Added the chunk coord range statistics.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@926 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-10-04 12:07:06 +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 cead22a206 AnvilStats: Overall statistics and mobspawner statistics.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@899 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-29 13:33:45 +00:00
madmaxoft@gmail.com b903b29057 AnvilStats: Fixed biome format string
git-svn-id: http://mc-server.googlecode.com/svn/trunk@898 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-09-28 20:31:11 +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