| Commit message (Expand) | Author | Files | Lines |
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -15/+1 |
2017-10-21 | Fix tool builds on AppleClang | peterbell10 | 1 | -36/+30 |
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -0/+4 |
2016-11-15 | Added NoiseSpeedTest project. | Mattes D | 1 | -0/+0 |
2016-08-24 | Fixed type-casting-related warnings. | Mattes D | 1 | -6/+0 |
2014-12-25 | Fixed tools compilation. | Mattes D | 1 | -0/+1 |
2014-07-24 | Made redundant semi not an error, fixed one more. | archshift | 1 | -1/+1 |
2014-06-03 | Update Globals.h | Julian Laubstein | 1 | -1/+1 |
2014-05-20 | Fixed MCADefrag compilation. | madmaxoft | 1 | -0/+15 |
2014-05-19 | Fixed some warnings | Julian Laubstein | 1 | -0/+1 |
2014-03-11 | Added macros support to tools | Tycho | 1 | -1/+4 |
2014-02-13 | MCADefrag: Initial implementation. | madmaxoft | 1 | -11/+4 |
2014-01-25 | ProtoProxy: Modified to use PolarSSL. | madmaxoft | 1 | -5/+3 |
2014-01-17 | ProtoProxy: Compiles under Linux. | madmaxoft | 1 | -0/+6 |
2014-01-17 | ProtoProxy: Fixed inversed typedef. | madmaxoft | 1 | -1/+1 |
2014-01-17 | ProtoProxy: Fixed compilation in Windows and in Linux. | madmaxoft | 1 | -0/+6 |
2014-01-17 | ProtoProxy: Fixed #include filename case. | madmaxoft | 1 | -4/+4 |
2013-10-28 | ProtoProxy: Fixed compilation after the previous cByteBuffer changes. | madmaxoft | 1 | -0/+4 |
2013-08-30 | ProtoProxy: Uses cTimer for the timing information. | madmaxoft | 1 | -0/+1 |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -220/+220 |
2013-07-06 | ProtoProxy: moved into the Tools folder | madmaxoft@gmail.com | 1 | -0/+0 |
2012-09-25 | ProtoProxy: fixed after file renaming | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-04 | ProtoProxy: Parsing some initial packets early in the conversation | madmaxoft@gmail.com | 1 | -1/+2 |
2012-09-02 | Protocol proxy now decrypts the data (but doesn't understand the packets yet) | madmaxoft@gmail.com | 1 | -0/+1 |
2012-09-02 | ProtoProxy: Initial import of the protocol proxy project. | madmaxoft@gmail.com | 1 | -221/+219 |
2012-08-17 | Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 ) | madmaxoft@gmail.com | 1 | -0/+5 |
2012-08-16 | MCServer should run just fine on Android now :D | faketruth | 1 | -0/+6 |
2012-08-15 | Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android! | faketruth | 1 | -0/+6 |
2012-08-03 | Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. | madmaxoft@gmail.com | 1 | -0/+2 |
2012-07-13 | Fixed case comparison - used the builtin function | madmaxoft@gmail.com | 1 | -12/+0 |
2012-07-13 | fixed /tp command | lapayo94@gmail.com | 1 | -0/+12 |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -202/+202 |
2012-06-02 | Fixed Linux compilation complaining about min() and max(), hopefully forever. Use std::min() and std::max() | madmaxoft@gmail.com | 1 | -0/+5 |
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -1/+9 |
2012-05-07 | Fast NBT Parser (loading a chunk is now about 10 times faster) | madmaxoft@gmail.com | 1 | -0/+9 |
2012-03-24 | Removed the split between 1.2.3 and 1.1, left only 1.2.3 code | madmaxoft@gmail.com | 1 | -8/+0 |
2012-03-09 | Using 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.com | 1 | -18/+47 |
2012-03-06 | Fixed rev 373 not compiling on linux | madmaxoft@gmail.com | 1 | -0/+5 |
2012-03-05 | ChunkSender: 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.com | 1 | -1/+8 |
2012-03-01 | Started carefully moving to 1.2.2 | faketruth | 1 | -0/+1 |
2012-02-21 | Changed ASSERT() to not cause warnings during compile | faketruth | 1 | -1/+9 |
2012-02-20 | Using own ASSERT() that logs to file | faketruth | 1 | -7/+1 |
2012-02-18 | Moved stdarg.h inclusion into Globals.h | madmaxoft@gmail.com | 1 | -0/+1 |
2012-02-16 | Chunk 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 properly | madmaxoft@gmail.com | 1 | -2/+18 |
2012-02-13 | Rewritten 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.com | 1 | -0/+21 |
2012-02-07 | Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility. | madmaxoft@gmail.com | 1 | -0/+2 |
2012-02-01 | Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients; | madmaxoft@gmail.com | 1 | -0/+11 |
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 1 | -5/+6 |
2012-02-01 | auto_ptr fix 2 | madmaxoft@gmail.com | 1 | -1/+1 |
2012-02-01 | Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()! | madmaxoft@gmail.com | 1 | -0/+9 |
2012-01-30 | More cFile cleanup; removed old format writing for block entities | madmaxoft@gmail.com | 1 | -0/+1 |
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -0/+82 |