summaryrefslogtreecommitdiffstats
path: root/source/MobSpawner.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed memory leaks in cMobSpawner.madmaxoft2013-10-201-43/+33
|
* Moved all MobTypesManager functions to cMonster.madmaxoft2013-10-201-4/+2
| | | | This removes some of the memory leaks and is more logical in structure. Also the functions are exported to Lua.
* Fixed loading allowed mobs in world.madmaxoft2013-10-201-1/+8
|
* renaming the cChunk::getRandomBlock method + removing a buggy working logmgueydan2013-09-081-3/+0
|
* Adding mobtype filter inside world.inimgueydan2013-09-081-1/+2
|
* Implementing the MobSpawner (not used yet) that contains spawning rulesmgueydan2013-09-081-0/+277