summaryrefslogtreecommitdiffstats
path: root/src/Entities/EntityEffect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential destruction crashes (#5095)Tiger Wang2021-01-021-1/+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
* Using Super.Mattes D2020-04-161-46/+92
|
* Implement invisibility effectpeterbell102017-08-031-1/+7
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-36/+36
|
* Added slowness effect and added entity support.Howaner2014-08-301-0/+4
|
* Added speed entity effect.Hownaer2014-08-281-0/+4
|
* Fixed a ToLua warning - operator = not supported.madmaxoft2014-08-031-1/+1
|
* Fixed indentations, removed redundant init code in SplashPotionEntity.cpparchshift2014-07-261-2/+1
|
* Moved potion static functions to EntityEffect to create splash potions through worldarchshift2014-07-261-0/+19
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Restructured cSplashPotionEntity code.madmaxoft2014-07-151-5/+14
| | | | | The callback doesn't need declaration in the header. Renamed PotionName to PotionParticleType.
* Only the cEntityEffect::effXXX constants are Lua-exported.madmaxoft2014-07-151-71/+100
| | | | The rest of the classes don't need exporting, there's no interface using them anyway.
* Readability and clarity changesarchshift2014-07-141-1/+1
|
* EntityEffect: Inlined functions, added explicit copy constructor and operator.archshift2014-07-141-3/+11
|
* Changed separating comment style from asterisks to slashes.archshift2014-07-141-69/+69
|
* For now, removed creator member from Entity Effect for pointer safetyarchshift2014-07-121-56/+48
|
* EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift2014-06-191-0/+438
Changed effect map to take a pointer of the effect as a result.