summaryrefslogtreecommitdiffstats
path: root/source/cPlayer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yetfaketruth2011-11-011-24/+14
* forogt to update all of cPlayer.cpp for player based gamemode.admin@omencraft.com2011-11-011-1/+1
* Put in some sanity checks to ensure players don't interact with blocks too quickly. Changed gamemode to be player based. (MCServer crashes when picking up an item. Need to find and fix bug.)admin@omencraft.com2011-11-011-7/+23
* Player data is saved and loaded as human readable JSON now.faketruth2011-10-311-18/+63
* Prepared some parts of the code for multi world support, I created lots of TODO'sfaketruth2011-10-311-22/+21
* Made several recomended changes. Gamemode is now world based. Need to add it to player.admin@omencraft.com2011-10-261-2/+7
* Moved GAMEMODE declaration to a single place... cPacket.h. Player can't take damage any more but can still sometimes die on spawn. Not sure why. Falling through the void does not kill you yet.admin@omencraft.com2011-10-261-5/+7
* Compiles for linuxfaketruth2011-10-211-0/+1
* MCServer c++ source filesfaketruth2011-10-031-0/+713