| Commit message (Expand) | Author | Age | Files | Lines |
* | Implementation of totem of undying behaviour (#5111) | Damián Imrich | 2021-01-22 | 1 | -0/+49 |
* | Fix potential destruction crashes (#5095) | Tiger Wang | 2021-01-02 | 1 | -19/+10 |
* | BlockHandler initialisation is a constant expression (#4891) | Tiger Wang | 2020-09-20 | 1 | -1/+1 |
* | Add some const qualifiers to functions (#4874) | 12xx12 | 2020-09-17 | 1 | -2/+2 |
* | Add cEntity::GetBoundingBox, and use where appropriate. (#4711) | Alexander Harkness | 2020-05-03 | 1 | -1/+1 |
* | Vector3 in Handlers (#4680) | Mattes D | 2020-04-21 | 1 | -10/+7 |
* | Using Super. | Mattes D | 2020-04-16 | 1 | -7/+7 |
* | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 2020-04-03 | 1 | -0/+1 |
* | Refactored more of Entities and BlockEntities to use Vector3. (#4403) | Mattes D | 2019-09-29 | 1 | -1/+1 |
* | Fixed MSVC warnings (#4400) | Mattes D | 2019-09-27 | 1 | -1/+1 |
* | Force all headers other than "Globals.h" to be included with relative paths (#4269) | peterbell10 | 2018-08-29 | 1 | -2/+2 |
* | Store and pass entity effect duration as an int not a short. (#4293) | Alexander Harkness | 2018-08-26 | 1 | -1/+1 |
* | Reimplemented fall particles | Tiger Wang | 2018-07-25 | 1 | -3/+8 |
* | cPawn: Reset last ground height in ResetPosition (#4261) | peterbell10 | 2018-07-23 | 1 | -0/+10 |
* | Rename cEntity swim states (#3996) | Alexander Harkness | 2018-01-14 | 1 | -4/+1 |
* | Removed UTF-8 BOM (#4033) | Lukas Pioch | 2017-09-19 | 1 | -1/+1 |
* | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 2017-09-11 | 1 | -40/+28 |
* | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 2017-09-02 | 1 | -28/+40 |
* | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 2017-09-01 | 1 | -40/+28 |
* | Added check to deactivate existing entity effects when new entity effects are added. | Lane Kolbly | 2017-08-24 | 1 | -0/+7 |
* | Implement invisibility effect | peterbell10 | 2017-08-03 | 1 | -9/+30 |
* | Fix crash after calling OnTick on removed effect (#3501) | Fabian Stein | 2016-12-30 | 1 | -3/+5 |
* | Fixed entity effect ticking (#3497) | Fabian Stein | 2016-12-29 | 1 | -1/+10 |
* | Anticheat fastbreak (#3411) | mohe2015 | 2016-11-06 | 1 | -0/+21 |
* | Spectators added (#2852) | bibo38 | 2016-10-12 | 1 | -1/+5 |
* | Entities now bail out of ticks if destroyed (#3363) | LogicParrot | 2016-09-03 | 1 | -1/+5 |
* | Dropped 1.7 support (#3253) | Mathias | 2016-07-21 | 1 | -1/+1 |
* | Fixed fall damage | Tiger Wang | 2016-06-02 | 1 | -38/+15 |
* | 1.9 / 1.9.2 / 1.9.3 / 1.9.4 protocol support (#3135) | Pokechu22 | 2016-05-14 | 1 | -2/+3 |
* | Fixed death on teleportation or leaving Minecart (#3181) | LogicParrot | 2016-05-03 | 1 | -0/+18 |
* | Proper entity destruction in non-ticking chunks | LogicParrot | 2016-02-19 | 1 | -2/+2 |
* | cMonster::m_Target safety across worlds | LogicParrot | 2016-02-03 | 1 | -10/+78 |
* | Fix cPawn pushing | Marvin Kopf | 2016-02-02 | 1 | -0/+6 |
* | blockheight mechanism | Gargaj | 2015-12-13 | 1 | -3/+181 |
* | Avoid division by zero | Gargaj | 2015-11-10 | 1 | -1/+1 |
* | code style | Gargaj | 2015-11-07 | 1 | -3/+3 |
* | implement pushing/shoving based on @NiLSPACE's suggestion | Gargaj | 2015-11-07 | 1 | -0/+36 |
* | Implemented the Water Breathing Potion functionality. | bibo38 | 2015-11-01 | 1 | -0/+15 |
* | Implemented the FireResistence potion effects. | bibo38 | 2015-10-31 | 1 | -0/+18 |
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -1/+1 |
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -1/+1 |
* | Changed air drag units to 'interpolated ticks' per second | DevToaster | 2015-03-31 | 1 | -1/+1 |
* | Modified physics for more vanilla-like behavior | DevToaster | 2015-03-31 | 1 | -0/+2 |
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
* | Added CustomName to cMonster. | Howaner | 2014-09-01 | 1 | -3/+6 |
* | Updated cPawn::KilledBy signature for custom death messages. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
* | For now, removed creator member from Entity Effect for pointer safety | archshift | 2014-07-12 | 1 | -3/+4 |
* | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -107/+12 |
* | Entity effects: changed User to Creator, removed pawn pass-by-value | archshift | 2014-06-17 | 1 | -17/+8 |
* | Added the OnEntityAddEffect hook. | madmaxoft | 2014-06-17 | 1 | -0/+9 |
* | Entity Effects: Clarified user, added it to AddEntityEffect | archshift | 2014-06-17 | 1 | -3/+13 |
* | Changed the AddEntityEffect() params for easier calls. | madmaxoft | 2014-06-17 | 1 | -17/+16 |
* | Entity Effect: Separates total duration and ticks of activity | archshift | 2014-06-17 | 1 | -16/+8 |
* | Fixed MSVC compilation. | madmaxoft | 2014-06-17 | 1 | -4/+7 |
* | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -2/+2 |
* | Added wither damage type, wither entity effect. | archshift | 2014-06-17 | 1 | -1/+15 |
* | Monster: added IsUndead(), undead-specific entity effects | archshift | 2014-06-17 | 1 | -6/+0 |
* | Removed long function wrapping | archshift | 2014-06-17 | 1 | -2/+1 |
* | Entity effect type: use 'eff' as a prefix instead of 'ef' | archshift | 2014-06-17 | 1 | -10/+10 |
* | Added splash potion functionality | archshift | 2014-06-17 | 1 | -3/+4 |
* | Implemented drinkable potions, noeffect entity effect, | archshift | 2014-06-17 | 1 | -0/+14 |
* | Implemented milk, added documentation to Pawn.h | archshift | 2014-06-17 | 1 | -0/+20 |
* | Pawn.cpp: fixed effect iterator BAD_ACCESS | archshift | 2014-06-17 | 1 | -8/+13 |
* | Pawn: Enabled entity effect broadcast, added typedef | archshift | 2014-06-17 | 1 | -3/+4 |
* | Entity effects: Added handlers for entity effects | archshift | 2014-06-17 | 1 | -0/+95 |
* | Added iterator on tick to manage entity effect duration | archshift | 2014-06-17 | 1 | -1/+18 |
* | 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/+25 |
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+19 |