| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
- Bow enchantments: Infinity, Flame and Power
- Sword and tools enchantments: Fire Aspect, Bane of Arthropods, Smite,
Sharpness
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixes #1242 (the issue addressed within)
|
|
Fixes #1181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #1119
|
|
- Removed cBlockInfo::RequiresSpecialTool
* Fixes #1195
* Fixes #1201
|
|
|
|
|
|
|
|
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.
|
|
|
|
* Additionally fixed cLineBlockTracer's EntryFace parameter when a block
was hit on the first iteration along the projected line
|
|
* Fixes #1182
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixes #944
|
|
|
|
Changed effect map to take a pointer of the effect as a result.
|
|
Added second AddEntityEffect with a pass-by-value of the class.
|
|
|
|
|
|
Exported entity effect functions for ToLua and documented them in APIDesc.lua
|
|
|
|
|
|
|
|
|
|
|
|
Clears entity effects on death
|
|
|
|
http://minecraft.gamepedia.com/Hunger#Behavior
|
|
|
|
|
|
|
|
Fixes #1039, fixes #851
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This disallows spawning unknown mobs from unknown spawn eggs. Ref.: #928.
|
|
|
|
This reverts commit 75bb36574b4bb78e8b5975bf905a97402fd8a4bb.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixed placement on lava
* Fixed placement on side of blocks
* Fixed placement through blocks
+ Added washing-away of pads
+ Added ice as a block that fully occupies its voxel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ TNT now has a chance of flinging FallingBlock entities around
* Improved TNT damage
* Improved TNT spawning visuals
* Possible fix for 'SetSwimState failure' messages in debug
|
|
|
|
|
|
|
|
Fixes #728.
|
|
+ Added fireworks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ Implemented paintings
|
|
Also added more comments
|
|
+ Implemented Item Frames
* Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
boats can't be placed if the face is not block_face_none and not block_face_YM, not if it is only not one.
|
|
|
|
May Fix #640
|
|
* Fixed consumption of carrots and potatoes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
...to g_FullyOccupiesVoxel, as recommended by @bearbin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Possible fix for #316.
|
|
|