summaryrefslogtreecommitdiffstats
path: root/src/Entities/Pickup.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #2052Tiger Wang2015-05-181-0/+1
|
* Changed air drag for pickupsDevToaster2015-03-311-1/+1
|
* Modified physics for more vanilla-like behaviorDevToaster2015-03-311-1/+2
|
* Converted cPickupEntity to std::chronoTycho2015-01-161-9/+9
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-3/+3
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-9/+7
|
* Pickups combine only within one chunk.madmaxoft2014-09-011-2/+6
| | | | This greatly improves performance of the tick thread.
* Fixed tabs used for alignment.madmaxoft2014-07-171-1/+1
|
* More trailing whitespace fixes.madmaxoft2014-07-171-1/+1
|
* Normalized comments.madmaxoft2014-07-171-6/+6
| | | | | 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.
* Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-1/+1
|
* Fixed arrow collection animationTiger Wang2014-07-091-1/+1
| | | | * Fixed piston extension non-solidness
* Merged branch 'howaner/Pickups'.Mattes D2014-06-261-6/+27
|\
| * Fixed a comment and changed CombineCount to short.Howaner2014-06-261-2/+2
| |
| * Optimize combining.Howaner2014-06-241-3/+3
| |
| * Better combining.Howaner2014-06-241-3/+20
| |
| * Fix pickup combining over the maximum stack size.Howaner2014-06-241-4/+8
|/
* cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()andrew2014-05-121-0/+10
|
* Entities handle chunks properly againTiger Wang2014-04-121-32/+31
| | | | | * Entities properly handle chunks * Changed EntityStatus enums to be less shouty
* Add ExpOrb saving.Howaner2014-03-151-1/+1
|
* Fixed most of the reordering warningsTycho2014-02-051-2/+2
|
* Implemented pickup combiningTiger Wang2014-01-251-0/+55
| | | | | * Fixes FS393 * Part of #131
* Miscellaneous improvementsTiger Wang2014-01-241-10/+4
|
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
| | | | Ref.: #407
* Moved source to srcAlexander Harkness2013-11-241-0/+166