summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Chunk.java
Commit message (Expand)AuthorAgeLines
* Refactored BlockPlaceEvent and BlockChangeDelegate. Adds BUKKIT-5558bloodshot2014-04-23-7/+2
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-9/+9
* Only delay removing containers. Fixes BUKKIT-5238Travis Watkins2013-12-24-2/+12
* Process block cleanup first. Fixes BUKKIT-4103Travis Watkins2013-12-24-1/+2
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-214/+337
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-2/+2
* Update CraftBukkit to 1.6.2mbax2013-07-08-2/+2
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-24/+24
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-21/+21
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-5/+2
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-40/+42
* Fix TileEntities and Blocks getting out of sync. Fixes BUKKIT-3501feildmaster2013-01-27-6/+3
* Return the valid max value for piston direction. Fixes BUKKIT-2191feildmaster2013-01-23-2/+2
* Refactor processBlockPlace logic. Fixes BUKKIT-3406 and BUKKIT-3454feildmaster2013-01-19-2/+2
* Never remove players when unloading chunks. Fixes BUKKIT-3129cexikitin2012-12-27-3/+1
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-4/+4
* Don't create tile entity when block placement fails. Fixes BUKKIT-2924Travis Watkins2012-11-16-0/+6
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-34/+23
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-47/+58
* Update to 1.3.2Travis Watkins2012-08-25-1/+1
* Add iterator cache to UnsafeList and use it in hotspotsTravis Watkins2012-08-19-1/+1
* Fix issues with chunk saving. Fixes BUKKIT-2158, BUKKIT-2018 and BUKKIT-2229Mike Primm2012-08-19-0/+1
* Don't extend pistons until data is set. Fixes BUKKIT-2153John Driscoll2012-08-17-1/+5
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-82/+78
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-3/+4
* Remove legacy Chunk cache. Fixes BUKKIT-1400feildmaster2012-04-24-7/+6
* Avoid doing unnecessary range checks when we're looping from start to end.Travis Watkins2012-04-23-5/+6
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-62/+72
* [Bleeding] Prevent update inconsistencies on generation/decoration that span ...Mike Primm2012-03-22-0/+1
* Re-re-fixed block transmutationNathan Adams2012-03-10-1/+1
* Re-fixed block transmutationNathan Adams2012-03-10-0/+1
* recover from converter issue FIXES BUKKIT-890Tahg2012-03-02-1/+1
* ... Comments!Nathan Adams2012-03-02-2/+2
* Fixed fatal crashes when there's a block at maxheight at spawn - this fixes B...Nathan Adams2012-03-02-0/+2
* Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943Nathan Adams2012-03-02-1/+1
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-337/+392
* Updated to rename revision 02Erik Broes2012-03-01-18/+18
* Revert "Remove tile entities when a block is removed."EvilSeph2012-02-14-10/+2
* Fixed other types of 'block transmuters'.Tahg2012-02-03-0/+2
* Added debug to help with diagnosing tile entity issues in the future.Tahg2012-02-03-0/+2
* Remove tile entities when a block is removed.Tahg2012-02-03-2/+10
* Fix 'Block Transmute'. Bug where you could change the data of a block 'on dem...Erik Broes2012-01-27-0/+2
* Update for 1.1_01 renames.Erik Broes2012-01-15-7/+7
* Updated to Minecraft 1.1Erik Broes2012-01-12-16/+16
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-2/+2
* Another attempt at the vanilla tile entity bugNathan Adams2011-11-25-1/+1
* Fixed vanillas tile-entity placement bug (thanks Moo0)Nathan Adams2011-11-22-1/+1
* Update for 1.0.0Erik Broes2011-11-20-212/+203
* don't store weak references for EmptyChunks or cache CraftBlocksTahg2011-10-05-4/+6
* Attempt to fix any damage caused by misplaced tile entitiesDinnerbone2011-10-03-1/+4