summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/NetServerHandler.java
Commit message (Expand)AuthorAgeLines
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-47/+28
* Updated for the changes done in BukkitErik Broes2011-03-27-3/+3
* Reset 'stance' to something valid after receiving a broken one. Hopefully sto...Erik Broes2011-03-26-0/+1
* Updated for the cleanups done in BukkitErik Broes2011-03-26-12/+9
* Added ability to disable the join/leave notices by setting the message to nul...Raphfrk2011-03-26-1/+4
* Add LEFT_CLICK_BLOCK's faceErik Broes2011-03-26-1/+2
* Implement player.getCompassTargetErik Broes2011-03-25-2/+6
* Fix inability to use items under certain circumstancesErik Broes2011-03-25-1/+4
* Fixed unable to eat/throwErik Broes2011-03-24-10/+7
* Minor logic change and small cleanupsErik Broes2011-03-24-2/+2
* Fix accidental Double.MAX_VALUE coordinates in initial PlayerMoveEventErik Broes2011-03-24-10/+13
* Fix 'double RIGHT_CLICK' event on right-clicking a block with a non-interacti...Erik Broes2011-03-24-44/+24
* Update to PlayerMoveEvent. The From field is set the value of the previous T...Raphfrk2011-03-23-5/+11
* Small cleanup for the last commitErik Broes2011-03-23-11/+7
* Fixed the PLAYER_TELEPORT event so event.getTo().getWorld() is correct. (#451)Byron Shelden2011-03-23-4/+21
* Minor cleanupsErik Broes2011-03-23-2/+4
* Re-Implement BlockDamageErik Broes2011-03-23-51/+6
* Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, BLOCK_INTE...Erik Broes2011-03-23-18/+37
* Fixing event namesErik Broes2011-03-21-4/+4
* Fixing grammar and CraftBukkit comment.EvilSeph2011-03-10-2/+2
* Attempt to fix double disconnectsDinnerbone2011-03-10-3/+5
* Fixed LOGIN packet issueDinnerbone2011-03-09-2/+4
* Fixed exploit allowing people to place blocks anywhereDinnerbone2011-03-09-0/+13
* Record invalid ItemInHandIndex packetErik Broes2011-03-09-0/+10
* Sign exploit fix is spammy no more. Probably.Dinnerbone2011-03-09-1/+2
* (Probably) fixed the sign exploitDinnerbone2011-03-08-0/+13
* Removed Block.getRawDataDinnerbone2011-03-04-2/+2
* Removing debug statements.EvilSeph2011-02-28-47/+17
* Implemented chat recipientsDinnerbone2011-02-26-2/+2
* Removed onCommandDinnerbone2011-02-26-11/+0
* Prevent movement event to be spammed for moving less than a pixel.Erik Broes2011-02-25-1/+12
* Properly handle PLAYER_ITEM and its clickedFace.Erik Broes2011-02-25-14/+14
* possible fix for block breaking bugTahg2011-02-24-25/+30
* Generic code cleanupErik Broes2011-02-23-43/+61
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-93/+94
* refactor ItemsTahg2011-02-21-4/+4
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-20/+6
* Fix encoding in net.minecraft.server files.Daniel Chesters2011-02-20-5/+5
* Fixed issue with color markers in messages sent to the client.David Flemström2011-02-20-4/+7
* Lowered the priority of the old command handler event. A number of plugins we...sk89q2011-02-19-1/+9
* Don't kick players if a command failed from an exceptionDinnerbone2011-02-18-2/+14
* Added Player.chat().sk89q2011-02-16-19/+31
* Added SIGN_CHANGE event.Timberjaw2011-02-11-1/+15
* Send a BlockRedstoneEvent if powered redstone is destroyedcvpcs2011-02-12-2/+15
* Added spawn-protection property to server.propertiesZenexer2011-02-10-4/+4
* Added spawn-protection property to server.propertiesZenexer2011-02-10-2/+2
* Implemented Sneak eventAlexander Hesse2011-02-08-0/+12
* Fixed invisibility after cross-world teleportationDinnerbone2011-02-07-1/+1
* Added internal MC support for multiple worldsDinnerbone2011-02-07-22/+22
* Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn...Forsaken2011-02-06-4/+15