summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ServerConfigurationManager.java
Commit message (Expand)AuthorAgeLines
* Replace a net.minecraft accessor with a public attr.Stéphan Kochen2011-02-12-5/+1
* Fixed logging into the correct worldDinnerbone2011-02-07-1/+5
* Fixed entity updatingDinnerbone2011-02-07-1/+1
* Possibly fixed block/chunk leakingDinnerbone2011-02-07-11/+15
* Fixed various multiworld teleporting issuesDinnerbone2011-02-07-1/+1
* Attempt to clear loaded chunks during multiworld teleportationDinnerbone2011-02-07-1/+1
* Added internal MC support for multiple worldsDinnerbone2011-02-07-16/+22
* Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn...Forsaken2011-02-06-11/+24
* Addded: int getMaxPlayers()Animosity2011-02-05-0/+6
* Fixed missing PLAYER_JOIN event callstevenh2011-01-30-0/+3
* Fixed initialization of CraftServerVictorD2011-01-30-2/+7
* Port to new mc-dev format.Erik Broes2011-01-30-164/+173
* removed all instances of new CraftEntity* where appropriate.Andrew Ardill2011-01-23-1/+3
* All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.en...Dinnerbone2011-01-15-1/+1
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-1/+1
* Updated against new mc-dev format, takes out quite some casting troubles at t...Erik Broes2011-01-11-66/+67
* Fixed NPE on Player related methods in CraftServerDinnerbone2011-01-03-0/+1
* Fixed a bunch of warnings.Lymia2011-01-02-11/+11
* Changed tabs to 4 spaces, removed unnecessary importsdurron5972011-01-01-1/+1
* Transition to MavenErik Broes2011-01-01-0/+369