summaryrefslogtreecommitdiffstats
path: root/src/Entities/ArrowEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Converted ArrowEntityTiers to std::chronoTycho2015-01-161-2/+2
|
* 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-20/+25
| | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list.
* Functions in cPluginManager get references instead of pointers.Mattes D2014-10-151-1/+1
|
* FixesJaume Aloy2014-08-191-3/+0
| | | | | | | | - 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 more enchantments and some fixesJaume Aloy2014-08-191-0/+1
| | | | | | | - Removed Debug messages - Added Punch enchantment effect - Added Silk Touch enchantment - Added Unbreaking enchantment effect
* Added some EnchantmentsJaume Aloy2014-08-191-2/+5
| | | | | | - Bow enchantments: Infinity, Flame and Power - Sword and tools enchantments: Fire Aspect, Bane of Arthropods, Smite, Sharpness
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Normalized comments.madmaxoft2014-07-171-1/+1
| | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* Eps comparisonTiger Wang2014-07-041-1/+1
|
* SuggestionsTiger Wang2014-07-021-0/+6
|
* Fixed projectile source filenames, indentationsarchshift2014-04-281-0/+96