Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |