summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/BlockDoor.java
Commit message (Expand)AuthorAgeLines
* Reverting the Drop API for now, we need to re-evalute this as it is causing t...Warren Loo2012-03-27-2/+3
* Fixed Doors not dropping when the block they are placed on is removed. Fixes ...EvilSeph2012-03-23-3/+1
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes B...Celtic Minstrel2012-03-21-2/+3
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-76/+95
* Update for 1.1_01 renames.Erik Broes2012-01-15-1/+1
* Fix door physics and revert to pre 1.0 behaviorTahg2012-01-07-4/+3
* Implemented 1.0.1 fixes. This fixes BUKKIT-3, BUKKIT-39, BUKKIT-150Nathan Adams2011-12-01-2/+2
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-4/+4
* Doors and trapdoors should function correctly once againNathan Adams2011-11-28-1/+1
* Fixed trapdoors + few commentsNathan Adams2011-11-23-1/+1
* Update for 1.0.0Erik Broes2011-11-20-10/+13
* Fixed not being able to move properly around doors or trapdoorsDinnerbone2011-09-16-1/+1
* Update for Minecraft 1.8Dinnerbone2011-09-15-1/+2
* Update for 1.7.3Dinnerbone2011-07-08-0/+4
* Fixed BlockRedstone event firing too many times under certain circumstances.EvilSeph2011-06-30-7/+6
* Update to Minecraft 1.7Dinnerbone2011-06-30-5/+5
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-11/+7
* Generic cleanupErik Broes2011-06-12-1/+1
* Implemented 1.6!Dinnerbone2011-05-26-12/+7
* Whitespace + general cleanupErik Broes2011-05-15-2/+2
* Update for 1.5_02.Erik Broes2011-04-21-0/+4
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-27/+30
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-1/+1
* Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, BLOCK_INTE...Erik Broes2011-03-23-1/+5
* Code cleanup, fixed doors, chunk entity fetchingTahg2011-03-11-4/+7
* Add redstone events to common blocksTahg2011-03-10-27/+10
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-7/+32
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-2/+1
* Port to new mc-dev format.Erik Broes2011-01-30-97/+93
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-7/+13
* Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.BlockDinnerbone2011-01-15-1/+1
* All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.en...Dinnerbone2011-01-15-1/+1
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-24/+24
* Updated against new mc-dev format, takes out quite some casting troubles at t...Erik Broes2011-01-11-10/+9
* Tahg's fix for BlockDoor needs to downcastdurron5972011-01-09-1/+2
* Added BLOCK_INTERACT eventdurron5972011-01-08-0/+194