summaryrefslogtreecommitdiffstats
path: root/source/Defines.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-19Another handful of packets rewritten.madmaxoft@gmail.com1-10/+10
2012-08-18Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com1-2/+12
2012-08-14Fix torches broken in rev 724madmaxoft@gmail.com1-12/+12
2012-08-11Added functions for armor item categoriesmadmaxoft@gmail.com1-0/+52
2012-08-10Use named constants instead of magic values - block digging direction and torch placementmadmaxoft@gmail.com1-40/+40
2012-08-03Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com1-7/+6
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+16
2012-07-13The gamemode is now only saved if it is different from the current gamemode.lapayo94@gmail.com1-0/+1
2012-07-12http://www.mc-server.org/support/index.php?do=details&task_id=153lapayo94@gmail.com1-0/+6
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-293/+293
2012-06-13Exported the ItemCategory functions and added a IsTool() function to it, for easy checking whether an item is a toolfaketruth1-2/+13
2012-06-12Fixed an errorcedeel@gmail.com1-1/+1
2012-06-12Allow current itemscedeel@gmail.com1-2/+2
2012-05-29Farmland is created using a hoe on dirt or grass.madmaxoft@gmail.com1-0/+4
2012-05-29Added code for the chunks to manipulate their neighbors while ticking. Also added some basic farming support - melon and pumpkin growing code. Untested and untestable so far, will test and fix later.madmaxoft@gmail.com1-17/+97
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-2/+2
2012-03-07Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380faketruth1-7/+23
2012-03-04Changed signed char to unsigned char in block packets, so we can receive height up to 255faketruth1-2/+11
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/+0
2011-12-25- Implemented function to check item categorylapayo94@gmail.com1-0/+32
2011-12-22Digging leaves with shears now drops leaveslapayo94@gmail.com1-1/+6
2011-12-22Fixes:lapayo94@gmail.com1-0/+6
2011-12-21- Crafting fixed in 1.0.0lapayo94@gmail.com1-2/+4
2011-11-05Added all the items up to Beta 1.9.5. Added pistons and piston class.admin@omencraft.com1-3/+3
2011-10-03MCServer c++ source filesfaketruth1-0/+129