summaryrefslogtreecommitdiffstats
path: root/source/Entities/Player.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-1715/+0
|
* 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
| | | | Also reverted indenting change
* Multiple fixesTiger Wang2013-11-021-12/+9
| | | | | | * Fixed #282 * Fixed bow not taking damage * Enhanced Player.cpp code
* 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
| | | | Implements FS#394.
* Moved cMakeDir::MakeDir to cFile::CreateFolder.madmaxoft2013-10-091-2/+1
| | | | And exported to Lua.
* Attempt at fixing linux crash on player login.Matyas Dolak2013-09-161-1/+11
| | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1244
* Merge branch 'pickups' of git://github.com/tigerw/MCServer into tigerw-pickupsmadmaxoft2013-09-151-1/+1
|\ | | | | | | | | | | Conflicts: source/BlockID.cpp source/Entities/Entity.cpp
| * Players toss a little furtherTiger Wang2013-09-041-1/+1
| |
* | Merge pull request #159 from tigerw/bugfixMattes D2013-09-111-3/+6
|\ \ | | | | | | Multiple fixes and features
| * | 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
| | | | The arrow is released, but sometimes hits wrong blocks or disappears completely.
* Hotfix for #83.madmaxoft2013-08-201-0/+6
| | | | Do not tick the player while their chunk is invalid.
* Debuggers: Added continuous hunger reporting.madmaxoft2013-08-191-2/+2
| | | | 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/+1523