summaryrefslogtreecommitdiffstats
path: root/src/MobSpawner.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement slime chunks. (#5484)Michal Havlíček2023-04-081-1/+4
* Valid Height is now checked by vector.x12xx12x2022-04-201-1/+1
* Slime spawinig in swamps (#5281)JK2K2021-08-201-2/+19
* Convert most calls to blocking GetHeight/GetBiomeAt to direct chunk accessesTiger Wang2021-01-111-7/+0
* Fixing Mob spawner behaviour (#4930)12xx122020-09-271-102/+115
* Implement wither skeletons (#4563)Mat2020-04-041-1/+18
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
* Reduce ghast spawn rate againMat2020-03-271-1/+1
* Reduce ghast spawn rateMat2020-03-271-1/+1
* Improvements to blaze and ghast (#4547)Mat2020-03-261-1/+9
* Fix nether mob spawning (#4546)Mat2020-03-251-80/+93
* Moved growing from cWorld / cChunk to cBlockHandler descendants.Mattes D2019-10-281-77/+76
* Experience orb (#4259)changyong guo2018-08-021-2/+8
* Removed duplicate code (#4198)Bond-0092018-04-111-63/+148
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-10/+1
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-1/+10
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-10/+1
* Changed entity ownership model to use smart pointersTiger Wang2017-08-071-6/+7
* FastRandom: Remove discrepancy between arg and return value type. (#3846)Mattes D2017-07-211-9/+5
* Remove sign conversionpeterbell102017-06-161-1/+2
* FastRandom rewrite (#3754)peterbell102017-06-131-10/+6
* Mobs no longer spawn at the top of the nether.tonibm192016-03-011-0/+5
* Fixed non-natural spawning near player (egg, breeding, etc.)LogicParrot2016-01-161-174/+184
* Added cave spider to MobSpawnerLukas Pioch2015-10-291-0/+11
* Made -Weverything an error.tycho2015-05-241-1/+1
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-2/+2
* Correct world height validations.Tommy Santerre2015-03-201-1/+1
* Fixed grass spread, closes #1743Tiger Wang2015-03-141-5/+4
* Fixed monster spawn randomness.Mattes D2015-02-201-1/+2
* Added RabbitsMasy982014-12-201-0/+2
* Added Entity GuardianMasy982014-12-181-0/+6
* Fixed reported parentheses around comparisons.Mattes D2014-12-051-4/+4
* updated mooshroom check for myceliump-mcgowan2014-12-021-1/+1
* extra formatting parenthesesp-mcgowan2014-12-021-2/+2
* added spawning rule to mooshroomp-mcgowan2014-12-021-0/+13
* Merge branch 'master' into MobSpawnerHowaner2014-11-181-1/+1
|\
| * En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* | Merge branch 'master' into MobSpawnerHowaner2014-09-261-50/+50
|\|
| * Added first test to show the object can be createdTycho2014-09-171-50/+50
* | Implemented mob spawner.Howaner2014-09-191-6/+7
|/
* Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-3/+3
|\
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-1/+1
| * Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-1/+1
| * Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
* | Bug and crash fixesTiger Wang2014-07-201-1/+2
|/
* Fixed basic whitespace problems.madmaxoft2014-07-171-1/+1
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-3/+3
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-2/+2
* Realised suggestionsTiger Wang2014-03-311-5/+8
* Fixed a few Y too high/low assertsTiger Wang2014-03-311-5/+7
* Add new leaves to all classes.Howaner2014-03-161-1/+1
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-7/+7
* Fixed compile and some warnings in MSVSTiger Wang2014-02-091-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+361