summaryrefslogtreecommitdiffstats
path: root/source/Entities/Player.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Exported static XP calculation to Lua API.madmaxoft2013-11-211-8/+7
* minor change in LOGD callDaniel O'Brien2013-11-161-2/+2
* removed magic numberDaniel O'Brien2013-11-161-2/+2
* edited comment and changed error behavior of DeltaXpDaniel O'Brien2013-11-161-3/+9
* updated plugin again...Daniel O'Brien2013-11-161-4/+4
* removed SpendExperience and changed AddExperience to handle removing XpDaniel O'Brien2013-11-161-29/+8
* fixed bug and added SpendExperience()Daniel O'Brien2013-11-161-4/+37
* fix possible threadlock issue, changed function names to be closer to standardDaniel O'Brien2013-11-161-18/+30
* alignment fixes :)Daniel O'Brien2013-11-151-1/+1
* finished #143 I believeDaniel O'Brien2013-11-151-3/+16
* added cProtocol function to pass xp to clientDaniel O'Brien2013-11-151-13/+19
* fixed XpGetPercentageDaniel O'Brien2013-11-141-1/+3
* fixed function nameDaniel O'Brien2013-11-141-1/+1
* fixed commentDaniel O'Brien2013-11-131-1/+1
* changed function nameDaniel O'Brien2013-11-131-1/+1
* minor changesDaniel O'Brien2013-11-131-5/+5
* changed name conventionDaniel O'Brien2013-11-131-2/+2
* Fixed problems with code style etcDaniel O'Brien2013-11-131-30/+68
* Player Xp, includes get/set and addExperienceDaniel O'Brien2013-11-131-1/+2
* Player XpDaniel O'Brien2013-11-131-3/+71
* Fixed bow damage in creativeTiger Wang2013-11-021-1/+1
* Multiple fixesTiger Wang2013-11-021-12/+9
* cIniFile doesn't store filename internally anymore.madmaxoft2013-10-251-4/+4
* Unified cPlayer's Heal() function with cEntity's.madmaxoft2013-10-241-5/+2
* Pickups now have collection delay when vomitedTiger Wang2013-10-241-1/+1
* Moved cMakeDir::MakeDir to cFile::CreateFolder.madmaxoft2013-10-091-2/+1
* Attempt at fixing linux crash on player login.Matyas Dolak2013-09-161-1/+11
* Merge branch 'pickups' of git://github.com/tigerw/MCServer into tigerw-pickupsmadmaxoft2013-09-151-1/+1
|\
| * Players toss a little furtherTiger Wang2013-09-041-1/+1
* | Merge pull request #159 from tigerw/bugfixMattes D2013-09-111-3/+6
|\ \
| * | Better player gamemode detectionTiger Wang2013-09-111-1/+1
| * | Added player void damageTiger Wang2013-09-111-3/+6
| |/
* / Removed the "charging bow" debug message.madmaxoft2013-09-081-1/+0
|/
* Moved throw pos and speed calculation from cProjectileEntity into cPlayer.madmaxoft2013-08-301-0/+30
* Shooting a bow kinda works.madmaxoft2013-08-301-0/+44
* Hotfix for #83.madmaxoft2013-08-201-0/+6
* Debuggers: Added continuous hunger reporting.madmaxoft2013-08-191-2/+2
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-0/+1523