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
*
Prevent movement event to be spammed for moving less than a pixel.
Erik Broes
2011-02-25
-1
/
+12
*
Properly handle PLAYER_ITEM and its clickedFace.
Erik Broes
2011-02-25
-14
/
+14
*
possible fix for block breaking bug
Tahg
2011-02-24
-25
/
+30
*
Generic code cleanup
Erik Broes
2011-02-23
-43
/
+61
*
Update to Minecraft 1.3 beta
Dinnerbone
2011-02-23
-93
/
+94
*
refactor Items
Tahg
2011-02-21
-4
/
+4
*
N.M.S cleanup in preparation for update
Dinnerbone
2011-02-21
-20
/
+6
*
Fix encoding in net.minecraft.server files.
Daniel Chesters
2011-02-20
-5
/
+5
*
Fixed issue with color markers in messages sent to the client.
David Flemström
2011-02-20
-4
/
+7
*
Lowered the priority of the old command handler event. A number of plugins we...
sk89q
2011-02-19
-1
/
+9
*
Don't kick players if a command failed from an exception
Dinnerbone
2011-02-18
-2
/
+14
*
Added Player.chat().
sk89q
2011-02-16
-19
/
+31
*
Added SIGN_CHANGE event.
Timberjaw
2011-02-11
-1
/
+15
*
Send a BlockRedstoneEvent if powered redstone is destroyed
cvpcs
2011-02-12
-2
/
+15
*
Added spawn-protection property to server.properties
Zenexer
2011-02-10
-4
/
+4
*
Added spawn-protection property to server.properties
Zenexer
2011-02-10
-2
/
+2
*
Implemented Sneak event
Alexander Hesse
2011-02-08
-0
/
+12
*
Fixed invisibility after cross-world teleportation
Dinnerbone
2011-02-07
-1
/
+1
*
Added internal MC support for multiple worlds
Dinnerbone
2011-02-07
-22
/
+22
*
Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn...
Forsaken
2011-02-06
-4
/
+15
*
Generic cleanup/reformat.
Erik Broes
2011-02-02
-1
/
+1
*
Commands can be sent from the console (WIP, needs improvements)
Dinnerbone
2011-02-01
-1
/
+1
*
Implemented PLAYER_ITEM_HELD
Dinnerbone
2011-01-31
-0
/
+6
*
Fixed BLOCK_DAMAGED
Dinnerbone
2011-01-31
-1
/
+1
*
Port to new mc-dev format.
Erik Broes
2011-01-30
-397
/
+435
*
removed all instances of new CraftEntity* where appropriate.
Andrew Ardill
2011-01-23
-13
/
+21
*
Address Feature#105:Implement support for PLAYER_ANIMATION hook/event.
Nathan Wolf
2014-09-09
-0
/
+6
*
Added registration of plugin commands on plugin load.
VictorD
2011-01-16
-0
/
+6
*
Moved org.bukkit.craftbukkit.Block to org.bukkit.craftbukkit.block.Block
Dinnerbone
2011-01-15
-1
/
+1
*
Moved block stuff from org.bukkit to org.bukkit.block
Dinnerbone
2011-01-15
-2
/
+2
*
All inventory stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit...
Dinnerbone
2011-01-15
-1
/
+1
*
All entity stuff in org.bukkit.craftbukkit moved to org.bukkit.craftbukkit.en...
Dinnerbone
2011-01-15
-1
/
+1
*
Events should be present tense, not paste tense.
Erik Broes
2011-01-15
-10
/
+10
*
Changed BlockFace enum to match coding standards
Dinnerbone
2011-01-15
-1
/
+1
*
Global ID -> Id rename
Erik Broes
2011-01-15
-4
/
+4
*
Update to Minecraft Server 1.2_01
Dinnerbone
2011-01-14
-1
/
+0
*
Update to Minecraft Server 1.2
Dinnerbone
2011-01-14
-22
/
+26
*
Updated against new mc-dev format, takes out quite some casting troubles at t...
Erik Broes
2011-01-11
-73
/
+80
*
Fixed BROKEN spamming
Taylor Kelly
2011-01-10
-0
/
+2
*
Fixed NPE
Taylor Kelly
2011-01-09
-3
/
+2
*
Fixed NPE
Taylor Kelly
2011-01-10
-3
/
+7
*
-
Taylor Kelly
2011-01-10
-1
/
+14
*
BlockDamagedEvent
Taylor Kelly
2011-01-10
-33
/
+70
*
Fixed stupid bug with buckets and signs.
durron597
2011-01-09
-1
/
+2
*
Fixed lack of calling callEvent(event), finished Item Use
durron597
2011-01-08
-0
/
+1
*
Partial Player Item, Block RightClick, Block Place
durron597
2011-01-08
-45
/
+74
*
Use the display format defined by plugins
Dinnerbone
2011-01-07
-1
/
+1
*
Player display name is shown in chat
Dinnerbone
2011-01-07
-1
/
+1
*
Implemented PlayerItemEvent and PlayerBlockItemEvent
durron597
2011-01-07
-53
/
+67
*
Actually allow cancellation of player chat events
Animosity
2011-01-05
-0
/
+1
[next]