13
0
geforkt von Mirrors/Paper
Paper/src/main/java/org/bukkit/craftbukkit
Andrew Ardill fb8a45b648 Teach CraftServer.getOfflinePlayers to also give all online players.
This method is most useful when it gives all the players who have ever
logged on to the server. Previously, it was not distinguishing between
players who had previously logged on, and were currently logged in,
and those who had previously looged on and were not currently logged in.
A distinction was made, however, between those currently logged in,
but who had not logged in previously.

This commit ensures that all players who have ever logged in (and are
listed as either logged in, or they have a player .dat file) will be
returned by the mentioned method.

Fixes BUKKIT-404
2011-12-27 16:48:09 +11:00
..
block Fix CraftBlock toString. 2011-12-01 21:03:23 +01:00
command Make rcon .sendMessage each write on a new line. This fixes BUKKIT-353. Thanks to ks07 for the pull req. 2011-12-19 16:22:59 +00:00
enchantments Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
entity Fixed clients not seeing EXP update immediately after using .setTotalExp and level methods 2011-12-12 19:44:57 +00:00
event Clean-up some events to maintain general style 2011-12-05 19:23:40 +11:00
generator Update for 1.0.0 2011-11-20 00:01:33 -08:00
inventory Fix error when cloning enchanted ItemStacks. 2011-12-20 00:30:54 +11:00
map Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
scheduler Revert "Do not immediately re-queue repeating tasks, or they may simply keep repeating on this tick, until the 35ms time limit runs out." See 3632d99122 (commitcomment-478252) 2011-07-14 23:21:28 +01:00
util Fix for entity spawning and some code cleanup 2011-12-06 19:21:10 -05:00
ChunkCompressionThread.java Fixed memory leak Chunk Compression handling. Thanks Zeerix! 2011-08-27 01:16:53 -04:00
CraftArt.java fixed mapping of Art <-> EnumArt in Paintings 2011-10-12 14:13:11 -04:00
CraftChunk.java don't store weak references for EmptyChunks or cache CraftBlocks 2011-10-05 11:36:03 -04:00
CraftChunkSnapshot.java Added support back in for biome temperature and rainfall in snapshots. 2011-09-17 17:12:44 -04:00
CraftOfflinePlayer.java Implemented (offline)player date methods 2011-12-12 17:39:52 +00:00
CraftServer.java Teach CraftServer.getOfflinePlayers to also give all online players. 2011-12-27 16:48:09 +11:00
CraftWorld.java Fixed world.getHighestBlockYAt(x,z) returning 0 for existing but not loaded chunks. This fixes BUKKIT-327. Thanks for dredhorse for the pull request! 2011-12-19 16:30:26 +00:00
LoggerOutputStream.java Redirect System.out and System.err to a Logger 2011-02-20 01:53:06 +00:00
Main.java Added new --noconsole command argument, thanks to mkurzeja for the idea 2011-11-05 20:15:19 +00:00
PortalTravelAgent.java I've either fixed going to The End, or made it worse. I'm sure we'll find out soon! 2011-11-24 20:00:55 +00:00
TextWrapper.java Updated to use mc-dev rename revision 1 2011-11-30 21:46:19 +00:00
TrigMath.java Generic cleanup of the org.bukkit.craftbukkit classes. 2011-06-12 12:51:54 +02:00