summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemDoor.java
Commit message (Collapse)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-6/+2
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-6/+1
|
* Updated to rename revision 02Erik Broes2012-03-01-5/+6
|
* [Bleeding] Use player.getItemInHand(), instead of a new ItemStack. Addresses ↵Feildmaster2012-02-23-1/+1
| | | | BUKKIT-767
* Update for 1.1_01 renames.Erik Broes2012-01-15-4/+4
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Fix CraftBukkit comments.Erik Broes2012-01-12-1/+1
|
* Fix door physics and revert to pre 1.0 behaviorTahg2012-01-07-15/+7
|
* Update for 1.0.0Erik Broes2011-11-20-3/+2
|
* Fix for doors breaking themselves in certain situationsDinnerbone2011-09-16-1/+1
|
* Fix for ItemDoor crashDinnerbone2011-09-15-8/+16
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-54/+69
|
* Fixed doors not updating their state to reflect any redstone currents when ↵EvilSeph2011-06-30-2/+2
| | | | placed.
* Update to Minecraft 1.7Dinnerbone2011-06-30-2/+2
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-7/+6
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Implemented 1.6!Dinnerbone2011-05-26-5/+10
|
* Whitespace + general cleanupErik Broes2011-05-15-1/+1
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-6/+6
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-1/+0
|
* Fix BlockPlaceErik Broes2011-03-21-0/+97