summaryrefslogtreecommitdiffstats
path: root/source/Entity.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-416/+0
* Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft2013-08-081-1/+2
* Mobs are assigned MaxHealth from monsters.ini; reading monsters.ini doesn't need settings.ini values anymore.madmaxoft@gmail.com2013-07-071-1/+4
* Added DamageType translation to APImadmaxoft@gmail.com2013-07-011-42/+0
* Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com2013-07-011-15/+189
* Unified the way mobs are spawned (egg vs natural). Fixed deadlocks in mob moving. Fixed mob destroying code.madmaxoft@gmail.com2013-06-251-1/+2
* Entity: Added IsTNTnielsbreu@gmail.com2013-06-151-0/+1
* cEntity: fixed doxy commentsmadmaxoft@gmail.com2013-06-041-4/+4
* Added basic functions for width and height for Entitieskeyboard.osh@gmail.com2013-05-211-11/+19
* Fixed entity chunking.madmaxoft@gmail.com2013-05-191-2/+2
* Entity: fixed mass declarationmadmaxoft@gmail.com2013-04-281-1/+1
* cEntity: Added mass to entities.keyboard.osh@gmail.com2013-04-281-0/+9
* 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-1/+5
* Initial implementation of explosions and TNT blockkeyboard.osh@gmail.com2013-04-181-0/+1
* Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()madmaxoft@gmail.com2013-04-131-21/+15
* Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdatekeyboard.osh@gmail.com2013-04-021-0/+7
* 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-1/+10
* 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-7/+25
* Pickups are now being saved into Anvil.madmaxoft@gmail.com2013-03-091-23/+27
* Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com2013-03-031-2/+20
* Previous commit was missing the Entity.h filemadmaxoft@gmail.com2013-03-011-4/+8
* Minecart entity now supports IsA() self-identificationmadmaxoft@gmail.com2013-02-271-4/+5
* Moved the Speed member into cEntity class instead of its descendants.madmaxoft@gmail.com2013-02-211-2/+12
* Minecarts can now be placed.madmaxoft@gmail.com2013-02-181-0/+1
* Removed useless logging from cEntity::GetLookVector()madmaxoft@gmail.com2013-02-101-9/+9
* Added a GetClassStatic function to all entities, as well as cFurnaceEntity, cChestEntity and cWorldfaketruth2013-02-031-25/+7
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-4/+4
* 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-1/+3
* 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-9/+21
* Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().madmaxoft@gmail.com2012-12-211-17/+39
* Replaced "const double &" with plain "double" for simplicitymadmaxoft@gmail.com2012-12-211-26/+26
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+172