summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemWorldMap.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-77/+45
|
* Ensure maps are stored only in the main world. Fixes BUKKIT-4872feildmaster2013-10-30-3/+6
|
* Don't share WorldMapCollection. Fixes BUKKIT-4871Wesley Wolfe2013-10-30-1/+1
| | | | | | | | | | WorldMapCollection stores scoreboard, map (item), structure, and village information. Scoreboards are explicitly handled globally, while villages and structures are erroneously shared. This commit separates the WorldMapCollections to not be shared among custom worlds. Maps are special-cased to maintain the previous shared behavior.
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-4/+4
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-76/+79
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-101/+107
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-4/+4
|
* Made crafted maps fire MapInitializeEvent. Fixes BUKKIT-143EvilSeph2012-02-08-0/+5
|
* Fixed maps crashing/disconnecting the client under certain circumstances.EvilSeph2012-01-29-0/+1
|
* Updated to Minecraft 1.1Erik Broes2012-01-12-2/+2
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-3/+3
|
* Fixed (Bukkit multiworld) maps as described in BUKKIT-142.EvilSeph2011-12-10-2/+3
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-16/+16
|
* Update for 1.0.0Erik Broes2011-11-20-8/+7
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-9/+8
|
* Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q ↵EvilSeph2011-08-12-0/+10
| | | | and dested!
* Fixed map render distance when view-distance < 7.EvilSeph2011-07-22-0/+1
|
* Fixed maps crashing/disconnecting the client under certain circumstances.EvilSeph2011-07-21-0/+1
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-2/+2
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-4/+4
| | | | Also minimized all the nms diffs and generic cleanups all around.
* More multiworld fixesTahg2011-05-31-0/+234