summaryrefslogtreecommitdiffstats
path: root/source/Player.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com2013-04-041-19/+0
* Pawn, Player: fixed asserts when teleporting players outside of the world (setting spawn Y to 256)madmaxoft@gmail.com2013-04-011-9/+20
* 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/+1
* 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-29/+29
* Pickups are now being saved into Anvil.madmaxoft@gmail.com2013-03-091-1/+1
* Fixed random teleporting into the void when leaving minecartsmadmaxoft@gmail.com2013-03-051-4/+9
* Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com2013-03-031-1/+11
* Changed HOOK_PLAYER_MOVED to HOOK_PLAYER_MOVING to match the scheme used for names.madmaxoft@gmail.com2013-01-261-1/+1
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-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-5/+2
* 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-2/+2
* Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().madmaxoft@gmail.com2012-12-211-6/+0
* Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com2012-12-211-15/+24
* Fixed fall damage againluksor111@gmail.com2012-12-151-1/+1
* Fixed warnings in Player.cppluksor111@gmail.com2012-11-271-2/+2
* Added initial adventure mode supportluksor111@gmail.com2012-11-271-2/+6
* Fixed certain blocks crashing clients when minedluksor111@gmail.com2012-11-261-1/+1
* Refactored the world time.madmaxoft@gmail.com2012-11-011-5/+5
* Fixed issues with pickups. sebi.noreply@gmail.com2012-10-241-2/+9
* Converted some const char*s and std::strings to AStringsfaketruth2012-10-181-6/+35
* Fixed initial player head rotation when a player is being spawned on another clientfaketruth2012-09-291-1/+4
* SocketThread: clients aren't double-removed anymore.madmaxoft@gmail.com2012-09-291-1/+4
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+1019