Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-27 | Fixing Mob spawner behaviour (#4930) | 12xx12 | 1 | -1/+1 | |
* fixed mob spawner failure (whoopsie in the BlockEntity.GetChunkZ()) Style * fixed spawning behaviour * fixed saving entity type saving * checkstyle * removed debug log * removed short saving * Style Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2019-10-28 | Moved growing from cWorld / cChunk to cBlockHandler descendants. | Mattes D | 1 | -3/+5 | |
2018-04-11 | Removed duplicate code (#4198) | Bond-009 | 1 | -3/+3 | |
Should also fix dogs not despawning | |||||
2017-09-11 | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 1 | -3/+5 | |
2017-09-02 | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 1 | -5/+3 | |
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | |||||
2017-09-01 | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 1 | -3/+5 | |
2017-08-13 | Replaced includes with forward declarations | Lukas Pioch | 1 | -6/+0 | |
2017-08-07 | Changed entity ownership model to use smart pointers | Tiger Wang | 1 | -2/+2 | |
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -3/+0 | |
2017-07-21 | FastRandom: Remove discrepancy between arg and return value type. (#3846) | Mattes D | 1 | -2/+2 | |
2017-06-13 | FastRandom rewrite (#3754) | peterbell10 | 1 | -2/+0 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -15/+14 | |
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 1 | -1/+1 | |
2014-11-18 | Finished mob spawner implementation. | Howaner | 1 | -1/+1 | |
2014-09-19 | Implemented mob spawner. | Howaner | 1 | -2/+3 | |
2014-09-17 | Added first test to show the object can be created | Tycho | 1 | -6/+6 | |
2014-07-17 | Fixed spaces around single-line comments. | madmaxoft | 1 | -1/+1 | |
There should be at least two spaces in front and one space after //-style comments. | |||||
2014-07-17 | Fixed basic whitespace problems. | madmaxoft | 1 | -2/+2 | |
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-10-29 | Changes based on madmaxoft's nitpicker notes. | Samuel Barney | 1 | -2/+2 | |
2013-10-29 | Update to allow the light map to remain the same, but allow alteration of sky light values based on time. | Samuel Barney | 1 | -2/+2 | |
2013-10-28 | Got spiders and other mobs respecting night and day for spawning | Samuel Barney | 1 | -2/+2 | |
2013-10-28 | Made mob spawning code use the chunk so that it could use varying sizes of areas for different mobs. | Samuel Barney | 1 | -2/+3 | |
2013-10-21 | Current Mob Spawning code. | Samuel Barney | 1 | -2/+2 | |
2013-10-20 | Fixed memory leaks in cMobSpawner. | madmaxoft | 1 | -18/+21 | |
2013-09-08 | Implementing the MobSpawner (not used yet) that contains spawning rules | mgueydan | 1 | -3/+47 | |
2013-09-08 | Adding an Empty shell that would launch mob spawner - not called yet | mgueydan | 1 | -0/+28 | |