summaryrefslogtreecommitdiffstats
path: root/source/cEntity.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-148/+148
* Moved the commands /coords /viewdistance and /regeneratechunks from cServer.cpp to the Core pluginfaketruth2012-04-111-3/+3
* Reverted the previous commit - it is useless, since entities still depend heavily on cWorldmadmaxoft@gmail.com2012-03-241-3/+1
* Encapsulated cWorld functions needed in cWorldStorage into an interface, so that cWorldStorage can actually be used outside of MC-Server (such as storage conversion tools and chunk analyzers)madmaxoft@gmail.com2012-03-231-1/+3
* cClientHandles have a unique ID now to distinguish themfaketruth2012-03-091-5/+5
* Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380faketruth2012-03-071-3/+4
* Removed some more cChunkPtr usagemadmaxoft@gmail.com2012-02-201-0/+4
* Using own ASSERT() that logs to filefaketruth2012-02-201-1/+1
* No longer using pointers for Vector3(f/d/i) in cEntity's and cTracerfaketruth2012-02-151-12/+12
* Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com2012-02-131-18/+45
* Players can switch worlds on the fly with the command /gotoworld [worldName]. This uses the function cPlayer::MoveToWorld()faketruth2011-12-261-0/+1
* Made some functions in cChunk and cNoise inline, this should significantly increase chunk generation speedfaketruth2011-12-261-1/+1
* - fixed the code from the last commit :)lapayo94@gmail.com2011-12-251-1/+1
* Fixed some "Entity was not found in any chunk!" warningsfaketruth2011-11-021-1/+4
* Prepared some parts of the code for multi world support, I created lots of TODO'sfaketruth2011-10-311-1/+5
* MCServer c++ source filesfaketruth2011-10-031-0/+108