summaryrefslogtreecommitdiffstats
path: root/source/Entities/Pickup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implemented xoft's suggestionsTiger Wang2013-09-191-2/+2
|
* Fixed pickupsTiger Wang2013-09-181-2/+2
|
* Fixed formatting and removed gravity thingTiger Wang2013-09-071-1/+0
|
* Pickups are a little less jitteryTiger Wang2013-09-041-2/+2
| | | | They also spawn closer to player mouth.
* Moved entity spawning into cEntity::Initialize().madmaxoft2013-08-251-14/+0
| | | | It has been called in every descendant anyway, so it's better this way - reduced duplicate code.
* Fixed pickup behavior outside the world.madmaxoft2013-08-241-3/+4
| | | | One part of #131.
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-0/+176