summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improved Type safety of eBlockFaceTycho2014-02-041-3/+3
* Renamed cBlockQuartsHandler to cBlockQuartzHandler. Fixed not being able to place normal quartz blocks.STRWarrior2014-02-031-1/+1
* This renames the cBlockWoodHandler to cBlockSidewaysHandler, and implements a new cBlockQuartzHandler to handle the quartz pillars.STRWarrior2014-02-031-3/+6
* Fixed dark oak and acacia placement.madmaxoft2014-02-021-0/+1
* Changed Signiture of OnUpdateTycho2014-02-021-7/+7
* Changed Signiture of OnDiggingTycho2014-02-011-1/+1
* Changed Signiture of OnDestroyedByPlayerTycho2014-02-011-1/+2
* Changed pointers to referencesTycho2014-02-011-10/+10
* Changed signitures of Several BLockHandler MethodsTycho2014-02-011-5/+5
* Refactored GetPlacementBlockTypeMetaTycho2014-01-261-1/+1
* Refactored cBlockHandler::OnUse and dependentsTycho2014-01-261-18/+18
* First attempt at Implementing InterfacesTycho2014-01-251-1/+1
* Improved command blocksTiger Wang2014-01-191-0/+2
* Implented Nether Wart.STRWarrior2013-12-181-0/+2
* Provides a possible fix for repeater timingsTiger Wang2013-12-101-1/+1
* Improved pickups spawning speed againTiger Wang2013-12-101-3/+2
* Readded redstone lamp handlerTiger Wang2013-12-081-0/+2
* Moved bindings-related to a Bindings subfolder.madmaxoft2013-12-081-1/+1
* Fixed stationary water starting fires and flowing lava not.madmaxoft2013-12-081-2/+2
* Lava can spawn fire.madmaxoft2013-12-041-6/+6
* Merge pull request #387 from mc-server/trapdoorsMattes D2013-11-301-0/+2
|\
| * Implemented trapdoors, fixes #43 and #105Tiger Wang2013-11-291-0/+2
* | Changed cBlockHandler->OnUpdate() to use cChunk directly.madmaxoft2013-11-301-1/+1
|/
* Moved source to srcAlexander Harkness2013-11-241-0/+465