summaryrefslogtreecommitdiffstats
path: root/source/Entities/Pickup.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bugfixes' of git://github.com/tigerw/MCServer into tigerw-bugfixesmadmaxoft2013-09-201-1/+1
|\
| * Fixed pickupsTiger Wang2013-09-181-1/+1
|/
* Moved entity spawning into cEntity::Initialize().madmaxoft2013-08-251-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.madmaxoft2013-08-191-0/+3
|
* Added cPickup:GetAge() the the Lua API.madmaxoft2013-08-191-3/+2
|
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-0/+59