summaryrefslogtreecommitdiffstats
path: root/src/MobSpawner.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-3/+5
|
* Removed duplicate code (#4198)Bond-0092018-04-111-3/+3
| | | Should also fix dogs not despawning
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-3/+5
|
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-5/+3
| | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-3/+5
|
* Merge pull request #3489 from cuberite/EntityOwnershipTiger Wang2017-08-181-2/+2
|\ | | | | * Changed entity ownership model to use smart pointers
| * Changed entity ownership model to use smart pointersTiger Wang2017-08-071-2/+2
| |
* | Replaced includes with forward declarationsLukas Pioch2017-08-131-6/+0
|/
* Remove double includes part 2 (#3890)peterbell102017-08-031-3/+0
|
* FastRandom: Remove discrepancy between arg and return value type. (#3846)Mattes D2017-07-211-2/+2
|
* FastRandom rewrite (#3754)peterbell102017-06-131-2/+0
|
* Unified the doxy-comment format.Mattes D2015-07-311-15/+14
|
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-1/+1
|
* Finished mob spawner implementation.Howaner2014-11-181-1/+1
|
* Merge branch 'master' into MobSpawnerHowaner2014-09-261-7/+5
|\ | | | | | | | | | | Conflicts: src/MobSpawner.h src/Mobs/Monster.h
| * Added first test to show the object can be createdTycho2014-09-171-6/+6
| |
* | Implemented mob spawner.Howaner2014-09-191-2/+3
|/
* Fixed spaces around single-line comments.madmaxoft2014-07-171-1/+1
| | | | There should be at least two spaces in front and one space after //-style comments.
* Fixed basic whitespace problems.madmaxoft2014-07-171-2/+2
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Moved source to srcAlexander Harkness2013-11-241-0/+76