summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into c++11Tiger Wang2014-11-231-8/+17
|\
| * Merge pull request #1598 from mc-server/SignEditorMattes D2014-11-181-0/+3
| |\
| | * Use LastPlacedSign instead of LastPlacedBlock.Howaner2014-11-151-5/+2
| | * Fixed a security problem with signs.Howaner2014-11-151-0/+6
| * | Renamed m_UsedViewDistance to m_CurrentViewDistanceHowaner2014-11-151-3/+3
| * | Renamed m_SetViewDistance to m_RequestedViewDistanceHowaner2014-11-151-3/+3
| * | Renamed GetSettedViewDistance() to GetRequestedViewDistance()Howaner2014-11-151-2/+2
| * | Use m_UsedViewDistance and m_SetViewDistance.Howaner2014-11-141-7/+13
| |/
* | Merged branch 'master' into c++11.Mattes D2014-10-241-3/+8
|\|
| * Merge branch 'master' into ChunkLoaderHowaner2014-10-211-1/+2
| |\
| * | Stream 4 chunks per tick. Added priority.Howaner2014-10-061-3/+4
| * | Merge branch 'master' into ChunkLoaderHowaner2014-10-061-0/+9
| |\ \
| * | | Better StreamNextChunk() methodHowaner2014-10-061-0/+4
| * | | Optimized chunk loaderHowaner2014-10-021-5/+5
* | | | Merge branch 'master' of https://github.com/mc-server/MCServerTiger Wang2014-10-201-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixed minor style issues.Mattes D2014-10-191-1/+1
* | | | Migrated cSleep and cTimer to std::chronoTiger Wang2014-10-201-5/+5
|/ / /
* | | Merge pull request #1502 from mc-server/furnacesTiger Wang2014-10-181-1/+1
|\ \ \
| * | | Improved furnacesTiger Wang2014-10-031-1/+1
| |/ /
* | / Merged branch 'fix_chunks'.Mattes D2014-10-161-0/+1
| |/ |/|
* | cClientHandle: Added protocol version knowledge.Mattes D2014-10-051-0/+9
|/
* cClientHandle: Alpha-sorted the sending functions.madmaxoft2014-10-011-7/+7
* Rewritten plugin messages, vanilla are being parsed directly.madmaxoft2014-09-301-15/+40
* Dropped support for <1.7.xTiger Wang2014-09-271-1/+0
* Fixed players custom name in 1.8Howaner2014-09-261-1/+1
* Merge branch 'master' into 1.8-ProtocolHowaner2014-09-191-1/+13
|\
| * Full BungeeCord compatibility.madmaxoft2014-09-171-1/+13
* | Exported player list states to extra functions.Howaner2014-09-181-67/+71
* | 1.8: Fixed maps.Howaner2014-09-131-2/+2
* | 1.8: Added ParticleEffect packet.Howaner2014-09-111-1/+1
* | Added the player list to the 1.8 protocol.Howaner2014-09-091-1/+1
|/
* Exported cClientHandle:GetIPString() to Lua API.Mattes D2014-09-071-1/+1
* Merge pull request #1351 from LO1ZB/remove-a_RelYMattes D2014-09-031-1/+1
|\
| * remove y-coord from chunksLO1ZB2014-08-281-1/+1
* | Fixed crashes and use std::swap.Hownaer2014-08-281-1/+1
|/
* Exported daylight cycle flag to the protocol.Howaner2014-08-111-1/+1
* Added SetDoDaylightCycle() and IsDaylightCycleEnabled() to cWorld.Howaner2014-08-071-1/+1
* Merge pull request #1255 from mc-server/NameToUUIDMattes D2014-08-011-1/+7
|\
| * Merged branch 'master' into NameToUUID.madmaxoft2014-07-311-1/+1
| |\
| * | MojangAPI: Implemented UUID shortening and dashing.madmaxoft2014-07-301-1/+7
* | | Added beacon.Howaner2014-07-301-1/+4
| |/ |/|
* | Merge branch 'master' into portalsTiger Wang2014-07-291-3/+3
|\|
| * Moar view distance!tonibm192014-07-231-2/+2
| * Export SendEntityAnimation to ToLuaarchshift2014-07-221-1/+1
* | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-3/+3
|\|
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-3/+3
* | Fix failed merge and other issuesTiger Wang2014-07-181-1/+1
* | Merge branch 'master' into portalsTiger Wang2014-07-181-22/+26
|\|
| * Fixed spaces around single-line comments.madmaxoft2014-07-171-7/+9
| * Fixed basic whitespace problems.madmaxoft2014-07-171-7/+7
| * Merge pull request #1192 from mc-server/skinuuidMattes D2014-07-161-2/+8
| |\
| | * Store properties as Json::ValueTiger Wang2014-07-161-4/+7
| | * Player properties are now retrievedTiger Wang2014-07-141-1/+4
| * | Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-1/+1
| |/
| * Revert failed fix for #31Tiger Wang2014-07-131-4/+0
| * Fixed respawningTiger Wang2014-06-291-1/+1
| * Added generic entity-collecting.Mattes D2014-06-271-1/+1
* | Merge branch 'master' of https://github.com/mc-server/MCServer into portalsTiger Wang2014-06-241-2/+9
|\|
| * Added cClientHandle::IsUUIDOnline function.madmaxoft2014-06-211-2/+9
* | Portals animate and delay correctlyTiger Wang2014-06-121-1/+1
|/
* Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-3/+3
* Added queue for adding entities to cWorld.Mattes D2014-06-081-1/+2
* Revert "Add more move checks"madmaxoft2014-05-261-1/+1
* Merge pull request #1003 from Howaner/GlobalFixesMattes D2014-05-261-1/+1
|\
| * Add more move checksHowaner2014-05-161-1/+1
* | cCompositeChat message type is now formattedTiger Wang2014-05-191-2/+2
* | Merge pull request #998 from mc-server/StatManagerMattes D2014-05-181-0/+2
|\ \
| * | Statistic Managerandrew2014-05-111-0/+2
* | | Merge pull request #994 from Howaner/GlobalFixesMattes D2014-05-151-0/+3
|\ \ \ | | |/ | |/|
| * | Rename HandleBlockDigCancel to FinishDigAnimtion.Howaner2014-05-111-2/+2
| * | Add DIG_STATUS_CANCELLED packet and add item resend, when a block can't place/break.Howaner2014-05-091-0/+3
| |/
* | Merge branch 'master' into SslWebAdminMattes D2014-05-101-0/+3
|\|
| * Add MC|ItemName plugin message.Howaner2014-05-051-0/+3
* | Merged branch 'master' into SslWebAdmin.madmaxoft2014-05-011-1/+1
|\|
| * More ClientHandle fixes.madmaxoft2014-05-011-1/+1
* | Fixed crashes in the SSL HTTP connection.madmaxoft2014-05-011-1/+1
|/
* Further refactored, Reverted Minecart changearchshift2014-04-261-1/+3
* Refactored SendChat(), placing the message-type formatting into its own function.archshift2014-04-251-0/+3
* Modified many thingsdaniel09162014-04-171-3/+0
* Fixed conflicting enchantments checkingdaniel09162014-04-161-1/+1
* Merge branch 'master' into Enchantingdaniel09162014-04-161-1/+16
|\
| * Implemented the 1.7.6 protocol and authenticator.madmaxoft2014-04-141-1/+7
| * A client UUID is generated when the server is in offline mode.madmaxoft2014-04-141-1/+6
| * Added Yggdrasil Authentication Systemdaniel09162014-04-131-1/+5
* | Code Optimizationdaniel09162014-04-151-2/+3
* | Modified namesdaniel09162014-04-151-2/+2
* | Fixed invisibility enchantmentsdaniel09162014-04-131-0/+1
* | Added complete Enchanting Systemdaniel09162014-04-121-1/+4
* | Added deleted things for mergingdaniel09162014-04-071-0/+3
|/
* Merge branch 'master' into HTTPSizeTmadmaxoft2014-04-041-3/+3
|\
| * Fixed some Clang warnings in protocols.madmaxoft2014-04-041-1/+1
| * Simplified and fixed slabs, fixes #835Tiger Wang2014-03-311-2/+2
* | Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-1/+1
|/
* Unified Vector classesandrew2014-03-111-1/+1
* Merge pull request #731 from mc-server/ballisticmissilesTiger Wang2014-03-091-1/+3
|\
| * CheckBlockInteractionsRate() fixed & enabledTiger Wang2014-03-091-1/+3
* | Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting.Jan-Fabian Humann2014-03-081-1/+3
|/
* Merge pull request #669 from xdot/masterTiger Wang2014-02-241-0/+4
|\
| * Manual merge (Fixed conflicts)andrew2014-02-201-2/+11
| |\
| * | Map decorators; Map clientsandrew2014-02-181-0/+2
| * | IDCount Serializationandrew2014-02-131-2/+2
| * | Implementation of in-game mapsandrew2014-02-131-0/+2
* | | cClientHandle manages the client-registered plugin channels.madmaxoft2014-02-201-26/+46
| |/ |/|
* | Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+2
* | Add Locale to ClientHandleHowaner2014-02-161-1/+6
* | Implemented cCompositeChat.madmaxoft2014-02-151-1/+3
|/
* Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-5/+5
|\
| * Improved Type safety of eBlockFaceTycho2014-02-041-5/+5
* | Improved chat messaging functionsTiger Wang2014-02-071-1/+1
* | Fixed explosions bugTiger Wang2014-02-051-11/+2
|/
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-0/+1
|\
| * Removed unneeded paramtersTiger Wang2014-01-191-1/+1
| * Changed SendBlockEntity format slightlyTiger Wang2014-01-191-2/+1
| * Improved command blocksTiger Wang2014-01-191-0/+2
* | Scoreboard protocol supportandrew2014-01-211-0/+4
|/
* Parse the MC|AdvCdm plugin messageandrew2014-01-181-0/+3
* Added handshake processing to protocol 1.7.madmaxoft2014-01-131-0/+6
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+1
* Plugin messages are received and handed to plugins.madmaxoft2014-01-071-0/+1
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+1
* Fixed the rest of constructor reorders.madmaxoft2013-12-201-9/+0
* Removed some old cRedstone remnantsTiger Wang2013-12-161-1/+0
* Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-161-0/+4
* Moved reading flags to the protocol.STRWarrior2013-12-151-1/+1
* Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-151-0/+2
* Forgot to commit the ClientHandle.STRWarrior2013-12-141-0/+2
* Unknown packet type extended to 32 bits.madmaxoft2013-12-121-1/+1
* Renamed animation functionTiger Wang2013-12-071-1/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+2
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+331