Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syntax | Tiger Wang | 2022-01-14 | 1 | -1/+1 |
| | |||||
* | Fixed Compiler Warnings | x12xx12x | 2022-01-14 | 1 | -1/+1 |
| | |||||
* | Update entity sizes | Tiger Wang | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Some emplace_back replacements (#5149) | 12xx12 | 2021-03-07 | 1 | -1/+1 |
| | | | * replace push_back with emplace_back when a new object was created in the function call | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -3/+3 |
| | |||||
* | Add ambient mob sounds (#4521) | Mat | 2020-03-22 | 1 | -1/+1 |
| | |||||
* | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 2018-07-26 | 1 | -2/+1 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | Ocelots don't take fall damage (#4171) | Bond-009 | 2018-02-04 | 1 | -5/+7 |
| | |||||
* | Fixed some small passive mob issues (#4057) | Bond-009 | 2017-10-21 | 1 | -9/+10 |
| | | | | | * 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 | ||||
* | FastRandom rewrite (#3754) | peterbell10 | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Updated sounds and effect IDs (#3422) | mathiascode | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Entities now bail out of ticks if destroyed (#3363) | LogicParrot | 2016-09-03 | 1 | -0/+5 |
| | |||||
* | Chicken egg code early bailout | Safwat Halaby | 2015-12-23 | 1 | -19/+21 |
| | |||||
* | Baby chickens don't lay eggs | Gargaj | 2015-12-23 | 1 | -16/+19 |
| | |||||
* | Fix chicken flying | Gargaj | 2015-11-08 | 1 | -0/+2 |
| | | | | | | | | | | The gravity might not be correct but my rough timing (with a stopwatch) seems to be close. Merge branch 'master' into patch-1 Merge branch 'master' into patch-1 Merge branch 'master' into patch-1 | ||||
* | chickens don't take fall damage | Gargaj | 2015-11-06 | 1 | -0/+4 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -1/+1 |
| | | | | Ad fix a load of warnings | ||||
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2014-02-23 | 1 | -2/+7 |
| | |||||
* | Did what xoft said | tonibm19 | 2014-01-29 | 1 | -1/+0 |
| | |||||
* | Rewritten code. | tonibm19 | 2014-01-29 | 1 | -23/+0 |
| | | | | | Implemented xoft suggestion. Using MoveToPosition as tigerw suggested. | ||||
* | Now mobs follow you when holding their breed item | tonibm19 | 2014-01-29 | 1 | -1/+24 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+62 |