Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-18 | Map decorators; Map clients | andrew | 1 | -0/+1 | |
2014-02-18 | Implemented paintings, fixes #689 | Tiger Wang | 1 | -0/+1 | |
+ Implemented paintings | |||||
2014-02-15 | Implemented cCompositeChat. | madmaxoft | 1 | -12/+26 | |
This allows plugins to send composite chat messages, containing URLs, commands to run and cmdline suggestions. Fixes #678. | |||||
2014-02-13 | Implementation of in-game maps | andrew | 1 | -0/+2 | |
2014-01-28 | Protocol 1.7: Forced encryption on all connections. | madmaxoft | 1 | -0/+2 | |
This is for testing purposes only, to find bugs in the encryption. Once the encryption is deemed stable, it will be enabled only for servers with enabled Authentication. | |||||
2014-01-25 | Comm logging is available in both Debug and Release modes. | madmaxoft | 1 | -2/+0 | |
2014-01-24 | Added per-connection comm logging in debug mode. | madmaxoft | 1 | -0/+5 | |
It is meant for debugging only, so it is compiled only into debug mode. It is activated by starting the server with "/logcomm" parameter. | |||||
2014-01-23 | PolarSSL is fully used for 1.3.2 protocol encryption. | madmaxoft | 1 | -7/+6 | |
2014-01-21 | Scoreboard protocol support | andrew | 1 | -0/+3 | |
2014-01-19 | Removed unneeded paramters | Tiger Wang | 1 | -1/+1 | |
2014-01-19 | Changed SendBlockEntity format slightly | Tiger Wang | 1 | -2/+2 | |
* Writing NBT is now in Protocol, not BlockEntity files * Fixed a last output bug | |||||
2014-01-19 | Improved command blocks | Tiger Wang | 1 | -0/+2 | |
* Their command and previous output are displayed on the client * They have a BlockHandler implementation, so you can't place blocks on them anymore + As a side effect, implemented UpdateBlockEntity | |||||
2014-01-16 | Added packet diagnostics to 1.7 protocol. | madmaxoft | 1 | -2/+4 | |
When the packet is mis-interpreted, a log message is output about the packet type and lengths. | |||||
2014-01-09 | Added cClientHandle::SendPluginMessage(). | madmaxoft | 1 | -0/+1 | |
It is not yet exported in the API, though. | |||||
2014-01-07 | Removed unused line | Bill Derouin | 1 | -1/+0 | |
2014-01-07 | Implement favicon for 1.7.2 | Bill Derouin | 1 | -0/+1 | |
Favicon data is a png encoded in base64 which is stored in the server and sent in the server response packet | |||||
2014-01-05 | Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.h | Diusrex | 1 | -0/+14 | |
I also added a warning(push)/(pop) around crpytlib.cpp because it would go crazy with warnings. So now, the only warning from cryptopp that is not blocked is 'unreferenced local function has been removed', which also occurs at a single function. | |||||
2013-12-22 | Implented BroadcastParticleEffect | STRWarrior | 1 | -0/+1 | |
2013-12-14 | Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison. | STRWarrior | 1 | -0/+2 | |
2013-12-13 | Fixed threading issues affecting cProtocol172. | madmaxoft | 1 | -28/+28 | |
2013-12-07 | Renamed animation function | Tiger Wang | 1 | -1/+1 | |
Renamed BroadcastPlayerAnimation to BroadcastEntityAnimation. Not just players can have animations, you know. | |||||
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 1 | -2/+2 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 1 | -2/+2 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 1 | -2/+2 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-15 | alignment fixes :) | Daniel O'Brien | 1 | -1/+1 | |
2013-11-15 | finished #143 I believe | Daniel O'Brien | 1 | -1/+1 | |
2013-11-14 | cProtocol add SendExperience() and debugging | Daniel O'Brien | 1 | -0/+1 | |
2013-11-08 | cProtocol::SendWindowOpen() signature changed. | madmaxoft | 1 | -3/+3 | |
This implements #313. | |||||
2013-11-08 | Protocol 1.7: Copied Mob Metadata code from 1.2.5. | madmaxoft | 1 | -0/+1 | |
2013-11-06 | Protocol 1.7: Added more server-bound packets. | madmaxoft | 1 | -0/+6 | |
2013-11-05 | Removed the obsolete SendWholeInventory(cInventory &) function. | madmaxoft | 1 | -1/+0 | |
This won't compile because there's still a change in Protocol17x.cpp pending; the next commit will fix this. | |||||
2013-11-04 | Protocol 1.7: Added more client-bound packets. | madmaxoft | 1 | -0/+2 | |
Untested, still more to come. | |||||
2013-11-03 | Protocol 1.7: Rewritten packet-sending to use cPacketizer. | madmaxoft | 1 | -7/+86 | |
Implemented enough of the protocol that the client now spawns in the world (but cannot do anything). | |||||
2013-11-01 | Protocol 1.7: Implemented the first batch of sent packets. | madmaxoft | 1 | -3/+68 | |
2013-10-31 | Protocol 1.7: Added skeleton functions for reading client packets. | madmaxoft | 1 | -3/+32 | |
Untested, this is skeleton code only. | |||||
2013-10-30 | Protocol 1.7: Added status ping handling. | madmaxoft | 1 | -0/+2 | |
2013-10-30 | Added 1.7 to protocol recognizer. | madmaxoft | 1 | -0/+75 | |
The 1.7 protocol currently only reports server description and playercount. |