summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* SPIGOT-989: Cap assignment of pickup delays to Short.MAX_VALUE due to ↵BlackyPaw2015-09-30-1/+1
| | | | | | storage implementation constraints. Changed assignment of pickup delays in such a way that they may not be larger than the value actually stored inside the NBT format that is Short.MAX_VALUE. Did not change method signature in order not to produce any shortening cast warnings in existing code. All values larger than 32767 are generally used to indicate that an item should never be picked up. Shortening this to 32767 will actually cause the pickup delay to never decrease, thus resulting in non-pickupable item stacks.
* SPIGOT-1076: Add HurtEntities API for FallingBlock.md_52015-09-19-1/+19
|
* Add a missing break statement for openInventory, fixes opening dropper ↵Thinkofdeath2015-09-18-0/+1
| | | | inventories
* Fixed how Dropper inventories are shown to players.0x277F2015-09-18-0/+6
|
* SPIGOT-1192: Restore some behaviour to entity.getNearbyEntitiesmd_52015-09-18-1/+7
|
* SPIGOT-625: Insert a small delay when shutting down to allow packets to have ↵md_52015-09-15-25/+32
| | | | a better chance at sending.
* SPIGOT-1168: Fix setSleepingIgnored not working on spectators.md_52015-09-06-1/+1
|
* SPIGOT-1165: Restore getNearbyEntities behaviour to include spectators.md_52015-09-06-9/+4
|
* SPIGOT-949: Fix damage cooldown reducing explosion knockbackJedediah Smith2015-08-31-38/+44
|
* SPIGOT-1111: Fix ServerCommandEvent not being cancelled.md_52015-08-08-2/+3
|
* New ChunkGenerator.generate api for block ids and avoiding magic values.Antony Riley2015-08-01-61/+295
|
* SPIGOT-1080: Added support for opening all inventories implementing Bukkit's ↵Riccardo Paolo Bestetti2015-07-31-61/+235
| | | | Inventory class.
* Update for minor remapping changes.md_52015-07-30-189/+135
|
* Update to Minecraft 1.8.8 (Pre-)Release.md_52015-07-27-29/+22
|
* Add a sane limit for name lengthThinkofdeath2015-07-25-1/+13
|
* Implement PlayerResourcePackStatusEvent.Adam Thomas2015-07-25-41/+70
|
* SPIGOT-1068: Limit the number of patterns on bannersThinkofdeath2015-07-23-2/+28
|
* Correctly update the last location for a player on teleportThinkofdeath2015-07-23-30/+44
|
* Give the README a small update.Xor Boole2015-07-22-11/+25
| | | | It could probably use even more love in the future.
* Correct handling of relative teleports for PlayerMoveEvent and ↵Thinkofdeath2015-07-20-63/+76
| | | | PlayerTeleportEvent
* Fix handling of changes to PlayerVelocityEvent.velocity by event callers.Antony Riley2015-07-20-3/+3
|
* Prevent an Entity from riding itself.Xor Boole2015-07-20-0/+2
|
* SPIGOT-1060: Allow custom generators to use block ids > 127 with bytes.Antony Riley2015-07-19-2/+2
|
* SPIGOT-1051: CraftInventoryPlayer.setItem can cause NPE.md_52015-07-18-0/+1
|
* SPIGOT-1058: Fix lost player list capping to 60.md_52015-07-18-2/+4
| | | | Went missing in the 1.8 update.
* SPIGOT-1055: Send empty string when RCON command is cancelled.md_52015-07-17-52/+1
| | | | Drops the RemoteControlSession patch as the decompiled code is a mess.
* Fix ItemStack.isSimilar(CraftItemStack) when HideFlags are set.Antony Riley2015-07-15-0/+1
|
* Simplify getPlayerExact / try for exact match first in getPlayer.md_52015-07-13-10/+8
|
* Simplify OfflinePlayer.getPlayer() logic.md_52015-07-13-8/+1
|
* Simplify isOnline() logic.md_52015-07-13-7/+1
|
* SPIGOT-1047: Fix RCON.md_52015-07-13-0/+37
| | | | Result of staging the file -> decompiler issues.
* Implement ItemMergeEventMorphan12015-07-12-3/+24
|
* Server Commands and Remote Commands are now Cancellable.Matt2015-07-12-38/+51
|
* Add basic sendTitle / resetTitle API.Jofkos2015-07-10-0/+20
| | | | More APIs to follow pending feedback of whether this is the preferred implementation. Methods marked as deprecated and subject to change, but work as is.
* SPIGOT-977: Use vanilla's handling for command messages for vanilla commandsThinkofdeath2015-07-08-6/+2
| | | | Fixes gamerules that control the output of those messages
* SPIGOT-1018: Fix isFromBonemeal always being falseThinkofdeath2015-07-08-7/+8
|
* SPIGOT-915: Remove the getEntities filterThinkofdeath2015-07-08-23/+9
| | | | | | Didn't fix the issue like i'd hoped and broke a few plugins in the process. Ideally though plugins shouldn't be using it for large ranges because it is inefficient
* SPIGOT-986: Default back to skull ID 0 (SKELETON) whenever an invalid ID is ↵BlackyPaw2015-06-28-4/+2
| | | | encountered instead of throwing an AssertionError
* SPIGOT-980: Fix NPE when setting items of offline playersDoctorDark2015-06-27-0/+1
|
* Clean up World.getPlayers().md_52015-06-27-8/+5
| | | | Original idea from CyberTiger, PR #150
* Fix modified fireworks from dispenser eventchickeneer2015-06-27-9/+11
|
* SPIGOT-892: Set chicken egg baby age before adding it to world.md_52015-06-21-11/+26
|
* SPIGOT-436: Add accompanying getSpectatorTarget().md_52015-06-21-0/+6
|
* Raise the limit slightly to account for colorsThinkofdeath2015-06-12-1/+1
|
* Apply strict limits on the length of sign textThinkofdeath2015-06-12-2/+5
|
* SPIGOT-970, MC-80484: Disallow NBT pick block on chests.md_52015-06-12-0/+15
|
* Allow for the jline console to be overriden in normally unsupported enviromentsThinkofdeath2015-06-11-1/+1
|
* SPIGOT-973: Add marker API to ArmorStandNathan Wolf2015-06-09-0/+30
|
* SPIGOT-436: Add spectator camera API.md_52015-06-09-0/+7
|
* SPIGOT-954: Don't send block animations or gamemode updates to players can't ↵Thinkofdeath2015-06-07-21/+66
| | | | see the player