summaryrefslogtreecommitdiffstats
path: root/src/Entities/Pawn.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Minecraft Wiki links to new domain (#5532)Spongecade2023-09-271-1/+1
* Fix trampling for older clients and mobs (#5414)DarkoGNU2022-06-281-1/+2
* Implement farmland trampling (#5401)DarkoGNU2022-04-211-0/+10
* Chorus fruit teleport (#5259)KingCol132021-07-101-0/+15
* Update entity sizesTiger Wang2021-04-121-1/+1
* Implementation of totem of undying behaviour (#5111)Damián Imrich2021-01-221-0/+5
* Fix potential destruction crashes (#5095)Tiger Wang2021-01-021-6/+1
* Add some const qualifiers to functions (#4874)12xx122020-09-171-2/+2
* Using Super.Mattes D2020-04-161-2/+3
* cPawn: Reset last ground height in ResetPosition (#4261)peterbell102018-07-231-0/+2
* Implement invisibility effectpeterbell102017-08-031-3/+4
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
* Anticheat fastbreak (#3411)mohe20152016-11-061-0/+6
* Updated API documentation.Mattes D2016-07-181-12/+6
* Fixed fall damageTiger Wang2016-06-021-4/+0
* Fixed death on teleportation or leaving Minecart (#3181)LogicParrot2016-05-031-0/+4
* cMonster::m_Target safety across worldsLogicParrot2016-02-031-7/+28
* blockheight mechanismGargaj2015-12-131-2/+6
* Implemented the Water Breathing Potion functionality.bibo382015-11-011-0/+1
* Implemented the FireResistence potion effects.bibo382015-10-311-0/+7
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
* Updated cPawn::KilledBy signature for custom death messages.madmaxoft2014-07-171-1/+1
* For now, removed creator member from Entity Effect for pointer safetyarchshift2014-07-121-2/+1
* EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift2014-06-191-8/+2
* Entity effects: changed User to Creator, removed pawn pass-by-valuearchshift2014-06-171-9/+2
* Added the OnEntityAddEffect hook.madmaxoft2014-06-171-0/+2
* Entity Effects: Clarified user, added it to AddEntityEffectarchshift2014-06-171-1/+10
* Changed the AddEntityEffect() params for easier calls.madmaxoft2014-06-171-7/+9
* Pawn: renamed HandleEntityEffects to HandleEntityEffectarchshift2014-06-171-1/+3
* Implemented drinkable potions, noeffect entity effect,archshift2014-06-171-0/+1
* Implemented milk, added documentation to Pawn.harchshift2014-06-171-0/+15
* Pawn: Enabled entity effect broadcast, added typedefarchshift2014-06-171-1/+2
* Entity effects: Added handlers for entity effectsarchshift2014-06-171-0/+2
* cPawn: Remove unused m_bBurnablearchshift2014-06-171-1/+0
* Moved Effects.h to EntityEffects.h, added initial implarchshift2014-06-171-0/+7
* Moved source to srcAlexander Harkness2013-11-241-0/+28