Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1. | Nathan Adams | 2012-03-22 | -0/+1 |
| | ||||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -0/+12 |
| | ||||
* | Updated to rename revision 02 | Erik Broes | 2012-03-01 | -5/+5 |
| | ||||
* | [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 | Celtic Minstrel | 2012-02-29 | -1/+1 |
| | | | | | | | | | | | | See the corresponding Bukkit commit for details. Implementation details: - Any packets that include an itemstack will send air stacks as null; maybe this will even eliminate the client crash that occurs if the client receives an air stack - Better handling of null itemstacks in general (ie less converting them to air stacks) - Inventory.setContents() can now take an array smaller than the inventory without error - Player.updateInventory() should now correctly update the result slot in a crafting inventory Some small credit goes to Afforess (initial implementation of openInventory() methods) and Drakia (initial implementation of InventoryOpenEvent and InventoryCloseEvent). | |||
* | Fix formatting. | Erik Broes | 2012-01-15 | -2/+2 |
| | ||||
* | Update for 1.1_01 renames. | Erik Broes | 2012-01-15 | -5/+5 |
| | | | | | 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.1 | Erik Broes | 2012-01-12 | -3/+3 |
| | ||||
* | Updated to use mc-dev rename revision 1 | Nathan Adams | 2011-11-30 | -8/+8 |
| | ||||
* | Update for 1.0.0 | Erik Broes | 2011-11-20 | -30/+69 |
| | ||||
* | Update for Minecraft 1.8 | Dinnerbone | 2011-09-15 | -8/+15 |
| | ||||
* | Massive renaming update in nms. If you bypassed Bukkit, you will likely break. | Erik Broes | 2011-06-27 | -7/+2 |
| | | | | Also minimized all the nms diffs and generic cleanups all around. | |||
* | Update for 1.6.5 | Erik Broes | 2011-05-30 | -9/+0 |
| | ||||
* | Improved packet handling | Tahg | 2011-05-28 | -0/+9 |
| | ||||
* | Implemented 1.6! | Dinnerbone | 2011-05-26 | -1/+3 |
| | ||||
* | Whitespace + general cleanup | Erik Broes | 2011-05-15 | -3/+3 |
| | ||||
* | Fix TextWrapping issues; Now limits the packets send to the client to ↵ | Erik Broes | 2011-04-25 | -2/+2 |
| | | | | either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes. | |||
* | Hid stacktrace for socket exceptions. | EvilSeph | 2011-04-23 | -0/+15 |
| | ||||
* | Made the server not accept Packet27 as it is not used. | EvilSeph | 2011-04-22 | -0/+205 |
| | ||||
* | Update for 1.5_02. | Erik Broes | 2011-04-21 | -248/+0 |
| | ||||
* | Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break. | Erik Broes | 2011-04-20 | -1/+2 |
| | ||||
* | Prevent nasty connection errors from hitting the console. | Tony | 2011-04-07 | -0/+14 |
| | ||||
* | Updated packet-filters | Erik Broes | 2011-04-01 | -33/+34 |
| | ||||
* | Updated to Minecraft version 1.4 | Dinnerbone | 2011-03-31 | -3/+1 |
| | ||||
* | Limit server to only send the packets it creates and only accept the packets ↵ | Erik Broes | 2011-03-27 | -0/+234 |
the client creates |