summaryrefslogtreecommitdiffstats
path: root/src/Defines.h (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-31Updated old forum linksMathias1-1/+1
2015-12-27Deleted cPath::BlockTypeIsFenceLogicParrot1-4/+11
2015-12-24Added IsBlockFence method to definesJulian Laubstein1-0/+24
2015-07-31Unified the doxy-comment format.Mattes D1-4/+4
2015-06-17LuaState: Added support for config-style usage.Mattes D1-7/+11
2015-06-02Added system and above action bar chat messagesjan641-0/+11
2015-06-02Fixed warnings in MSVC.Mattes D1-1/+24
2015-05-24Fix bearbins commentstycho1-14/+10
2015-05-24Fix commentstycho1-4/+14
2015-05-19Fixed a lot of warningstycho1-6/+15
2015-05-09More style checking.Mattes D1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-6/+6
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-6/+6
2014-10-12convert old style casts to fix warningsSteven Riehl1-21/+17
2014-09-16Pre 1.8 releasenesco1-0/+2
2014-08-28More template keyword fixes.Mattes D1-1/+1
2014-07-21Defines.h: Fixed a warning.madmaxoft1-1/+1
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-9/+9
2014-07-21Style: Normalized spaces after if, for and while.madmaxoft1-1/+1
2014-07-19Fixed clamping issuesarchshift1-12/+1
2014-07-18Moved ChatColor.h out of defines where it was not neededarchshift1-1/+0
2014-07-17Fixed issues relating to saplings and leavesTiger Wang1-9/+0
2014-07-17Fixed spaces around single-line comments.madmaxoft1-1/+1
2014-07-17Fixed basic whitespace problems.madmaxoft1-1/+1
2014-06-16Refactored reversing logic into seperate functionTycho1-2/+13
2014-05-18Fixed datatype truncation in Diff() template.madmaxoft1-1/+1
2014-05-09Add block place/break distance check.Howaner1-0/+10
2014-04-17Mobs rotationr.ramazanov1-4/+6
2014-03-19Added unreachable lines backit prtected by preprocessor guardsTycho1-0/+4
2014-03-16Added common eMessageType aliases.madmaxoft1-10/+16
2014-03-14Removed invalid block face handling codeTycho1-1/+0
2014-03-09Be more parinoid about int sizesTycho1-1/+2
2014-03-09Fixed Mesannine twister to use UInt32Tycho1-1/+1
2014-03-09Added BlockFaceToString() translation function.madmaxoft1-0/+20
2014-03-04Fixed some gcc warnings in Defines.h.madmaxoft1-3/+3
2014-03-02Added blockface mirroring and rotating.madmaxoft1-0/+50
2014-03-02Removed g_BlockXXX arraysandrew1-27/+0
2014-03-01g_BlockXXX => cBlockInfo::XXXandrew1-1/+1
2014-02-23Rename SkullEntity to MobHeadEntityHowaner1-2/+2
2014-02-23Add Skulls/HeadsHowaner1-0/+37
2014-02-19Rename SkullEntity to MobHeadEntityHowaner1-2/+2
2014-02-17Add Skulls/HeadsHowaner1-0/+37
2014-02-15Implemented cCompositeChat.madmaxoft1-2/+7
2014-02-07Improved chat messaging functionsTiger Wang1-62/+2
2014-02-06Added more chat functionsTiger Wang1-24/+32
2014-02-04Added more SendMessageXXX() functionsTiger Wang1-44/+47
2014-02-04Improved Type safety of eBlockFaceTycho1-4/+2
2014-02-03Added SendMessageXXX() to cPlayerTiger Wang1-1/+69
2014-02-02Added IsBlockWaterOrIce()Tiger Wang1-9/+11
2014-02-01Added checks for ice into IsBlockWater()Tiger Wang1-2/+9
2014-01-23PolarSSL is fully used for 1.3.2 protocol encryption.madmaxoft1-2/+0
2014-01-19Added more rail functionalityTiger Wang1-0/+18
2014-01-15Implemented Ctrl-Q drop stackTiger Wang1-0/+1
2014-01-11Renamed g_TorchPlaceable...Tiger Wang1-2/+2
2014-01-09Move biome definition to separate filesBill Derouin1-28/+0
2013-12-08Fixed normalizing large angles.madmaxoft1-0/+16
2013-11-30Fixed compiler warnings in IsBiomeNoDownfall().madmaxoft1-1/+4
2013-11-30Added IsBiomeNoDownfall() function.madmaxoft1-0/+26
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-16General fixes [SEE DESC]Tiger Wang1-20/+20
2013-11-13Fixed problems with code style etcDaniel O'Brien1-2/+6
2013-11-13Player XpDaniel O'Brien1-0/+3
2013-11-05Implemented suggestionsTiger Wang1-0/+5
2013-09-04Removed an unused includemadmaxoft1-2/+1
2013-09-01Renamed BLOCK_FACE constants to use the new coord-wise names.madmaxoft1-9/+17
2013-08-27Added g_BlockIsXXX[] arrays to the API.madmaxoft1-0/+10
2013-08-16Feature and bugfixes [SEE DESC]Tiger Wang1-3/+1
2013-07-28Player eating is now properly broadcast to other players.madmaxoft1-0/+4
2013-06-12Implemented the Hopper block handlermadmaxoft@gmail.com1-6/+6
2013-05-30Implemented left-click inventory paintingmadmaxoft@gmail.com1-1/+7
2013-05-24Added ItemCategory::IsArmor()madmaxoft@gmail.com1-0/+12
2013-05-08Refactored window clicking code to use different click actionsmadmaxoft@gmail.com1-35/+137
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-10/+14
2013-01-13Added missing dig status.luksor111@gmail.com1-0/+1
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-61/+83
2012-12-24Added the 1.4.6 protocolmadmaxoft@gmail.com1-0/+3
2012-11-27Added initial adventure mode supportluksor111@gmail.com1-3/+4
2012-11-26Fixed certain blocks crashing clients when minedluksor111@gmail.com1-2/+2
2012-11-15- Added the "wait" music discluksor111@gmail.com1-1/+1
2012-10-06Removed a few debugging messages from the release builds.madmaxoft@gmail.com1-0/+2
2012-10-03Moved blockticking into blockhandler classes.madmaxoft@gmail.com1-18/+18
2012-10-03Added BLOCK_FACE_NONE into the plugin APImadmaxoft@gmail.com1-6/+7
2012-09-30Added falling block entities. Sand and gravel now properly fall downfaketruth1-4/+4
2012-08-26Turned a common assert into a warning logmadmaxoft@gmail.com1-2/+2
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