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
/
ChunkProviderServer.java
Commit message (
Expand
)
Author
Age
Lines
*
Update CraftBukkit to Minecraft 1.7.10
Travis Watkins
2014-07-08
-3
/
+3
*
Avoid checking for loaded chunks for lighting and entity ticking.
Travis Watkins
2014-06-21
-2
/
+36
*
Update CraftBukkit to Minecraft 1.7.8
Travis Watkins
2014-04-11
-4
/
+8
*
Update CraftBukkit to Minecraft 1.7.5
Nate Mortensen
2014-03-21
-3
/
+11
*
Load all already generated chunks via async chunk system
Travis Watkins
2014-02-01
-13
/
+25
*
Remove references to chunklist. Fixes BUKKIT-5190
frymaster
2013-12-17
-3
/
+0
*
[Bleeding] Ignore Block Physics in Chunk population. Fixes BUKKIT-4923
t00thpick1
2013-12-08
-2
/
+7
*
Update CraftBukkit to Minecraft 1.7.2
mbax
2013-11-30
-41
/
+48
*
Update CraftBukkit to Minecraft 1.5.2
Travis Watkins
2013-04-27
-6
/
+4
*
Cleanup comments, formatting, etc
Travis Watkins
2013-03-25
-5
/
+4
*
Update CraftBukkit to Minecraft 1.5
Travis Watkins
2013-03-15
-2
/
+2
*
Load chunks asynchronously for players.
Travis Watkins
2012-12-12
-1
/
+23
*
Update CraftBukkit to Minecraft 1.4.4.
Travis Watkins
2012-11-13
-2
/
+14
*
Update CraftBukkit to Minecraft 1.4(.2).
Travis Watkins
2012-10-27
-1
/
+6
*
Replace LongObjectHashMap with a more efficient implementation
Travis Watkins
2012-09-21
-6
/
+7
*
[Bleeding] Remove redundant chunkList from ChunkProviderServer
Mike Primm
2012-08-19
-5
/
+2
*
Add LongObjectHashMap and LongHashSet
Travis Watkins
2012-08-19
-4
/
+4
*
Fix issues with chunk saving. Fixes BUKKIT-2158, BUKKIT-2018 and BUKKIT-2229
Mike Primm
2012-08-19
-4
/
+18
*
Don't force chunks to load again, causes chunk leaks with multiworld.
Travis Watkins
2012-08-06
-1
/
+1
*
Don't tick chunks or entities on chunks that are queued for unload.
Travis Watkins
2012-08-04
-2
/
+2
*
Potentially fix chunk leaking, needs further examination
feildmaster
2012-08-04
-1
/
+1
*
Update CraftBukkit to Minecraft 1.3.1
feildmaster
2012-08-02
-7
/
+16
*
Cleaned up CraftBukkit comments in NMS.
Wesley Wolfe
2012-07-23
-9
/
+7
*
Remove legacy Chunk cache. Fixes BUKKIT-1400
feildmaster
2012-04-24
-2
/
+0
*
Updated CraftBukkit to 1.2
Nathan Adams
2012-03-01
-7
/
+7
*
Updated to Minecraft 1.1
Erik Broes
2012-01-12
-0
/
+15
*
Update to mc-dev rename revision 01
Nathan Adams
2012-01-12
-4
/
+4
*
Update for 1.0.0
Erik Broes
2011-11-20
-11
/
+19
*
Update to mcdev rename revision 01 for 1.8.1
Dinnerbone
2011-09-24
-2
/
+2
*
Invalid position errors for chunks now display what world they're for
Dinnerbone
2011-09-17
-2
/
+2
*
Bunchafixes which may or may not have any end result
Dinnerbone
2011-09-16
-1
/
+5
*
Update for Minecraft 1.8
Dinnerbone
2011-09-15
-21
/
+5
*
Implemented per world setting to keep the spawn in memory or not.
Rigby
2011-08-05
-1
/
+1
*
Massive renaming update in nms. If you bypassed Bukkit, you will likely break.
Erik Broes
2011-06-27
-16
/
+13
*
Implemented ChunkPopulateEvent
Dinnerbone
2011-06-16
-1
/
+6
*
Fixed random NPEs when generating a world
Dinnerbone
2011-06-11
-2
/
+6
*
Generic cleanup
Erik Broes
2011-06-12
-4
/
+4
*
Implemented custom chunk generators and block populators
Dinnerbone
2011-06-06
-0
/
+16
*
Implemented 1.6!
Dinnerbone
2011-05-26
-15
/
+16
*
Whitespace + general cleanup
Erik Broes
2011-05-15
-5
/
+5
*
Update for 1.5_02.
Erik Broes
2011-04-21
-2
/
+2
*
Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.
Erik Broes
2011-04-20
-84
/
+82
*
Updated to Minecraft version 1.4
Dinnerbone
2011-03-31
-16
/
+24
*
Updated for the cleanups done in Bukkit
Erik Broes
2011-03-26
-3
/
+2
*
Fixing event names
Erik Broes
2011-03-21
-2
/
+2
*
Code cleanup, fixed doors, chunk entity fetching
Tahg
2011-03-11
-2
/
+2
*
Regenerate and refresh chunk methods
Raphfrk
2011-03-07
-2
/
+2
*
limit chunk unloading to 50 per tick
tahg
2011-03-02
-1
/
+1
*
Synchronized and moved Hash classes
FrozenCow
2011-03-01
-0
/
+2
*
Fixed some debug
Tahg
2011-02-24
-1
/
+10
[next]