summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Chunk.java
Commit message (Expand)AuthorAgeLines
* 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
* Invalid position errors for chunks now display what world they're forDinnerbone2011-09-17-4/+6
* 1.8 rename fixesDinnerbone2011-09-15-31/+17
* Update for Minecraft 1.8Dinnerbone2011-09-15-166/+395
* Extremely experimental fix to the tile-entity wipe, thanks to WugDinnerbone2011-08-08-1/+1
* Update to Minecraft 1.7Dinnerbone2011-06-30-20/+32
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-33/+27
* Generic cleanupErik Broes2011-06-12-1/+1
* Squelch stacktrace for 'not so important'-'error'Erik Broes2011-06-05-1/+1
* Update for 1.6.5Erik Broes2011-05-30-5/+5
* Implemented 1.6!Dinnerbone2011-05-26-39/+55
* Whitespace + general cleanupErik Broes2011-05-15-8/+8
* Update for 1.5_02.Erik Broes2011-04-21-10/+4
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-105/+104
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-12/+22
* Minor cleanupsErik Broes2011-03-23-1/+2
* Hacky fix against block invulnerabilityDinnerbone2011-02-28-0/+18
* Generic code cleanupErik Broes2011-02-23-2/+4
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-59/+16
* Second part of NPE and arctan update :3VictorD2011-02-20-1/+4
* Prevent Blocks from getting lost when a chunk reloadsErik Broes2011-02-20-1/+4
* Fixing missing mandatory comments.Erik Broes2011-02-07-1/+1
* Chunk fetching improvementsTahg2011-02-07-0/+1
* Update chunk handling.Erik Broes2011-02-02-0/+636