Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [Bleeding] Remove redundant chunkList from ChunkProviderServer | Mike Primm | 2012-08-19 | -5/+2 |
| | | | | | | This ArrayList duplicates part of the functionality of the much more efficient chunk map so can be removed as the map can be used in the few places this was needed. | |||
* | Add LongObjectHashMap and LongHashSet | Travis Watkins | 2012-08-19 | -4/+4 |
| | | | | | | | | | | | | | | | Replace uses of LongHashtable and LongHashset with new implementations. Remove EntryBase, LongBaseHashtable, LongHashset, and LongHashtable as they are no longer used. LongObjectHashMap does not use Entry or EntryBase classes internally for storage so has much lower object churn and greater performance. LongHashSet is not as much of performance win for our use case but for general use is up to seventeen times faster than the old implementation and is in fact faster than alternatives from "high performance" java libraries. This is being added so that if someone tries to use it in the future in a place unrelated to its current use they don't accidentally end up with something slower than the Java collections HashSet implementation. | |||
* | 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 |
| | | | | | Treat chunks in the unload queue as if they are already unloaded to prevent processing on them removing them from the unload queue and leaking. | |||
* | 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 |
| | | | | | | | | | | | | | 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-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 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | 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 |
| | ||||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -9/+9 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -7/+8 |
| | ||||
* | N.M.S cleanup in preparation for update | Dinnerbone | 2011-02-21 | -5/+1 |
| | ||||
* | Minor cleaning of code | Erik Broes | 2011-02-20 | -5/+3 |
| | ||||
* | Prevent Blocks from getting lost when a chunk reloads | Erik Broes | 2011-02-20 | -0/+2 |
| | ||||
* | fixed buttons, plates | Tahg | 2011-02-19 | -10/+18 |
| | | | | | added yield to explosion added event for chunk unloading | |||
* | Removed debug and fixed //craftbukkit comments from 0239b76f611597f8486a | Dinnerbone | 2011-02-11 | -2/+2 |
| | ||||
* | more chunk fixes | Tahg | 2011-02-11 | -14/+12 |
| | ||||
* | Fixed chunk unloading | Dinnerbone | 2011-02-10 | -1/+1 |
| | ||||
* | Just cleaning some commits. Don't mind me. | Dinnerbone | 2011-02-08 | -104/+7 |
| | ||||
* | Added loadChunk, unloadChunk and unloadChunkRequest. | Dinnerbone | 2011-02-08 | -1/+89 |
| | ||||
* | Fixing missing mandatory comments. | Erik Broes | 2011-02-07 | -7/+12 |
| | ||||
* | Chunk fetching improvements | Tahg | 2011-02-07 | -18/+11 |
| | ||||
* | getLoadedChunks method | Raphfrk | 2011-02-05 | -0/+13 |
| | ||||
* | Update chunk handling. | Erik Broes | 2011-02-02 | -3/+1 |
| |