summaryrefslogtreecommitdiffstats
path: root/source/Entity.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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