summaryrefslogtreecommitdiffstats
path: root/src/ClientHandle.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplified the HandleAnvilItemName() code.Howaner2014-05-061-7/+2
* Changed HandleAnvilItemName() length to size_t in ClientHandle.hHowaner2014-05-051-1/+1
* Add clicks, exp subtraction, item check, ...Howaner2014-05-051-1/+1
* Add MC|ItemName plugin message.Howaner2014-05-051-0/+32
* Merge branch 'master' into redstoneimprovementsTiger Wang2014-05-041-5/+14
|\
| * HOOK_DISCONNECT has cClientHandle as its first parameter.madmaxoft2014-05-021-3/+3
| * More ClientHandle fixes.madmaxoft2014-05-011-2/+2
| * Fixed warnings in ClientHandle.madmaxoft2014-05-011-2/+2
| * Delayed sending the KeepAlive packet for 3 seconds after login.madmaxoft2014-04-291-0/+5
| * Fixed braces.madmaxoft2014-04-281-1/+5
| * Fixed missing return value warning in MSVC.madmaxoft2014-04-281-0/+1
* | Redstone simulator now directly accesses cChunkTiger Wang2014-04-271-1/+2
|/
* More small fixes.archshift2014-04-261-9/+9
* Moar alignment.archshift2014-04-261-7/+7
* Further refactored, Reverted Minecart changearchshift2014-04-261-57/+21
* Merge remote-tracking branch 'upstream/master'archshift2014-04-251-1/+1
|\
| * Fix armor in survival mode.Howaner2014-04-241-1/+1
* | Oops, fixed that.archshift2014-04-251-0/+2
* | Refactored SendChat(), placing the message-type formatting into its own function.archshift2014-04-251-84/+78
|/
* Merge pull request #909 from jfhumann/fixesMattes D2014-04-221-6/+8
|\
| * Declared one mutex as mutable in order to allow for const correct get accessors.jfhumann2014-04-191-4/+4
| * Small style changesjfhumann2014-04-181-1/+1
| * Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-9/+53
| |\
| * | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-8/+10
* | | Merge branch 'master' into Enchantingdaniel09162014-04-181-1/+1
|\ \ \ | | |/ | |/|
| * | Merge pull request #891 from mc-server/fixesMattes D2014-04-171-1/+1
| |\ \
| | * | Entities handle chunks properly againTiger Wang2014-04-121-1/+1
| | |/
* | | Removed old includedaniel09162014-04-181-1/+1
* | | Fixed some Errors (not all)daniel09162014-04-171-7/+10
* | | Modified many thingsdaniel09162014-04-171-856/+1
* | | Fixed conflicting enchantments checkingdaniel09162014-04-161-23/+23
* | | Added deletions from merge conflictdaniel09162014-04-161-0/+875
|/ /
* | Attempted fix for the client crash with the new protocols.madmaxoft2014-04-151-6/+9
* | Implemented the 1.7.6 protocol and authenticator.madmaxoft2014-04-141-8/+22
* | A client UUID is generated when the server is in offline mode.madmaxoft2014-04-141-0/+24
* | Added Yggdrasil Authentication Systemdaniel09162014-04-131-2/+5
|/
* Merge branch 'master' into HTTPSizeTmadmaxoft2014-04-041-3/+3
|\
| * Fixed some Clang warnings in protocols.madmaxoft2014-04-041-2/+2
| * Simplified and fixed slabs, fixes #835Tiger Wang2014-03-311-1/+1
* | Fixed All signedness warnings in HTTPServer.cppTycho2014-04-021-1/+1
|/
* Merge pull request #838 from mc-server/lilypadsworktycho2014-03-301-6/+8
|\
| * Compare for inequality in FACE_NONE checksTiger Wang2014-03-291-3/+3
| * Removed leftover clienthandle codeTiger Wang2014-03-291-10/+6
| * Fixed block interaction rate checkTiger Wang2014-03-281-2/+4
| * Implemented lilypad placementTiger Wang2014-03-231-4/+8
* | Fixed players not updating after world changeTiger Wang2014-03-291-4/+2
|/
* Merge branch 'Werror' into warningsTycho2014-03-121-3/+0
|\
| * Merge branch 'master' into WerrorTycho2014-03-121-3/+0
| |\
| | * Unified Vector classesandrew2014-03-111-3/+0
* | | Fixed a load of format string errorsTycho2014-03-111-1/+1
|/ /
* / Removed Some unnessicary macrosTycho2014-03-101-13/+0
|/
* Merge pull request #731 from mc-server/ballisticmissilesTiger Wang2014-03-091-29/+19
|\
| * != FACE_NONETiger Wang2014-03-091-1/+1
| * Merge branch 'master' into ballisticmissilesTiger Wang2014-03-091-9/+28
| |\
| * | Fixed data length issuesTiger Wang2014-03-091-1/+1
| * | CheckBlockInteractionsRate() fixed & enabledTiger Wang2014-03-091-29/+19
* | | Merge pull request #777 from jfhumann/issue317Mattes D2014-03-091-28/+30
|\ \ \
| * | | Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting.Jan-Fabian Humann2014-03-081-28/+30
* | | | Merge pull request #775 from worktycho/warningsMattes D2014-03-091-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed issues with int vs size_t and a few other warningsTycho2014-03-081-2/+2
| |/ /
* / / Slight plugin messaging changesTiger Wang2014-03-091-0/+13
|/ /
* | Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner2014-03-051-4/+10
* | cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-3/+3
* | Merge pull request #738 from xdot/masterMattes D2014-03-021-1/+1
|\ \
| * | g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
| |/
* | Use switch in GetStepSoundHowaner2014-02-281-1/+1
* | Fix Double Slabs, fix Slab Meta and add more things to burnableHowaner2014-02-281-1/+1
|/
* Merge pull request #669 from xdot/masterTiger Wang2014-02-241-0/+27
|\
| * Manual merge (Fixed conflicts)andrew2014-02-201-9/+34
| |\
| * | Map decorators; Map clientsandrew2014-02-181-13/+9
| * | Map item handler; Fixed several bugsandrew2014-02-171-2/+0
| * | cMap::UpdateRadiusandrew2014-02-151-0/+2
| * | Send map when selectedandrew2014-02-141-0/+13
| * | Implementation of in-game mapsandrew2014-02-131-0/+18
* | | Use the ItemCategorie::IsSword() Method.Howaner2014-02-231-1/+1
* | | No Sword Block Destroying in Creative ModeHowaner2014-02-231-0/+10
* | | cClientHandle manages the client-registered plugin channels.madmaxoft2014-02-201-10/+77
| |/ |/|
* | Implemented paintings, fixes #689Tiger Wang2014-02-181-0/+8
* | Links sent via chat messages are clickable.madmaxoft2014-02-161-8/+14
* | Add Locale to ClientHandleHowaner2014-02-161-0/+1
* | Implemented cCompositeChat.madmaxoft2014-02-151-1/+11
|/
* Merge branch 'master' into playerimprovementsTiger Wang2014-02-091-5/+5
|\
| * Improved Type safety of eBlockFaceTycho2014-02-041-5/+5
* | Added sender name to PM if prefixes disabledTiger Wang2014-02-071-1/+1
* | Improved chat messaging functionsTiger Wang2014-02-071-6/+108
* | Server internally uses new functionsTiger Wang2014-02-061-8/+6
* | Reduced max explosions per tickTiger Wang2014-02-051-1/+1
* | Fixed explosions bugTiger Wang2014-02-051-20/+10
* | Fixed a crash bugTiger Wang2014-02-031-8/+2
* | Server now handles join messages alsoTiger Wang2014-02-031-9/+11
|/
* Changed Signiture of OnDiggingTycho2014-02-011-3/+3
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-3/+4
* Changed pointers to referencesTycho2014-02-011-4/+3
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-1/+2
* Merge branch 'master' into GeneratingBenchmark2Tycho2014-01-261-27/+12
|\
| * Merge pull request #587 from mc-server/mobimprovementsMattes D2014-01-251-1/+1
| |\
| | * Two minor changesTiger Wang2014-01-251-1/+1
| * | Fixed a possible deadlock on client disconnect.madmaxoft2014-01-241-9/+0
| |/
| * Merge remote-tracking branch 'MikeHunsinger/master'madmaxoft2014-01-241-2/+3
| |\
| | * Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-231-2/+3
| * | Command block fixes 2andrew2014-01-231-16/+9
* | | Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-1/+4
* | | First attempt at Implementing InterfacesTycho2014-01-251-1/+1
|/ /
* | Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-211-8/+22
|\|
| * Merge pull request #565 from mc-server/commandblockfixesMattes D2014-01-191-3/+21
| |\
| | * Removed unneeded paramtersTiger Wang2014-01-191-2/+2
| | * Changed SendBlockEntity format slightlyTiger Wang2014-01-191-3/+6
| | * Implemented MC|Brand responseTiger Wang2014-01-191-3/+9
| | * Improved command blocksTiger Wang2014-01-191-0/+9
| * | Rewritten SocketThreads for proper shutdown scenario.madmaxoft2014-01-191-5/+1
| |/
* | Scoreboard SendTo()andrew2014-01-211-0/+3
* | Scoreboard protocol supportandrew2014-01-211-0/+30
|/
* Command block fixesandrew2014-01-181-5/+12
* Parse the MC|AdvCdm plugin messageandrew2014-01-181-0/+64
* Removed obsoleted functionsTiger Wang2014-01-161-2/+2
* Implemented Ctrl-Q drop stackTiger Wang2014-01-151-0/+11
* Added cClientHandle::SendPluginMessage().madmaxoft2014-01-091-0/+9
* Plugin messages are received and handed to plugins.madmaxoft2014-01-071-0/+9
* fixed ClientHandle warningsTycho Bickerstaff2013-12-311-0/+1
* Implented BroadcastParticleEffectSTRWarrior2013-12-221-0/+9
* Fixed the rest of constructor reorders.madmaxoft2013-12-201-21/+20
* Merge pull request #450 from mc-server/redstonefixesMattes D2013-12-191-4/+26
|\
| * Fixed PlayerAbilities and creativeTiger Wang2013-12-191-3/+3
| * Fixed 1.7 arm swing animationTiger Wang2013-12-191-1/+23
* | Disconnection message no longer shown if pingTiger Wang2013-12-181-5/+8
* | The "<>" of a player name is now colouredTiger Wang2013-12-181-1/+1
* | Fixed 1.7 player disconnection not calling hookTiger Wang2013-12-181-4/+14
|/
* Renamed back EntityAnimation to PlayerAnimationTiger Wang2013-12-181-1/+1
* Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-161-6/+43
* Fixed multiple player spawn broadcasts.madmaxoft2013-12-161-3/+0
* Merge pull request #437 from mc-server/ShootTo_functionSTRWarrior2013-12-151-2/+0
|\
| * This adds a function that allows you to 'shoot' a player towards a direction.STRWarrior2013-12-151-2/+0
* | Fixed calling OnPlayerJoined() in the wrong place.madmaxoft2013-12-151-6/+1
|/
* Moved reading flags to the protocol.STRWarrior2013-12-151-17/+3
* Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-151-0/+33
* Forgot to commit the ClientHandle.STRWarrior2013-12-141-0/+18
* Unknown packet type extended to 32 bits.madmaxoft2013-12-121-3/+3
* Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeaturesTiger Wang2013-12-081-1/+1
|\
| * Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
* | Fixed trapdoors not togglingTiger Wang2013-12-071-1/+1
* | Renamed animation functionTiger Wang2013-12-071-7/+7
* | Fixed bed leave animationTiger Wang2013-12-061-1/+1
* | Updated comments for slabsTiger Wang2013-12-061-5/+6
|/
* Switched to using provided ReadItem function.Samuel Barney2013-12-021-0/+9
* Properly fixed snow height, fixes #98 and #264Tiger Wang2013-11-301-9/+14
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+9
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+12
* Moved source to srcAlexander Harkness2013-11-241-0/+2198