summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ServerConfigurationManager.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-793/+0
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-3/+3
| | | | | | | | | | | | | 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
* Preserve whitelist ordering. Addresses BUKKIT-1805Jeff Wardian2012-06-14-1/+3
|
* Load player data before calling PlayerLoginEvent. Fixes BUKKIT-1531 and ↵feildmaster2012-04-23-1/+2
| | | | Fixes BUKKIT-601.
* Implement new address to PlayerLoginEvent; Addresses BUKKIT-431Wesley Wolfe2012-04-03-2/+2
|
* Updated version to 1.2.5-R0.1-SNAPSHOTDinnerbone (Laptop)2012-03-30-0/+25
|
* Removed temporary hackish fix for the entity interactivity issues, fixed ↵EvilSeph2012-03-22-82/+0
| | | | properly in MC1.2.4.
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-1/+1
|
* [Bleeding] Implemented getting the hostname a player used to log in. ↵SpaceManiac2012-03-09-3/+3
| | | | Addresses BUKKIT-984
* Extremely hackish fix for the entity interactivity issue. Fixes BUKKIT-960EvilSeph2012-03-07-0/+83
|
* Fixed the dreaded GSOD crash. Fixes BUKKIT-1040EvilSeph2012-03-07-0/+2
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-4/+4
|
* Updated to rename revision 02Erik Broes2012-03-01-2/+2
|
* Implemented TeleportCause enums. Addresses BUKKIT-265James Clarke2012-02-29-1/+21
|
* Added a built-in update checker. See ↵Nathan Adams2012-02-16-0/+1
| | | | http://wiki.bukkit.org/Bukkit.yml#auto-updater for new bukkit.yml options.
* [Bleeding] Implemented Vanish API.Travis Watkins2012-02-03-7/+25
| | | | | Remove players that cannot see a player from their EntityTrackerEntry and only send user list updates to players who can see the player they reference.
* Fixed wrong game type being sent when a player is teleported across worlds. ↵EvilSeph2012-02-01-1/+1
| | | | Fixes BUKKIT-510
* Added useExactLoginLocation(). Closes BUKKIT-145EvilSeph2012-01-29-3/+7
| | | | | | | | useExactLoginLocation() looks for settings.use-exact-login-location within bukkit.yml. If true, we will bypass Vanilla's behaviour of checking for collisions and moving the player if needed when they login. If false, we will continue to follow Vanilla's behaviour and move players that 'collide' with objects when they login.
* Update for 1.1_01 renames.Erik Broes2012-01-15-3/+3
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Updated to Minecraft 1.1Erik Broes2012-01-12-2/+2
|
* Fix balance of CraftBukkit start/end.Erik Broes2012-01-12-1/+2
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-8/+8
|
* Fix CraftBukkit comments.Erik Broes2012-01-12-6/+6
|
* Fixed NPE in ServerConfigurationManager when sometimes attempting to flee ↵Nathan Adams2011-12-09-1/+3
| | | | the End
* Fixed exp resetting upon teleporting cross-world (fixes BUKKIT-46. Again.)Nathan Adams2011-12-04-0/+1
|
* Fixed a few player-respawn issues. This should resolve BUKKIT-28 (Dupe bug), ↵Nathan Adams2011-12-04-9/+1
| | | | BUKKIT-29 (Poisons lasting), and BUKKIT-46 (XP resetting)
* Don't disconnect a player if they're already disconnected (fixes BUKKIT-43)Nathan Adams2011-12-01-0/+2
|
* Fixed Players from technically only dying once (thanks Qala)Nathan Adams2011-11-30-0/+1
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-9/+9
|
* Ignore empty messages (not just null) for join and quitNathan Adams2011-11-28-1/+1
|
* Fixed NPE travelling to the nether from a custom worldNathan Adams2011-11-25-1/+1
|
* Nether portals should now only work in the default worldNathan Adams2011-11-25-1/+1
|
* Fixed portal event reporting wrong from-worldNathan Adams2011-11-25-2/+2
|
* I've either fixed going to The End, or made it worse. I'm sure we'll find ↵Nathan Adams2011-11-24-3/+18
| | | | out soon!
* Fixed allow-nether being ignoredNathan Adams2011-11-24-3/+7
|
* Update for 1.0.0Erik Broes2011-11-20-46/+60
|
* Fixed PlayerChangedWorld event.sunkid2011-10-03-4/+6
| | | | Moved the call of PlayerChangedWorldEvent to more appropriate location
* Minimal diffs! Move methods for the new list-name away from nmsDinnerbone2011-10-03-50/+1
|
* Implemented PlayerChangedWorldEvent.sunkid2011-10-01-10/+15
|
* Added Player.get/setListName to change the name of the player on the player ↵sk89q2011-09-26-4/+60
| | | | list.
* Implemented getOperatorsDinnerbone2011-09-25-1/+1
|
* Blocked access to ColouredConsoleSenders constructor, implemented ↵Dinnerbone2011-09-24-1/+1
| | | | getConsoleSender
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-28/+28
|
* Refactored a bunch of death code into the event factoryDinnerbone2011-09-21-0/+4
|
* Missed closing the comment block -- dohErik Broes2011-09-18-0/+1
|
* Remove pingpacket updating completely for now -- this needs a better fix, ↵Erik Broes2011-09-18-19/+10
| | | | the default original implementation has a hug bug
* Fix silly infiniteloop in pingpacketErik Broes2011-09-17-2/+1
|
* Implemented configurable ping packet limit.EvilSeph2011-09-16-13/+19
|
* More latency handling fixes.Rigby2011-09-16-0/+5
| | | | | Fixed Clientside rendering issues of the PlayerInfo window if max players > 126. Limited PlayerInfo packets to 126 at a time as it cannot render anymore than 126.
* Fixed the client having an incorrect world seed on respawn/teleporting ↵EvilSeph2011-09-16-1/+1
| | | | across worlds.