Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured cSplashPotionEntity code. | madmaxoft | 2014-07-15 | 1 | -5/+14 |
| | | | | | The callback doesn't need declaration in the header. Renamed PotionName to PotionParticleType. | ||||
* | Only the cEntityEffect::effXXX constants are Lua-exported. | madmaxoft | 2014-07-15 | 1 | -71/+100 |
| | | | | The rest of the classes don't need exporting, there's no interface using them anyway. | ||||
* | Readability and clarity changes | archshift | 2014-07-14 | 1 | -1/+1 |
| | |||||
* | EntityEffect: Inlined functions, added explicit copy constructor and operator. | archshift | 2014-07-14 | 1 | -3/+11 |
| | |||||
* | Changed separating comment style from asterisks to slashes. | archshift | 2014-07-14 | 1 | -69/+69 |
| | |||||
* | For now, removed creator member from Entity Effect for pointer safety | archshift | 2014-07-12 | 1 | -56/+48 |
| | |||||
* | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -0/+438 |
Changed effect map to take a pointer of the effect as a result. |