summaryrefslogtreecommitdiffstats
path: root/source/Entities/Player.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-447/+0
|
* luaExportDaniel O'Brien2013-11-141-0/+5
|
* changed function nameDaniel O'Brien2013-11-131-3/+3
|
* minor changesDaniel O'Brien2013-11-131-1/+1
|
* changed name conventionDaniel O'Brien2013-11-131-3/+3
|
* Fixed problems with code style etcDaniel O'Brien2013-11-131-21/+16
|
* Player Xp, includes get/set and addExperienceDaniel O'Brien2013-11-131-1/+1
|
* Player XpDaniel O'Brien2013-11-131-1/+43
|
* Added cPlayer::GetEffectiveGameMode().madmaxoft2013-11-031-0/+4
|
* Cleanup in cPlayer.madmaxoft2013-10-241-2/+4
|
* Unified cPlayer's Heal() function with cEntity's.madmaxoft2013-10-241-6/+9
|
* Moved throw pos and speed calculation from cProjectileEntity into cPlayer.madmaxoft2013-08-301-1/+7
|
* Shooting a bow kinda works.madmaxoft2013-08-301-0/+15
| | | | The arrow is released, but sometimes hits wrong blocks or disappears completely.
* Debuggers: Added continuous hunger reporting.madmaxoft2013-08-191-2/+5
| | | | Showcases the OnWorldTick() hook to fire events at regular intervals. Will be used for debugging the issues related to hyper-hunger.
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-0/+372