summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockHandler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into Enchantingdaniel09162014-04-071-76/+65
|\
| * Merge pull request #840 from Howaner/NewBlocksMattes D2014-04-041-0/+2
| |\
| | * Add tall flower handler.Howaner2014-03-281-0/+2
| * | Implemented lilypad placementTiger Wang2014-03-231-0/+2
| |/
| * Merge pull request #809 from Howaner/BlockEntitysMattes D2014-03-161-0/+2
| |\
| | * Add anvil direction.Howaner2014-03-161-0/+2
| * | Add cakeHowaner2014-03-161-0/+2
| |/
| * cBlockInfo-related changes from #723andrew2014-03-081-0/+1
| * Add data backsending, when the Client interacts a Block and the Interact is cancelled.Howaner2014-03-051-0/+10
| * cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-43/+2
| * Merge pull request #700 from Howaner/GlobalFixesMattes D2014-02-201-0/+4
| |\
| | * Add new Trees (without Generator)Howaner2014-02-191-0/+4
| * | Rename SkullEntity to MobHeadEntityHowaner2014-02-191-2/+2
| * | Add Heads completelyHowaner2014-02-181-0/+2
| |/
| * 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
* | first changes for enchanting (not finished)daniel09162014-01-201-0/+2
|/
* 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