summaryrefslogtreecommitdiffstats
path: root/Tools/AnvilStats/Globals.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-10Cleanup unneeded globals (#4736)peterbell101-63/+0
2020-05-07Remove old Android leftovers (#4722)Mat1-6/+0
2017-12-24Fix style of ToolsAlexander Lyons Harkness1-28/+23
2014-08-27AnvilStats: initial per-height blocktype implementation (WIP).madmaxoft1-0/+11
2014-06-01Hot-fixed AnvilStats compilation for MSVC2013.Mattes D1-0/+22
2013-11-28Fixed AnvilStats after folder move.madmaxoft1-8/+8
2013-11-24AnvilStats: Fixed compilation.madmaxoft1-0/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-228/+228
2013-07-06AnvilStats: moved into the Tools foldermadmaxoft@gmail.com1-8/+8
2012-10-04AnvilStats: changed all statistics counters to UInt64madmaxoft@gmail.com1-0/+4
2012-09-29AnvilStats: Overall statistics and mobspawner statistics.madmaxoft@gmail.com1-0/+3
2012-09-28AnvilStats: complete per-biome blocktype statisticsmadmaxoft@gmail.com1-0/+1
2012-09-27AnvilStats: initial project import, can do block and biome statisticsmadmaxoft@gmail.com1-221/+220
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-6/+6
2012-09-04Fixed preprocessor definitions in Linuxmadmaxoft@gmail.com1-3/+3
2012-08-17Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )madmaxoft@gmail.com1-0/+5
2012-08-16MCServer should run just fine on Android now :Dfaketruth1-0/+6
2012-08-15Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!faketruth1-0/+6
2012-08-03Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com1-0/+2
2012-07-13Fixed case comparison - used the builtin functionmadmaxoft@gmail.com1-12/+0
2012-07-13fixed /tp commandlapayo94@gmail.com1-0/+12
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-202/+202
2012-06-02Fixed Linux compilation complaining about min() and max(), hopefully forever. Use std::min() and std::max()madmaxoft@gmail.com1-0/+5
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-1/+9
2012-05-07Fast NBT Parser (loading a chunk is now about 10 times faster)madmaxoft@gmail.com1-0/+9
2012-03-24Removed the split between 1.2.3 and 1.1, left only 1.2.3 codemadmaxoft@gmail.com1-8/+0
2012-03-09Using the _DEBUG macro for *nix debug builds as well; trying to force 8-byte alignment on critical sections ( http://forum.mc-server.org/showthread.php?tid=384 )madmaxoft@gmail.com1-18/+47
2012-03-06Fixed rev 373 not compiling on linuxmadmaxoft@gmail.com1-0/+5
2012-03-05ChunkSender: Chunks are now compressed and sent to clients from a separate threads, proper passive waiting between threads. Not much tested, just appears to work :)madmaxoft@gmail.com1-1/+8
2012-03-01Started carefully moving to 1.2.2faketruth1-0/+1
2012-02-21Changed ASSERT() to not cause warnings during compilefaketruth1-1/+9
2012-02-20Using own ASSERT() that logs to filefaketruth1-7/+1
2012-02-18Moved stdarg.h inclusion into Globals.hmadmaxoft@gmail.com1-0/+1
2012-02-16Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properlymadmaxoft@gmail.com1-2/+18
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-0/+21
2012-02-07Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.madmaxoft@gmail.com1-0/+2
2012-02-01Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com1-0/+11
2012-02-01sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com1-5/+6
2012-02-01auto_ptr fix 2madmaxoft@gmail.com1-1/+1
2012-02-01Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com1-0/+9
2012-01-30More cFile cleanup; removed old format writing for block entitiesmadmaxoft@gmail.com1-0/+1
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-0/+82