index
:
archive/craftbukkit
master
movement-fix
version/1.12.2
version/1.8
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
minecraft
/
server
/
Chunk.java
Commit message (
Expand
)
Author
Age
Lines
*
Refactored BlockPlaceEvent and BlockChangeDelegate. Adds BUKKIT-5558
bloodshot
2014-04-23
-7
/
+2
*
Update CraftBukkit to Minecraft 1.7.5
Nate Mortensen
2014-03-21
-9
/
+9
*
Only delay removing containers. Fixes BUKKIT-5238
Travis Watkins
2013-12-24
-2
/
+12
*
Process block cleanup first. Fixes BUKKIT-4103
Travis Watkins
2013-12-24
-1
/
+2
*
Update CraftBukkit to Minecraft 1.7.2
mbax
2013-11-30
-214
/
+337
*
Update CraftBukkit to 1.6.4
feildmaster
2013-09-19
-2
/
+2
*
Update CraftBukkit to 1.6.2
mbax
2013-07-08
-2
/
+2
*
Update CraftBukkit to 1.6.1
Nate Mortensen
2013-07-01
-24
/
+24
*
Update CraftBukkit to Minecraft 1.5.2
Travis Watkins
2013-04-27
-21
/
+21
*
Cleanup comments, formatting, etc
Travis Watkins
2013-03-25
-5
/
+2
*
Update CraftBukkit to Minecraft 1.5
Travis Watkins
2013-03-15
-40
/
+42
*
Fix TileEntities and Blocks getting out of sync. Fixes BUKKIT-3501
feildmaster
2013-01-27
-6
/
+3
*
Return the valid max value for piston direction. Fixes BUKKIT-2191
feildmaster
2013-01-23
-2
/
+2
*
Refactor processBlockPlace logic. Fixes BUKKIT-3406 and BUKKIT-3454
feildmaster
2013-01-19
-2
/
+2
*
Never remove players when unloading chunks. Fixes BUKKIT-3129
cexikitin
2012-12-27
-3
/
+1
*
Update CraftBukkit to Minecraft 1.4.6
feildmaster
2012-12-20
-4
/
+4
*
Don't create tile entity when block placement fails. Fixes BUKKIT-2924
Travis Watkins
2012-11-16
-0
/
+6
*
Update CraftBukkit to Minecraft 1.4.4.
Travis Watkins
2012-11-13
-34
/
+23
*
Update CraftBukkit to Minecraft 1.4(.2).
Travis Watkins
2012-10-27
-47
/
+58
*
Update to 1.3.2
Travis Watkins
2012-08-25
-1
/
+1
*
Add iterator cache to UnsafeList and use it in hotspots
Travis Watkins
2012-08-19
-1
/
+1
*
Fix issues with chunk saving. Fixes BUKKIT-2158, BUKKIT-2018 and BUKKIT-2229
Mike Primm
2012-08-19
-0
/
+1
*
Don't extend pistons until data is set. Fixes BUKKIT-2153
John Driscoll
2012-08-17
-1
/
+5
*
Update CraftBukkit to Minecraft 1.3.1
feildmaster
2012-08-02
-82
/
+78
*
Cleaned up CraftBukkit comments in NMS.
Wesley Wolfe
2012-07-23
-3
/
+4
*
Remove legacy Chunk cache. Fixes BUKKIT-1400
feildmaster
2012-04-24
-7
/
+6
*
Avoid doing unnecessary range checks when we're looping from start to end.
Travis Watkins
2012-04-23
-5
/
+6
*
Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.
Nathan Adams
2012-03-22
-62
/
+72
*
[Bleeding] Prevent update inconsistencies on generation/decoration that span ...
Mike Primm
2012-03-22
-0
/
+1
*
Re-re-fixed block transmutation
Nathan Adams
2012-03-10
-1
/
+1
*
Re-fixed block transmutation
Nathan Adams
2012-03-10
-0
/
+1
*
recover from converter issue FIXES BUKKIT-890
Tahg
2012-03-02
-1
/
+1
*
... Comments!
Nathan Adams
2012-03-02
-2
/
+2
*
Fixed fatal crashes when there's a block at maxheight at spawn - this fixes B...
Nathan Adams
2012-03-02
-0
/
+2
*
Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943
Nathan Adams
2012-03-02
-1
/
+1
*
Updated CraftBukkit to 1.2
Nathan Adams
2012-03-01
-337
/
+392
*
Updated to rename revision 02
Erik Broes
2012-03-01
-18
/
+18
*
Revert "Remove tile entities when a block is removed."
EvilSeph
2012-02-14
-10
/
+2
*
Fixed other types of 'block transmuters'.
Tahg
2012-02-03
-0
/
+2
*
Added debug to help with diagnosing tile entity issues in the future.
Tahg
2012-02-03
-0
/
+2
*
Remove tile entities when a block is removed.
Tahg
2012-02-03
-2
/
+10
*
Fix 'Block Transmute'. Bug where you could change the data of a block 'on dem...
Erik Broes
2012-01-27
-0
/
+2
*
Update for 1.1_01 renames.
Erik Broes
2012-01-15
-7
/
+7
*
Updated to Minecraft 1.1
Erik Broes
2012-01-12
-16
/
+16
*
Updated to use mc-dev rename revision 1
Nathan Adams
2011-11-30
-2
/
+2
*
Another attempt at the vanilla tile entity bug
Nathan Adams
2011-11-25
-1
/
+1
*
Fixed vanillas tile-entity placement bug (thanks Moo0)
Nathan Adams
2011-11-22
-1
/
+1
*
Update for 1.0.0
Erik Broes
2011-11-20
-212
/
+203
*
don't store weak references for EmptyChunks or cache CraftBlocks
Tahg
2011-10-05
-4
/
+6
*
Attempt to fix any damage caused by misplaced tile entities
Dinnerbone
2011-10-03
-1
/
+4
[next]