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
Commit message (
Collapse
)
Author
Age
Lines
*
TextWrapper now wraps text at the proper width and also prevent splitting ↵
Erik Broes
2011-03-12
-4
/
+14
|
|
|
|
unless it is needed
*
Sourcefiles shouldn't be executable
Erik Broes
2011-03-12
-0
/
+0
|
*
Clean code a bit
Erik Broes
2011-03-12
-102
/
+92
|
*
Added Player.sendRawMessage().
sk89q
2011-03-12
-0
/
+4
|
*
fixed diodes
Tahg
2011-03-12
-1
/
+1
|
*
more NPE fixes regarding redstone
Tahg
2011-03-11
-3
/
+3
|
*
stupid ChunkPosition's are relative to the chunk
Tahg
2011-03-11
-1
/
+1
|
*
Code cleanup, fixed doors, chunk entity fetching
Tahg
2011-03-11
-52
/
+61
|
*
NPE fix in redstone
Tahg
2011-03-11
-1
/
+1
|
*
properly implement locks
Tahg
2011-03-10
-49
/
+33
|
*
Fixing grammar and CraftBukkit comment.
EvilSeph
2011-03-10
-2
/
+2
|
*
Redstone fixes
Tahg
2011-03-10
-2
/
+2
|
*
Add redstone events to common blocks
Tahg
2011-03-10
-27
/
+220
|
*
Additional hooks for chunks
Tahg
2011-03-10
-1
/
+28
|
*
Additional redstone hooks
Tahg
2011-03-10
-1
/
+18
|
*
Add non updating type/data sets
Tahg
2011-03-10
-0
/
+24
|
*
Add locks to Hashset
Tahg
2011-03-10
-63
/
+128
|
*
Attempt to fix double disconnects
Dinnerbone
2011-03-10
-3
/
+5
|
*
Slight tweak to EntityPlayer to add toString for name+position for error ↵
Dinnerbone
2011-03-10
-0
/
+7
|
|
|
|
tracking
*
Attempt to fix console crash
Dinnerbone
2011-03-09
-1
/
+5
|
*
Changed block cache to soft references (should help a lot with memory usage)
Dinnerbone
2011-03-09
-1
/
+202
|
*
Fixed LOGIN packet issue
Dinnerbone
2011-03-09
-2
/
+4
|
*
Fixed exploit allowing people to place blocks anywhere
Dinnerbone
2011-03-09
-0
/
+13
|
*
Implemented LivingEntity.getEyeLocation()
Andrew Ardill
2011-03-09
-0
/
+8
|
*
Record invalid ItemInHandIndex packet
Erik Broes
2011-03-09
-0
/
+10
|
*
Fixed crash with bad holding slot
Dinnerbone
2011-03-09
-1
/
+5
|
*
Sign exploit fix is spammy no more. Probably.
Dinnerbone
2011-03-09
-1
/
+2
|
*
(Probably) fixed the sign exploit
Dinnerbone
2011-03-08
-0
/
+53
|
*
Fixed the fix of the inventory dupe bug
Dinnerbone
2011-03-08
-1
/
+1
|
*
Fixed an exploit allowing item duplication upon death
Dinnerbone
2011-03-08
-0
/
+2
|
*
Fixed a minecraft exploit allowing anyone to pick their username
Dinnerbone
2011-03-08
-0
/
+37
|
*
Purged deprecated MobType and MobSpawner
Dinnerbone
2011-03-07
-51
/
+17
|
*
Implemented LivingEntity.damage
Dinnerbone
2011-03-07
-0
/
+8
|
*
Fixed BLOCK_CANBUILD never throwing
Dinnerbone
2011-03-07
-1
/
+1
|
*
Regenerate and refresh chunk methods
Raphfrk
2011-03-07
-20
/
+66
|
*
Fixed isChunkInUse()
Raphfrk
2011-03-07
-2
/
+2
|
*
Velocity now sends updates to players
Dinnerbone
2011-03-05
-4
/
+3
|
*
Updated CraftServer to lowercase r in registerInterface method..
VictorD
2011-03-05
-1
/
+1
|
*
Implemented Entity.get/setMomentum
Dinnerbone
2011-03-04
-0
/
+10
|
*
Removed Block.getRawData
Dinnerbone
2011-03-04
-9
/
+4
|
*
BlockFlowing NPE fix.
Erik Broes
2011-03-02
-6
/
+15
|
*
Synchronized EntityTracking
tahg
2011-03-02
-7
/
+7
|
*
Implements World.save and Server.savePlayers()
Morgan Humes
2011-03-02
-2
/
+14
|
*
RedstoneChange event thrown then the redstone *changes* not when it stays ↵
Erik Broes
2011-03-02
-6
/
+8
|
|
|
|
the same :D
*
Java 1.5 compat.
Erik Broes
2011-03-02
-5
/
+40
|
*
limit chunk unloading to 50 per tick
tahg
2011-03-02
-1
/
+1
|
*
Synchronized and moved Hash classes
FrozenCow
2011-03-01
-15
/
+15
|
*
Ignore entity movement packets if distance == 0
VictorD
2011-03-01
-0
/
+5
|
*
Fixed chat
Dinnerbone
2011-03-01
-0
/
+1
|
*
Let's handle (bwhaha) the Craft* entities a bit better.
Erik Broes
2011-03-01
-53
/
+52
|
[next]