summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Monster.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-758/+0
* Merge remote-tracking branch 'origin/fixes'.madmaxoft2013-11-131-41/+54
|\
| * Bundled fixes [SEE DESC]Tiger Wang2013-11-101-1/+6
| * Bundled fixes [SEE DESC]Tiger Wang2013-11-101-30/+26
|/
* Skeleton, Ghast and Blaze's projectile code is now in their respective class.STRWarrior2013-11-041-64/+6
* Skeletons, Blazes and Ghasts now shoot their projectile to the target.STRWarrior2013-11-021-5/+63
* Renamed cMonster::GetSpawnRate() to GetSpawnDelay().madmaxoft2013-10-241-1/+1
* Fixed an assert in cMonstermadmaxoft2013-10-221-2/+2
* Reimplemented cMonster::FamilyFromType() as a simple switch (duh!)madmaxoft2013-10-201-38/+27
* Fixed memory leaks in cMobCensus, moved GetSpawnRate() to cMonster.madmaxoft2013-10-201-0/+17
* Fixed binary search in StringToMobType().madmaxoft2013-10-201-3/+3
* Moved all MobTypesManager functions to cMonster.madmaxoft2013-10-201-5/+222
* Fixed loading allowed mobs in world.madmaxoft2013-10-201-3/+7
* Merge branch 'MobSpawning' of https://github.com/mgueydan/MCServer into MobSpawningSamuel Barney2013-10-141-0/+6
|\
| * Inside cMonster::getMobFamily() : replacing Polymorphism by Map, in order to remove redundancymgueydan2013-09-101-0/+6
* | Eight round of fixesTiger Wang2013-10-131-1/+1
* | Added an extra line.tonibm192013-09-131-0/+1
* | Fixed mobs attack range being too longtonibm192013-09-131-2/+1
|/
* Fixed a missing initialization in cMonster.madmaxoft2013-09-071-2/+3
* Moved daylight burning directly into cMonster.madmaxoft2013-09-051-0/+36
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-1/+1
* Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com2013-07-011-4/+7
* Unified the way mobs are spawned (egg vs natural). Fixed deadlocks in mob moving. Fixed mob destroying code.madmaxoft@gmail.com2013-06-251-2/+7
* Moved physics to the cEntity class from the derivative classes (cMonster, cPickup). Added physics override to cPlayer to disable physics calculations. Fixed bug with pitch calculations on mobs.keyboard.osh@gmail.com2013-04-221-121/+5
* Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()madmaxoft@gmail.com2013-04-131-28/+23
* Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdatekeyboard.osh@gmail.com2013-04-021-0/+1
* Added helper functions AddSpeed, AddSpeedX, AddSpeedY, AddSpeedZ, AddPosition, AddPosX, AddPosY, AddPosZ. Made sure that all entites use these helper functions.keyboard.osh@gmail.com2013-03-231-5/+5
* Implemented BroadcastMovementUpdate function. Moved m_Pos,m_Rot,m_Speed to private members and made sure that all classes uses the public functions to access these members.keyboard.osh@gmail.com2013-03-221-42/+44
* Pickups are now being saved into Anvil.madmaxoft@gmail.com2013-03-091-2/+2
* MTRand reference is now passed as a Tick() parameter so that it isn't created and destroyed over and over again. All entities will handle physics (empty callback for now)madmaxoft@gmail.com2012-12-221-42/+54
* Reduced most mobs' constructors to oneliners by passing parameters to superclassesmadmaxoft@gmail.com2012-12-221-18/+11
* Added sounds to levers and mobsluksor111@gmail.com2012-12-211-0/+4
* Added more constants into eEntityType; made them a compulsory parameter to the constructor, so that all entities have proper type.madmaxoft@gmail.com2012-12-211-1/+2
* Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().madmaxoft@gmail.com2012-12-211-19/+0
* Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com2012-12-211-9/+12
* Refactored the world time.madmaxoft@gmail.com2012-11-011-2/+2
* Removed a few debugging messages from the release builds.madmaxoft@gmail.com2012-10-061-4/+5
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-7/+7
* Source files cleanup: Mobs-related files in a separate subfolder, renamed.madmaxoft@gmail.com2012-09-231-0/+590