Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-02 | Fix potential destruction crashes (#5095) | Tiger Wang | 1 | -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 | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -46/+92 | |
2017-08-03 | Implement invisibility effect | peterbell10 | 1 | -1/+7 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -36/+36 | |
2014-08-30 | Added slowness effect and added entity support. | Howaner | 1 | -0/+4 | |
2014-08-28 | Added speed entity effect. | Hownaer | 1 | -0/+4 | |
2014-08-03 | Fixed a ToLua warning - operator = not supported. | madmaxoft | 1 | -1/+1 | |
2014-07-26 | Fixed indentations, removed redundant init code in SplashPotionEntity.cpp | archshift | 1 | -2/+1 | |
2014-07-26 | Moved potion static functions to EntityEffect to create splash potions through world | archshift | 1 | -0/+19 | |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 1 | -1/+1 | |
2014-07-15 | Restructured cSplashPotionEntity code. | madmaxoft | 1 | -5/+14 | |
The callback doesn't need declaration in the header. Renamed PotionName to PotionParticleType. | |||||
2014-07-15 | Only the cEntityEffect::effXXX constants are Lua-exported. | madmaxoft | 1 | -71/+100 | |
The rest of the classes don't need exporting, there's no interface using them anyway. | |||||
2014-07-14 | Readability and clarity changes | archshift | 1 | -1/+1 | |
2014-07-14 | EntityEffect: Inlined functions, added explicit copy constructor and operator. | archshift | 1 | -3/+11 | |
2014-07-14 | Changed separating comment style from asterisks to slashes. | archshift | 1 | -69/+69 | |
2014-07-12 | For now, removed creator member from Entity Effect for pointer safety | archshift | 1 | -56/+48 | |
2014-06-19 | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 1 | -0/+438 | |
Changed effect map to take a pointer of the effect as a result. |