summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemBow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Temporarily commented out override directives."Tycho2014-09-051-2/+2
| | | | | | | | | | | | | | | This reverts commit 6db727c60c01264dc9a9c209c5b335da8f53cd64. Conflicts: src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/Generating/ChunkGenerator.h src/LoggerListeners.cpp src/Mobs/Components/AIAggressiveComponent.h src/Mobs/Monster.h src/OSSupport/IsThread.h src/Protocol/Authenticator.h src/UI/SlotArea.h
* Merge branch 'master' into ComponentRewriteTycho2014-09-051-1/+11
|\ | | | | | | | | | | | | | | | | | | Conflicts: MCServer/Plugins/Core src/Bindings/PluginLua.h src/Blocks/BlockFire.h src/LoggerListeners.cpp src/Mobs/Monster.cpp src/UI/SlotArea.h
| * FixesJaume Aloy2014-08-191-1/+1
| | | | | | | | | | | | | | | | - Changed m_TicksLeftBurning > 0 for IsOnFire() - Tried to do the changes in BlockHandler.cpp - Removed m_Creator in ArrowEntity - Added m_Enchantments in ProjectileEntity CreatorData - Added blank lines between functions
| * Added some EnchantmentsJaume Aloy2014-08-191-1/+11
| | | | | | | | | | | | - Bow enchantments: Infinity, Flame and Power - Sword and tools enchantments: Fire Aspect, Bane of Arthropods, Smite, Sharpness
* | Temporarily commented out override directives.Samuel Barney2014-08-211-2/+2
|/
* Changed arrow comment.Howaner2014-08-041-1/+1
|
* Added arrow consuming on shootingHowaner2014-08-041-0/+10
|
* Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-1/+1
|
* Fixed bow chargeTiger Wang2014-07-091-11/+2
|
* Merge branch 'master' into BowHowaner2014-06-261-0/+1
|\
| * Nullify deleted pointers.archshift2014-06-191-0/+1
| |
* | Split Broadcast Sound Effect function call in multiple lines.Howaner2014-06-161-1/+8
| |
* | This isn't neededHowaner2014-06-161-1/+0
| |
* | Fix bow sound and creative arrow pickup.Howaner2014-06-161-9/+8
|/
* Fixed deadlock when moving players to other worlds.Mattes D2014-06-081-1/+1
| | | | Fixes #1039, fixes #851
* Fixed projectile source filenames, indentationsarchshift2014-04-281-1/+1
|
* Moved cArrowEntity out of ProjectileEntity.harchshift2014-04-271-1/+1
|
* Improved Type safety of eBlockFaceTycho2014-02-041-2/+2
| | | | May Fix #640
* Moved source to srcAlexander Harkness2013-11-241-0/+87