Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using Super. | Mattes D | 2020-04-16 | 1 | -1/+1 |
| | |||||
* | Replace buckets to the selected hotbar slot, rather than the first available. (#4580) | Alexander Harkness | 2020-04-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add ambient mob sounds (#4521) | Mat | 2020-03-22 | 1 | -1/+1 |
| | |||||
* | Don't remove items twice (#4524) | Mat | 2020-03-22 | 1 | -2/+2 |
| | | | * Don't remove items twice | ||||
* | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 2018-07-26 | 1 | -5/+0 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | Item durability loss now depends on the item used. (#4123) | Alexander Harkness | 2018-01-05 | 1 | -1/+0 |
| | | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119 | ||||
* | Fixed some small passive mob issues (#4057) | Bond-009 | 2017-10-21 | 1 | -0/+5 |
| | | | | | * Chickens can be bred with seeds, beetroot seeds, melon seeds, or pumpkin seeds Ref: https://minecraft.gamepedia.com/Chicken#Baby_chicken * Baby passive mobs don't drop items * Fixed the size of some mobs | ||||
* | Updated sounds and effect IDs (#3422) | mathiascode | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Spawn baby mobs | hallucino | 2015-07-16 | 1 | -1/+1 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -1/+1 |
| | | | | Ad fix a load of warnings | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | added mooshroom to cow conversion | tonibm19 | 2014-02-27 | 1 | -0/+2 |
| | |||||
* | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2014-02-23 | 1 | -3/+45 |
| | |||||
* | Did what xoft said | tonibm19 | 2014-01-29 | 1 | -2/+0 |
| | |||||
* | Rewritten code. | tonibm19 | 2014-01-29 | 1 | -28/+0 |
| | | | | | Implemented xoft suggestion. Using MoveToPosition as tigerw suggested. | ||||
* | Fixed a copypasta error... | tonibm19 | 2014-01-29 | 1 | -0/+1 |
| | |||||
* | Now mobs follow you when holding their breed item | tonibm19 | 2014-01-29 | 1 | -0/+27 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+33 |