Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-14 | Improved maps | Tiger Wang | 1 | -1/+1 | |
2015-06-25 | Doors now get placed on the server-side. | bibo38 | 1 | -1/+0 | |
The Y-Value is already the lower door block(From ItemHandler.cpp:346). Increasing it once again, places the door into the air, which is blocked by Cuberite. Bugfix #2279 | |||||
2015-06-21 | Refactored block placement workflow. | Mattes D | 1 | -6/+6 | |
Multi-blocks can now use the default OnPlayerPlaced() callback in cItemHandler. | |||||
2015-04-21 | Fix door placing in connection with slabs | wraith11 | 1 | -1/+1 | |
Except top-half slabs as transparent blocks for doors. | |||||
2015-03-20 | Correct world height validations. | Tommy Santerre | 1 | -1/+1 | |
Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1). Allow generation of world of flat height = 255 | |||||
2015-02-28 | Fixed door placement. | Mattes D | 1 | -4/+17 | |
Doors now have hinges on the correct side, based on what the surroundings are when placing them. | |||||
2015-02-21 | Door handler: Removed needless check. | Mattes D | 1 | -1/+1 | |
The Y coord has already been checked above. | |||||
2015-02-21 | Fix door placement check | Freddie Wang | 1 | -7/+3 | |
2014-12-25 | Fixed door placement. | Mattes D | 1 | -2/+2 | |
2014-12-24 | Refactored all player block placing to go through hooks. | Mattes D | 1 | -23/+73 | |
Fixes #1618. | |||||
2014-09-26 | Moved curly brace to seperate line | Masy98 | 1 | -1/+2 | |
2014-09-11 | Added new doors in ItemDoor.h | Masy98 | 1 | -1/+15 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -3/+3 | |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -1/+1 | |
May Fix #640 | |||||
2014-02-01 | Changed pointers to references | Tycho | 1 | -1/+1 | |
2014-01-26 | Refactored GetPlacementBlockTypeMeta | Tycho | 1 | -2/+4 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -45/+45 | |
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -7/+26 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1139 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-18 | Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks. | madmaxoft@gmail.com | 1 | -3/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@977 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-29 | Unified folder name-casing | madmaxoft@gmail.com | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@902 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -2/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-16 | Some code improvements | lapayo94@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@677 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-15 | A new Block handling system :o | lapayo94@gmail.com | 1 | -0/+25 | |
It was really a lot of work :D Took me the complete weekend :D Would really like to here your opinion on this =) The aim of this is to put all the actions for one block in one place so it is not spread around the source. (ToPickup, Action in cWorld, Action in cChunk, Action here, action there :D) git-svn-id: http://mc-server.googlecode.com/svn/trunk@671 0a769ca7-a7f5-676a-18bf-c427514a06d6 |