summaryrefslogtreecommitdiffstats
path: root/Tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ProtoProxy: Fixed SpawnMob packet.madmaxoft2013-11-071-12/+13
|
* ProtoProxy: Fixed the SpawnObjectVehicle packet.madmaxoft2013-11-031-1/+13
|
* ProtoProxy: Removed unused enums.madmaxoft2013-11-031-109/+3
|
* ProtoProxy: Fixed handling of incomplete packets.madmaxoft2013-11-031-0/+2
|
* ProtoProxy: Working 1.7 protocol.madmaxoft2013-10-292-158/+160
| | | | Players can login, move around, dig blocks.
* ProtoProxy: Updated the server-side packets to 1.7.madmaxoft2013-10-291-171/+239
| | | | Forgotten a file in the previous commit.
* ProtoProxy: Updated the server-side packets to 1.7.madmaxoft2013-10-291-0/+5
|
* ProtoProxy: The login part of the protocol is implemented.madmaxoft2013-10-292-220/+229
|
* ProtoProxy: Implemented 1.7.2 status request / response / ping.madmaxoft2013-10-282-113/+272
|
* ProtoProxy: Fixed compilation after the previous cByteBuffer changes.madmaxoft2013-10-281-0/+4
|
* BiomeVisualiser: fixed crash at shutdown caused by bad loggingmadmaxoft2013-10-122-3/+3
|
* Updated BiomeVisualiser to compile again.madmaxoft2013-10-113-9/+24
|
* ProtoProxy: Added handling for the Explosion packet.madmaxoft2013-09-192-0/+46
| | | | This will help #129.
* ProtoProxy: Removed the per-packet sleep from the DEBUG version.madmaxoft2013-09-191-2/+9
| | | | It is now enabled by defining a macro, by default off.
* ProtoProxy: Logs are saved to a Logs subfolder.madmaxoft2013-09-082-1/+12
|
* ProtoProxy: The MOTD is modified to indicate ProtoProxy presence.madmaxoft2013-09-081-7/+34
|
* Merged branch 'Projectiles'.madmaxoft2013-09-072-15/+27
|\
| * ProtoProxy: Improved logging for fixed-point numbers.madmaxoft2013-09-041-14/+26
| | | | | | | | "Absolute integers" and velocity are reported including their fractional part.
| * AnvilStats: ignoring the world subfoldermadmaxoft2013-09-011-0/+1
| |
* | AnvilStats: Added combined HeightBiome mapmadmaxoft2013-08-308-4/+368
| |
* | Merge branch 'Projectiles'madmaxoft2013-08-307-17/+332
|\|
| * AnvilStats: Implemented a cImageComposingCallback class.madmaxoft2013-08-303-0/+292
| | | | | | | | This will ease the creation of callbacks that produce per-region images of stuff.
| * AnvilStats: Callbacks can now use CALLBACK_CONTINUE and CALLBACK_ABORT instead of bool return values.madmaxoft2013-08-301-15/+21
| | | | | | | | This makes the code slightly easier to understand.
| * AnvilStats: Added the callback for region begin and end.madmaxoft2013-08-303-3/+18
| |
| * AnvilStats: Ignoring the build foldersmadmaxoft2013-08-301-0/+2
| |
* | ProtoProxy: Log individual chunks in MapChunkBulk packet.madmaxoft2013-08-301-3/+32
|/
* ProtoProxy: Next packet type is logged for client as well.madmaxoft2013-08-301-2/+2
|
* ProtoProxy: Uses cTimer for the timing information.madmaxoft2013-08-304-5/+14
| | | | Previously used clock() is not suitable for the task, unfortunately it worked in MSVC.
* Fixed ProtoProxy compilation, added client Kick handling.madmaxoft2013-08-252-0/+18
|
* Feature and bugfixes [SEE DESC]Tiger Wang2013-08-161-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
* ProtoProxy: Tab completion logging lists the last item, toomadmaxoft2013-07-311-0/+4
|
* ProtoProxy: Added the tab completion packet parsingmadmaxoft2013-07-312-0/+42
|
* Changed everyting to Unix line endings.Alexander Harkness2013-07-2971-11956/+11956
|
* ProtoProxy now properly waits for both sides to establish encryptionmadmaxoft2013-07-282-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.
* Set up proper ignores for ProtoProxymadmaxoft2013-07-281-0/+4
|
* Added a .gitignore for the anvilstats folder.Alexander Harkness2013-07-281-0/+5
|
* 1.6.2 protocol implemented, both in MCServer and in ProtoProxymadmaxoft@gmail.com2013-07-082-0/+70
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1669 0a769ca7-a7f5-676a-18bf-c427514a06d6
* AnvilStats: moved into the Tools foldermadmaxoft@gmail.com2013-07-0622-0/+3862
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1658 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ProtoProxy: moved into the Tools foldermadmaxoft@gmail.com2013-07-0610-0/+3358
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1657 0a769ca7-a7f5-676a-18bf-c427514a06d6
* MemDumpAnalysis: moved into the Tools folder; uses the global Expat library now.madmaxoft@gmail.com2013-07-067-0/+881
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1656 0a769ca7-a7f5-676a-18bf-c427514a06d6
* BiomeVisualiser: Moved into the Tools foldermadmaxoft@gmail.com2013-07-0617-0/+1942
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1655 0a769ca7-a7f5-676a-18bf-c427514a06d6
* ToLuaDoxy: initial importmadmaxoft@gmail.com2013-06-046-0/+2406
| | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1544 0a769ca7-a7f5-676a-18bf-c427514a06d6
* BlockZapper: Initial import, can zap blocks but not entitiesmadmaxoft@gmail.com2013-05-0111-0/+1417
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1439 0a769ca7-a7f5-676a-18bf-c427514a06d6