index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ClientHandle.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #777 from jfhumann/issue317
Mattes D
2014-03-09
1
-28
/
+30
|
\
|
*
Split cClientHandle::HandleEntityAction() into three seperate functions HandleEntityCrouch, HandleEntityLeaveBed and HandleEntitySprinting.
Jan-Fabian Humann
2014-03-08
1
-28
/
+30
*
|
Merge pull request #775 from worktycho/warnings
Mattes D
2014-03-09
1
-2
/
+2
|
\
\
|
*
|
Fixed issues with int vs size_t and a few other warnings
Tycho
2014-03-08
1
-2
/
+2
|
|
/
*
/
Slight plugin messaging changes
Tiger Wang
2014-03-09
1
-0
/
+13
|
/
*
Add data backsending, when the Client interacts a Block and the Interact is cancelled.
Howaner
2014-03-05
1
-4
/
+10
*
cBlockInfo now manages the respective cBlockHandler
andrew
2014-03-02
1
-3
/
+3
*
Merge pull request #738 from xdot/master
Mattes D
2014-03-02
1
-1
/
+1
|
\
|
*
g_BlockXXX => cBlockInfo::XXX
andrew
2014-03-01
1
-1
/
+1
*
|
Use switch in GetStepSound
Howaner
2014-02-28
1
-1
/
+1
*
|
Fix Double Slabs, fix Slab Meta and add more things to burnable
Howaner
2014-02-28
1
-1
/
+1
|
/
*
Merge pull request #669 from xdot/master
Tiger Wang
2014-02-24
1
-0
/
+27
|
\
|
*
Manual merge (Fixed conflicts)
andrew
2014-02-20
1
-9
/
+34
|
|
\
|
*
|
Map decorators; Map clients
andrew
2014-02-18
1
-13
/
+9
|
*
|
Map item handler; Fixed several bugs
andrew
2014-02-17
1
-2
/
+0
|
*
|
cMap::UpdateRadius
andrew
2014-02-15
1
-0
/
+2
|
*
|
Send map when selected
andrew
2014-02-14
1
-0
/
+13
|
*
|
Implementation of in-game maps
andrew
2014-02-13
1
-0
/
+18
*
|
|
Use the ItemCategorie::IsSword() Method.
Howaner
2014-02-23
1
-1
/
+1
*
|
|
No Sword Block Destroying in Creative Mode
Howaner
2014-02-23
1
-0
/
+10
*
|
|
cClientHandle manages the client-registered plugin channels.
madmaxoft
2014-02-20
1
-10
/
+77
|
|
/
|
/
|
*
|
Implemented paintings, fixes #689
Tiger Wang
2014-02-18
1
-0
/
+8
*
|
Links sent via chat messages are clickable.
madmaxoft
2014-02-16
1
-8
/
+14
*
|
Add Locale to ClientHandle
Howaner
2014-02-16
1
-0
/
+1
*
|
Implemented cCompositeChat.
madmaxoft
2014-02-15
1
-1
/
+11
|
/
*
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
*
|
Added sender name to PM if prefixes disabled
Tiger Wang
2014-02-07
1
-1
/
+1
*
|
Improved chat messaging functions
Tiger Wang
2014-02-07
1
-6
/
+108
*
|
Server internally uses new functions
Tiger Wang
2014-02-06
1
-8
/
+6
*
|
Reduced max explosions per tick
Tiger Wang
2014-02-05
1
-1
/
+1
*
|
Fixed explosions bug
Tiger Wang
2014-02-05
1
-20
/
+10
*
|
Fixed a crash bug
Tiger Wang
2014-02-03
1
-8
/
+2
*
|
Server now handles join messages also
Tiger Wang
2014-02-03
1
-9
/
+11
|
/
*
Changed Signiture of OnDigging
Tycho
2014-02-01
1
-3
/
+3
*
Changed Signiture of OnDestroyedByPlayer
Tycho
2014-02-01
1
-3
/
+4
*
Changed pointers to references
Tycho
2014-02-01
1
-4
/
+3
*
Changed signitures of Several BLockHandler Methods
Tycho
2014-02-01
1
-1
/
+2
*
Merge branch 'master' into GeneratingBenchmark2
Tycho
2014-01-26
1
-27
/
+12
|
\
|
*
Merge pull request #587 from mc-server/mobimprovements
Mattes D
2014-01-25
1
-1
/
+1
|
|
\
|
|
*
Two minor changes
Tiger Wang
2014-01-25
1
-1
/
+1
|
*
|
Fixed a possible deadlock on client disconnect.
madmaxoft
2014-01-24
1
-9
/
+0
|
|
/
|
*
Merge remote-tracking branch 'MikeHunsinger/master'
madmaxoft
2014-01-24
1
-2
/
+3
|
|
\
|
|
*
Split TossItem into three Toss functions (Held, Equipped and Pickup)
Mike Hunsinger
2014-01-23
1
-2
/
+3
|
*
|
Command block fixes 2
andrew
2014-01-23
1
-16
/
+9
*
|
|
Refactored cBlockHandler::OnUse and dependents
Tycho
2014-01-26
1
-1
/
+4
*
|
|
First attempt at Implementing Interfaces
Tycho
2014-01-25
1
-1
/
+1
|
/
/
*
|
Merge branch 'master' of https://github.com/mc-server/MCServer
andrew
2014-01-21
1
-8
/
+22
|
\
|
|
*
Merge pull request #565 from mc-server/commandblockfixes
Mattes D
2014-01-19
1
-3
/
+21
|
|
\
|
|
*
Removed unneeded paramters
Tiger Wang
2014-01-19
1
-2
/
+2
|
|
*
Changed SendBlockEntity format slightly
Tiger Wang
2014-01-19
1
-3
/
+6
|
|
*
Implemented MC|Brand response
Tiger Wang
2014-01-19
1
-3
/
+9
|
|
*
Improved command blocks
Tiger Wang
2014-01-19
1
-0
/
+9
|
*
|
Rewritten SocketThreads for proper shutdown scenario.
madmaxoft
2014-01-19
1
-5
/
+1
|
|
/
*
|
Scoreboard SendTo()
andrew
2014-01-21
1
-0
/
+3
*
|
Scoreboard protocol support
andrew
2014-01-21
1
-0
/
+30
|
/
*
Command block fixes
andrew
2014-01-18
1
-5
/
+12
*
Parse the MC|AdvCdm plugin message
andrew
2014-01-18
1
-0
/
+64
*
Removed obsoleted functions
Tiger Wang
2014-01-16
1
-2
/
+2
*
Implemented Ctrl-Q drop stack
Tiger Wang
2014-01-15
1
-0
/
+11
*
Added cClientHandle::SendPluginMessage().
madmaxoft
2014-01-09
1
-0
/
+9
*
Plugin messages are received and handed to plugins.
madmaxoft
2014-01-07
1
-0
/
+9
*
fixed ClientHandle warnings
Tycho Bickerstaff
2013-12-31
1
-0
/
+1
*
Implented BroadcastParticleEffect
STRWarrior
2013-12-22
1
-0
/
+9
*
Fixed the rest of constructor reorders.
madmaxoft
2013-12-20
1
-21
/
+20
*
Merge pull request #450 from mc-server/redstonefixes
Mattes D
2013-12-19
1
-4
/
+26
|
\
|
*
Fixed PlayerAbilities and creative
Tiger Wang
2013-12-19
1
-3
/
+3
|
*
Fixed 1.7 arm swing animation
Tiger Wang
2013-12-19
1
-1
/
+23
*
|
Disconnection message no longer shown if ping
Tiger Wang
2013-12-18
1
-5
/
+8
*
|
The "<>" of a player name is now coloured
Tiger Wang
2013-12-18
1
-1
/
+1
*
|
Fixed 1.7 player disconnection not calling hook
Tiger Wang
2013-12-18
1
-4
/
+14
|
/
*
Renamed back EntityAnimation to PlayerAnimation
Tiger Wang
2013-12-18
1
-1
/
+1
*
Fixed cClientHandle::Tick() being called from two threads.
madmaxoft
2013-12-16
1
-6
/
+43
*
Fixed multiple player spawn broadcasts.
madmaxoft
2013-12-16
1
-3
/
+0
*
Merge pull request #437 from mc-server/ShootTo_function
STRWarrior
2013-12-15
1
-2
/
+0
|
\
|
*
This adds a function that allows you to 'shoot' a player towards a direction.
STRWarrior
2013-12-15
1
-2
/
+0
*
|
Fixed calling OnPlayerJoined() in the wrong place.
madmaxoft
2013-12-15
1
-6
/
+1
|
/
*
Moved reading flags to the protocol.
STRWarrior
2013-12-15
1
-17
/
+3
*
Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function
STRWarrior
2013-12-15
1
-0
/
+33
*
Forgot to commit the ClientHandle.
STRWarrior
2013-12-14
1
-0
/
+18
*
Unknown packet type extended to 32 bits.
madmaxoft
2013-12-12
1
-3
/
+3
*
Merge branch 'master' of https://github.com/mc-server/MCServer into fixesnfeatures
Tiger Wang
2013-12-08
1
-1
/
+1
|
\
|
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-1
/
+1
*
|
Fixed trapdoors not toggling
Tiger Wang
2013-12-07
1
-1
/
+1
*
|
Renamed animation function
Tiger Wang
2013-12-07
1
-7
/
+7
*
|
Fixed bed leave animation
Tiger Wang
2013-12-06
1
-1
/
+1
*
|
Updated comments for slabs
Tiger Wang
2013-12-06
1
-5
/
+6
|
/
*
Switched to using provided ReadItem function.
Samuel Barney
2013-12-02
1
-0
/
+9
*
Properly fixed snow height, fixes #98 and #264
Tiger Wang
2013-11-30
1
-9
/
+14
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-26
1
-0
/
+9
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-0
/
+12
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+2198