summaryrefslogtreecommitdiffstats
path: root/src/MobSpawner.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | Conflicts: MCServer/Plugins/Core
| * En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
| |
* | Merge branch 'master' into MobSpawnerHowaner2014-09-261-50/+50
|\| | | | | | | | | | | Conflicts: src/MobSpawner.h src/Mobs/Monster.h
| * 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
|\ | | | | | | | | | | | | | | Conflicts: src/Chunk.cpp src/Entities/Player.cpp src/Root.cpp src/World.cpp
| * 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
|/ | | | | | | | | * Fixes end portals' solidity * Fixed crashes to do with multithreading and removing an entity from the wrong world * Fixed crashes due to bad merge * Fixed crashes due to an object being deleted twice * Simplified cWorld::Start() and added comments to configuration files
* Fixed basic whitespace problems.madmaxoft2014-07-171-1/+1
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* 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