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
Commit message (
Expand
)
Author
Age
Lines
*
Don't want the scheduler taking invalid arguments as well.
sk89q
2011-04-18
-0
/
+8
*
Fixed CraftScheduler to catch exceptions thrown by tasks, rather than crash t...
sk89q
2011-04-18
-5
/
+20
*
Fixed another issue involving invalid player positions or movement.
EvilSeph
2011-04-19
-17
/
+28
*
Fixed name display in log messages for invalid yaw/pitch check.
EvilSeph
2011-04-19
-2
/
+2
*
Added pre-login event for catching logins right after name verification has c...
sk89q
2011-04-16
-2
/
+59
*
The @Override annotation should only be used when overriding a method.
Andrew Ardill
2011-04-14
-2
/
+0
*
Fixed an oversight allowing players to set invalid positions.
EvilSeph
2011-04-13
-0
/
+24
*
Fixed the NaN check in Entity.java
EvilSeph
2011-04-13
-2
/
+2
*
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
*
Made fauxSleeping persist on death and cross-world teleport.
sk89q
2011-04-11
-1
/
+3
*
Fixed potential NPE with bed leave event.
sk89q
2011-04-11
-1
/
+6
*
Fixin' the problem of AFK people not in bed.
sk89q
2011-04-11
-3
/
+35
*
Made what should be the last change missed in translation that might cause ch...
EvilSeph
2011-04-07
-1
/
+1
*
Added bed events and methods.
sk89q
2011-04-07
-2
/
+42
*
Fixed firstEmpty() by making it search for the first null instead of Material...
EvilSeph
2011-04-07
-1
/
+7
*
Prevent nasty connection errors from hitting the console.
Tony
2011-04-07
-0
/
+14
*
Fix for invalid float values too
Dinnerbone
2011-04-07
-0
/
+19
*
Made another change that was missed in translation that might cause chunk iss...
alron
2011-04-07
-1
/
+1
*
Fixed a crash in pitch/yaw calculation, probably a big improvement performanc...
Dinnerbone
2011-04-07
-2
/
+2
*
Fixed Compile error
Tahg
2011-04-06
-4
/
+4
*
Fixed some NPE issues caused by previous commit
Tahg
2011-04-06
-20
/
+36
*
Fixed stupidity in CraftInventory return types
Tahg
2011-04-06
-16
/
+16
*
getContents now returns null for items whose underlying item is null
Tahg
2011-04-06
-1
/
+1
*
Allows eggs support with Slimes, Wolves and Monsters
Dinnerbone
2011-04-05
-0
/
+9
*
Made changes that were missed in translation that might cause chunk issues.
EvilSeph
2011-04-04
-2
/
+2
*
added some API for entities
Tahg
2011-04-04
-5
/
+125
*
Changed PlayerQuit to allow last minute modifications to player state.
afforess
2011-04-03
-5
/
+7
*
Added player.saveData and player.loadData.
afforess
2011-04-03
-1
/
+9
*
Base digging/blockbreaks on actual time rather than the servers tickrate.
Erik Broes
2011-04-03
-2
/
+3
*
Added the ability to set the quit message
Raphfrk
2011-04-02
-4
/
+8
*
Fix chunk.getEntities
Erik Broes
2011-04-02
-5
/
+5
*
Implemented entity.getNearbyEntities()
Stephen
2011-04-02
-1
/
+12
*
implementation of Entity.isDead
afforess
2011-04-02
-0
/
+4
*
Forces clients to update to the new time immediately when setTime or setFullT...
afforess
2011-04-02
-0
/
+6
*
Added VEHICLE_DESTROY event
Robert Sargant
2011-04-02
-0
/
+23
*
Implemented the new SpawnChangeEvent in CraftWorld.setSpawnLocation()
William Bowers
2011-04-02
-0
/
+7
*
Changed default database location to {NAME}.db instead of database.db
Dinnerbone
2011-04-01
-1
/
+1
*
Implemented ebeans
Dinnerbone
2011-04-01
-0
/
+41
*
Made Server a singleton
Dinnerbone
2011-04-01
-0
/
+2
*
Fix Entity.setVelocity
Erik Broes
2011-04-01
-1
/
+1
*
Fix world.getFullTime()
Erik Broes
2011-04-01
-1
/
+1
*
Exempt players from calling CreatureSpawn
Erik Broes
2011-04-01
-2
/
+2
*
Fix coordinates on SIGN_CHANGE
Erik Broes
2011-04-01
-2
/
+2
*
Updated packet-filters
Erik Broes
2011-04-01
-33
/
+34
*
Capture errors in plugins onLoad
Dinnerbone
2011-03-31
-2
/
+2
*
Implemented Wolf
Dinnerbone
2011-03-31
-0
/
+42
*
Updated to Minecraft version 1.4
Dinnerbone
2011-03-31
-788
/
+1019
*
CreatureSpawnEvent: Fix forgotten inheritance with CreatureType
Erik Broes
2011-03-30
-2
/
+3
*
world.spawnCreature cast fix
Erik Broes
2011-03-30
-1
/
+1
[next]