Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ProtoProxy: Fixed SpawnMob packet. | madmaxoft | 2013-11-07 | 1 | -12/+13 |
| | |||||
* | ProtoProxy: Fixed the SpawnObjectVehicle packet. | madmaxoft | 2013-11-03 | 1 | -1/+13 |
| | |||||
* | ProtoProxy: Removed unused enums. | madmaxoft | 2013-11-03 | 1 | -109/+3 |
| | |||||
* | ProtoProxy: Fixed handling of incomplete packets. | madmaxoft | 2013-11-03 | 1 | -0/+2 |
| | |||||
* | ProtoProxy: Working 1.7 protocol. | madmaxoft | 2013-10-29 | 2 | -158/+160 |
| | | | | Players can login, move around, dig blocks. | ||||
* | ProtoProxy: Updated the server-side packets to 1.7. | madmaxoft | 2013-10-29 | 1 | -171/+239 |
| | | | | Forgotten a file in the previous commit. | ||||
* | ProtoProxy: Updated the server-side packets to 1.7. | madmaxoft | 2013-10-29 | 1 | -0/+5 |
| | |||||
* | ProtoProxy: The login part of the protocol is implemented. | madmaxoft | 2013-10-29 | 2 | -220/+229 |
| | |||||
* | ProtoProxy: Implemented 1.7.2 status request / response / ping. | madmaxoft | 2013-10-28 | 2 | -113/+272 |
| | |||||
* | ProtoProxy: Fixed compilation after the previous cByteBuffer changes. | madmaxoft | 2013-10-28 | 1 | -0/+4 |
| | |||||
* | BiomeVisualiser: fixed crash at shutdown caused by bad logging | madmaxoft | 2013-10-12 | 2 | -3/+3 |
| | |||||
* | Updated BiomeVisualiser to compile again. | madmaxoft | 2013-10-11 | 3 | -9/+24 |
| | |||||
* | ProtoProxy: Added handling for the Explosion packet. | madmaxoft | 2013-09-19 | 2 | -0/+46 |
| | | | | This will help #129. | ||||
* | ProtoProxy: Removed the per-packet sleep from the DEBUG version. | madmaxoft | 2013-09-19 | 1 | -2/+9 |
| | | | | It is now enabled by defining a macro, by default off. | ||||
* | ProtoProxy: Logs are saved to a Logs subfolder. | madmaxoft | 2013-09-08 | 2 | -1/+12 |
| | |||||
* | ProtoProxy: The MOTD is modified to indicate ProtoProxy presence. | madmaxoft | 2013-09-08 | 1 | -7/+34 |
| | |||||
* | Merged branch 'Projectiles'. | madmaxoft | 2013-09-07 | 2 | -15/+27 |
|\ | |||||
| * | ProtoProxy: Improved logging for fixed-point numbers. | madmaxoft | 2013-09-04 | 1 | -14/+26 |
| | | | | | | | | "Absolute integers" and velocity are reported including their fractional part. | ||||
| * | AnvilStats: ignoring the world subfolder | madmaxoft | 2013-09-01 | 1 | -0/+1 |
| | | |||||
* | | AnvilStats: Added combined HeightBiome map | madmaxoft | 2013-08-30 | 8 | -4/+368 |
| | | |||||
* | | Merge branch 'Projectiles' | madmaxoft | 2013-08-30 | 7 | -17/+332 |
|\| | |||||
| * | AnvilStats: Implemented a cImageComposingCallback class. | madmaxoft | 2013-08-30 | 3 | -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. | madmaxoft | 2013-08-30 | 1 | -15/+21 |
| | | | | | | | | This makes the code slightly easier to understand. | ||||
| * | AnvilStats: Added the callback for region begin and end. | madmaxoft | 2013-08-30 | 3 | -3/+18 |
| | | |||||
| * | AnvilStats: Ignoring the build folders | madmaxoft | 2013-08-30 | 1 | -0/+2 |
| | | |||||
* | | ProtoProxy: Log individual chunks in MapChunkBulk packet. | madmaxoft | 2013-08-30 | 1 | -3/+32 |
|/ | |||||
* | ProtoProxy: Next packet type is logged for client as well. | madmaxoft | 2013-08-30 | 1 | -2/+2 |
| | |||||
* | ProtoProxy: Uses cTimer for the timing information. | madmaxoft | 2013-08-30 | 4 | -5/+14 |
| | | | | Previously used clock() is not suitable for the task, unfortunately it worked in MSVC. | ||||
* | Fixed ProtoProxy compilation, added client Kick handling. | madmaxoft | 2013-08-25 | 2 | -0/+18 |
| | |||||
* | Feature and bugfixes [SEE DESC] | Tiger Wang | 2013-08-16 | 1 | -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, too | madmaxoft | 2013-07-31 | 1 | -0/+4 |
| | |||||
* | ProtoProxy: Added the tab completion packet parsing | madmaxoft | 2013-07-31 | 2 | -0/+42 |
| | |||||
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 71 | -11956/+11956 |
| | |||||
* | ProtoProxy now properly waits for both sides to establish encryption | madmaxoft | 2013-07-28 | 2 | -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 ProtoProxy | madmaxoft | 2013-07-28 | 1 | -0/+4 |
| | |||||
* | Added a .gitignore for the anvilstats folder. | Alexander Harkness | 2013-07-28 | 1 | -0/+5 |
| | |||||
* | 1.6.2 protocol implemented, both in MCServer and in ProtoProxy | madmaxoft@gmail.com | 2013-07-08 | 2 | -0/+70 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1669 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | AnvilStats: moved into the Tools folder | madmaxoft@gmail.com | 2013-07-06 | 22 | -0/+3862 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1658 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | ProtoProxy: moved into the Tools folder | madmaxoft@gmail.com | 2013-07-06 | 10 | -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.com | 2013-07-06 | 7 | -0/+881 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1656 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | BiomeVisualiser: Moved into the Tools folder | madmaxoft@gmail.com | 2013-07-06 | 17 | -0/+1942 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1655 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | ToLuaDoxy: initial import | madmaxoft@gmail.com | 2013-06-04 | 6 | -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 entities | madmaxoft@gmail.com | 2013-05-01 | 11 | -0/+1417 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1439 0a769ca7-a7f5-676a-18bf-c427514a06d6 |