Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-04-03 | Basic elytra flight (#5124) | Damián Imrich | 1 | -8/+2 | |
* Basic elytra flight Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2020-04-21 | Vector3 in Handlers (#4680) | Mattes D | 1 | -12/+23 | |
Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | |||||
2020-04-02 | Replace buckets to the selected hotbar slot, rather than the first available. (#4580) | Alexander Harkness | 1 | -1/+1 | |
* Replace buckets to the selected hotbar slot, rather than the first available. Replicates vanilla behaviour, as well as being more logical. * Refactor cInventory::AddItem. Behaviour is now documented * Add new cInventory::ReplaceOneEquippedItem and ::SetEquippedItem methods * Return empty potion to the same slot after drinking * Replace buckets correctly in other situations, not simply water and lava Uses the new ReplaceOneEquippedItem method * Correct collecting water from source block with bottle * Add cPlayer::ReplaceOneEquippedItemTossRest method * Handle stacked filled buckets (in theory) Use new cPlayer::ReplaceOneEquippedItemTossRest method | |||||
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -3/+3 | |
2015-04-14 | Placing a fluid from bucket calls plugin hooks. | Mattes D | 1 | -1/+8 | |
Ref.: #1857. | |||||
2014-05-06 | Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count() | Howaner | 1 | -6/+6 | |
2014-05-05 | Add anvil window and slot area. | Howaner | 1 | -0/+43 | |
2014-04-25 | Add commit what the code is doing. | Howaner | 1 | -0/+1 | |
2014-04-25 | Add unkown armor warning and fix armor stacks. | Howaner | 1 | -2/+14 | |
2014-04-24 | Fix armor in survival mode. | Howaner | 1 | -0/+54 | |