summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server
Commit message (Expand)AuthorAgeLines
* Ensure we always log commands and log the right thing.Travis Watkins2014-05-14-1/+2
* Handle chat packets correctlyWesley Wolfe2014-05-13-4/+4
* Handle inventory max stack sizes even better. Fixes BUKKIT-5595Travis Watkins2014-05-13-1/+6
* [Bleeding] Fix stack overflow with Ender Crystals. Fixes BUKKIT-5583GJ2014-05-03-3/+3
* [Bleeding] Recheck persistence for chicken jockeys each tick. Fixes BUKKIT-5577GJ2014-04-29-0/+5
* [Bleeding] Include equipment in EntityDeathEvent loot. Fixes BUKKIT-5566GJ2014-04-29-4/+23
* [Bleeding] Correct issues with MEGA_REDWOOD trees. Fixes BUKKIT-5568GJ2014-04-28-1/+1
* Refactored BlockPlaceEvent and BlockChangeDelegate. Adds BUKKIT-5558bloodshot2014-04-23-2593/+250
* Don't limit anvil stack size.Travis Watkins2014-04-23-1/+0
* Handle inventory max stack sizes better. Fixes BUKKIT-5564Travis Watkins2014-04-23-8/+33
* Faux sleepers wake up normally. Fixes BUKKIT-3667Yariv Livay2014-04-18-1/+1
* Allow plugins to enchant normally unenchantable items. Adds BUKKIT-1849Andre LeBlanc2014-04-18-1/+7
* Update client stack when block place is cancelled. Fixes BUKKIT-5284bloodshot2014-04-18-1/+3
* Update chest animation after cancelling open event. Fixes BUKKIT-1440bloodshot2014-04-18-12/+44
* Call event when boat is destroyed by falling. Fixes BUKKIT-5500Brokkonaut2014-04-18-7/+14
* Removing broken chunk caching from World. Fixes BUKKIT-5425Brokkonaut2014-04-18-16/+1
* [Bleeding] Call EntityTargetEvent in many new places.GJ2014-04-18-11/+48
* Add files from mc-dev for diff visibility.GJ2014-04-18-0/+99
* [Bleeding] Call BlockRedstoneEvent for all rails. Adds BUKKIT-4080GJ2014-04-18-1/+15
* Add BlockPoweredRail.java from mc-dev for diff visibility.GJ2014-04-18-0/+132
* [Bleeding] Ice in the nether fades to air. Fixes BUKKIT-5373GJ2014-04-18-1/+1
* [Bleeding] Fix some inventories not using maxStack. Fixes BUKKIT-2883GJ2014-04-18-3/+9
* [Bleeding] Add all blocks needed to PortalCreateEvent. Fixes BUKKIT-5464GJ2014-04-18-3/+9
* [Bleeding] Add many missing SpawnReasons.GJ2014-04-18-11/+14
* Add files from mc-dev for diff visibility.GJ2014-04-18-0/+622
* [Bleeding] Add many missing event calls.GJ2014-04-18-40/+152
* Add BlockTallPlant.java from mc-dev for diff visibility.GJ2014-04-18-0/+160
* [Bleeding] Add missing HangingBreakEvent. Fixes BUKKIT-3943GJ2014-04-18-4/+17
* Update CraftBukkit to Minecraft 1.7.9Nate Mortensen2014-04-17-6/+15
* Handle expired bans correctly. Fixes BUKKIT-5541Travis Watkins2014-04-17-3/+19
* Fix getting white list, ban list, and op list. Fixes BUKKIT-5538Travis Watkins2014-04-17-23/+23
* Import files from mc-dev for diff visibilityTravis Watkins2014-04-17-0/+235
* [Bleeding] Re-add missed diff in 1.7.5 update. Fixes BUKKIT-5536t00thpick12014-04-17-1/+1
* Fix missed diff and other small thingsTravis Watkins2014-04-13-12/+16
* Use world-container when finding players to convert. Fixes BUKKIT-5530Travis Watkins2014-04-13-1/+1
* Update CraftBukkit to Minecraft 1.7.8Travis Watkins2014-04-11-525/+1453
* Add method to send fake sign updates to players. Adds BUKKIT-2300Patrick Seidel2014-04-02-17/+16
* Add player unique ID to (Async)PlayerPreLoginEvent. Adds BUKKIT-5108BlackHole2014-04-02-2/+3
* Fix issues with leashes and weather due to missed diffTravis Watkins2014-03-26-2/+2
* Correct missed diffTravis Watkins2014-03-24-3/+3
* Fix missed diff making horses lose their saddleTravis Watkins2014-03-22-1/+1
* Fix teleport failing right after join. Fixes BUKKIT-5479Travis Watkins2014-03-22-3/+14
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-2589/+2578
* Remove chunks from queue if we don't need them anymore.Travis Watkins2014-02-12-10/+40
* Check if entity is in list before decrementing. Fixes BUKKIT-5404EvilSeph2014-02-11-3/+5
* Ignore player selectors if not a Command Block.EvilSeph2014-02-11-0/+6
* Add PlayerSelector.java for diff visibility.EvilSeph2014-02-11-0/+241
* Hide message from connection throttle on startup. Fixes BUKKIT-5403Travis Watkins2014-02-10-1/+1
* Readd diff missed in the 1.7 update.Travis Watkins2014-02-10-6/+26
* Handle removing entity while ticking. Fixes BUKKIT-1331Travis Watkins2014-02-10-6/+14