Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed MSVC warning. | madmaxoft | 2014-09-01 | 1 | -2/+2 |
| | |||||
* | Protection Enchantments, some fixes | Jaume Aloy | 2014-08-21 | 1 | -5/+5 |
| | | | | | | | | - Protection echantments (fire, blast, feather falling, protection and projectile). It isn't finished, add secondary effects and optimize the code. - Removed some brackets. - Silk touch fixed. | ||||
* | Fixes | Jaume Aloy | 2014-08-19 | 1 | -7/+8 |
| | | | | | | | | - 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 fixes | Jaume Aloy | 2014-08-19 | 1 | -4/+18 |
| | | | | | | | - Removed Debug messages - Added Punch enchantment effect - Added Silk Touch enchantment - Added Unbreaking enchantment effect | ||||
* | Added some Enchantments | Jaume Aloy | 2014-08-19 | 1 | -3/+23 |
| | | | | | | - Bow enchantments: Infinity, Flame and Power - Sword and tools enchantments: Fire Aspect, Bane of Arthropods, Smite, Sharpness | ||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -6/+6 |
| | | | | | 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. | ||||
* | Maybe improved arrow sinking | Tiger Wang | 2014-07-14 | 1 | -2/+2 |
| | |||||
* | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 2014-07-13 | 1 | -3/+3 |
| | |||||
* | Fixed arrow collection animation | Tiger Wang | 2014-07-09 | 1 | -21/+3 |
| | | | | * Fixed piston extension non-solidness | ||||
* | Merge pull request #1135 from mc-server/fixes | Tiger Wang | 2014-07-09 | 1 | -24/+16 |
|\ | | | | | Fixes to projectiles and the undead | ||||
| * | Eps comparison | Tiger Wang | 2014-07-04 | 1 | -1/+1 |
| | | |||||
| * | Suggestions | Tiger Wang | 2014-07-02 | 1 | -8/+8 |
| | | |||||
| * | Vector clamping fixes | Tiger Wang | 2014-07-01 | 1 | -4/+8 |
| | | | | | | | | Thank you, @madmaxoft. | ||||
| * | Implemented Vector3<>::Floor() | Tiger Wang | 2014-06-30 | 1 | -2/+3 |
| | | |||||
| * | Suggestions | Tiger Wang | 2014-06-29 | 1 | -1/+3 |
| | | |||||
| * | Fixed multiple issues with projectiles | Tiger Wang | 2014-06-22 | 1 | -24/+9 |
| | | | | | | | | | | | | | | * 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 | ||||
* | | Merged branch 'howaner/Bow'. | Mattes D | 2014-06-26 | 1 | -11/+40 |
|\ \ | |/ |/| | | | Removed the pickup collection broadcast due to bad code. | ||||
| * | Add comment. | Howaner | 2014-06-26 | 1 | -0/+1 |
| | | |||||
| * | GameMode check | Howaner | 2014-06-26 | 1 | -1/+1 |
| | | |||||
| * | derp | Howaner | 2014-06-17 | 1 | -3/+3 |
| | | |||||
| * | The same: Float, not Double | Howaner | 2014-06-17 | 1 | -1/+1 |
| | | |||||
| * | Float, not Double | Howaner | 2014-06-17 | 1 | -1/+1 |
| | | |||||
| * | Split Broadcast Sound Effect function call in multiple lines. | Howaner | 2014-06-16 | 1 | -2/+16 |
| | | |||||
| * | Fix bow sound and creative arrow pickup. | Howaner | 2014-06-16 | 1 | -10/+22 |
|/ | |||||
* | Initialise m_HasTeleported in both constructors | worktycho | 2014-05-09 | 1 | -0/+1 |
| | |||||
* | Fixed projectile source filenames, indentations | archshift | 2014-04-28 | 1 | -0/+193 |