Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-07 | Change m_RepairCost to int. | Howaner | 1 | -2/+2 | |
2014-05-07 | Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs. | Howaner | 1 | -0/+11 | |
2014-05-03 | Hotfixed Chunked transfer encoding in Yggdrasil. | madmaxoft | 1 | -1/+1 | |
By using HTTP/1.0, we're disabling the support for the Chunked encoding on the server. This is a hotfix for #979, a proper parser implementation is still needed. | |||||
2014-05-03 | Fixed connection encryption. | madmaxoft | 1 | -1/+1 | |
Fixes #975. | |||||
2014-05-01 | Fixed warnings in ClientHandle. | madmaxoft | 7 | -7/+7 | |
2014-04-30 | Removed the unused cBlockingTCPLink class. | madmaxoft | 1 | -1/+0 | |
2014-04-29 | Removed unneeded #includes. | madmaxoft | 1 | -6/+0 | |
2014-04-29 | Moved the rest of the Crypto objects into their own respective files. | madmaxoft | 4 | -23/+14 | |
2014-04-29 | Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects. | madmaxoft | 2 | -2/+2 | |
2014-04-28 | Added the G1 root cert. | madmaxoft | 1 | -2/+29 | |
Now the authenticator finally works. | |||||
2014-04-28 | Revert "Changed the old invulnerable methods from the wither to the new." | Howaner | 2 | -16/+2 | |
This reverts commit d50f8f6f11f69e7e1e56be92fb2d72a5014a3e34. | |||||
2014-04-28 | Fixed projectile source filenames, indentations | archshift | 2 | -3/+3 | |
2014-04-27 | Rewritten cAuthenticator to use the new PolarSSL++ wrapper classes. | madmaxoft | 1 | -91/+45 | |
2014-04-27 | Another attempt at #889. | madmaxoft | 1 | -3/+5 | |
The packet was being sent after the state was adjusted, so another thread *may* have sent another packet in the meantime. | |||||
2014-04-27 | Moved cFireworkEntity out of ProjectileEntity.h | archshift | 1 | -0/+1 | |
2014-04-27 | Moved cArrowEntity out of ProjectileEntity.h | archshift | 2 | -1/+2 | |
2014-04-26 | Changed the old invulnerable methods from the wither to the new. | Howaner | 2 | -2/+16 | |
2014-04-26 | Fixes | Howaner | 2 | -2/+2 | |
2014-04-26 | Fixes resource leaks in the yggdrasil authenticator. (CID 43617) | jfhumann | 1 | -0/+33 | |
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 | |
2014-04-24 | Authenticator uses some C++ SSL objects. | madmaxoft | 1 | -19/+40 | |
2014-04-21 | Allow 1.6.4 Forge clients to log in. | Mattes D | 2 | -0/+20 | |
Fixes #913. | |||||
2014-04-18 | Small style changes | jfhumann | 2 | -7/+7 | |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 6 | -77/+100 | |
2014-04-17 | Modified many things | daniel0916 | 1 | -2/+0 | |
2014-04-16 | Added asserts for proper game state. | madmaxoft | 1 | -5/+131 | |
This is to help hunt #889. | |||||
2014-04-15 | Attempted fix for the client crash with the new protocols. | madmaxoft | 1 | -0/+7 | |
2014-04-14 | Implemented the 1.7.6 protocol and authenticator. | madmaxoft | 8 | -119/+169 | |
Server works both in online and offline modes with 1.7.9. | |||||
2014-04-14 | A client UUID is generated when the server is in offline mode. | madmaxoft | 1 | -4/+10 | |
1.7.9 client works with these changes in offline mode. | |||||
2014-04-14 | Initial 1.7.6 protocol support. | madmaxoft | 4 | -2/+69 | |
Doesn't work yet because of missing UUIDs. | |||||
2014-04-14 | Bug fixes | daniel0916 | 1 | -3/+0 | |
2014-04-13 | Fixed mistake | daniel0916 | 2 | -2/+2 | |
2014-04-13 | Fixed Error? | daniel0916 | 1 | -2/+2 | |
2014-04-13 | Code Update | daniel0916 | 1 | -4/+5 | |
2014-04-13 | Added Yggdrasil Authentication System | daniel0916 | 2 | -0/+418 | |
Code by Howaner. Fixes/Changes by me. | |||||
2014-04-07 | Fixed Errors | daniel0916 | 1 | -2/+2 | |
2014-04-06 | Fixed 1.6.4 client crash on composite chat messages. | madmaxoft | 2 | -0/+14 | |
2014-04-06 | Fixed crash in protocols sending 64-bit ints. | madmaxoft | 1 | -1/+1 | |
Fixes #855. | |||||
2014-04-04 | Explicit change record size. | madmaxoft | 1 | -1/+1 | |
2014-04-04 | Fixed format string mismatch. | madmaxoft | 1 | -1/+1 | |
2014-04-04 | More Clang warning fixes in the protocols. | madmaxoft | 6 | -81/+82 | |
2014-04-04 | Fixed CreateHexDump's signedness. | madmaxoft | 1 | -1/+1 | |
2014-04-04 | More Clang warning fixes in the protocols. | madmaxoft | 1 | -28/+37 | |
2014-04-04 | Fixed some Clang warnings in protocols. | madmaxoft | 10 | -26/+31 | |
2014-03-31 | Console logging supports cCompositeChat as its parameters. | madmaxoft | 1 | -22/+1 | |
2014-03-25 | Protocol: Wither metadata | andrew | 2 | -0/+18 | |
2014-03-20 | Plugins can set flying speed. | madmaxoft | 1 | -2/+1 | |
2014-03-20 | Rewritten player speeds to be relative unit-less. | madmaxoft | 2 | -5/+6 | |
Value of 1 means "default speed", 2 means "double the speed", 0.5 means "half the speed". This allows for easier plugins and is more future-proof. | |||||
2014-03-12 | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 2 | -7/+7 | |
2014-03-11 | Fixed a load of format string errors | Tycho | 2 | -4/+4 | |
2014-03-11 | Fixed format errors in protocol | Tycho | 1 | -3/+3 | |
2014-03-10 | Removed unused macro | Tycho | 1 | -13/+0 | |
2014-03-09 | Hotfix for MSVC compilation. | madmaxoft | 1 | -0/+1 | |
2014-03-09 | Adjusted style of switch/case | Jan-Fabian Humann | 3 | -45/+15 | |
2014-03-08 | Changed if-else to switch-case | Jan-Fabian Humann | 3 | -39/+33 | |
2014-03-08 | Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting. | Jan-Fabian Humann | 3 | -3/+65 | |
2014-03-08 | Fixed issues with int vs size_t and a few other warnings | Tycho | 1 | -2/+2 | |
2014-03-07 | Warnings | Tycho | 9 | -12/+25 | |
2014-03-07 | Add Flower Pots | Howaner | 1 | -1/+15 | |
2014-02-27 | Implemented ballistic missiles (fireworks) | Tiger Wang | 1 | -25/+52 | |
+ Added fireworks | |||||
2014-02-23 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -9/+9 | |
2014-02-23 | Add break to Protocol17x.cpp and use new comment delimiter | Howaner | 1 | -0/+1 | |
2014-02-23 | Add Skulls/Heads | Howaner | 1 | -0/+14 | |
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 1 | -9/+9 | |
2014-02-19 | Add break to Protocol17x.cpp and use new comment delimiter | Howaner | 1 | -0/+1 | |
2014-02-18 | De-breaked stuff | Tiger Wang | 1 | -2/+0 | |
2014-02-18 | Map decorators; Map clients | andrew | 7 | -1/+60 | |
2014-02-18 | Implemented paintings, fixes #689 | Tiger Wang | 6 | -0/+28 | |
+ Implemented paintings | |||||
2014-02-18 | Implemented item frames, a part of #689 | Tiger Wang | 1 | -2/+14 | |
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!) | |||||
2014-02-17 | Add Skulls/Heads | Howaner | 1 | -0/+14 | |
2014-02-16 | Add Locale to ClientHandle | Howaner | 3 | -2/+4 | |
2014-02-16 | Set max. Players in the Tablist to 60 | Howaner | 1 | -1/+1 | |
2014-02-15 | Implemented cCompositeChat. | madmaxoft | 7 | -12/+231 | |
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 | 7 | -0/+91 | |
2014-02-05 | Improved the signedness conversion. | madmaxoft | 1 | -2/+2 | |
2014-02-05 | Fixed a bunch of MSVS warnings | Tiger Wang | 1 | -1/+2 | |
* Possibly also fixed some bugs with pathfinding and TNT, though unlikely | |||||
2014-02-04 | Protocol 1.7: Fixed a signed / unsigned comparison warning. | madmaxoft | 1 | -2/+2 | |
2014-02-04 | Protocol 1.7 uses char for blockface. | madmaxoft | 1 | -2/+2 | |
That should fix #644 on RasPi. | |||||
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 3 | -5/+5 | |
May Fix #640 | |||||
2014-02-01 | added EnchantItemPacket to older Protocols | daniel0916 | 1 | -1/+4 | |
2014-01-31 | Some updates for enchanting (2) | daniel0916 | 4 | -14/+21 | |
2014-01-29 | Limited sign lines to 15 chars. | madmaxoft | 1 | -4/+5 | |
Fixes #598. | |||||
2014-01-29 | Added 1.7.4 to the list of supported protocols. | madmaxoft | 1 | -1/+1 | |
2014-01-29 | Protocol 1.7: Encryption is enabled only with auth. | madmaxoft | 1 | -1/+1 | |
2014-01-28 | Protocol 1.7: Forced encryption on all connections. | madmaxoft | 2 | -3/+101 | |
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-26 | Fixed client packet parsing. | madmaxoft | 1 | -12/+33 | |
When the packet wouldn't fit the current buffer, the server would mis-parse the next packet. This was the cause for #541. Also modified comm logging, now each direction can be turned on separately. | |||||
2014-01-25 | Comm logging is available in both Debug and Release modes. | madmaxoft | 2 | -12/+16 | |
2014-01-25 | Protocol17: Comm logging shows the data left over from previous parse. | madmaxoft | 1 | -2/+15 | |
2014-01-24 | Added per-connection comm logging in debug mode. | madmaxoft | 2 | -0/+69 | |
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-24 | removed hook from enchanting commit | daniel0916 | 1 | -1/+1 | |
2014-01-24 | Some updates for enchanting | daniel0916 | 2 | -4/+12 | |
2014-01-23 | PolarSSL is fully used for 1.3.2 protocol encryption. | madmaxoft | 6 | -139/+51 | |
2014-01-23 | Fixed 1.5.x scoreboard packet IDs | andrew | 1 | -3/+3 | |
2014-01-21 | Scoreboard SendTo() | andrew | 1 | -3/+3 | |
2014-01-21 | Scoreboard protocol support | andrew | 8 | -5/+141 | |
2014-01-20 | Fix a crash but somewhere... | Alexander Harkness | 1 | -2/+1 | |
2014-01-20 | first changes for enchanting (not finished) | daniel0916 | 2 | -0/+18 | |
- added enchanting table block handler and added it to the blockhandler - added enchanting window - drop item in the slot 0 when the player close the window - added enchanting packet (1.7 only) - some more... | |||||
2014-01-19 | Removed unneeded paramters | Tiger Wang | 6 | -11/+19 | |
2014-01-19 | Switched EnchantmentSerilizer to namespace | Tycho | 2 | -4/+4 | |
2014-01-19 | Spilt Writing of Enchantments to seperate class | Tycho | 2 | -4/+6 | |
Created a new class cEnchantmentSerializer to serilize Enchantments to NBT. This breaks a dependecy chain between cChunkGenerator and cWorld. cEnchantmentSerializer is seperate from NBTWriter as it needs to access private members of cEnchantments so having it seperate reduces the spread of the frein modifier | |||||
2014-01-19 | Changed SendBlockEntity format slightly | Tiger Wang | 6 | -13/+46 | |
* Writing NBT is now in Protocol, not BlockEntity files * Fixed a last output bug | |||||
2014-01-19 | Improved command blocks | Tiger Wang | 6 | -0/+42 | |
* 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-17 | Removed internal cEntity::GetRot() usage. | madmaxoft | 3 | -14/+14 | |
2014-01-17 | Protocol 1.7: More output on unknown packets / protocol states. | madmaxoft | 1 | -4/+21 | |
2014-01-16 | Fixed block break packet number | Tiger Wang | 1 | -1/+1 | |
2014-01-16 | Changed newline character because of issues | Tiger Wang | 1 | -3/+3 | |
2014-01-16 | Protocol 1.7: Unknown packets are dumped to log in Debug mode. | madmaxoft | 1 | -1/+14 | |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 3 | -7/+7 | |
2014-01-16 | Added packet diagnostics to 1.7 protocol. | madmaxoft | 2 | -30/+40 | |
When the packet is mis-interpreted, a log message is output about the packet type and lengths. | |||||
2014-01-15 | Implemented custom names and lore | Tiger Wang | 1 | -5/+55 | |
+ Added custom names and lore + Added saving and loading + Added writing and parsing of NBT | |||||
2014-01-13 | Added handshake processing to protocol 1.7. | madmaxoft | 1 | -2/+23 | |
This fixes #495 | |||||
2014-01-12 | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 1 | -6/+6 | |
2014-01-12 | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 1 | -1/+16 | |
2014-01-09 | Fixed wrong packet number for PluginMessage packet. | madmaxoft | 1 | -1/+1 | |
2014-01-09 | Added cClientHandle::SendPluginMessage(). | madmaxoft | 7 | -0/+40 | |
It is not yet exported in the API, though. | |||||
2014-01-07 | Fixed favicons | Tiger Wang | 1 | -1/+1 | |
2014-01-07 | Plugin messages are received and handed to plugins. | madmaxoft | 1 | -1/+1 | |
Note that MCS doesn't currently handle any channel registrations, this will come later on. | |||||
2014-01-07 | A few more touch ups | Bill Derouin | 1 | -11/+1 | |
2014-01-07 | Removed unused line | Bill Derouin | 1 | -1/+0 | |
2014-01-07 | Implement favicon for 1.7.2 | Bill Derouin | 2 | -0/+14 | |
Favicon data is a png encoded in base64 which is stored in the server and sent in the server response packet | |||||
2014-01-07 | Fixed a few MSVC warnings. | madmaxoft | 2 | -3/+3 | |
2014-01-06 | Fixed a few MSVC warnings. | madmaxoft | 4 | -5/+4 | |
2014-01-05 | Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.h | Diusrex | 4 | -2/+52 | |
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. | |||||
2014-01-02 | More memory alignment fixes. | madmaxoft | 1 | -3/+3 | |
Ref.: #420. | |||||
2013-12-22 | Implented BroadcastParticleEffect | STRWarrior | 9 | -2/+65 | |
2013-12-20 | Fixed minor warnings. | madmaxoft | 1 | -2/+2 | |
2013-12-19 | Fixed PlayerAbilities and creative | Tiger Wang | 1 | -10/+3 | |
2013-12-19 | moved protocol to glob | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-17 | Fixed player falling through the floor on spawn. | madmaxoft | 1 | -1/+5 | |
The 1.7 client seems to have math issues with exact coords. Adding 0.001 to the Y coord fixed the problem. | |||||
2013-12-15 | Fixed player spawning packet. | madmaxoft | 1 | -1/+1 | |
The player was spawned 1.62 blocks below their pos. This fixes #323. | |||||
2013-12-15 | Moved reading flags to the protocol. | STRWarrior | 1 | -1/+19 | |
2013-12-15 | Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function | STRWarrior | 1 | -2/+10 | |
2013-12-15 | Fixed pre 1.7 clients crashing. | STRWarrior | 1 | -2/+2 | |
2013-12-14 | Removed leftover debugging messages from cProtocol172. | madmaxoft | 1 | -4/+0 | |
2013-12-14 | Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison. | STRWarrior | 7 | -0/+82 | |
2013-12-13 | Fixed threading issues affecting cProtocol172. | madmaxoft | 2 | -191/+191 | |
2013-12-12 | Fixed protocol 1.7 recovery after unknown packet. | madmaxoft | 1 | -4/+0 | |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -0/+7 | |
2013-12-08 | Fixed tabcompletion packet, fixes #356 | Tiger Wang | 1 | -8/+4 | |
2013-12-08 | Fixed falling block metas, fixes #406 | Tiger Wang | 1 | -1/+1 | |
2013-12-07 | Renamed animation function | Tiger Wang | 7 | -10/+10 | |
Renamed BroadcastPlayerAnimation to BroadcastEntityAnimation. Not just players can have animations, you know. | |||||
2013-12-02 | Removed stray printf, again. | Samuel Barney | 1 | -1/+0 | |
2013-12-02 | Switched to using provided ReadItem function. | Samuel Barney | 1 | -17/+3 | |
Fixed misplacing when clicking on the bottom of bottom slabs and the top of top slabs. | |||||
2013-12-02 | Removed stray printf. | Samuel Barney | 1 | -1/+0 | |
2013-12-02 | Fixed 1.7 slab and stair placement. | Samuel Barney | 1 | -0/+19 | |
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 4 | -5/+5 | |
2013-11-27 | Fixed some of tiger's derpyness. | Alexander Harkness | 1 | -2/+2 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 5 | -7/+7 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 5 | -8/+8 | |
2013-11-24 | Moved source to src | Alexander Harkness | 17 | -0/+7588 | |