summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemThrowable.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-13Adjusted calls to CreateProjectile that passed ItemsTycho1-2/+2
2014-07-13Changed BroadcastSoundEffect function to take floating pos.Howaner1-8/+1
2014-05-28Add throw sound and fix arrow server crash.Howaner1-0/+11
2014-05-06Suggestions'dTiger Wang1-5/+9
2014-04-27Revert "Creative players cannot throw ender pearls."archshift1-16/+0
This reverts commit 75bb36574b4bb78e8b5975bf905a97402fd8a4bb.
2014-04-27Creative players cannot throw ender pearls.archshift1-0/+16
2014-04-23Small changesTiger Wang1-1/+4
2014-02-27Implemented ballistic missiles (fireworks)Tiger Wang1-3/+3
+ Added fireworks
2014-02-04Improved Type safety of eBlockFaceTycho1-3/+3
May Fix #640
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-16General fixes [SEE DESC]Tiger Wang1-0/+44
* Fixed faulty block face enumeration and functions + Added fireworks and exp bottle spawning * Fixed arrows again
2013-11-02Multiple fixesTiger Wang1-0/+6
* Fixed #282 * Fixed bow not taking damage * Enhanced Player.cpp code
2013-08-30Basic support for thrown items - eggs, snowballs and ender pearls.madmaxoft1-0/+90
They can be thrown, but they don't do anything on impact. Also they don't save to nor load from MCA.