summaryrefslogtreecommitdiffstats
path: root/Tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-15ProtoProxy: Fixed description-changing to work with 1.7.4.madmaxoft1-2/+3
2013-12-05ProtoProxy: Fixed metadata parsing.madmaxoft1-9/+27
2013-11-28BiomeVisualiser: Using the common BiomeGen creation code.madmaxoft1-67/+1
2013-11-28BiomeVisualiser: Added the TwoLevel biome generator.madmaxoft1-0/+4
2013-11-28BiomeVisualiser: The biome settings are read from a file.madmaxoft3-5/+102
2013-11-28Fixed RCONClient after foldermove.madmaxoft1-18/+18
2013-11-28Fixed MemDumpAnalysis after foldermove.madmaxoft3-44/+41
2013-11-28Fixed BlockZapper after folder move.madmaxoft6-44/+37
2013-11-28Fixed BiomeVisualiser after folder move.madmaxoft4-39/+47
2013-11-28Fixed AnvilStats after folder move.madmaxoft5-30/+30
2013-11-28ProtoProxy: Fixed after folder move.madmaxoft2-30/+34
2013-11-24AnvilStats: Fixed compilation.madmaxoft2-2/+3
2013-11-24BiomeVisualiser: Added 1.7 biomes, recolored using AMIDST colors.madmaxoft4-32/+141
2013-11-24RCONClient: Initial implementation.madmaxoft6-0/+864
Fix #79.
2013-11-10ProtoProxy: Added dblquotes.madmaxoft1-2/+2
2013-11-07ProtoProxy: Fixed SpawnMob packet.madmaxoft1-12/+13
2013-11-03ProtoProxy: Fixed the SpawnObjectVehicle packet.madmaxoft1-1/+13
2013-11-03ProtoProxy: Removed unused enums.madmaxoft1-109/+3
2013-11-03ProtoProxy: Fixed handling of incomplete packets.madmaxoft1-0/+2
2013-10-29ProtoProxy: Working 1.7 protocol.madmaxoft2-158/+160
Players can login, move around, dig blocks.
2013-10-29ProtoProxy: Updated the server-side packets to 1.7.madmaxoft1-171/+239
Forgotten a file in the previous commit.
2013-10-29ProtoProxy: Updated the server-side packets to 1.7.madmaxoft1-0/+5
2013-10-29ProtoProxy: The login part of the protocol is implemented.madmaxoft2-220/+229
2013-10-28ProtoProxy: Implemented 1.7.2 status request / response / ping.madmaxoft2-113/+272
2013-10-28ProtoProxy: Fixed compilation after the previous cByteBuffer changes.madmaxoft1-0/+4
2013-10-12BiomeVisualiser: fixed crash at shutdown caused by bad loggingmadmaxoft2-3/+3
2013-10-11Updated BiomeVisualiser to compile again.madmaxoft3-9/+24
2013-09-19ProtoProxy: Added handling for the Explosion packet.madmaxoft2-0/+46
This will help #129.
2013-09-19ProtoProxy: Removed the per-packet sleep from the DEBUG version.madmaxoft1-2/+9
It is now enabled by defining a macro, by default off.
2013-09-08ProtoProxy: Logs are saved to a Logs subfolder.madmaxoft2-1/+12
2013-09-08ProtoProxy: The MOTD is modified to indicate ProtoProxy presence.madmaxoft1-7/+34
2013-09-04ProtoProxy: Improved logging for fixed-point numbers.madmaxoft1-14/+26
"Absolute integers" and velocity are reported including their fractional part.
2013-09-01AnvilStats: ignoring the world subfoldermadmaxoft1-0/+1
2013-08-30AnvilStats: Added combined HeightBiome mapmadmaxoft8-4/+368
2013-08-30AnvilStats: Implemented a cImageComposingCallback class.madmaxoft3-0/+292
This will ease the creation of callbacks that produce per-region images of stuff.
2013-08-30AnvilStats: Callbacks can now use CALLBACK_CONTINUE and CALLBACK_ABORT instead of bool return values.madmaxoft1-15/+21
This makes the code slightly easier to understand.
2013-08-30AnvilStats: Added the callback for region begin and end.madmaxoft3-3/+18
2013-08-30AnvilStats: Ignoring the build foldersmadmaxoft1-0/+2
2013-08-30ProtoProxy: Log individual chunks in MapChunkBulk packet.madmaxoft1-3/+32
2013-08-30ProtoProxy: Next packet type is logged for client as well.madmaxoft1-2/+2
2013-08-30ProtoProxy: Uses cTimer for the timing information.madmaxoft4-5/+14
Previously used clock() is not suitable for the task, unfortunately it worked in MSVC.
2013-08-25Fixed ProtoProxy compilation, added client Kick handling.madmaxoft2-0/+18
2013-08-16Feature and bugfixes [SEE DESC]Tiger Wang1-0/+2
Added TNT and Hopper minecarts Fixed piston code failing without an extension set Repeaters are now broken Fixed not being able to place a minecart on an activator rail Added much needed comments on piston code Fixed minor formatting issue
2013-07-31ProtoProxy: Tab completion logging lists the last item, toomadmaxoft1-0/+4
2013-07-31ProtoProxy: Added the tab completion packet parsingmadmaxoft2-0/+42
2013-07-29Changed everyting to Unix line endings.Alexander Harkness71-11956/+11956
2013-07-28ProtoProxy now properly waits for both sides to establish encryptionmadmaxoft2-15/+54
No more "End of stream" kicks in the client. Data sent while one connection is encrypted and the other is not is buffered and sent when the other link establishes encryption.
2013-07-28Set up proper ignores for ProtoProxymadmaxoft1-0/+4
2013-07-28Added a .gitignore for the anvilstats folder.Alexander Harkness1-0/+5
2013-07-081.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com2-0/+70
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1669 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-07-06AnvilStats: moved into the Tools foldermadmaxoft@gmail.com22-0/+3862
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1658 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-07-06ProtoProxy: moved into the Tools foldermadmaxoft@gmail.com10-0/+3358
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1657 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-07-06MemDumpAnalysis: moved into the Tools folder; uses the global Expat library now.madmaxoft@gmail.com7-0/+881
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1656 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-07-06BiomeVisualiser: Moved into the Tools foldermadmaxoft@gmail.com17-0/+1942
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1655 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-06-04ToLuaDoxy: initial importmadmaxoft@gmail.com6-0/+2406
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1544 0a769ca7-a7f5-676a-18bf-c427514a06d6
2013-05-01BlockZapper: Initial import, can zap blocks but not entitiesmadmaxoft@gmail.com11-0/+1417
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1439 0a769ca7-a7f5-676a-18bf-c427514a06d6