summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/EntityBoat.java
Commit message (Collapse)AuthorAgeLines
* Update to Minecraft 1.8Thinkofdeath2014-11-28-498/+0
| | | | For more information please see http://www.spigotmc.org/
* Update CraftBukkit to Minecraft 1.7.10Travis Watkins2014-07-08-8/+8
|
* Call event when boat is destroyed by falling. Fixes BUKKIT-5500Brokkonaut2014-04-18-7/+14
|
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-14/+14
|
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-63/+91
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-8/+8
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-3/+3
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-24/+29
|
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-1/+1
|
* Boats can only die once.Travis Watkins2013-04-13-1/+1
| | | | | | In certain scenarios a boat can be killed multiple ways in a single tick. Due to improper guards this can cause the death code to run multiple times creating item drops. To correct this we insert the appropriate death check.
* Call EntityChangeBlockEvent when boats destroy blocks. Fixes BUKKIT-3871Black-Hole2013-03-25-0/+13
|
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-1/+1
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-23/+22
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-8/+8
|
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-13/+13
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-102/+98
|
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-7/+4
| | | | | | | | | | | | | 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
* Reverting the Drop API for now, we need to re-evalute this as it is causing ↵Warren Loo2012-03-27-48/+13
| | | | | | | | | | | | | | | | | | too many issues and blocking releases. This reverts commits: - d2d03afc8854394aeefb40ea5ebf224c8032b19f - 6245746e91123dd8ef70e5f15b7cdfc7e36d8e8c - 41fae5c613e9e69a8f6bdf33b23bb09d7f407433 - c34bdecab42cf4098054a5ea43e1c2958d44ae92 - d7445084ac9a90fa0b66d8b050b8d0d2a062eaf3 - 6a6ed2e6ae2328a8a791bcc6857c44dc6c6a7030 - a783bc4dc95da8e26c673abe48fad96b550aba28 - cb50fd68766df8e07631ba5be85759f8257e8068 - 34dfff2ad5c407c712b2783f02960aac5e8649f2 - f33b513820de987b49a4338e85df80968217a601 - 5fd9fdfde055e6eb6a83db246d009b69377b7c94 - 2795b116f40d06551fbb7b96d1963c0ddbeac384
* Fixed minecarts being dropped when crashing a boat. Fixes BUKKIT-1273EvilSeph2012-03-22-1/+0
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-4/+4
|
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes ↵Celtic Minstrel2012-03-21-13/+49
| | | | | | | | BUKKIT-397 and fixes BUKKIT-1252 - Allows drops in creative mode by adding items to the getDrops() list - Contents of containers are not reported - Contents of storage minecarts are not reported
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-16/+16
|
* Fixed sprinting while breaking a painting edge case. Fixes BUKKIT-740EvilSeph2012-02-13-8/+8
|
* Updated to Minecraft 1.1Erik Broes2012-01-12-5/+5
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-1/+1
|
* Prevent VehicleEnterEvent being sent when player exits vehicle.Sam Wilson2011-12-19-9/+0
| | | | | | | | | | | | | | | | | Fix for BUKKIT-223. Issue BUKKIT-223: When a player exits a minecart or boat, both a VehicleExitEvent and a VehicleEnterEvent are fired. Only the VehicleExitEvent should fire. Reason for bug: This occurs because the VehicleEnterEvent is fired in EntityBoat.b and EntityMinecart.b *any* time a player right-clicks on a vehicle, whether the right-click is to enter the vehicle or exit it. Fix: By moving the creation of VehicleEnterEvents from EntityBoat.b and EntityMinecart.b to Entity.setPassengerOf, we can create either a VehicleEnterEvent or a VehicleExitEvent, depending on whether the player is entering or exiting a vehicle.
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-2/+2
|
* Update for 1.0.0Erik Broes2011-11-20-92/+113
|
* Added a case previously not covered by VehicleDestroyEvent for boats.sk89q2011-10-13-0/+8
|
* Boat get/set (double) occupied acceleration, (double) unoccupied ↵sk89q2011-09-25-3/+19
| | | | deceleration, (boolean) work on land. Good values to maximize boat utility: 0.6 (fast accel.), 0.99 (no loss of boat), true/false, respectively.
* Rename revision 2Dinnerbone2011-09-15-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-16/+16
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-5/+5
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-26/+14
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-1/+1
|
* Fixed issues introduced by recent 'portal changes' commit.EvilSeph2011-06-08-0/+1
|
* Update for 1.6.6Erik Broes2011-05-31-1/+9
|
* Update for 1.6.5Erik Broes2011-05-30-6/+6
|
* Implemented 1.6!Dinnerbone2011-05-26-46/+60
|
* Update for 1.5_02.Erik Broes2011-04-21-15/+15
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-20/+21
|
* Added VEHICLE_DESTROY eventRobert Sargant2011-04-02-0/+12
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-10/+14
|
* Updated for the cleanups done in BukkitErik Broes2011-03-26-12/+7
|
* Generic code cleanupErik Broes2011-02-23-1/+4
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-27/+27
|
* Added MaxSpeed methods to minecarts. Added MaxSpeed methods to boats. Added ↵afforess2011-02-12-1/+2
| | | | SlowWhenEmpty, FlyingMod, and DerailedMod methods to minecarts.
* Clean vehicle code.Erik Broes2011-02-02-11/+7
|
* Implemented VEHICLE_UPDATEDinnerbone2011-02-01-2/+3
|
* Fixed VEHICLE_MOVEDinnerbone2011-02-01-4/+5
|