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
Commit message (
Expand
)
Author
Age
Lines
*
Fixed issue where the Bukkit entity was detected before the entirety of the e...
sk89q
2011-05-23
-16
/
+16
*
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
-10
/
+39
*
Possible fix for -nojline printing blank lines
Dinnerbone
2011-05-19
-4
/
+4
*
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
*
Added -nojline CLI option to emulate vanilla console behaviours. Added JLine ...
EvilSeph
2011-05-18
-4
/
+14
*
Fixed issues with updating redstone state under certain circumstances.
EvilSeph
2011-05-17
-2
/
+0
*
Limit human entity name length to 16 characters, as per the spec.
EvilSeph
2011-05-16
-0
/
+5
*
Made the save-all modification respect the original save state.
EvilSeph
2011-05-16
-1
/
+2
*
Fixed dispensers not working.
EvilSeph
2011-05-16
-2
/
+1
*
Made save-all force saving like it says it does.
EvilSeph
2011-05-16
-0
/
+2
*
Made player data save only if saving is turned on, in line with how the rest ...
EvilSeph
2011-05-16
-1
/
+6
*
Removed double firing of EntityDamage events by arrows. Thanks sunkid!
EvilSeph
2011-05-16
-4
/
+0
*
Fixed trees being invisible under certain circumstances. Thanks Zeerix!
EvilSeph
2011-05-15
-0
/
+84
*
Fixed TileEntity updates occurring upon a multi-block change. Thanks stoneLeaf!
EvilSeph
2011-05-15
-3
/
+5
*
Whitespace + general cleanup
Erik Broes
2011-05-15
-305
/
+359
*
Dead men tell no tales.
EvilSeph
2011-05-12
-4
/
+59
*
Cleaned up left over debug messages.
EvilSeph
2011-05-10
-1
/
+328
*
Moved inventory cleaning to occur after the event is called to preserve the e...
EvilSeph
2011-05-09
-3
/
+10
*
Made the movement speed check more reliable on high load servers.
EvilSeph
2011-05-09
-2
/
+9
*
Added dispenser event.
sk89q
2011-05-08
-9
/
+65
*
Added World.strikeLightningEffect() that does no damage.
sk89q
2011-05-06
-4
/
+16
*
Changed LightningStrikeEvent to return a LightningStrike and not an Entity.
sk89q
2011-05-06
-1
/
+1
*
Made teleporting between worlds 'smoother'. Thanks Raphfrk!
EvilSeph
2011-05-04
-3
/
+6
*
Possibly fixed chunk loss bug encountered when teleporting. Thanks Raphfrk!
EvilSeph
2011-05-04
-1
/
+2
*
Fixed 'Entity is already tracked' issues.
EvilSeph
2011-05-04
-1
/
+2
*
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
*
Added SnowFormEvent. Thanks aPunch!
EvilSeph
2011-05-02
-2
/
+9
*
Added per world PVP setting support.
Rigby
2011-05-02
-1
/
+3
*
Implemented addRecipe method in CraftServer and associated recipe classes.
Celtic Minstrel
2011-05-01
-5
/
+338
*
Fixed block lag.
EvilSeph
2011-04-29
-11
/
+3
*
Handle NPE in ThreadLoginVerifier that occurs when trying to continue using a...
EvilSeph
2011-04-29
-0
/
+4
*
Cleaning up some redundant code.
EvilSeph
2011-04-29
-8
/
+18
*
improved sign handling
Tahg
2011-04-28
-40
/
+36
*
Fixed duping exploit.
EvilSeph
2011-04-27
-0
/
+2
*
fixed painting NPE
Tahg
2011-04-26
-1
/
+1
*
Fixed PlayerQuitEvent.setMessage().
EvilSeph
2011-04-25
-2
/
+6
*
Fixed CraftBukkit comments in World.java.
EvilSeph
2011-04-25
-0
/
+4
*
Fixed sleeping.
EvilSeph
2011-04-25
-2
/
+3
*
Added missing CraftBukkit comments.
EvilSeph
2011-04-25
-3
/
+6
*
Fixed rain not putting out fires due to a mistranslation issue.
EvilSeph
2011-04-25
-50
/
+55
*
Added events related to weather in 1.5. Thanks wizjany!
EvilSeph
2011-04-25
-9
/
+151
*
We need to reset the invalid position.
EvilSeph
2011-04-25
-0
/
+5
*
Implemented painting events (thanks verrier and tanelsuurhans)
Erik Broes
2011-04-25
-0
/
+324
*
Fix forgotten call of EntityInteractEvent for PressurePlates.
Erik Broes
2011-04-25
-0
/
+2
*
Fix TextWrapping issues; Now limits the packets send to the client to either:...
Erik Broes
2011-04-25
-3
/
+48
*
Fixed ENTITY_INTERACT event for BlockSoil. Thanks wizjany!
EvilSeph
2011-04-25
-1
/
+2
*
Fixes the whitescreen issue some people were having.
EvilSeph
2011-04-24
-0
/
+21
[next]