Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -277/+0 |
| | |||||
* | Implemented suggestions | Tiger Wang | 2013-11-05 | 1 | -13/+0 |
| | | | | | | | | | - Reverted changes to WebAdmin.cpp IPv6 ports and Server.cpp server description + Added default value explicitly for HardCore value * Split PluginManager plugin defaults write to new function - Removed a commented block from BlockTorch and... + Added g_BlockIsTorchPlaceable to Defines.h | ||||
* | Fixed derpy comparison | Tiger Wang | 2013-09-16 | 1 | -1/+1 |
| | |||||
* | Torch fixes [SEE DESC] | Tiger Wang | 2013-09-16 | 1 | -7/+8 |
| | | | | | | * Torches snap to neighbour when placed on bottom * CanBeAt takes into account cobblestone walls + Used more BLOCK_FACEs instead of numbers | ||||
* | Torches work properly | Tiger Wang | 2013-09-15 | 1 | -26/+71 |
| | | | | Also fixed a naming inconsistency concerning quartz stairs. | ||||
* | Removed torch top placement prevention | Tiger Wang | 2013-09-13 | 1 | -6/+0 |
| | |||||
* | Removed more comments | Tiger Wang | 2013-08-13 | 1 | -1/+0 |
| | |||||
* | Removed comments | Tiger Wang | 2013-08-13 | 1 | -7/+0 |
| | |||||
* | Removed unneeded case clause | Tiger Wang | 2013-08-11 | 1 | -15/+12 |
| | |||||
* | Tried adding bracket | Tiger Wang | 2013-08-11 | 1 | -1/+1 |
| | |||||
* | Further attempt at fixing torch placements | Tiger Wang | 2013-08-11 | 1 | -9/+9 |
| | | | | Also fixed block on flower placement. #71 | ||||
* | Attempt at fixing torch placement | Tiger Wang | 2013-08-10 | 1 | -3/+5 |
| | | | Attempt at fixing #71 and placement of torches. | ||||
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 1 | -259/+259 |
| | |||||
* | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 2013-06-04 | 1 | -4/+63 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1555 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches. | madmaxoft@gmail.com | 2013-03-26 | 1 | -0/+61 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1319 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking. | madmaxoft@gmail.com | 2013-03-15 | 1 | -3/+8 |
| | | | | | | Also fixed vines' placement. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1278 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 1 | -20/+28 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker) | luksor111@gmail.com | 2012-10-23 | 1 | -54/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1005 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 2012-10-03 | 1 | -19/+19 |
| | | | | | | Also slightly refactored the variable / argument names (BlockID is deprecated, use BlockType instead) git-svn-id: http://mc-server.googlecode.com/svn/trunk@921 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Slight refactoring of BlockHandlers - dropping unneeded virtual functions | madmaxoft@gmail.com | 2012-10-01 | 1 | -12/+25 |
| | | | | | | ( http://forum.mc-server.org/showthread.php?tid=434&pid=4734#pid4734 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@917 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Unified folder name-casing | madmaxoft@gmail.com | 2012-09-29 | 1 | -0/+166 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@902 0a769ca7-a7f5-676a-18bf-c427514a06d6 |