Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update entity sizes | Tiger Wang | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Implementation of totem of undying behaviour (#5111) | Damián Imrich | 2021-01-22 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | * notchian totem of undying * ... * .... * Update src/Entities/Pawn.cpp Co-authored-by: Alexander Harkness <me@bearbin.net> * DeductTotem func * fixed build errors * Added myself to CONTRIBUTORS * Small changes Co-authored-by: Peter <peter@cassoviacode.com> Co-authored-by: Alexander Harkness <me@bearbin.net> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Fix potential destruction crashes (#5095) | Tiger Wang | 2021-01-02 | 1 | -6/+1 |
| | | | | | | | | | | * Fix potential destruction crashes * Fix destructors accessing destroyted objects * Fix cPlayer not destroying windows (Destroyed never called) * Tentatively fixes #4608, fixes #3236, fixes #3262 - Remove cEntity::Destroyed() and replace with cEntity::OnRemoveFromWorld() * Add missing call to OnRemoveFromWorld | ||||
* | Add some const qualifiers to functions (#4874) | 12xx12 | 2020-09-17 | 1 | -2/+2 |
| | | | | | | | * add some const qualifiers to functions * added changes suggested by @tigerw Co-authored-by: 12xx12 <12xx12100@gmail.com> | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -2/+3 |
| | |||||
* | cPawn: Reset last ground height in ResetPosition (#4261) | peterbell10 | 2018-07-23 | 1 | -0/+2 |
| | | | | | Prevents fall damage after teleporting/portaling to a lower height. Fixes #3457 | ||||
* | Implement invisibility effect | peterbell10 | 2017-08-03 | 1 | -3/+4 |
| | |||||
* | Clang 5.0 fixes | Lukas Pioch | 2017-05-21 | 1 | -1/+1 |
| | | | | | - Added override keyword - Removed inherited member variables | ||||
* | Anticheat fastbreak (#3411) | mohe2015 | 2016-11-06 | 1 | -0/+6 |
| | | | Added block hardness checks when breaking blocks. | ||||
* | Updated API documentation. | Mattes D | 2016-07-18 | 1 | -12/+6 |
| | |||||
* | Fixed fall damage | Tiger Wang | 2016-06-02 | 1 | -4/+0 |
| | | | | * Fixes #3216 | ||||
* | Fixed death on teleportation or leaving Minecart (#3181) | LogicParrot | 2016-05-03 | 1 | -0/+4 |
| | |||||
* | cMonster::m_Target safety across worlds | LogicParrot | 2016-02-03 | 1 | -7/+28 |
| | |||||
* | blockheight mechanism | Gargaj | 2015-12-13 | 1 | -2/+6 |
| | |||||
* | Implemented the Water Breathing Potion functionality. | bibo38 | 2015-11-01 | 1 | -0/+1 |
| | | | | Fixes #2556 | ||||
* | Implemented the FireResistence potion effects. | bibo38 | 2015-10-31 | 1 | -0/+7 |
| | | | | | This not only provides fire resistence, but also prevents blaze fireballs. See #2556 | ||||
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Updated cPawn::KilledBy signature for custom death messages. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | For now, removed creator member from Entity Effect for pointer safety | archshift | 2014-07-12 | 1 | -2/+1 |
| | |||||
* | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -8/+2 |
| | | | | Changed effect map to take a pointer of the effect as a result. | ||||
* | Entity effects: changed User to Creator, removed pawn pass-by-value | archshift | 2014-06-17 | 1 | -9/+2 |
| | |||||
* | Added the OnEntityAddEffect hook. | madmaxoft | 2014-06-17 | 1 | -0/+2 |
| | |||||
* | Entity Effects: Clarified user, added it to AddEntityEffect | archshift | 2014-06-17 | 1 | -1/+10 |
| | | | | Added second AddEntityEffect with a pass-by-value of the class. | ||||
* | Changed the AddEntityEffect() params for easier calls. | madmaxoft | 2014-06-17 | 1 | -7/+9 |
| | |||||
* | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -1/+3 |
| | | | | Exported entity effect functions for ToLua and documented them in APIDesc.lua | ||||
* | Implemented drinkable potions, noeffect entity effect, | archshift | 2014-06-17 | 1 | -0/+1 |
| | | | | Clears entity effects on death | ||||
* | Implemented milk, added documentation to Pawn.h | archshift | 2014-06-17 | 1 | -0/+15 |
| | |||||
* | Pawn: Enabled entity effect broadcast, added typedef | archshift | 2014-06-17 | 1 | -1/+2 |
| | | | | Typedef'd std::map<cEntityEffect::eType, cEntityEffect> to tEffectMap | ||||
* | Entity effects: Added handlers for entity effects | archshift | 2014-06-17 | 1 | -0/+2 |
| | | | | | | Implemented hunger, instant health, damage, poison, regen Added "template" entity effect implementations | ||||
* | cPawn: Remove unused m_bBurnable | archshift | 2014-06-17 | 1 | -1/+0 |
| | |||||
* | Moved Effects.h to EntityEffects.h, added initial impl | archshift | 2014-06-17 | 1 | -0/+7 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+28 |