summaryrefslogtreecommitdiffstats
path: root/src/Entities/ThrownEnderPearlEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adding endermite (#5460)Debucquoy Anthony tonitch2023-09-261-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First Draft of adding endermite * Update src/Mobs/Endermite.h Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com> * Adding Protocols + SpawnEgg TODO: don't forget to put the endermite in core plugin for the summon command * Adding endermite to monster.ini * Adding 5% change of spawning endermite when throwing enderpearl * Spawn endermite at last position instead of Hit Position + .cache to .gitignore * fixup! Spawn endermite at last position instead of Hit Position + .cache to .gitignore * destroy endermite if 2 min, not if name is set * Syntax * Adding Enderman targeting endermite + fixing syntax * Fixing compile error + return error [but crash on enderman spawn] * Fix crash but enderman doesn't target * Enderman targeting endermite finished * checking style because i'm a noob at git... * fixup! checking style because i'm a noob at git... * Added endermite egg meta to docs * Final touches Removed unnecesary imports fixed callback to run only in sight distance and actually check sigtlines * Fixed error after not pulling branch --------- Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com> Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
* Thrown potions/enderpearls: cleanupTiger Wang2021-04-121-57/+20
|
* Update entity sizesTiger Wang2021-04-121-1/+1
|
* Teleport off of mount when throwing enderpearl (#5179)Nate2021-04-081-3/+21
| | | | | | | | | * Teleport off of mount when throwing enderpearl * Simplify returning boolean * Oops forgot a semicolon * Fix code conventions in Player.h
* Using Super.Mattes D2020-04-161-2/+2
|
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-2/+2
|
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-21/+4
|
* Changed some int parameters to vector parameters (#3937)Bond-0092017-09-071-3/+3
|
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-4/+21
| | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-21/+4
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-3/+3
|
* Make -Werror disabling file onlytycho2015-05-191-2/+2
| | | | Ad fix a load of warnings
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Exported individual projectile classes to Lua API.Mattes D2014-10-211-0/+22
| | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list.
* Changed everything to callbacksTiger Wang2014-07-051-6/+29
|
* SuggestionsTiger Wang2014-07-041-1/+1
|
* Various fixedTiger Wang2014-07-041-3/+5
| | | | | * Fixed potential invalid pointer dereferencing, fixes #1117 * Fixed ender pearls not being loaded properly
* Fixed multiple issues with projectilesTiger Wang2014-06-221-4/+5
| | | | | | | * 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
* Fixed projectile source filenames, indentationsarchshift2014-04-281-0/+54