| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite cClientHandle::HandleRightClick (#4089) | 9caihezi | 2018-01-08 | 1 | -1/+2 |
* | Implement horse inventory (#4053) | peterbell10 | 2017-10-21 | 1 | -0/+4 |
* | Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959) | Lane Kolbly | 2017-09-19 | 1 | -0/+1 |
* | Shutdown connection when disconnect packet sent (#3999) | Alexander Harkness | 2017-09-08 | 1 | -7/+1 |
* | Updated APIDoc (#3985) | Lukas Pioch | 2017-09-07 | 1 | -1/+1 |
* | Implement Forge protocol handshake support (#3869) | satoshinm | 2017-08-27 | 1 | -0/+29 |
* | Add cUUID class (#3871) | peterbell10 | 2017-08-25 | 1 | -15/+13 |
* | Fully implemented leashes (#3798) | Pablo Beltrán | 2017-08-21 | 1 | -0/+2 |
* | Merge pull request #3489 from cuberite/EntityOwnership | Tiger Wang | 2017-08-18 | 1 | -0/+3 |
|\ |
|
| * | Changed entity ownership model to use smart pointers | Tiger Wang | 2017-08-07 | 1 | -0/+3 |
* | | Replaced includes with forward declarations | Lukas Pioch | 2017-08-13 | 1 | -1/+1 |
|/ |
|
* | Removed unneeded includes (#3902) | Lukas Pioch | 2017-08-06 | 1 | -2/+0 |
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -4/+1 |
* | Removed unused forward declarations (#3888) | Lukas Pioch | 2017-08-03 | 1 | -4/+0 |
* | Remove smart pointer macros | peterbell10 | 2017-07-21 | 1 | -1/+1 |
* | Fixed memory leak in cClientHandle. (#3794) | Mattes D | 2017-06-26 | 1 | -1/+1 |
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+1 |
* | Fixed ClientHandle:GetProtocolVersion returning wrong number. | Mattes D | 2017-01-28 | 1 | -1/+1 |
* | Initial support for the 1.11 protocol. | Mattes D | 2016-12-16 | 1 | -1/+1 |
* | Use CMake's Android generators to crosscompile | Tiger Wang | 2016-12-12 | 1 | -1/+1 |
* | Fixed race conditions in cClientHandle's State. | Mattes D | 2016-11-19 | 1 | -11/+21 |
* | Add Lua API export for titles. (#3408) | mohe2015 | 2016-11-13 | 1 | -7/+7 |
* | Anticheat fastbreak (#3411) | mohe2015 | 2016-11-06 | 1 | -0/+6 |
* | Added SendMessageRaw for sending json string. | Lukas Pioch | 2016-10-21 | 1 | -0/+1 |
* | Spectators added (#2852) | bibo38 | 2016-10-12 | 1 | -0/+2 |
* | Improve cPlayer::DoMoveToWorld (#3113) | LogicParrot | 2016-09-03 | 1 | -1/+2 |
* | Proper respawn packets on dimension travel | LogicParrot | 2016-08-29 | 1 | -0/+3 |
* | 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135) | Pokechu22 | 2016-05-14 | 1 | -1/+2 |
* | Improved player freeze code | LogicParrot | 2016-04-05 | 1 | -0/+2 |
* | Players never fall through unloaded chunks or end up inside solids on teleport | LogicParrot | 2016-03-31 | 1 | -0/+9 |
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -54/+54 |
* | Fixed race conditions | Lukas Pioch | 2016-01-17 | 1 | -1/+1 |
* | Add enum for Sound and Particle Effects | Dave Tucker | 2015-11-24 | 1 | -1/+2 |
* | Improved the data structure for storing loaded chunks | tycho | 2015-10-05 | 1 | -1/+1 |
* | Fixed food drain bugs | Tiger Wang | 2015-08-20 | 1 | -1/+8 |
* | Fix old style casts and implicit conversions | Matti Hänninen | 2015-08-12 | 1 | -2/+2 |
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -1/+1 |
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -1/+1 |
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -3/+1 |
* | Merge pull request #2224 from cuberite/ChunkQueueCollapsing | worktycho | 2015-07-04 | 1 | -4/+4 |
|\ |
|
| * | Reinstate "Chunk queue collapsing" | Tiger Wang | 2015-06-10 | 1 | -4/+4 |
* | | use atomic for state, to avoid torn reads | tycho | 2015-06-27 | 1 | -2/+2 |
|/ |
|
* | Revert "Chunk queue collapsing" | worktycho | 2015-06-07 | 1 | -4/+4 |
* | Made the list of chunks to stream an unordered_set | tycho | 2015-06-05 | 1 | -4/+4 |
* | Added system and above action bar chat messages | jan64 | 2015-06-02 | 1 | -0/+4 |
* | Merge pull request #1848 from scottwillmoore/ImplementTitleCommand | Mattes D | 2015-05-26 | 1 | -0/+7 |
|\ |
|
| * | Implement backend for /title command | Scott Moore | 2015-04-13 | 1 | -0/+7 |
* | | More style checking. | Mattes D | 2015-05-09 | 1 | -2/+2 |
* | | Added support for additional data in the ParticleEffect Packet | tycho | 2015-05-07 | 1 | -0/+2 |
|/ |
|
* | Fixed signedness warnings in Protocol. | Mattes D | 2015-03-21 | 1 | -1/+1 |
* | Fixed signedness issues in protocols. | Mattes D | 2015-03-21 | 1 | -1/+1 |
* | Unified cByteBuffer types. | Mattes D | 2015-03-21 | 1 | -10/+12 |
* | Fixed a deadlock in cClientHandle network sending. | Mattes D | 2015-01-27 | 1 | -1/+5 |
* | Converted cServer to use the cNetwork API. | Mattes D | 2015-01-27 | 1 | -30/+50 |
* | Fixed warnings in 1.7 protocol. | Mattes D | 2015-01-18 | 1 | -2/+2 |
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -3/+0 |
* | Cosmetic touchups. | Mattes D | 2014-12-11 | 1 | -2/+2 |
* | Merge pull request #1623 from p-mcgowan/issue_1253 | Mattes D | 2014-12-10 | 1 | -0/+4 |
|\ |
|
| * | Fixed indent problems and added return definitions to CheckMultiLogin(). | Vincent | 2014-12-09 | 1 | -1/+2 |
| * | Changed CheckMultiLogin() to not have main body wrapped in an if statement. | Vincent | 2014-12-08 | 1 | -0/+1 |
| * | Fixed compile errors | Vincent | 2014-12-08 | 1 | -1/+1 |
| * | Moved the check into a new function and just calls that function and a blank FindAndDoWithPlayer added. | Vincent | 2014-12-08 | 1 | -0/+2 |
* | | Fixed c++11 branch issues. | Mattes D | 2014-12-07 | 1 | -4/+7 |
* | | Merge remote-tracking branch 'origin/master' into c++11 | Tiger Wang | 2014-11-23 | 1 | -8/+17 |
|\| |
|
| * | Merge pull request #1598 from mc-server/SignEditor | Mattes D | 2014-11-18 | 1 | -0/+3 |
| |\ |
|
| | * | Use LastPlacedSign instead of LastPlacedBlock. | Howaner | 2014-11-15 | 1 | -5/+2 |
| | * | Fixed a security problem with signs. | Howaner | 2014-11-15 | 1 | -0/+6 |
| * | | Renamed m_UsedViewDistance to m_CurrentViewDistance | Howaner | 2014-11-15 | 1 | -3/+3 |
| * | | Renamed m_SetViewDistance to m_RequestedViewDistance | Howaner | 2014-11-15 | 1 | -3/+3 |
| * | | Renamed GetSettedViewDistance() to GetRequestedViewDistance() | Howaner | 2014-11-15 | 1 | -2/+2 |
| * | | Use m_UsedViewDistance and m_SetViewDistance. | Howaner | 2014-11-14 | 1 | -7/+13 |
| |/ |
|
* | | Merged branch 'master' into c++11. | Mattes D | 2014-10-24 | 1 | -3/+8 |
|\| |
|
| * | Merge branch 'master' into ChunkLoader | Howaner | 2014-10-21 | 1 | -1/+2 |
| |\ |
|
| * | | Stream 4 chunks per tick. Added priority. | Howaner | 2014-10-06 | 1 | -3/+4 |
| * | | Merge branch 'master' into ChunkLoader | Howaner | 2014-10-06 | 1 | -0/+9 |
| |\ \ |
|
| * | | | Better StreamNextChunk() method | Howaner | 2014-10-06 | 1 | -0/+4 |
| * | | | Optimized chunk loader | Howaner | 2014-10-02 | 1 | -5/+5 |
* | | | | Merge branch 'master' of https://github.com/mc-server/MCServer | Tiger Wang | 2014-10-20 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Fixed minor style issues. | Mattes D | 2014-10-19 | 1 | -1/+1 |
* | | | | Migrated cSleep and cTimer to std::chrono | Tiger Wang | 2014-10-20 | 1 | -5/+5 |
|/ / / |
|
* | | | Merge pull request #1502 from mc-server/furnaces | Tiger Wang | 2014-10-18 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Improved furnaces | Tiger Wang | 2014-10-03 | 1 | -1/+1 |
| |/ / |
|
* | / | Merged branch 'fix_chunks'. | Mattes D | 2014-10-16 | 1 | -0/+1 |
| |/
|/| |
|
* | | cClientHandle: Added protocol version knowledge. | Mattes D | 2014-10-05 | 1 | -0/+9 |
|/ |
|
* | cClientHandle: Alpha-sorted the sending functions. | madmaxoft | 2014-10-01 | 1 | -7/+7 |
* | Rewritten plugin messages, vanilla are being parsed directly. | madmaxoft | 2014-09-30 | 1 | -15/+40 |
* | Dropped support for <1.7.x | Tiger Wang | 2014-09-27 | 1 | -1/+0 |
* | Fixed players custom name in 1.8 | Howaner | 2014-09-26 | 1 | -1/+1 |
* | Merge branch 'master' into 1.8-Protocol | Howaner | 2014-09-19 | 1 | -1/+13 |
|\ |
|
| * | Full BungeeCord compatibility. | madmaxoft | 2014-09-17 | 1 | -1/+13 |
* | | Exported player list states to extra functions. | Howaner | 2014-09-18 | 1 | -67/+71 |
* | | 1.8: Fixed maps. | Howaner | 2014-09-13 | 1 | -2/+2 |
* | | 1.8: Added ParticleEffect packet. | Howaner | 2014-09-11 | 1 | -1/+1 |
* | | Added the player list to the 1.8 protocol. | Howaner | 2014-09-09 | 1 | -1/+1 |
|/ |
|
* | Exported cClientHandle:GetIPString() to Lua API. | Mattes D | 2014-09-07 | 1 | -1/+1 |
* | Merge pull request #1351 from LO1ZB/remove-a_RelY | Mattes D | 2014-09-03 | 1 | -1/+1 |
|\ |
|
| * | remove y-coord from chunks | LO1ZB | 2014-08-28 | 1 | -1/+1 |
* | | Fixed crashes and use std::swap. | Hownaer | 2014-08-28 | 1 | -1/+1 |
|/ |
|
* | Exported daylight cycle flag to the protocol. | Howaner | 2014-08-11 | 1 | -1/+1 |
* | Added SetDoDaylightCycle() and IsDaylightCycleEnabled() to cWorld. | Howaner | 2014-08-07 | 1 | -1/+1 |
* | Merge pull request #1255 from mc-server/NameToUUID | Mattes D | 2014-08-01 | 1 | -1/+7 |
|\ |
|
| * | Merged branch 'master' into NameToUUID. | madmaxoft | 2014-07-31 | 1 | -1/+1 |
| |\ |
|
| * | | MojangAPI: Implemented UUID shortening and dashing. | madmaxoft | 2014-07-30 | 1 | -1/+7 |
* | | | Added beacon. | Howaner | 2014-07-30 | 1 | -1/+4 |
| |/
|/| |
|
* | | Merge branch 'master' into portals | Tiger Wang | 2014-07-29 | 1 | -3/+3 |
|\| |
|
| * | Moar view distance! | tonibm19 | 2014-07-23 | 1 | -2/+2 |
| * | Export SendEntityAnimation to ToLua | archshift | 2014-07-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-07-22 | 1 | -3/+3 |
|\| |
|
| * | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -3/+3 |
* | | Fix failed merge and other issues | Tiger Wang | 2014-07-18 | 1 | -1/+1 |
* | | Merge branch 'master' into portals | Tiger Wang | 2014-07-18 | 1 | -22/+26 |
|\| |
|
| * | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -7/+9 |
| * | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -7/+7 |
| * | Merge pull request #1192 from mc-server/skinuuid | Mattes D | 2014-07-16 | 1 | -2/+8 |
| |\ |
|
| | * | Store properties as Json::Value | Tiger Wang | 2014-07-16 | 1 | -4/+7 |
| | * | Player properties are now retrieved | Tiger Wang | 2014-07-14 | 1 | -1/+4 |
| * | | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 2014-07-13 | 1 | -1/+1 |
| |/ |
|
| * | Revert failed fix for #31 | Tiger Wang | 2014-07-13 | 1 | -4/+0 |
| * | Fixed respawning | Tiger Wang | 2014-06-29 | 1 | -1/+1 |
| * | Added generic entity-collecting. | Mattes D | 2014-06-27 | 1 | -1/+1 |
* | | Merge branch 'master' of https://github.com/mc-server/MCServer into portals | Tiger Wang | 2014-06-24 | 1 | -2/+9 |
|\| |
|
| * | Added cClientHandle::IsUUIDOnline function. | madmaxoft | 2014-06-21 | 1 | -2/+9 |
* | | Portals animate and delay correctly | Tiger Wang | 2014-06-12 | 1 | -1/+1 |
|/ |
|
* | Fixed deadlock when moving players to other worlds. | Mattes D | 2014-06-08 | 1 | -3/+3 |
* | Added queue for adding entities to cWorld. | Mattes D | 2014-06-08 | 1 | -1/+2 |
* | Revert "Add more move checks" | madmaxoft | 2014-05-26 | 1 | -1/+1 |
* | Merge pull request #1003 from Howaner/GlobalFixes | Mattes D | 2014-05-26 | 1 | -1/+1 |
|\ |
|
| * | Add more move checks | Howaner | 2014-05-16 | 1 | -1/+1 |
* | | cCompositeChat message type is now formatted | Tiger Wang | 2014-05-19 | 1 | -2/+2 |
* | | Merge pull request #998 from mc-server/StatManager | Mattes D | 2014-05-18 | 1 | -0/+2 |
|\ \ |
|
| * | | Statistic Manager | andrew | 2014-05-11 | 1 | -0/+2 |
* | | | Merge pull request #994 from Howaner/GlobalFixes | Mattes D | 2014-05-15 | 1 | -0/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Rename HandleBlockDigCancel to FinishDigAnimtion. | Howaner | 2014-05-11 | 1 | -2/+2 |
| * | | Add DIG_STATUS_CANCELLED packet and add item resend, when a block can't place/break. | Howaner | 2014-05-09 | 1 | -0/+3 |
| |/ |
|
* | | Merge branch 'master' into SslWebAdmin | Mattes D | 2014-05-10 | 1 | -0/+3 |
|\| |
|
| * | Add MC|ItemName plugin message. | Howaner | 2014-05-05 | 1 | -0/+3 |
* | | Merged branch 'master' into SslWebAdmin. | madmaxoft | 2014-05-01 | 1 | -1/+1 |
|\| |
|
| * | More ClientHandle fixes. | madmaxoft | 2014-05-01 | 1 | -1/+1 |
* | | Fixed crashes in the SSL HTTP connection. | madmaxoft | 2014-05-01 | 1 | -1/+1 |
|/ |
|
* | Further refactored, Reverted Minecart change | archshift | 2014-04-26 | 1 | -1/+3 |
* | Refactored SendChat(), placing the message-type formatting into its own function. | archshift | 2014-04-25 | 1 | -0/+3 |
* | Modified many things | daniel0916 | 2014-04-17 | 1 | -3/+0 |
* | Fixed conflicting enchantments checking | daniel0916 | 2014-04-16 | 1 | -1/+1 |
* | Merge branch 'master' into Enchanting | daniel0916 | 2014-04-16 | 1 | -1/+16 |
|\ |
|
| * | Implemented the 1.7.6 protocol and authenticator. | madmaxoft | 2014-04-14 | 1 | -1/+7 |
| * | A client UUID is generated when the server is in offline mode. | madmaxoft | 2014-04-14 | 1 | -1/+6 |
| * | Added Yggdrasil Authentication System | daniel0916 | 2014-04-13 | 1 | -1/+5 |
* | | Code Optimization | daniel0916 | 2014-04-15 | 1 | -2/+3 |
* | | Modified names | daniel0916 | 2014-04-15 | 1 | -2/+2 |
* | | Fixed invisibility enchantments | daniel0916 | 2014-04-13 | 1 | -0/+1 |
* | | Added complete Enchanting System | daniel0916 | 2014-04-12 | 1 | -1/+4 |
* | | Added deleted things for merging | daniel0916 | 2014-04-07 | 1 | -0/+3 |
|/ |
|
* | Merge branch 'master' into HTTPSizeT | madmaxoft | 2014-04-04 | 1 | -3/+3 |
|\ |
|
| * | Fixed some Clang warnings in protocols. | madmaxoft | 2014-04-04 | 1 | -1/+1 |
| * | Simplified and fixed slabs, fixes #835 | Tiger Wang | 2014-03-31 | 1 | -2/+2 |
* | | Fixed All signedness warnings in HTTPServer.cpp | Tycho | 2014-04-02 | 1 | -1/+1 |
|/ |
|
* | Unified Vector classes | andrew | 2014-03-11 | 1 | -1/+1 |
* | Merge pull request #731 from mc-server/ballisticmissiles | Tiger Wang | 2014-03-09 | 1 | -1/+3 |
|\ |
|
| * | CheckBlockInteractionsRate() fixed & enabled | Tiger Wang | 2014-03-09 | 1 | -1/+3 |
* | | Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting. | Jan-Fabian Humann | 2014-03-08 | 1 | -1/+3 |
|/ |
|
* | Merge pull request #669 from xdot/master | Tiger Wang | 2014-02-24 | 1 | -0/+4 |
|\ |
|
| * | Manual merge (Fixed conflicts) | andrew | 2014-02-20 | 1 | -2/+11 |
| |\ |
|
| * | | Map decorators; Map clients | andrew | 2014-02-18 | 1 | -0/+2 |
| * | | IDCount Serialization | andrew | 2014-02-13 | 1 | -2/+2 |
| * | | Implementation of in-game maps | andrew | 2014-02-13 | 1 | -0/+2 |
* | | | cClientHandle manages the client-registered plugin channels. | madmaxoft | 2014-02-20 | 1 | -26/+46 |
| |/
|/| |
|
* | | Implemented paintings, fixes #689 | Tiger Wang | 2014-02-18 | 1 | -0/+2 |
* | | Add Locale to ClientHandle | Howaner | 2014-02-16 | 1 | -1/+6 |
* | | Implemented cCompositeChat. | madmaxoft | 2014-02-15 | 1 | -1/+3 |
|/ |
|
* | Merge branch 'master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -5/+5 |
|\ |
|
| * | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -5/+5 |
* | | Improved chat messaging functions | Tiger Wang | 2014-02-07 | 1 | -1/+1 |
* | | Fixed explosions bug | Tiger Wang | 2014-02-05 | 1 | -11/+2 |
|/ |
|
* | Merge branch 'master' of https://github.com/mc-server/MCServer | andrew | 2014-01-21 | 1 | -0/+1 |
|\ |
|
| * | Removed unneeded paramters | Tiger Wang | 2014-01-19 | 1 | -1/+1 |
| * | Changed SendBlockEntity format slightly | Tiger Wang | 2014-01-19 | 1 | -2/+1 |
| * | Improved command blocks | Tiger Wang | 2014-01-19 | 1 | -0/+2 |
* | | Scoreboard protocol support | andrew | 2014-01-21 | 1 | -0/+4 |
|/ |
|
* | Parse the MC|AdvCdm plugin message | andrew | 2014-01-18 | 1 | -0/+3 |
* | Added handshake processing to protocol 1.7. | madmaxoft | 2014-01-13 | 1 | -0/+6 |
* | Added cClientHandle::SendPluginMessage(). | madmaxoft | 2014-01-09 | 1 | -0/+1 |
* | Plugin messages are received and handed to plugins. | madmaxoft | 2014-01-07 | 1 | -0/+1 |
* | Implented BroadcastParticleEffect | STRWarrior | 2013-12-22 | 1 | -0/+1 |
* | Fixed the rest of constructor reorders. | madmaxoft | 2013-12-20 | 1 | -9/+0 |
* | Removed some old cRedstone remnants | Tiger Wang | 2013-12-16 | 1 | -1/+0 |
* | Fixed cClientHandle::Tick() being called from two threads. | madmaxoft | 2013-12-16 | 1 | -0/+4 |
* | Moved reading flags to the protocol. | STRWarrior | 2013-12-15 | 1 | -1/+1 |
* | Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function | STRWarrior | 2013-12-15 | 1 | -0/+2 |
* | Forgot to commit the ClientHandle. | STRWarrior | 2013-12-14 | 1 | -0/+2 |
* | Unknown packet type extended to 32 bits. | madmaxoft | 2013-12-12 | 1 | -1/+1 |
* | Renamed animation function | Tiger Wang | 2013-12-07 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-26 | 1 | -0/+2 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -0/+1 |
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+331 |