summaryrefslogtreecommitdiffstats
path: root/source/cPawn.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-230/+0
2012-08-28Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.madmaxoft@gmail.com1-2/+0
2012-08-19Window, Chest, Furnace and Pawn are not using cPackets at allmadmaxoft@gmail.com1-24/+22
2012-08-19Almost all packets' handling is now rewritten not to use cPacket descendants elsewhere than in cClientHandle.madmaxoft@gmail.com1-4/+2
2012-07-17Simple health regeneration systemlapayo94@gmail.com1-16/+0
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-252/+252
2012-03-14Split chunk data into separate arrays; decoupled most sources from cChunk.h dependencymadmaxoft@gmail.com1-1/+0
2012-02-22Lua seems to have trouble with a combination of overloaded functions and class inheritance, so I renamed TeleportTo( cEntity* ) to TeleportToEntityfaketruth1-1/+1
2012-02-20Removed some more cChunkPtr usagemadmaxoft@gmail.com1-7/+3
2012-02-15No longer using pointers for Vector3(f/d/i) in cEntity's and cTracerfaketruth1-5/+5
2012-02-13Rewritten 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.com1-34/+100
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-1/+3
2011-12-29- Animals burn now when moving into lava or firelapayo94@gmail.com1-5/+9
2011-12-29 - Initial food handling by cedeelmtilden@gmail.com1-0/+7
2011-12-28- Implemented Drops from Burning animalslapayo94@gmail.com1-7/+89
2011-10-31Prepared some parts of the code for multi world support, I created lots of TODO'sfaketruth1-2/+2
2011-10-03MCServer c++ source filesfaketruth1-0/+96