Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reformatted cItemPotionHandler. | madmaxoft | 2014-07-17 | 1 | -47/+77 |
| | |||||
* | Readability and clarity changes | archshift | 2014-07-14 | 1 | -30/+45 |
| | |||||
* | For now, removed creator member from Entity Effect for pointer safety | archshift | 2014-07-12 | 1 | -2/+2 |
| | |||||
* | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -1/+1 |
| | | | | Changed effect map to take a pointer of the effect as a result. | ||||
* | Entity Effects: Clarified user, added it to AddEntityEffect | archshift | 2014-06-17 | 1 | -1/+1 |
| | | | | Added second AddEntityEffect with a pass-by-value of the class. | ||||
* | Changed the AddEntityEffect() params for easier calls. | madmaxoft | 2014-06-17 | 1 | -2/+1 |
| | |||||
* | Fixed MSVC compilation. | madmaxoft | 2014-06-17 | 1 | -7/+7 |
| | |||||
* | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -1/+1 |
| | | | | Exported entity effect functions for ToLua and documented them in APIDesc.lua | ||||
* | Removed long function wrapping | archshift | 2014-06-17 | 1 | -10/+2 |
| | |||||
* | ItemHandler: changed IsDrinkable() to take a short argument | archshift | 2014-06-17 | 1 | -9/+4 |
| | |||||
* | Splash potion: Adjusted speed, fixed spawn position | archshift | 2014-06-17 | 1 | -6/+3 |
| | |||||
* | Entity effect type: use 'eff' as a prefix instead of 'ef' | archshift | 2014-06-17 | 1 | -33/+33 |
| | |||||
* | Added splash potion functionality | archshift | 2014-06-17 | 1 | -1/+35 |
| | |||||
* | Implemented drinkable potions, noeffect entity effect, | archshift | 2014-06-17 | 1 | -0/+137 |
Clears entity effects on death |