Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved entity spawning into cEntity::Initialize(). | madmaxoft | 2013-08-25 | 1 | -2/+0 |
| | | | | It has been called in every descendant anyway, so it's better this way - reduced duplicate code. | ||||
* | Added cPickup:IsCollected() to the Lua API. | madmaxoft | 2013-08-19 | 1 | -0/+3 |
| | |||||
* | Added cPickup:GetAge() the the Lua API. | madmaxoft | 2013-08-19 | 1 | -3/+2 |
| | |||||
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 1 | -0/+59 |