Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | finished #143 I believe | Daniel O'Brien | 2013-11-15 | 1 | -3/+16 |
| | |||||
* | added cProtocol function to pass xp to client | Daniel O'Brien | 2013-11-15 | 1 | -13/+19 |
| | |||||
* | fixed XpGetPercentage | Daniel O'Brien | 2013-11-14 | 1 | -1/+3 |
| | |||||
* | fixed function name | Daniel O'Brien | 2013-11-14 | 1 | -1/+1 |
| | |||||
* | fixed comment | Daniel O'Brien | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | changed function name | Daniel O'Brien | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | minor changes | Daniel O'Brien | 2013-11-13 | 1 | -5/+5 |
| | |||||
* | changed name convention | Daniel O'Brien | 2013-11-13 | 1 | -2/+2 |
| | |||||
* | Fixed problems with code style etc | Daniel O'Brien | 2013-11-13 | 1 | -30/+68 |
| | |||||
* | Player Xp, includes get/set and addExperience | Daniel O'Brien | 2013-11-13 | 1 | -1/+2 |
| | |||||
* | Player Xp | Daniel O'Brien | 2013-11-13 | 1 | -3/+71 |
| | |||||
* | Fixed bow damage in creative | Tiger Wang | 2013-11-02 | 1 | -1/+1 |
| | | | | Also reverted indenting change | ||||
* | Multiple fixes | Tiger Wang | 2013-11-02 | 1 | -12/+9 |
| | | | | | | * Fixed #282 * Fixed bow not taking damage * Enhanced Player.cpp code | ||||
* | cIniFile doesn't store filename internally anymore. | madmaxoft | 2013-10-25 | 1 | -4/+4 |
| | |||||
* | Unified cPlayer's Heal() function with cEntity's. | madmaxoft | 2013-10-24 | 1 | -5/+2 |
| | |||||
* | Pickups now have collection delay when vomited | Tiger Wang | 2013-10-24 | 1 | -1/+1 |
| | | | | Implements FS#394. | ||||
* | Moved cMakeDir::MakeDir to cFile::CreateFolder. | madmaxoft | 2013-10-09 | 1 | -2/+1 |
| | | | | And exported to Lua. | ||||
* | Attempt at fixing linux crash on player login. | Matyas Dolak | 2013-09-16 | 1 | -1/+11 |
| | | | | Ref.: http://forum.mc-server.org/showthread.php?tid=1244 | ||||
* | Merge branch 'pickups' of git://github.com/tigerw/MCServer into tigerw-pickups | madmaxoft | 2013-09-15 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: source/BlockID.cpp source/Entities/Entity.cpp | ||||
| * | Players toss a little further | Tiger Wang | 2013-09-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #159 from tigerw/bugfix | Mattes D | 2013-09-11 | 1 | -3/+6 |
|\ \ | | | | | | | Multiple fixes and features | ||||
| * | | Better player gamemode detection | Tiger Wang | 2013-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | Added player void damage | Tiger Wang | 2013-09-11 | 1 | -3/+6 |
| |/ | |||||
* / | Removed the "charging bow" debug message. | madmaxoft | 2013-09-08 | 1 | -1/+0 |
|/ | |||||
* | Moved throw pos and speed calculation from cProjectileEntity into cPlayer. | madmaxoft | 2013-08-30 | 1 | -0/+30 |
| | |||||
* | Shooting a bow kinda works. | madmaxoft | 2013-08-30 | 1 | -0/+44 |
| | | | | The arrow is released, but sometimes hits wrong blocks or disappears completely. | ||||
* | Hotfix for #83. | madmaxoft | 2013-08-20 | 1 | -0/+6 |
| | | | | Do not tick the player while their chunk is invalid. | ||||
* | Debuggers: Added continuous hunger reporting. | madmaxoft | 2013-08-19 | 1 | -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. | madmaxoft | 2013-08-19 | 1 | -0/+1523 |