summaryrefslogtreecommitdiffstats
path: root/src/Entities/EntityEffect.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-21/+21
* More style checking.Mattes D2015-05-091-2/+2
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-5/+5
* Merge branch 'master' into redstoneTestsTycho2014-09-251-0/+1
|\
| * A few compiler warning fixesChris Darnell2014-09-231-0/+1
* | Merge branch 'master' into redstoneTestsTycho2014-09-171-0/+86
|\|
| * Merge branch 'master' into EffectsHowaner2014-09-121-2/+2
| |\
| * | Renamed SetWalkSpeed() to SetRelativeWalkSpeed()Howaner2014-09-021-4/+4
| * | Added slowness effect and added entity support.Howaner2014-08-301-16/+61
| * | Added speed entity effect.Hownaer2014-08-281-0/+41
* | | Added first test to show the object can be createdTycho2014-09-171-2/+2
| |/ |/|
* | Fixed style and alpha-sorting.madmaxoft2014-09-031-2/+2
* | EntityEffect.cpp: Enable 1.8's leaping potionarchshift2014-09-031-1/+1
|/
* Fixed a ToLua warning - operator = not supported.madmaxoft2014-08-031-1/+1
* Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects.Howaner2014-07-311-1/+1
* Fixed indentations, removed redundant init code in SplashPotionEntity.cpparchshift2014-07-261-1/+1
* Moved potion static functions to EntityEffect to create splash potions through worldarchshift2014-07-261-0/+124
* Normalized comments.madmaxoft2014-07-171-8/+8
* Only the cEntityEffect::effXXX constants are Lua-exported.madmaxoft2014-07-151-1/+2
* Reformatted EntityEffect code.madmaxoft2014-07-151-25/+29
* Fixed a MSVC warning in cEntityEffect::CreateEntityEffect().madmaxoft2014-07-151-0/+1
* Readability and clarity changesarchshift2014-07-141-25/+16
* EntityEffect: Inlined functions, added explicit copy constructor and operator.archshift2014-07-141-17/+18
* Changed separating comment style from asterisks to slashes.archshift2014-07-141-24/+24
* For now, removed creator member from Entity Effect for pointer safetyarchshift2014-07-121-32/+30
* EntityEffects.x -> EntityEffect.x, Object-Oriented effectsarchshift2014-06-191-0/+291