Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Edited src/main/java/org/bukkit/craftbukkit/entity/CraftPig.java via GitHub | Andrew Ardill | 2011-05-11 | -2/+2 |
| | ||||
* | Merge pull request #268 from xPaw/master | Andrew Ardill | 2011-05-11 | -2/+12 |
|\ | | | | | | | Implemented hasSaddle/setSaddle | |||
| * | Added hasSaddle/getSaddle | xPaw | 2011-04-26 | -5/+13 |
| | | ||||
* | | Cleaned up left over debug messages. | EvilSeph | 2011-05-10 | -1/+328 |
| | | ||||
* | | Moved inventory cleaning to occur after the event is called to preserve the ↵ | EvilSeph | 2011-05-09 | -3/+10 |
| | | | | | | | | exact state of the inventory for plugin use. | |||
* | | Made the movement speed check more reliable on high load servers. | EvilSeph | 2011-05-09 | -2/+9 |
| | | ||||
* | | Added dispenser event. | sk89q | 2011-05-08 | -9/+65 |
| | | ||||
* | | Added World.strikeLightningEffect() that does no damage. | sk89q | 2011-05-06 | -4/+26 |
| | | ||||
* | | Changed LightningStrikeEvent to return a LightningStrike and not an Entity. | sk89q | 2011-05-06 | -1/+1 |
| | | ||||
* | | Added an update on load feature for plugins. Thanks Raphfrk! | EvilSeph | 2011-05-05 | -0/+5 |
| | | | | | | | | Any files placed in the configurable update folder are automatically copied into the plugins directory the next time a reload happens. This allows safe updating of the plugin .jar files. The name of the update folder is configurable through bukkit.yml. | |||
* | | Made teleporting between worlds 'smoother'. Thanks Raphfrk! | EvilSeph | 2011-05-04 | -3/+17 |
| | | ||||
* | | Possibly fixed chunk loss bug encountered when teleporting. Thanks Raphfrk! | EvilSeph | 2011-05-04 | -1/+2 |
| | | ||||
* | | Fixed 'Entity is already tracked' issues. | EvilSeph | 2011-05-04 | -1/+2 |
| | | ||||
* | | Fixed crafting 'lag' introduced by additions to the Crafting API. | EvilSeph | 2011-05-04 | -7/+1 |
| | | ||||
* | | Added services manager framework. | sk89q | 2011-05-02 | -0/+7 |
| | | ||||
* | | Added method to fake a block change request for a player. | sk89q | 2011-05-02 | -0/+14 |
| | | ||||
* | | Added Player.playNote(). | sk89q | 2011-05-02 | -0/+6 |
| | | ||||
* | | Added NoteBlock.play(instrument, note). | sk89q | 2011-05-02 | -0/+13 |
| | | ||||
* | | AnimalTamer implementations, refactor and clean-up of code | Andrew Ardill | 2011-05-03 | -19/+67 |
| | | ||||
* | | Fix isSitting()/setSitting(), add isTame()/setTame()/getOwner()/setOwner() ↵ | Mike Primm | 2011-05-02 | -1/+28 |
| | | | | | | | | methods | |||
* | | We build for Java 1.5, so no @Override for interface implementations | Andrew Ardill | 2011-05-02 | -1/+0 |
| | | ||||
* | | Added PlayerInteractEntityEvent which fires when a player right clicks an ↵ | EvilSeph | 2011-05-02 | -0/+7 |
| | | | | | | | | entity. Thanks fullwall! | |||
* | | Improved the Scheduler. | Raphfrk | 2011-05-02 | -40/+181 |
| | | | | | | | | Adds nag message when async tasks are not properly shut down and adds a limiter for sync tasks. Once they use 35ms in a single tick, any remaining tasks are not executed until later ticks. Adds a method to report the pending tasks and one to report active worker threads | |||
* | | Added a setArmorContents method to PlayerInventory. | Raphfrk | 2011-05-02 | -0/+14 |
| | | | | | | | | It handles error checking. Null item stacks and air item stacks are both converted to clear slot calls to prevent crashing the client. | |||
* | | Added SnowFormEvent. Thanks aPunch! | EvilSeph | 2011-05-02 | -2/+9 |
| | | ||||
* | | Added per world PVP setting support. | Rigby | 2011-05-02 | -1/+11 |
| | | ||||
* | | Implemented addRecipe method in CraftServer and associated recipe classes. | Celtic Minstrel | 2011-05-01 | -5/+503 |
| | | ||||
* | | Fixed block lag. | EvilSeph | 2011-04-29 | -11/+3 |
| | | ||||
* | | Handle NPE in ThreadLoginVerifier that occurs when trying to continue using ↵ | EvilSeph | 2011-04-29 | -0/+4 |
| | | | | | | | | a closed socket. | |||
* | | Cleaning up some redundant code. | EvilSeph | 2011-04-29 | -8/+18 |
| | | ||||
* | | improved sign handling | Tahg | 2011-04-28 | -40/+36 |
| | | ||||
* | | Fixed duping exploit. | EvilSeph | 2011-04-27 | -0/+2 |
| | | ||||
* | | fixed painting NPE | Tahg | 2011-04-26 | -1/+1 |
| | | ||||
* | | Fixed PlayerQuitEvent.setMessage(). | EvilSeph | 2011-04-25 | -2/+6 |
| | | ||||
* | | Fixed CraftBukkit comments in World.java. | EvilSeph | 2011-04-25 | -0/+4 |
| | | ||||
* | | Fixed sleeping. | EvilSeph | 2011-04-25 | -2/+3 |
| | | ||||
* | | Added missing CraftBukkit comments. | EvilSeph | 2011-04-25 | -3/+6 |
| | | ||||
* | | Fixed rain not putting out fires due to a mistranslation issue. | EvilSeph | 2011-04-25 | -50/+55 |
| | | ||||
* | | Added events related to weather in 1.5. Thanks wizjany! | EvilSeph | 2011-04-25 | -32/+206 |
| | | ||||
* | | We need to reset the invalid position. | EvilSeph | 2011-04-25 | -0/+5 |
| | | ||||
* | | Implemented painting events (thanks verrier and tanelsuurhans) | Erik Broes | 2011-04-25 | -0/+324 |
| | | ||||
* | | Added the ability to retrieve a world's Seed. | Rigby | 2011-04-25 | -0/+4 |
| | | ||||
* | | Fix forgotten call of EntityInteractEvent for PressurePlates. | Erik Broes | 2011-04-25 | -0/+2 |
| | | ||||
* | | Fix TextWrapping issues; Now limits the packets send to the client to ↵ | Erik Broes | 2011-04-25 | -35/+98 |
| | | | | | | | | either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes. | |||
* | | Fixed ENTITY_INTERACT event for BlockSoil. Thanks wizjany! | EvilSeph | 2011-04-25 | -1/+2 |
| | | ||||
* | | Fixes the whitescreen issue some people were having. | EvilSeph | 2011-04-24 | -0/+21 |
| | | ||||
* | | Hid stacktrace for socket exceptions. | EvilSeph | 2011-04-23 | -0/+15 |
| | | ||||
* | | Added reset for pitch/yaw if they are somehow set to NaN. | EvilSeph | 2011-04-23 | -2/+12 |
| | | ||||
* | | Limited sign text length to 15 characters, as per the spec. | EvilSeph | 2011-04-23 | -0/+50 |
| | | ||||
* | | Made the server not accept Packet27 as it is not used. | EvilSeph | 2011-04-22 | -0/+205 |
| | |