summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/PlayerInteractManager.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.7.5Nate Mortensen2014-03-21-7/+7
|
* Correctly drop BlockBreakEvent experience. Fixes BUKKIT-4942feildmaster2013-12-02-1/+1
| | | | This was a missed diff from the update.
* Update CraftBukkit to Minecraft 1.7.2mbax2013-11-30-88/+89
|
* Update CraftBukkit to 1.6.4feildmaster2013-09-19-4/+4
|
* Update CraftBukkit to 1.6.2mbax2013-07-08-4/+4
|
* Update CraftBukkit to 1.6.1Nate Mortensen2013-07-01-5/+8
|
* Update CraftBukkit to Minecraft 1.5.2Travis Watkins2013-04-27-3/+3
|
* Use wall time instead of ticks for several things. Fixes BUKKIT-4059Travis Watkins2013-04-13-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Currently furnace smelting and the item pickup delay timer use wall time (aka actual time passed) to emulate a constant tick rate so run at the same speed regardless of the server's actual tick rate. There are several other places this makes sense so this commit converts them. The item despawn timer is converted so now always takes 5 minutes. Users know this 5 minute number well so keeping this constant helps to avoid confusion. This also helps alleviate lag because if a large number of item drops is the reason your server is running slowly having them stay around longer just means your server is slow longer. Potion brewing and the zombie villager conversion timer are now constant. These match the furnace criteria of being useful for hiding lag and not having a detrimental effect on gameplay. Potion effects are now also using wall time. The client is told about effect times in ticks and displays this information to the user as minutes and seconds assuming a solid 20 ticks per second. The server does have code for updating the client with the current time remaining to help avoid skew due to differing tick rates but making this a constant makes sense due to this display.
* Cleanup comments, formatting, etcTravis Watkins2013-03-25-11/+5
|
* Update CraftBukkit to Minecraft 1.5Travis Watkins2013-03-15-19/+19
|
* Update CraftBukkit to Minecraft 1.4.6feildmaster2012-12-20-0/+413