summaryrefslogtreecommitdiffstats
path: root/src/Entities/Player.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Detaching improvementsTiger Wang2014-01-131-0/+26
* Fixed a cPlayer::IsGameModeAdventure. It was determined based off of gmCreate rather than gmAdventure.Morgan Redshaw2013-12-311-2/+2
* Server now handles death messagesTiger Wang2013-12-261-0/+16
* Merge pull request #461 from mc-server/repeatersMattes D2013-12-261-3/+20
|\
| * Braced up some codeTiger Wang2013-12-251-0/+2
| * Used IsGamemodeCreative() functionTiger Wang2013-12-251-1/+1
| * Fixed comments in main.cpp and Player.cppTiger Wang2013-12-241-1/+1
| * Improved player fall particle positionsTiger Wang2013-12-231-5/+2
| * Clarified some code in Player.cppTiger Wang2013-12-231-2/+5
| * Implemented fall particlesTiger Wang2013-12-221-3/+18
* | finally removed them all?Alexander Harkness2013-12-241-1/+1
* | Floater now dissapears when the player doesn't have an fishing rod equipped.STRWarrior2013-12-211-0/+29
|/
* Sorted a few constructors to remove warnings.madmaxoft2013-12-201-21/+22
* Merge pull request #450 from mc-server/redstonefixesMattes D2013-12-191-0/+18
|\
| * Fixed PlayerAbilities and creativeTiger Wang2013-12-191-0/+18
* | Implented IsFishing, SetIsFishing and GetFloaterID().STRWarrior2013-12-191-0/+2
|/
* Fixed cClientHandle::Tick() being called from two threads.madmaxoft2013-12-161-22/+0
* Server saves if a player is flying.STRWarrior2013-12-151-1/+3
* Renamed ShootTo function to ForceSetSpeed.STRWarrior2013-12-151-1/+1
* This adds a function that allows you to 'shoot' a player towards a direction.STRWarrior2013-12-151-0/+10
* Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() functionSTRWarrior2013-12-151-0/+32
* cPlayer is using the broadcast functions.STRWarrior2013-12-151-3/+3
* Added E_EFFECT_<Effect>STRWarrior2013-12-141-3/+3
* Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.STRWarrior2013-12-141-1/+9
* Improved player permissions loggingTiger Wang2013-12-141-1/+1
* Fixes to redstone wire and torchesTiger Wang2013-12-141-1/+1
* Groups.ini and Users.ini are now generatedTiger Wang2013-12-141-1/+6
* 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
* | Renamed animation functionTiger Wang2013-12-071-3/+3
* | Puking now uses GetEyeHeight()Tiger Wang2013-12-061-1/+1
* | Fixed eating using wrong animationTiger Wang2013-12-061-1/+1
* | Tools make a sound when breaking, fixes #266Tiger Wang2013-12-061-1/+4
|/
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-1/+1
* Fixed some of tiger's derpyness.Alexander Harkness2013-11-271-2/+2
* Hopefully fixed last of the Linux compile errorsTiger Wang2013-11-261-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-2/+2
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-28/+78
* Moved source to srcAlexander Harkness2013-11-241-0/+1715