summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/WorldNBTStorage.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-310/+0
| | | | For more information please see http://www.spigotmc.org/
* Fix missed diff and other small thingsTravis Watkins2014-04-13-1/+5
|
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-5/+16
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-1/+1
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-10/+14
|
* Add exception-resilience to reading UUID. Fixes BUKKIT-4833Wesley Wolfe2013-10-06-17/+33
| | | | | | | | | When a "uid.dat" file is corrupt (empty or <16 bytes), WorldNBTStorage will silently fail to read and return null. Non-null behavior is expected everywhere that this value is used. This change will force a random UUID when the previous UUID cannot be read, and getUUID to no longer silently ignore read/write exceptions.
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-5/+5
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-11/+12
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-16/+27
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-2/+5
| | | | | | | | | | | | | 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
* Use a different temp file for each player to avoid corruption. Fixes BUKKIT-1607Travis Watkins2012-05-09-1/+1
|
* Updated version to 1.2.5-R0.1-SNAPSHOTDinnerbone (Laptop)2012-03-30-0/+4
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-13/+1
|
* Fix formatting.Erik Broes2012-01-15-1/+1
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-2/+2
|
* Implemented (offline)player date methodsNathan Adams2011-12-12-0/+7
|
* Implemented server.getOfflinePlayersNathan Adams2011-12-04-0/+4
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-0/+257