summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ItemInWorldManager.java
Commit message (Collapse)AuthorAgeLines
* data improvementsTahg2011-09-26-0/+6
|
* Fixed missing PlayerInteractEvent call in creative modesunkid2011-09-15-3/+6
|
* Rename revision 2Dinnerbone2011-09-15-8/+8
|
* Fixed Creative not having infinite items.EvilSeph2011-09-15-0/+9
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-76/+126
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-2/+2
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-12/+9
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Generic cleanupErik Broes2011-06-12-2/+3
|
* Fixed trapdoors not updating their state if a Player Interact event is ↵EvilSeph2011-06-10-0/+2
| | | | cancelled.
* Made it possible to block punching fire out through PlayerInteract event.EvilSeph2011-06-09-1/+2
|
* Added more control over block placement on interactable objects. Thanks Acru!EvilSeph2011-06-08-3/+5
| | | | | Plugins can now allow placing a block on an interactable object, by DENYing the interact and ALLOWing the place.
* Update for 1.6.5Erik Broes2011-05-30-2/+2
|
* Implemented 1.6!Dinnerbone2011-05-26-18/+20
|
* Whitespace + general cleanupErik Broes2011-05-15-3/+3
|
* Update for 1.5_02.Erik Broes2011-04-21-3/+3
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-49/+48
|
* Base digging/blockbreaks on actual time rather than the servers tickrate.Erik Broes2011-04-03-2/+3
| | | | | Servers under high load suffer from tick-time degradation as severe as 1 tick taking 0.25s (rather than 0.05s). This will failing blockbreaks.
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-29/+26
|
* Line endings, damnit!Dinnerbone2011-03-27-1/+1
|
* Add LEFT_CLICK_BLOCK's faceErik Broes2011-03-26-2/+3
|
* Fix inability to use items under certain circumstancesErik Broes2011-03-25-6/+5
|
* Fixed unable to eat/throwErik Broes2011-03-24-0/+6
|
* Reset blocks faster clientsideErik Broes2011-03-24-0/+11
|
* Minor logic change and small cleanupsErik Broes2011-03-24-3/+4
|
* Fix doors not updating after opening has been deniedErik Broes2011-03-23-2/+16
|
* Minor cleanupsErik Broes2011-03-23-1/+1
|
* Re-Implement BlockDamageErik Broes2011-03-23-2/+15
|
* Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, ↵Erik Broes2011-03-23-3/+28
| | | | BLOCK_INTERACT, BLOCK_RIGHT_CLICK
* Removing debug statements.EvilSeph2011-02-28-1/+0
|
* possible fix for block breaking bugTahg2011-02-24-1/+2
|
* Generic code cleanupErik Broes2011-02-23-2/+2
|
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-44/+63
|
* Implementation of BlockBreakEventMeaglin2011-02-13-0/+20
|
* Port to new mc-dev format.Erik Broes2011-01-30-79/+75
|
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-3/+3
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-1/+0
| | | | the cost of extra ()'s
* Remember, minimal diffs and *NO TABS*Erik Broes2011-01-10-12/+10
|
* -Taylor Kelly2011-01-10-9/+11
|
* BlockDamagedEventTaylor Kelly2011-01-10-0/+128