summaryrefslogtreecommitdiffstats
path: root/source/Defines.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-562/+0
* Fixed problems with code style etcDaniel O'Brien2013-11-131-2/+6
* Player XpDaniel O'Brien2013-11-131-0/+3
* Implemented suggestionsTiger Wang2013-11-051-0/+5
* Removed an unused includemadmaxoft2013-09-041-2/+1
* Renamed BLOCK_FACE constants to use the new coord-wise names.madmaxoft2013-09-011-9/+17
* Added g_BlockIsXXX[] arrays to the API.madmaxoft2013-08-271-0/+10
* Feature and bugfixes [SEE DESC]Tiger Wang2013-08-161-3/+1
* Player eating is now properly broadcast to other players.madmaxoft2013-07-281-0/+4
* Implemented the Hopper block handlermadmaxoft@gmail.com2013-06-121-6/+6
* Implemented left-click inventory paintingmadmaxoft@gmail.com2013-05-301-1/+7
* Added ItemCategory::IsArmor()madmaxoft@gmail.com2013-05-241-0/+12
* Refactored window clicking code to use different click actionsmadmaxoft@gmail.com2013-05-081-35/+137
* Pickups are now being saved into Anvil.madmaxoft@gmail.com2013-03-091-10/+14
* Added missing dig status.luksor111@gmail.com2013-01-131-0/+1
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-61/+83
* Added the 1.4.6 protocolmadmaxoft@gmail.com2012-12-241-0/+3
* Added initial adventure mode supportluksor111@gmail.com2012-11-271-3/+4
* Fixed certain blocks crashing clients when minedluksor111@gmail.com2012-11-261-2/+2
* - Added the "wait" music discluksor111@gmail.com2012-11-151-1/+1
* Removed a few debugging messages from the release builds.madmaxoft@gmail.com2012-10-061-0/+2
* Moved blockticking into blockhandler classes.madmaxoft@gmail.com2012-10-031-18/+18
* Added BLOCK_FACE_NONE into the plugin APImadmaxoft@gmail.com2012-10-031-6/+7
* Added falling block entities. Sand and gravel now properly fall downfaketruth2012-09-301-4/+4
* Turned a common assert into a warning logmadmaxoft@gmail.com2012-08-261-2/+2
* Another handful of packets rewritten.madmaxoft@gmail.com2012-08-191-10/+10
* Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com2012-08-181-2/+12
* Fix torches broken in rev 724madmaxoft@gmail.com2012-08-141-12/+12
* Added functions for armor item categoriesmadmaxoft@gmail.com2012-08-111-0/+52
* Use named constants instead of magic values - block digging direction and torch placementmadmaxoft@gmail.com2012-08-101-40/+40
* Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com2012-08-031-7/+6
* A new Block handling system :olapayo94@gmail.com2012-07-151-0/+16
* The gamemode is now only saved if it is different from the current gamemode.lapayo94@gmail.com2012-07-131-0/+1
* http://www.mc-server.org/support/index.php?do=details&task_id=153lapayo94@gmail.com2012-07-121-0/+6
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-293/+293
* Exported the ItemCategory functions and added a IsTool() function to it, for easy checking whether an item is a toolfaketruth2012-06-131-2/+13
* Fixed an errorcedeel@gmail.com2012-06-121-1/+1
* Allow current itemscedeel@gmail.com2012-06-121-2/+2
* Farmland is created using a hoe on dirt or grass.madmaxoft@gmail.com2012-05-291-0/+4
* Added 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.com2012-05-291-17/+97
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-2/+2
* Fixed bug where cPlayer's cClientHandle was used after cPlayer was destroyed http://forum.mc-server.org/showthread.php?tid=380faketruth2012-03-071-7/+23
* Changed signed char to unsigned char in block packets, so we can receive height up to 255faketruth2012-03-041-2/+11
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-1/+0
* - Implemented function to check item categorylapayo94@gmail.com2011-12-251-0/+32
* Digging leaves with shears now drops leaveslapayo94@gmail.com2011-12-221-1/+6
* Fixes:lapayo94@gmail.com2011-12-221-0/+6
* - Crafting fixed in 1.0.0lapayo94@gmail.com2011-12-211-2/+4
* Added all the items up to Beta 1.9.5. Added pistons and piston class.admin@omencraft.com2011-11-051-3/+3
* MCServer c++ source filesfaketruth2011-10-031-0/+129