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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Flint and Steel, reverted Minecart change, renamed a parameter name
jfhumann
2014-04-19
1
-2
/
+2
*
Merge remote-tracking branch 'origin/master' into fixes
jfhumann
2014-04-18
1
-19
/
+15
|
\
|
*
Merge pull request #891 from mc-server/fixes
Mattes D
2014-04-17
1
-1
/
+1
|
|
\
|
|
*
Entities handle chunks properly again
Tiger Wang
2014-04-12
1
-1
/
+1
|
*
|
Added new AI rules
Tiger Wang
2014-04-17
1
-18
/
+14
|
|
/
*
/
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
2014-04-18
1
-4
/
+5
|
/
*
Added cPlayer:SendRotation() API function.
madmaxoft
2014-04-05
1
-0
/
+11
*
Fixed #721 and FS439
Tiger Wang
2014-03-29
1
-0
/
+1
*
Plugins can set flying speed.
madmaxoft
2014-03-20
1
-3
/
+30
*
Rewritten player speeds to be relative unit-less.
madmaxoft
2014-03-20
1
-2
/
+2
*
Unified Vector classes
andrew
2014-03-11
1
-0
/
+1
*
Merge branch 'master' into ballisticmissiles
Tiger Wang
2014-03-09
1
-29
/
+17
|
\
|
*
g_BlockXXX => cBlockInfo::XXX
andrew
2014-03-01
1
-1
/
+1
|
*
Shortened enums
andrew
2014-03-01
1
-2
/
+2
|
*
Exported and documented cScoreboard
andrew
2014-03-01
1
-18
/
+3
|
*
Moved common cGroupManager code to a separate function.
madmaxoft
2014-02-28
1
-7
/
+11
|
*
Merge pull request #709 from Howaner/GlobalFixes
Mattes D
2014-02-28
1
-7
/
+6
|
|
\
|
|
*
Remove users.ini generation in Player.cpp and use the CheckUsers() Function
Howaner
2014-02-21
1
-6
/
+1
|
|
*
Add 'Group not found', when the Server load the users.ini and add auto generate from users.ini
Howaner
2014-02-21
1
-1
/
+5
*
|
|
CheckBlockInteractionsRate() fixed & enabled
Tiger Wang
2014-03-09
1
-25
/
+0
*
|
|
Removed unneeded includes in Player.cpp
Tiger Wang
2014-02-27
1
-7
/
+0
|
/
/
*
|
Manual merge (Fixed conflicts)
andrew
2014-02-20
1
-2
/
+15
|
\
|
|
*
Fixed minor formatting issues from #682
Tiger Wang
2014-02-16
1
-10
/
+1
|
*
Add Exp Bottle Effects
Howaner
2014-02-16
1
-0
/
+9
|
*
Disable Hunger Death
Howaner
2014-02-16
1
-1
/
+7
|
*
Merge pull request #679 from mc-server/NotchDeath
Alexander Harkness
2014-02-15
1
-0
/
+6
|
|
\
|
|
*
If a player is called "Notch" he drops an apple. http://minecraft.gamepedia.com/Notch
STRWarrior
2014-02-15
1
-0
/
+6
|
*
|
Made player jump reset less ambiguous
Tiger Wang
2014-02-12
1
-1
/
+2
|
*
|
Fixed #627
Tiger Wang
2014-02-11
1
-2
/
+2
|
|
/
*
/
Map item handler; Fixed several bugs
andrew
2014-02-17
1
-0
/
+3
|
/
*
Merge remote-tracking branch 'origin/master' into playerimprovements
Tiger Wang
2014-02-09
1
-13
/
+0
|
\
|
*
Removed deprecated HasCommand function
STRWarrior
2014-02-05
1
-13
/
+0
*
|
Improved chat messaging functions
Tiger Wang
2014-02-07
1
-10
/
+0
*
|
Server internally uses new functions
Tiger Wang
2014-02-06
1
-6
/
+4
*
|
Fixed annoying creative on fire bug
Tiger Wang
2014-02-05
1
-0
/
+17
*
|
Fixed a crash bug
Tiger Wang
2014-02-03
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/master' into playerimprovements
Tiger Wang
2014-02-03
1
-2
/
+2
|
\
|
|
*
Merge pull request #602 from mc-server/improvementsandfixes
Mattes D
2014-02-03
1
-2
/
+2
|
|
\
|
|
*
Creative players take Plugin damage
Tiger Wang
2014-02-02
1
-2
/
+2
*
|
|
Server now handles join messages also
Tiger Wang
2014-02-03
1
-1
/
+7
|
/
/
*
|
Merge pull request #585 from daniel0916/hooks
Mattes D
2014-02-01
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Removed "player destroying" hook
daniel0916
2014-02-01
1
-3
/
+1
|
*
Added "player destroying" and "player destroyed" hooks
daniel0916
2014-01-25
1
-0
/
+4
*
|
Two minor changes
Tiger Wang
2014-01-25
1
-5
/
+3
*
|
Implemented fall damage for mobs
Tiger Wang
2014-01-25
1
-4
/
+2
*
|
All mobs now drown (fixes #54)
Tiger Wang
2014-01-25
1
-103
/
+14
*
|
Merge remote-tracking branch 'MikeHunsinger/master'
madmaxoft
2014-01-24
1
-42
/
+51
|
\
\
|
*
|
Fixed indentation once and for all.
Mike Hunsinger
2014-01-24
1
-31
/
+31
|
*
|
Fixed indentation and doxygen comments... For real this time.
Mike Hunsinger
2014-01-24
1
-3
/
+3
|
*
|
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
-49
/
+58
|
|
/
*
|
Fixed compilation on VC2008
tonibm19
2014-01-22
1
-0
/
+1
*
|
Scoreboard protocol support
andrew
2014-01-21
1
-6
/
+11
*
|
Scoreboard deserialization
andrew
2014-01-20
1
-1
/
+21
*
|
Scoreboard improvements
andrew
2014-01-19
1
-4
/
+4
*
|
Basic scoreboard implementation
andrew
2014-01-19
1
-0
/
+52
|
/
*
Removed internal cEntity::GetRot() usage.
madmaxoft
2014-01-17
1
-2
/
+2
*
Removed obsoleted functions
Tiger Wang
2014-01-16
1
-3
/
+3
*
Implemented Ctrl-Q drop stack
Tiger Wang
2014-01-15
1
-3
/
+8
*
Yes newline at end of file :D
Tiger Wang
2014-01-14
1
-1
/
+5
*
Detaching improvements
Tiger Wang
2014-01-13
1
-0
/
+26
*
Fixed a cPlayer::IsGameModeAdventure. It was determined based off of gmCreate rather than gmAdventure.
Morgan Redshaw
2013-12-31
1
-2
/
+2
*
Server now handles death messages
Tiger Wang
2013-12-26
1
-0
/
+16
*
Merge pull request #461 from mc-server/repeaters
Mattes D
2013-12-26
1
-3
/
+20
|
\
|
*
Braced up some code
Tiger Wang
2013-12-25
1
-0
/
+2
|
*
Used IsGamemodeCreative() function
Tiger Wang
2013-12-25
1
-1
/
+1
|
*
Fixed comments in main.cpp and Player.cpp
Tiger Wang
2013-12-24
1
-1
/
+1
|
*
Improved player fall particle positions
Tiger Wang
2013-12-23
1
-5
/
+2
|
*
Clarified some code in Player.cpp
Tiger Wang
2013-12-23
1
-2
/
+5
|
*
Implemented fall particles
Tiger Wang
2013-12-22
1
-3
/
+18
*
|
finally removed them all?
Alexander Harkness
2013-12-24
1
-1
/
+1
*
|
Floater now dissapears when the player doesn't have an fishing rod equipped.
STRWarrior
2013-12-21
1
-0
/
+29
|
/
*
Sorted a few constructors to remove warnings.
madmaxoft
2013-12-20
1
-21
/
+22
*
Merge pull request #450 from mc-server/redstonefixes
Mattes D
2013-12-19
1
-0
/
+18
|
\
|
*
Fixed PlayerAbilities and creative
Tiger Wang
2013-12-19
1
-0
/
+18
*
|
Implented IsFishing, SetIsFishing and GetFloaterID().
STRWarrior
2013-12-19
1
-0
/
+2
|
/
*
Fixed cClientHandle::Tick() being called from two threads.
madmaxoft
2013-12-16
1
-22
/
+0
*
Server saves if a player is flying.
STRWarrior
2013-12-15
1
-1
/
+3
*
Renamed ShootTo function to ForceSetSpeed.
STRWarrior
2013-12-15
1
-1
/
+1
*
This adds a function that allows you to 'shoot' a player towards a direction.
STRWarrior
2013-12-15
1
-0
/
+10
*
Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function
STRWarrior
2013-12-15
1
-0
/
+32
*
cPlayer is using the broadcast functions.
STRWarrior
2013-12-15
1
-3
/
+3
*
Added E_EFFECT_<Effect>
STRWarrior
2013-12-14
1
-3
/
+3
*
Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.
STRWarrior
2013-12-14
1
-1
/
+9
*
Improved player permissions logging
Tiger Wang
2013-12-14
1
-1
/
+1
*
Fixes to redstone wire and torches
Tiger Wang
2013-12-14
1
-1
/
+1
*
Groups.ini and Users.ini are now generated
Tiger Wang
2013-12-14
1
-1
/
+6
*
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
*
|
Renamed animation function
Tiger Wang
2013-12-07
1
-3
/
+3
*
|
Puking now uses GetEyeHeight()
Tiger Wang
2013-12-06
1
-1
/
+1
*
|
Fixed eating using wrong animation
Tiger Wang
2013-12-06
1
-1
/
+1
*
|
Tools make a sound when breaking, fixes #266
Tiger Wang
2013-12-06
1
-1
/
+4
|
/
*
Fixed VC2008 compilation, normalized include paths.
madmaxoft
2013-11-27
1
-1
/
+1
*
Fixed some of tiger's derpyness.
Alexander Harkness
2013-11-27
1
-2
/
+2
*
Hopefully fixed last of the Linux compile errors
Tiger Wang
2013-11-26
1
-1
/
+1
*
Attempt to fix compilation
Tiger Wang
2013-11-24
1
-2
/
+2
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-28
/
+78
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+1715