summaryrefslogtreecommitdiffstats
path: root/src/Entities/Player.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Preparation for player UUID-based storage: LoadFromFile()madmaxoft2014-07-111-0/+9
* Merge pull request #1138 from mc-server/enderchestMattes D2014-07-021-2/+9
|\
| * Properly implemented enderchestsTiger Wang2014-06-291-2/+9
* | Fixed player teleport food drainTiger Wang2014-07-021-0/+5
|/
* Add bow charging animationHowaner2014-06-161-1/+1
* Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-161-2/+9
* Added queue for adding entities to cWorld.Mattes D2014-06-081-0/+2
* Cleaned up cPlayer::UpdateMovementStats; Wither achievementsandrew2014-05-201-0/+3
* Fixesandrew2014-05-131-6/+3
* Movement Statisticsandrew2014-05-121-0/+6
* cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()andrew2014-05-121-0/+11
* Statistic Managerandrew2014-05-111-0/+7
* Merge branch 'master' into fixes.madmaxoft2014-05-021-1/+1
|\
| * Add entity invulnerableHowaner2014-04-261-1/+1
* | Merge branch 'master' into fixesTiger Wang2014-04-241-1/+1
|\|
| * Fixed Flint and Steel, reverted Minecart change, renamed a parameter namejfhumann2014-04-191-1/+1
| * Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+1
* | Some change to Entity.cppTiger Wang2014-04-231-3/+0
|/
* Added cPlayer:SendRotation() API function.madmaxoft2014-04-051-0/+6
* Plugins can set flying speed.madmaxoft2014-03-201-72/+88
* Rewritten player speeds to be relative unit-less.madmaxoft2014-03-201-5/+9
* Merge pull request #782 from mc-server/bedsMattes D2014-03-161-3/+14
|\
| * Beds now work properly fixes #707Tiger Wang2014-03-091-3/+14
* | CheckBlockInteractionsRate() fixed & enabledTiger Wang2014-03-091-10/+1
|/
* Links sent via chat messages are clickable.madmaxoft2014-02-161-1/+2
* Fixed minor formatting issues from #682Tiger Wang2014-02-161-2/+0
* Add Exp Bottle EffectsHowaner2014-02-161-0/+2
* Implemented cCompositeChat.madmaxoft2014-02-151-0/+1
* Merge remote-tracking branch 'origin/master' into playerimprovementsTiger Wang2014-02-091-1/+0
|\
| * Removed deprecated HasCommand functionSTRWarrior2014-02-051-1/+0
* | Improved chat messaging functionsTiger Wang2014-02-071-7/+8
* | Added more chat functionsTiger Wang2014-02-061-1/+0
* | Fixed annoying creative on fire bugTiger Wang2014-02-051-0/+3
* | Added more SendMessageXXX() functionsTiger Wang2014-02-041-0/+4
* | Added SendMessageXXX() to cPlayerTiger Wang2014-02-031-0/+3
|/
* Implemented fall damage for mobsTiger Wang2014-01-251-1/+1
* All mobs now drown (fixes #54)Tiger Wang2014-01-251-22/+0
* Merge remote-tracking branch 'MikeHunsinger/master'madmaxoft2014-01-241-1/+8
|\
| * Fixed spacing and doxycomments.Mike Hunsinger2014-01-241-3/+3
| * Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-231-1/+8
* | Scoreboard deserializationandrew2014-01-201-2/+5
* | Basic scoreboard implementationandrew2014-01-191-1/+10
|/
* Detaching improvementsTiger Wang2014-01-131-0/+2
* converted commneted paramater names to the unused macroTycho Bickerstaff2013-12-221-1/+1
* Merge branch 'master' of github.com:mc-server/MCServerTycho Bickerstaff2013-12-221-0/+3
|\
| * Floater now dissapears when the player doesn't have an fishing rod equipped.STRWarrior2013-12-211-0/+3
* | Root is now warnings cleanTycho Bickerstaff2013-12-211-2/+2
|/
* Sorted a few constructors to remove warnings.madmaxoft2013-12-201-3/+6
* Implented IsFishing, SetIsFishing and GetFloaterID().STRWarrior2013-12-191-0/+10
* Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-161-2/+0
* Renamed ShootTo function to ForceSetSpeed.STRWarrior2013-12-151-2/+2
* This adds a function that allows you to 'shoot' a player towards a direction.STRWarrior2013-12-151-0/+3
* Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-151-1/+13
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-17/+26
* Moved source to srcAlexander Harkness2013-11-241-0/+447