Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a ToLua warning - operator = not supported. | madmaxoft | 2014-08-03 | 1 | -1/+1 |
| | |||||
* | Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects. | Howaner | 2014-07-31 | 1 | -1/+1 |
| | |||||
* | Fixed indentations, removed redundant init code in SplashPotionEntity.cpp | archshift | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | Moved potion static functions to EntityEffect to create splash potions through world | archshift | 2014-07-26 | 1 | -0/+124 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -8/+8 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Only the cEntityEffect::effXXX constants are Lua-exported. | madmaxoft | 2014-07-15 | 1 | -1/+2 |
| | | | | The rest of the classes don't need exporting, there's no interface using them anyway. | ||||
* | Reformatted EntityEffect code. | madmaxoft | 2014-07-15 | 1 | -25/+29 |
| | |||||
* | Fixed a MSVC warning in cEntityEffect::CreateEntityEffect(). | madmaxoft | 2014-07-15 | 1 | -0/+1 |
| | |||||
* | Readability and clarity changes | archshift | 2014-07-14 | 1 | -25/+16 |
| | |||||
* | EntityEffect: Inlined functions, added explicit copy constructor and operator. | archshift | 2014-07-14 | 1 | -17/+18 |
| | |||||
* | Changed separating comment style from asterisks to slashes. | archshift | 2014-07-14 | 1 | -24/+24 |
| | |||||
* | For now, removed creator member from Entity Effect for pointer safety | archshift | 2014-07-12 | 1 | -32/+30 |
| | |||||
* | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -0/+291 |
Changed effect map to take a pointer of the effect as a result. |