Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update CraftBukkit to Minecraft 1.3.1 | feildmaster | 2012-08-02 | -86/+87 |
| | ||||
* | Detect and disconnect 1.3 clients properly. Fixes BUKKIT-1952 | Wesley Wolfe | 2012-07-26 | -0/+6 |
| | ||||
* | Cleaned up CraftBukkit comments in NMS. | Wesley Wolfe | 2012-07-23 | -8/+2 |
| | | | | | | | | | | | | | 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 | |||
* | Remove address from throttle hashmap before killing socket. Fixes BUKKIT-659 | Travis Watkins | 2012-04-24 | -1/+2 |
| | ||||
* | Load player data before calling PlayerLoginEvent. Fixes BUKKIT-1531 and ↵ | feildmaster | 2012-04-23 | -1/+1 |
| | | | | Fixes BUKKIT-601. | |||
* | Removed temporary hackish fix for the entity interactivity issues, fixed ↵ | EvilSeph | 2012-03-22 | -2/+1 |
| | | | | properly in MC1.2.4. | |||
* | Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. | Nathan Adams | 2012-03-22 | -2/+3 |
| | ||||
* | [Bleeding] Implemented getting the hostname a player used to log in. ↵ | SpaceManiac | 2012-03-09 | -1/+8 |
| | | | | Addresses BUKKIT-984 | |||
* | Extremely hackish fix for the entity interactivity issue. Fixes BUKKIT-960 | EvilSeph | 2012-03-07 | -1/+2 |
| | ||||
* | Fixed sending maxPlayers at initial login | Nathan Adams | 2012-03-01 | -1/+1 |
| | ||||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -3/+3 |
| | ||||
* | Updated to rename revision 02 | Erik Broes | 2012-03-01 | -1/+1 |
| | ||||
* | Use OO > new method | Erik Broes | 2012-01-29 | -1/+1 |
| | ||||
* | Disallow colour names in offline-mode. This fixes BUKKIT-439. Thanks to ↵ | Nathan Adams | 2012-01-20 | -0/+7 |
| | | | | cainfool for the discovery. | |||
* | Fix formatting. | Erik Broes | 2012-01-15 | -1/+1 |
| | ||||
* | Update for 1.1_01 renames. | Erik Broes | 2012-01-15 | -13/+13 |
| | | | | | 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. | |||
* | Fixed informing players of supported Plugin Channels | Nathan Adams | 2012-01-14 | -0/+1 |
| | ||||
* | Updated to Minecraft 1.1 | Erik Broes | 2012-01-12 | -4/+4 |
| | ||||
* | Update to mc-dev rename revision 01 | Nathan Adams | 2012-01-12 | -1/+1 |
| | ||||
* | Implemented 1.0.1 fixes. This fixes BUKKIT-3, BUKKIT-39, BUKKIT-150 | Nathan Adams | 2011-12-01 | -2/+2 |
| | ||||
* | Updated to use mc-dev rename revision 1 | Nathan Adams | 2011-11-30 | -5/+5 |
| | ||||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -17/+9 |
| | ||||
* | Added server list ping event. | sk89q | 2011-09-26 | -1/+9 |
| | ||||
* | Changed max player count from 126 to 60 for ingame player list rendering fixes | Dinnerbone | 2011-09-25 | -3/+3 |
| | ||||
* | Update to mcdev rename revision 01 for 1.8.1 | Dinnerbone | 2011-09-24 | -3/+3 |
| | ||||
* | More latency handling fixes. | Rigby | 2011-09-16 | -1/+7 |
| | | | | | 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 NPE when a client queries a server that is unable to handle it. | EvilSeph | 2011-09-16 | -0/+1 |
| | ||||
* | Removed some unneeded code, possibly fixed animal spawning | Dinnerbone | 2011-09-15 | -2/+2 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -3/+37 |
| | ||||
* | Update to Minecraft 1.7 | Dinnerbone | 2011-06-30 | -2/+2 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -4/+4 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Added per player time support. Thanks eisental, Shamebot and needspeed10! | EvilSeph | 2011-06-17 | -1/+1 |
| | ||||
* | Fixed login message and CraftBukkit comment. | EvilSeph | 2011-06-14 | -1/+2 |
| | ||||
* | Generic cleanup | Erik Broes | 2011-06-12 | -1/+1 |
| | ||||
* | Added world name to player logged in message. | EvilSeph | 2011-06-10 | -1/+1 |
| | ||||
* | Portal changes. | Tahg | 2011-06-08 | -2/+2 |
| | ||||
* | Implemented 1.6! | Dinnerbone | 2011-05-26 | -13/+13 |
| | ||||
* | Whitespace + general cleanup | Erik Broes | 2011-05-15 | -1/+2 |
| | ||||
* | Update for 1.5_02. | Erik Broes | 2011-04-21 | -5/+12 |
| | ||||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -36/+33 |
| | ||||
* | Added pre-login event for catching logins right after name verification has ↵ | sk89q | 2011-04-16 | -1/+7 |
| | | | | completed. This happens in a different thread from the server (and thus can also block). | |||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -6/+6 |
| | ||||
* | Added ability to disable the join/leave notices by setting the message to ↵ | Raphfrk | 2011-03-26 | -1/+1 |
| | | | | null in the event. The join message is moved to the onJoinEvent rather than during login | |||
* | Generic code cleanup | Erik Broes | 2011-02-23 | -2/+2 |
| | ||||
* | Update to Minecraft 1.3 beta | Dinnerbone | 2011-02-23 | -5/+6 |
| | ||||
* | Fix encoding in net.minecraft.server files. | Daniel Chesters | 2011-02-20 | -1/+1 |
| | ||||
* | Added internal MC support for multiple worlds | Dinnerbone | 2011-02-07 | -0/+118 |