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
/
Entities
/
Player.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented bed homes
Tiger Wang
2014-06-01
1
-3
/
+12
*
Implemented end and nether portals
Tiger Wang
2014-05-31
1
-1
/
+1
*
Cleaned up cPlayer::UpdateMovementStats; Wither achievements
andrew
2014-05-20
1
-0
/
+3
*
Fixes
andrew
2014-05-13
1
-6
/
+3
*
Movement Statistics
andrew
2014-05-12
1
-0
/
+6
*
cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()
andrew
2014-05-12
1
-0
/
+11
*
Statistic Manager
andrew
2014-05-11
1
-0
/
+7
*
Merge branch 'master' into fixes.
madmaxoft
2014-05-02
1
-1
/
+1
|
\
|
*
Add entity invulnerable
Howaner
2014-04-26
1
-1
/
+1
*
|
Merge branch 'master' into fixes
Tiger Wang
2014-04-24
1
-1
/
+1
|
\
|
|
*
Fixed Flint and Steel, reverted Minecart change, renamed a parameter name
jfhumann
2014-04-19
1
-1
/
+1
|
*
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-1
/
+1
*
|
Some change to Entity.cpp
Tiger Wang
2014-04-23
1
-3
/
+0
|
/
*
Added cPlayer:SendRotation() API function.
madmaxoft
2014-04-05
1
-0
/
+6
*
Plugins can set flying speed.
madmaxoft
2014-03-20
1
-72
/
+88
*
Rewritten player speeds to be relative unit-less.
madmaxoft
2014-03-20
1
-5
/
+9
*
Merge pull request #782 from mc-server/beds
Mattes D
2014-03-16
1
-3
/
+14
|
\
|
*
Beds now work properly fixes #707
Tiger Wang
2014-03-09
1
-3
/
+14
*
|
CheckBlockInteractionsRate() fixed & enabled
Tiger Wang
2014-03-09
1
-10
/
+1
|
/
*
Links sent via chat messages are clickable.
madmaxoft
2014-02-16
1
-1
/
+2
*
Fixed minor formatting issues from #682
Tiger Wang
2014-02-16
1
-2
/
+0
*
Add Exp Bottle Effects
Howaner
2014-02-16
1
-0
/
+2
*
Implemented cCompositeChat.
madmaxoft
2014-02-15
1
-0
/
+1
*
Merge remote-tracking branch 'origin/master' into playerimprovements
Tiger Wang
2014-02-09
1
-1
/
+0
|
\
|
*
Removed deprecated HasCommand function
STRWarrior
2014-02-05
1
-1
/
+0
*
|
Improved chat messaging functions
Tiger Wang
2014-02-07
1
-7
/
+8
*
|
Added more chat functions
Tiger Wang
2014-02-06
1
-1
/
+0
*
|
Fixed annoying creative on fire bug
Tiger Wang
2014-02-05
1
-0
/
+3
*
|
Added more SendMessageXXX() functions
Tiger Wang
2014-02-04
1
-0
/
+4
*
|
Added SendMessageXXX() to cPlayer
Tiger Wang
2014-02-03
1
-0
/
+3
|
/
*
Implemented fall damage for mobs
Tiger Wang
2014-01-25
1
-1
/
+1
*
All mobs now drown (fixes #54)
Tiger Wang
2014-01-25
1
-22
/
+0
*
Merge remote-tracking branch 'MikeHunsinger/master'
madmaxoft
2014-01-24
1
-1
/
+8
|
\
|
*
Fixed spacing and doxycomments.
Mike Hunsinger
2014-01-24
1
-3
/
+3
|
*
Split TossItem into three Toss functions (Held, Equipped and Pickup)
Mike Hunsinger
2014-01-23
1
-1
/
+8
*
|
Scoreboard deserialization
andrew
2014-01-20
1
-2
/
+5
*
|
Basic scoreboard implementation
andrew
2014-01-19
1
-1
/
+10
|
/
*
Detaching improvements
Tiger Wang
2014-01-13
1
-0
/
+2
*
converted commneted paramater names to the unused macro
Tycho Bickerstaff
2013-12-22
1
-1
/
+1
*
Merge branch 'master' of github.com:mc-server/MCServer
Tycho Bickerstaff
2013-12-22
1
-0
/
+3
|
\
|
*
Floater now dissapears when the player doesn't have an fishing rod equipped.
STRWarrior
2013-12-21
1
-0
/
+3
*
|
Root is now warnings clean
Tycho Bickerstaff
2013-12-21
1
-2
/
+2
|
/
*
Sorted a few constructors to remove warnings.
madmaxoft
2013-12-20
1
-3
/
+6
*
Implented IsFishing, SetIsFishing and GetFloaterID().
STRWarrior
2013-12-19
1
-0
/
+10
*
Fixed cClientHandle::Tick() being called from two threads.
madmaxoft
2013-12-16
1
-2
/
+0
*
Renamed ShootTo function to ForceSetSpeed.
STRWarrior
2013-12-15
1
-2
/
+2
*
This adds a function that allows you to 'shoot' a player towards a direction.
STRWarrior
2013-12-15
1
-0
/
+3
*
Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function
STRWarrior
2013-12-15
1
-1
/
+13
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-17
/
+26
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+447