| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
* Fixes #1230
* Additionally improved speed in some scenarios
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
The callback doesn't need declaration in the header.
Renamed PotionName to PotionParticleType.
|
|
|
|
Changed effect map to take a pointer of the effect as a result.
|
|
|
|
Added second AddEntityEffect with a pass-by-value of the class.
|
|
|
|
|
|
|
|
|
|
|