summaryrefslogtreecommitdiffstats
path: root/src/Entities/ThrownEggEntity.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-12Fix thrown snowball/egg hit animationsTiger Wang1-42/+23
+ Snowballs destroy ender crystals
2021-04-12Update entity sizesTiger Wang1-1/+1
2020-04-16Using Super.Mattes D1-2/+2
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-2/+2
2017-09-07Changed some int parameters to vector parameters (#3937)Bond-0091-3/+3
2017-06-13FastRandom rewrite (#3754)peterbell101-2/+3
2015-12-05Spawn chickens from eggs as babiesGargaj1-5/+5
This actually works now with the breeding patch (would also close https://github.com/cuberite/cuberite/pull/2366)
2015-11-05Destroy an ender crystal, damage a dragon when hit by an egg.Alexander Harkness1-4/+15
2015-07-16Spawn baby mobshallucino1-5/+5
2015-01-11Initial convertion of a_Dt to std::chronoTycho1-1/+1
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
2014-10-21Exported individual projectile classes to Lua API.Mattes D1-0/+21
They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list.
2014-09-17Added first test to show the object can be createdTycho1-5/+5
2014-07-04SuggestionsTiger Wang1-1/+1
2014-06-22Fixed multiple issues with projectilesTiger Wang1-3/+4
* Fixed arrows not being collectable/not truly hitting a block/not lodging into blocks/not going in far enough * Fixed projectiles not playing their block hit animation owning to being destroyed too quickly
2014-04-28Fixed projectile source filenames, indentationsarchshift1-2/+2
2014-04-27Fixed ToLua errors, added newlinesarchshift1-1/+1
2014-04-27Moved cThrownEggEntity out of ProjectileEntity.harchshift1-0/+59