summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Chunk.java
Commit message (Collapse)AuthorAgeLines
* 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
| | | | | Adds a specialized iterator for the list and a pool of iterators to avoid object churn. Also optimizes the clear() method to reduce object creation.
* 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
| | | | | | | | | | | | | 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
* 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
| | | | | | | | | | | | | | | | | | Make EntityLiving call AI logic every tick again. Rework PathfinderGoalSelector logic. Adds UnsafeList for use in places where we use ArrayList and know we won't get index out of range errors. Added usage to World's tickEntities, Chunk's entitySlices to speed up searching for entities, and to PathfinderGoalSelector to speed up dealing with AI goals. Reworked logic in PathfinderGoalSelector with help from fullwall. This code no longer uses an extra ArrayList for setting up goals and only updates which goals should be run every other time it is called. Removed only calling PathfinderGoalSelector every other tick from EntityLiving as we now only setup new goals every other tick. This ensures existing goals run every tick to properly update mob movement.
* 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
| | | | chunks. Fixes BUKKIT-871
* 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 ↵Nathan Adams2012-03-02-0/+2
| | | | BUKKIT-922.
* 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
| | | | This reverts commit 1d4347fbaf3c891580a9ee40a8e9632c992f8b08.
* 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 ↵Erik Broes2012-01-27-0/+2
| | | | demand'.
* Update for 1.1_01 renames.Erik Broes2012-01-15-7/+7
| | | | | 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.
* 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
| | | | Also minimized all the nms diffs and generic cleanups all around.
* 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
|