summaryrefslogtreecommitdiffstats
path: root/src/Entities/Player.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into 1.8-ProtocolHowaner2014-09-191-5/+24
|\
| * Fixed minor style issues.madmaxoft2014-09-171-2/+2
| * Implementing Spectator Modenesco2014-09-171-1/+1
| * Preparing 1.8 updatenesco2014-09-171-5/+15
| * Preparing 1.8 updatenesco2014-09-161-1/+2
| * Pre 1.8 releasenesco2014-09-161-0/+8
* | DerpHowaner2014-09-181-1/+1
* | Exported player list states to extra functions.Howaner2014-09-181-2/+2
* | Merge branch 'master' into 1.8-ProtocolHowaner2014-09-141-9/+0
|\|
| * Added extra mushroom handler.Howaner2014-09-121-7/+0
| * Merge branch 'master' into EffectsHowaner2014-09-121-1/+5
| |\
| * \ Merge branch 'master' into EffectsHowaner2014-09-021-0/+23
| |\ \
| * | | Fixed potion removing in creative mode.Howaner2014-08-301-4/+2
* | | | Added the player list to the 1.8 protocol.Howaner2014-09-091-1/+3
| |_|/ |/| |
* | | Fixed player spawning in unknown world.Mattes D2014-09-061-0/+4
* | | Fixed security: Player cannot spawn in a disabled world.Mattes D2014-09-051-1/+1
| |/ |/|
* | Merge remote-tracking branch 'Hircine/Enchantments'madmaxoft2014-09-011-0/+23
|\ \ | |/ |/|
| * Fixed styleJaume Aloy2014-08-311-0/+3
| * Protection Enchantments, some fixesJaume Aloy2014-08-211-1/+1
| * Added more enchantments and some fixesJaume Aloy2014-08-191-0/+20
* | RankMgr: Default rank is applied to players without any rank.Mattes D2014-08-241-1/+5
* | Merge remote-tracking branch 'origin/master' into RanksMattes D2014-08-221-4/+13
|\ \
| * | Player: Silenced a few type conversion warnings.Mattes D2014-08-181-2/+2
| * | Player saving creates the "players" folder, if needed.Mattes D2014-08-171-0/+1
| |/
| * Better OnPlayerMoving hook.Howaner2014-08-161-2/+10
* | Removed cGroup and cGroupManager.Mattes D2014-08-211-2/+0
* | cPlayer reads ranks from cRankManager.Mattes D2014-08-191-201/+55
|/
* Fixed tolua error with static initializationarchshift2014-08-111-0/+9
* Player.cpp: change unnamed enum to constant integersarchshift2014-08-111-1/+1
* SpacesTycho2014-08-101-1/+1
* Fixed potential crash in Player.cppTycho2014-08-101-0/+4
* Fixed swing arm animation when you ate.Howaner2014-08-101-4/+2
* Code reduction and clarity fixesarchshift2014-08-031-10/+7
* Removed unused cPlayer::FoodPoison functionarchshift2014-08-031-9/+0
* Merge pull request #1255 from mc-server/NameToUUIDMattes D2014-08-011-5/+8
|\
| * Merged branch 'master' into NameToUUID.madmaxoft2014-07-311-44/+50
| |\
| * | Fixed UUIDs handling in cPlayer.madmaxoft2014-07-311-5/+8
* | | Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects.Howaner2014-07-311-17/+36
| |/ |/|
* | Merged branch 'howaner/Options'.madmaxoft2014-07-301-6/+8
|\ \
| * | Add "Broadcasting" settings to world.iniHowaner2014-07-271-6/+8
| |/
* | Slight cleanup after portalsTiger Wang2014-07-291-1/+1
* | Merge branch 'master' into portalsTiger Wang2014-07-291-2/+2
|\ \
| * | Fix item durability.Howaner2014-07-231-2/+2
| |/
* | SuggestionsTiger Wang2014-07-231-1/+1
* | Speed improvements, crash fixes, & self-suggestionsTiger Wang2014-07-221-2/+4
* | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-64/+62
|\|
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-54/+54
| * Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-28/+28
| * Removed references to deprecated cChatColor::Colorarchshift2014-07-191-1/+1
| * Code style: Fixed braces on separate lines.madmaxoft2014-07-191-1/+2
| * Fixed clamping issuesarchshift2014-07-191-4/+1
* | SuggestionsTiger Wang2014-07-211-20/+5
* | Bug and crash fixesTiger Wang2014-07-201-18/+17
* | Fix failed merge and other issuesTiger Wang2014-07-181-32/+8
* | Merge branch 'master' into portalsTiger Wang2014-07-181-162/+274
|\|
| * Moved ChatColor.h out of defines where it was not neededarchshift2014-07-181-0/+1
| * Fixed NULL being passed instead of a double to AddEntityEffectarchshift2014-07-171-1/+1
| * Fixed tabs used for alignment.madmaxoft2014-07-171-4/+4
| * More trailing whitespace fixes.madmaxoft2014-07-171-1/+1
| * Player.cpp: Fixed compile errorarchshift2014-07-171-1/+1
| * Player.cpp: Added Wither death messagearchshift2014-07-171-0/+1
| * Basic style fixes.madmaxoft2014-07-171-5/+5
| * Normalized comments.madmaxoft2014-07-171-21/+21
| * Merge branch 'master' into potionsmadmaxoft2014-07-171-7/+28
| |\
| | * Merge pull request #1193 from mc-server/deathmessagesMattes D2014-07-171-7/+28
| | |\
| | | * Tailored death messagesTiger Wang2014-07-041-7/+28
| * | | Merge remote-tracking branch 'origin/master' into potionsmadmaxoft2014-07-171-2/+11
| |\| |
| | * | Another fix for excessive food drainTiger Wang2014-07-161-0/+9
| | * | Merge pull request #1192 from mc-server/skinuuidMattes D2014-07-161-2/+2
| | |\ \
| | | * | Player properties are now retrievedTiger Wang2014-07-141-2/+2
| * | | | Merge branch 'master' into potionsmadmaxoft2014-07-151-1/+1
| |\| | |
| | * | | Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-1/+1
| | |/ /
| * | | Merge remote-tracking branch 'origin/master' into potionsarchshift2014-07-121-72/+142
| |\| |
| | * | Simplified the player data loading.madmaxoft2014-07-111-9/+8
| | * | Player data filenames are based on UUID.madmaxoft2014-07-111-54/+111
| | * | Fixed a missing return value.madmaxoft2014-07-111-0/+2
| | * | Preparation for player UUID-based storage: LoadFromFile()madmaxoft2014-07-111-21/+33
| | |/
| * | Merge remote-tracking branch 'origin/master' into potionsarchshift2014-07-101-42/+60
| |\|
| | * Merge pull request #1138 from mc-server/enderchestMattes D2014-07-021-13/+20
| | |\
| | | * SuggestionTiger Wang2014-07-021-13/+13
| | | * Properly implemented enderchestsTiger Wang2014-06-291-0/+7
| | * | Merge remote-tracking branch 'origin/master'Tiger Wang2014-07-021-27/+25
| | |\ \
| | | * | Fixes.Howaner2014-06-301-3/+3
| | | * | Add new hook: HOOK_PLAYER_FOOD_LEVEL_CHANGEHowaner2014-06-301-26/+24
| | * | | Fixed player teleport food drainTiger Wang2014-07-021-1/+9
| | |/ /
| | * / Fixed respawningTiger Wang2014-06-291-1/+1
| | |/
| | * Likely fixed too quick food depletionTiger Wang2014-06-281-1/+1
| | * Merge branch 'master' into BowHowaner2014-06-261-0/+1
| | |\
| | * | Add bow charging animationHowaner2014-06-161-1/+5
| * | | EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift2014-06-191-37/+0
| * | | Entity Effects: Clarified user, added it to AddEntityEffectarchshift2014-06-171-1/+1
| * | | Changed the AddEntityEffect() params for easier calls.madmaxoft2014-06-171-1/+1
| * | | Pawn: renamed HandleEntityEffects to HandleEntityEffectarchshift2014-06-171-2/+2
| * | | Entity effect type: use 'eff' as a prefix instead of 'ef'archshift2014-06-171-6/+6
| * | | Implemented milk, added documentation to Pawn.harchshift2014-06-171-1/+1
| * | | Pawn.cpp: fixed effect iterator BAD_ACCESSarchshift2014-06-171-1/+1
| * | | EntityEffect: read-only getters, added user and distance modifier fieldsarchshift2014-06-171-1/+1
| * | | Player: Removed food-poisoning-specific code, set duration to 30 secondsarchshift2014-06-171-20/+1
| * | | Entity effects: Added handlers for entity effectsarchshift2014-06-171-13/+38
| * | | Moved Effects.h to EntityEffects.h, added initial implarchshift2014-06-171-3/+3
| |/ /
* | | Merge branch 'master' into portalsTiger Wang2014-06-211-1/+30
|\ \ \ | | |/ | |/|
| * | Nullify deleted pointers.archshift2014-06-191-0/+1
| |/
| * Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-161-1/+29
* | Fixed invalid iteratorsTiger Wang2014-06-211-0/+1
* | More suggestionsTiger Wang2014-06-211-1/+1
* | Implemented PR suggestionsarchshift2014-06-161-1/+1
* | Portals animate and delay correctlyTiger Wang2014-06-121-15/+6
* | Merge branch 'master' into portalsTiger Wang2014-06-101-10/+10
|\|
| * Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-8/+10
| * Added queue for adding entities to cWorld.Mattes D2014-06-081-2/+0
* | Fixed compilationTiger Wang2014-06-051-1/+1
* | SuggestionsTiger Wang2014-06-041-0/+1
* | Configurable portalsTiger Wang2014-06-041-1/+1
* | SuggestionsTiger Wang2014-06-041-1/+1
* | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-06-041-7/+0
|\|
| * Player permissions aren't logged to console anymore.madmaxoft2014-06-031-7/+0
* | Implemented bed homesTiger Wang2014-06-011-13/+22
* | Implemented end and nether portalsTiger Wang2014-05-311-10/+26
|/
* Merge branch 'master' into achievementtranslateTiger Wang2014-05-251-14/+57
|\
| * Cleaned up cPlayer::UpdateMovementStats; Wither achievementsandrew2014-05-201-14/+57
* | Update Player.cppAlexander Harkness2014-05-201-19/+19
* | Added client translation to achievementsTiger Wang2014-05-191-4/+4
|/
* There's no "round" function in MSVC2008.madmaxoft2014-05-181-3/+3
* Fixesandrew2014-05-131-10/+11
* Movement Statisticsandrew2014-05-121-9/+77
* cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()andrew2014-05-121-4/+66
* Fixed stat serializationandrew2014-05-111-10/+21
* Statistic Managerandrew2014-05-111-2/+19
* Suggestions'd #2Tiger Wang2014-05-061-1/+1
* Suggestions'dTiger Wang2014-05-061-1/+1
* Merge branch 'master' into fixes.madmaxoft2014-05-021-9/+12
|\
| * Add entity invulnerableHowaner2014-04-261-9/+12
* | A tiny speed improvement in ApplyFoodExhaustion()Tiger Wang2014-04-271-5/+5
* | Merge branch 'master' into fixesTiger Wang2014-04-241-5/+6
|\|
| * Fixed Flint and Steel, reverted Minecart change, renamed a parameter namejfhumann2014-04-191-2/+2
| * Merge remote-tracking branch 'origin/master' into fixesjfhumann2014-04-181-19/+15
| |\
| * | Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-4/+5
* | | Some change to Entity.cppTiger Wang2014-04-231-16/+6
| |/ |/|
* | Merge pull request #891 from mc-server/fixesMattes D2014-04-171-1/+1
|\ \
| * | Entities handle chunks properly againTiger Wang2014-04-121-1/+1
| |/
* / Added new AI rulesTiger Wang2014-04-171-18/+14
|/
* Added cPlayer:SendRotation() API function.madmaxoft2014-04-051-0/+11
* Fixed #721 and FS439Tiger Wang2014-03-291-0/+1
* Plugins can set flying speed.madmaxoft2014-03-201-3/+30
* Rewritten player speeds to be relative unit-less.madmaxoft2014-03-201-2/+2
* Unified Vector classesandrew2014-03-111-0/+1
* Merge branch 'master' into ballisticmissilesTiger Wang2014-03-091-29/+17
|\
| * g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-1/+1
| * Shortened enumsandrew2014-03-011-2/+2
| * Exported and documented cScoreboardandrew2014-03-011-18/+3
| * Moved common cGroupManager code to a separate function.madmaxoft2014-02-281-7/+11
| * Merge pull request #709 from Howaner/GlobalFixesMattes D2014-02-281-7/+6
| |\
| | * Remove users.ini generation in Player.cpp and use the CheckUsers() FunctionHowaner2014-02-211-6/+1
| | * Add 'Group not found', when the Server load the users.ini and add auto generate from users.iniHowaner2014-02-211-1/+5
* | | CheckBlockInteractionsRate() fixed & enabledTiger Wang2014-03-091-25/+0
* | | Removed unneeded includes in Player.cppTiger Wang2014-02-271-7/+0
|/ /
* | Manual merge (Fixed conflicts)andrew2014-02-201-2/+15
|\|
| * Fixed minor formatting issues from #682Tiger Wang2014-02-161-10/+1
| * Add Exp Bottle EffectsHowaner2014-02-161-0/+9
| * Disable Hunger DeathHowaner2014-02-161-1/+7
| * Merge pull request #679 from mc-server/NotchDeathAlexander Harkness2014-02-151-0/+6
| |\
| | * If a player is called "Notch" he drops an apple. http://minecraft.gamepedia.com/NotchSTRWarrior2014-02-151-0/+6
| * | Made player jump reset less ambiguousTiger Wang2014-02-121-1/+2
| * | Fixed #627Tiger Wang2014-02-111-2/+2
| |/
* / Map item handler; Fixed several bugsandrew2014-02-171-0/+3
|/
* Merge remote-tracking branch 'origin/master' into playerimprovementsTiger Wang2014-02-091-13/+0
|\
| * Removed deprecated HasCommand functionSTRWarrior2014-02-051-13/+0
* | Improved chat messaging functionsTiger Wang2014-02-071-10/+0
* | Server internally uses new functionsTiger Wang2014-02-061-6/+4
* | Fixed annoying creative on fire bugTiger Wang2014-02-051-0/+17
* | Fixed a crash bugTiger Wang2014-02-031-3/+3
* | Merge remote-tracking branch 'origin/master' into playerimprovementsTiger Wang2014-02-031-2/+2
|\|
| * Merge pull request #602 from mc-server/improvementsandfixesMattes D2014-02-031-2/+2
| |\
| | * Creative players take Plugin damageTiger Wang2014-02-021-2/+2
* | | Server now handles join messages alsoTiger Wang2014-02-031-1/+7
|/ /
* | Merge pull request #585 from daniel0916/hooksMattes D2014-02-011-0/+2
|\ \ | |/ |/|
| * Removed "player destroying" hookdaniel09162014-02-011-3/+1
| * Added "player destroying" and "player destroyed" hooksdaniel09162014-01-251-0/+4
* | Two minor changesTiger Wang2014-01-251-5/+3
* | Implemented fall damage for mobsTiger Wang2014-01-251-4/+2
* | All mobs now drown (fixes #54)Tiger Wang2014-01-251-103/+14
* | Merge remote-tracking branch 'MikeHunsinger/master'madmaxoft2014-01-241-42/+51
|\ \
| * | Fixed indentation once and for all.Mike Hunsinger2014-01-241-31/+31
| * | Fixed indentation and doxygen comments... For real this time.Mike Hunsinger2014-01-241-3/+3
| * | Fixed spacing and doxycomments.Mike Hunsinger2014-01-241-3/+3
| * | Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-231-49/+58
| |/
* | Fixed compilation on VC2008tonibm192014-01-221-0/+1
* | Scoreboard protocol supportandrew2014-01-211-6/+11
* | Scoreboard deserializationandrew2014-01-201-1/+21
* | Scoreboard improvementsandrew2014-01-191-4/+4
* | Basic scoreboard implementationandrew2014-01-191-0/+52
|/
* Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-2/+2
* Removed obsoleted functionsTiger Wang2014-01-161-3/+3
* Implemented Ctrl-Q drop stackTiger Wang2014-01-151-3/+8
* Yes newline at end of file :DTiger Wang2014-01-141-1/+5
* 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