summaryrefslogtreecommitdiffstats
path: root/source/Player.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Fixed linux compilationmadmaxoft@gmail.com2012-12-211-2/+0
* Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().madmaxoft@gmail.com2012-12-211-1/+3
* Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)madmaxoft@gmail.com2012-12-211-12/+43
* Added initial adventure mode supportluksor111@gmail.com2012-11-271-0/+1
* Cleanup: Removed deprecated functions from Lua APImadmaxoft@gmail.com2012-11-111-2/+0
* Converted some const char*s and std::strings to AStringsfaketruth2012-10-181-4/+8
* Completely removed support for old style Lua plugins (can use both Plugin and NewPlugin in settings.ini for now)faketruth2012-10-141-6/+6
* Lua plugins can get player's equipped itemmadmaxoft@gmail.com2012-10-061-1/+1
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+171