Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943 | Nathan Adams | 2012-03-02 | -10/+10 |
| | ||||
* | Fixed porting issue with SpawnerCreature. Fixes BUKKIT-921 | Tahg | 2012-03-02 | -1/+1 |
| | ||||
* | Allow the new jungle tree type to be grown both as a single sapling and as a ↵ | md_5 | 2012-03-02 | -4/+38 |
| | | | | group of 4. Fixes BUKKIT-886 | |||
* | Convert contained worlds to Anvil (thanks to Amaranth) | Nathan Adams | 2012-03-02 | -1/+6 |
| | ||||
* | Implemented snapshot support for 1.2. | Mike Primm | 2012-03-02 | -74/+143 |
| | ||||
* | Preserve data if possible when dropping Items from entities. Partial ↵ | Tahg | 2012-03-01 | -2/+16 |
| | | | | solution for BUKKIT-15 | |||
* | Fixed hunger not behaving correctly. Addresses BUKKIT-907 | EvilSeph | 2012-03-01 | -1/+1 |
| | ||||
* | Fix porting issue in World.mayPlace Fixes BUKKIT-915 | Tahg | 2012-03-01 | -1/+1 |
| | ||||
* | World height related fixes - 128 -> 256. Addresses BUKKIT-889 | Mike Primm | 2012-03-01 | -15/+15 |
| | ||||
* | Fixed sending maxPlayers at initial login | Nathan Adams | 2012-03-01 | -1/+1 |
| | ||||
* | Implemented new 1.2 entities - this fixes BUKKIT-872 and BUKKIT-885 | Nathan Adams | 2012-03-01 | -100/+213 |
| | ||||
* | Revert filtering by dynamic block range | Tahg | 2012-03-01 | -1/+1 |
| | ||||
* | Potentially fixed crash when building at max world height | Nathan Adams | 2012-03-01 | -1/+1 |
| | ||||
* | Made the auto-update-checker suggest channels to server administrators if ↵ | Nathan Adams | 2012-03-01 | -2/+101 |
| | | | | they're upgrading past their preferred channel. | |||
* | Fixed compile issues with StructureGrowDelegate not implementing the new ↵ | Nathan Adams | 2012-03-01 | -0/+4 |
| | | | | isEmpty method | |||
* | Fixed cast issues when passing delegates to world generators, and ↵ | Nathan Adams | 2012-03-01 | -11/+189 |
| | | | | | | WorldGenMegaTree method exception. This fixes BUKKIT-866, and references BUKKIT-868. Also bumped version to 1.2.2-R0.1-SNAPSHOT to match Bukkit. | |||
* | Fixed NoSuchMethodError in WorldGenGroundBush | Nathan Adams | 2012-03-01 | -0/+56 |
| | ||||
* | Updated CraftBukkit to 1.2 | Nathan Adams | 2012-03-01 | -4389/+3666 |
| | ||||
* | Potentially fixed inventory issues. This (should) fix issue BUKKIT-860 | Nathan Adams | 2012-03-01 | -2/+2 |
| | ||||
* | We build for 1.5. | EvilSeph | 2012-03-01 | -3/+2 |
| | ||||
* | [Bleeding] Added Conversations API. Addresses BUKKIT-864 | rmichela | 2012-03-01 | -17/+147 |
| | ||||
* | [Bleeding] Added Help API. Addresses BUKKIT-863 | rmichela | 2012-03-01 | -2/+516 |
| | ||||
* | Fixed AchievementTest.java | feildmaster | 2012-03-01 | -6/+2 |
| | ||||
* | Updated to rename revision 02 | Erik Broes | 2012-03-01 | -760/+771 |
| | ||||
* | Fix for Java 1.5 | Celtic Minstrel | 2012-02-29 | -3/+2 |
| | ||||
* | [Bleeding] Implementation of inventory framework. Addresses BUKKIT-856 | Celtic Minstrel | 2012-02-29 | -89/+1821 |
| | | | | | | | | | | | | 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). | |||
* | Imported from mc-dev: | Celtic Minstrel | 2012-02-29 | -0/+856 |
| | | | | | | | | | | | - TileEntity - Container - ContainerFurnace - ContainerDispenser - ContainerChest - ContainerEnchantTableSubcontainer - ContainerEnchantTableInventory - ContainerBrewingStand | |||
* | Implementation of richer playEffect methods. Addresses BUKKIT-857 | Celtic Minstrel | 2012-02-29 | -0/+96 |
| | ||||
* | Added EntityTargetEvent for Experience Orbs, happens when it starts moving ↵ | ZNickq | 2012-02-29 | -11/+23 |
| | | | | towards a human entity! Addresses BUKKIT-820 | |||
* | Implemented TeleportCause enums. Addresses BUKKIT-265 | James Clarke | 2012-02-29 | -1/+21 |
| | ||||
* | Moved getVehicle, leaveVehicle and isInsideVehicle from CraftLivingEntity to ↵ | TomyLobo | 2012-02-29 | -26/+22 |
| | | | | CraftEntity. Addresses BUKKIT-811 | |||
* | [Bleeding] Implement Metadata framework for Entities, Blocks, and Worlds | rmichela | 2012-02-29 | -2/+305 |
| | ||||
* | [Bleeding] Fix generics. Addresses BUKKIT-844 | Wesley Wolfe | 2012-02-29 | -6/+5 |
| | ||||
* | Added plugin-profiling setting to bukkit.yml. | Travis Watkins | 2012-02-29 | -1/+2 |
| | ||||
* | Adjusted CraftBukkit to work with the entity event convenience patch in ↵ | TomyLobo | 2012-02-29 | -63/+59 |
| | | | | Bukkit. Addresses BUKKIT-809 | |||
* | Fixed sneaking eye height. Addresses BUKKIT-808 | TomyLobo | 2012-02-27 | -1/+1 |
| | ||||
* | Fixed CraftOfflinePlayer.getLastPlayed() returning the wrong result. ↵ | Olof Larsson | 2012-02-27 | -1/+1 |
| | | | | Addresses BUKKIT-847 | |||
* | Added plugin loading log entry | EdGruberman | 2012-02-26 | -0/+2 |
| | ||||
* | Implement PortalCreateEvent reason codes. Addresses BUKKIT-833 | Sam Wilson | 2012-02-26 | -2/+2 |
| | | | | | | | | This commit modifies the construction of PortalCreateEvents to specify a reason for the event. Reasons are either: 1. FIRE: the portal is being created because a player set fire to an obsidian frame. 2. DESTINATION: the portal is being created as a destination for an existing portal. | |||
* | CraftSign changes. Addresses BUKKIT-824 | TomyLobo | 2012-02-26 | -5/+8 |
| | | | | | - Removed the useless world field. - Made it so changes to a CraftSign (which is a Block*State*) no longer reflect into the world without calling sign.update(). | |||
* | [Bleeding] Made dragon eggs trigger BlockFromTo events when they teleport. ↵ | Celtic Minstrel | 2012-02-25 | -0/+13 |
| | | | | Addresses BUKKIT-828 | |||
* | Fixed changes made to PlayerCommandPreprocess events having no effect. Fixes ↵ | EvilSeph | 2012-02-25 | -2/+2 |
| | | | | BUKKIT-376 | |||
* | Fix for shaped recipes stripping enchantments from the result. Fixes BUKKIT-602 | Celtic Minstrel | 2012-02-25 | -1/+1 |
| | ||||
* | Fixed EntityArrow just to use the PVP setting if the destination is a | steffen | 2012-02-24 | -1/+1 |
| | | | | Player. Fixes BUKKIT-803 | |||
* | [Bleeding] Override not applicable | Wesley Wolfe | 2012-02-23 | -4/+0 |
| | ||||
* | [Bleeding] Undo changes to the tree WorldGenerators. | Zeerix | 2012-02-23 | -240/+109 |
| | | | | | - All StructureGrowEvent handling for these is in BlockSapling now, using a BlockChangeDelegate to collect the data. - Moved StructureGrowDelegate into a separate class | |||
* | [Bleeding] Fixed setTotalExp, any experience update bugs and removed ↵ | Feildmaster | 2012-02-23 | -20/+2 |
| | | | | Deprecated Methods. Fixes BUKKIT-798 and fixes BUKKIT-797 | |||
* | [Bleeding] Use player.getItemInHand(), instead of a new ItemStack. Addresses ↵ | Feildmaster | 2012-02-23 | -21/+12 |
| | | | | BUKKIT-767 | |||
* | [Bleeding] Added launchProjectile. | aPunch | 2012-02-23 | -18/+48 |
| | | | | Use launchProjectile in place of individual throwSnowball, throwEgg, and shootArrow methods. | |||
* | [Bleeding] Added EntityType to replace CreatureType. | Celtic Minstrel | 2012-02-22 | -86/+280 |
| |