| Commit message (Expand) | Author | Age | Files | Lines |
* | Added helper functions AddSpeed, AddSpeedX, AddSpeedY, AddSpeedZ, AddPosition, AddPosX, AddPosY, AddPosZ. Made sure that all entites use these helper functions. | keyboard.osh@gmail.com | 2013-03-23 | 1 | -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.com | 2013-03-22 | 1 | -26/+26 |
* | Pickups are now being saved into Anvil. | madmaxoft@gmail.com | 2013-03-09 | 1 | -0/+1 |
* | Moved the Speed member into cEntity class instead of its descendants. | madmaxoft@gmail.com | 2013-02-21 | 1 | -1/+1 |
* | Renamed HOOK_COLLECT_PICKUP to HOOK_COLLECTING_PICKUP to match other hooks' naming. | madmaxoft@gmail.com | 2013-01-28 | 1 | -1/+1 |
* | Fixed disappearing pickups - wrong physics simulation. | madmaxoft@gmail.com | 2013-01-06 | 1 | -30/+40 |
* | cPickup now uses full cItem, instead of a pointer | madmaxoft@gmail.com | 2012-12-28 | 1 | -15/+6 |
* | 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.com | 2012-12-22 | 1 | -12/+10 |
* | Added more constants into eEntityType; made them a compulsory parameter to the constructor, so that all entities have proper type. | madmaxoft@gmail.com | 2012-12-21 | 1 | -4/+1 |
* | Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass(). | madmaxoft@gmail.com | 2012-12-21 | 1 | -6/+0 |
* | Fixed issues with pickups. | sebi.noreply@gmail.com | 2012-10-24 | 1 | -2/+6 |
* | Preparation for multiple fluid simulators. | madmaxoft@gmail.com | 2012-10-13 | 1 | -4/+2 |
* | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 2012-09-24 | 1 | -0/+275 |