index
:
archive/craftbukkit
master
movement-fix
version/1.12.2
version/1.8
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
net
/
minecraft
/
server
/
NetServerHandler.java
Commit message (
Expand
)
Author
Age
Lines
*
attempted nether fix
Tahg
2011-06-03
-2
/
+2
*
Update for 1.6.6
Erik Broes
2011-05-31
-0
/
+7
*
Update for 1.6.5
Erik Broes
2011-05-30
-3
/
+8
*
Implemented 1.6!
Dinnerbone
2011-05-26
-74
/
+81
*
Possible fix for teleports triggering 'moved too quickly' check.
EvilSeph
2011-05-23
-1
/
+2
*
Fixed duplicate console and player messages when built in server commands whe...
stevenh
2011-05-22
-8
/
+6
*
Minimal diffs.
EvilSeph
2011-05-19
-4
/
+1
*
Account for time drifting backwards on servers with the moved too quickly che...
EvilSeph
2011-05-19
-0
/
+3
*
Whitespace + general cleanup
Erik Broes
2011-05-15
-50
/
+59
*
Dead men tell no tales.
EvilSeph
2011-05-12
-4
/
+59
*
Made the movement speed check more reliable on high load servers.
EvilSeph
2011-05-09
-2
/
+7
*
Fixed crafting 'lag' introduced by additions to the Crafting API.
EvilSeph
2011-05-04
-7
/
+1
*
Added PlayerInteractEntityEvent which fires when a player right clicks an ent...
EvilSeph
2011-05-02
-0
/
+7
*
Implemented addRecipe method in CraftServer and associated recipe classes.
Celtic Minstrel
2011-05-01
-2
/
+7
*
Fixed block lag.
EvilSeph
2011-04-29
-11
/
+3
*
Cleaning up some redundant code.
EvilSeph
2011-04-29
-8
/
+18
*
improved sign handling
Tahg
2011-04-28
-40
/
+30
*
Fixed PlayerQuitEvent.setMessage().
EvilSeph
2011-04-25
-2
/
+6
*
We need to reset the invalid position.
EvilSeph
2011-04-25
-0
/
+5
*
Fix TextWrapping issues; Now limits the packets send to the client to either:...
Erik Broes
2011-04-25
-1
/
+8
*
Fixes the whitescreen issue some people were having.
EvilSeph
2011-04-24
-0
/
+9
*
Fixed ordering of params used in SignChangeEvent.
EvilSeph
2011-04-21
-2
/
+2
*
Update for 1.5_02.
Erik Broes
2011-04-21
-50
/
+73
*
Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.
Erik Broes
2011-04-20
-272
/
+268
*
Fixed another issue involving invalid player positions or movement.
EvilSeph
2011-04-19
-17
/
+28
*
Fixed an oversight allowing players to set invalid positions.
EvilSeph
2011-04-13
-0
/
+24
*
Removed redundant check due to merging the ifs. Ooops.
EvilSeph
2011-04-12
-6
/
+0
*
Fixed a crash involving invalid positions.
EvilSeph
2011-04-12
-0
/
+12
*
Added the ability to set the quit message
Raphfrk
2011-04-02
-2
/
+4
*
Fix coordinates on SIGN_CHANGE
Erik Broes
2011-04-01
-2
/
+2
*
Updated to Minecraft version 1.4
Dinnerbone
2011-03-31
-47
/
+28
*
Updated for the changes done in Bukkit
Erik Broes
2011-03-27
-3
/
+3
*
Reset 'stance' to something valid after receiving a broken one. Hopefully sto...
Erik Broes
2011-03-26
-0
/
+1
*
Updated for the cleanups done in Bukkit
Erik Broes
2011-03-26
-12
/
+9
*
Added ability to disable the join/leave notices by setting the message to nul...
Raphfrk
2011-03-26
-1
/
+4
*
Add LEFT_CLICK_BLOCK's face
Erik Broes
2011-03-26
-1
/
+2
*
Implement player.getCompassTarget
Erik Broes
2011-03-25
-2
/
+6
*
Fix inability to use items under certain circumstances
Erik Broes
2011-03-25
-1
/
+4
*
Fixed unable to eat/throw
Erik Broes
2011-03-24
-10
/
+7
*
Minor logic change and small cleanups
Erik Broes
2011-03-24
-2
/
+2
*
Fix accidental Double.MAX_VALUE coordinates in initial PlayerMoveEvent
Erik Broes
2011-03-24
-10
/
+13
*
Fix 'double RIGHT_CLICK' event on right-clicking a block with a non-interacti...
Erik Broes
2011-03-24
-44
/
+24
*
Update to PlayerMoveEvent. The From field is set the value of the previous T...
Raphfrk
2011-03-23
-5
/
+11
*
Small cleanup for the last commit
Erik Broes
2011-03-23
-11
/
+7
*
Fixed the PLAYER_TELEPORT event so event.getTo().getWorld() is correct. (#451)
Byron Shelden
2011-03-23
-4
/
+21
*
Minor cleanups
Erik Broes
2011-03-23
-2
/
+4
*
Re-Implement BlockDamage
Erik Broes
2011-03-23
-51
/
+6
*
Major overhaul implementing PLAYER_INTERACT, removing PLAYER_ITEM, BLOCK_INTE...
Erik Broes
2011-03-23
-18
/
+37
*
Fixing event names
Erik Broes
2011-03-21
-4
/
+4
*
Fixing grammar and CraftBukkit comment.
EvilSeph
2011-03-10
-2
/
+2
[next]