summaryrefslogtreecommitdiffstats
path: root/src/Entities/EntityEffect.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-12/+12
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Fixed some more stuffSamuel Barney2014-08-251-1/+1
|
* Temporarily commented out override directives.Samuel Barney2014-08-211-13/+13
|
* 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.