summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/NetServerHandler.java
Commit message (Collapse)AuthorAgeLines
* Whitespace + general cleanupErik Broes2011-05-15-50/+59
|
* Dead men tell no tales.EvilSeph2011-05-12-4/+59
|
* Made the movement speed check more reliable on high load servers.EvilSeph2011-05-09-2/+7
|
* Fixed crafting 'lag' introduced by additions to the Crafting API.EvilSeph2011-05-04-7/+1
|
* Added PlayerInteractEntityEvent which fires when a player right clicks an ↵EvilSeph2011-05-02-0/+7
| | | | entity. Thanks fullwall!
* Implemented addRecipe method in CraftServer and associated recipe classes.Celtic Minstrel2011-05-01-2/+7
|
* Fixed block lag.EvilSeph2011-04-29-11/+3
|
* Cleaning up some redundant code.EvilSeph2011-04-29-8/+18
|
* improved sign handlingTahg2011-04-28-40/+30
|
* Fixed PlayerQuitEvent.setMessage().EvilSeph2011-04-25-2/+6
|
* We need to reset the invalid position.EvilSeph2011-04-25-0/+5
|
* Fix TextWrapping issues; Now limits the packets send to the client to ↵Erik Broes2011-04-25-1/+8
| | | | either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes.
* Fixes the whitescreen issue some people were having.EvilSeph2011-04-24-0/+9
|
* Fixed ordering of params used in SignChangeEvent.EvilSeph2011-04-21-2/+2
|
* Update for 1.5_02.Erik Broes2011-04-21-50/+73
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-272/+268
|
* Fixed another issue involving invalid player positions or movement.EvilSeph2011-04-19-17/+28
|
* Fixed an oversight allowing players to set invalid positions.EvilSeph2011-04-13-0/+24
|
* Removed redundant check due to merging the ifs. Ooops.EvilSeph2011-04-12-6/+0
|
* Fixed a crash involving invalid positions.EvilSeph2011-04-12-0/+12
|
* Added the ability to set the quit messageRaphfrk2011-04-02-2/+4
|
* Fix coordinates on SIGN_CHANGEErik Broes2011-04-01-2/+2
|
* 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 ↵Erik Broes2011-03-26-0/+1
| | | | stops the server from falling over.
* 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 ↵Raphfrk2011-03-26-1/+4
| | | | null in the event. The join message is moved to the onJoinEvent rather than during login
* 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 ↵Erik Broes2011-03-24-44/+24
| | | | non-interactive object
* Update to PlayerMoveEvent. The From field is set the value of the previous ↵Raphfrk2011-03-23-5/+11
| | | | To Field, and, Pitch or Yaw changes of more then 10 degrees will trigger the event
* 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, ↵Erik Broes2011-03-23-18/+37
| | | | BLOCK_INTERACT, BLOCK_RIGHT_CLICK
* 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
|