summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/WorldMap.java
Commit message (Collapse)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-2/+1
| | | | | | | | | | | | | 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
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-32/+32
|
* Update for 1.0.0Erik Broes2011-11-20-8/+8
|
* Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q ↵EvilSeph2011-08-12-1/+6
| | | | and dested!
* Map handling improvements.Rigby2011-08-05-11/+16
| | | | | Fixed an NPE occurring under certain circumstances. Made it possible for maps to exist without having to associate them with a world.
* Fixed uuid code that was prematurely pushed.Warren Loo2011-07-13-1/+2
|
* uuid changesTahg2011-07-13-6/+13
|
* Okay, back to arbitrary offsets!Dinnerbone2011-07-07-9/+11
|
* No longer use an arbitrary offset to locate the correct mapDinnerbone2011-07-07-11/+9
|
* Made maps support MultiWorld worlds.Rigby2011-07-07-1/+44
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-10/+10
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-0/+1
|
* map cursor rotation fixTahg2011-06-03-1/+1
|
* More multiworld fixesTahg2011-05-31-0/+144