summaryrefslogtreecommitdiffstats
path: root/src/Entities/ExpOrb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-4/+5
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-2/+1
* Experience orb (#4259)changyong guo2018-08-021-0/+3
* Exp Orbs and Pickups are destroyed instantly by cacti. (#4136)Alexander Harkness2018-01-161-0/+3
* Exported cFallingBlock and cExpOrb (#3700)Lukas Pioch2017-05-091-4/+8
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
* Converted cExpOrbEntity to std::chronoTycho2015-01-161-3/+3
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
* Implemented trapped chests & othersTiger Wang2014-07-071-1/+1
* More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.Samuel Barney2014-03-251-1/+1
* Add health and age load to pickup's.Howaner2014-03-151-6/+9
* Add ExpOrb saving.Howaner2014-03-151-2/+14
* Pickup constructor no longer exportedTiger Wang2014-02-031-0/+1
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-0/+29