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
/
org
/
bukkit
Commit message (
Expand
)
Author
Age
Lines
*
Use a dynamic pool size for the iterator cache
Travis Watkins
2012-08-20
-21
/
+35
*
Implement API to retrieve and open EnderChests. Adds BUKKIT-2016
feildmaster
2012-08-20
-0
/
+7
*
[Bleeding] Remove redundant chunkList from ChunkProviderServer
Mike Primm
2012-08-19
-2
/
+2
*
Add LongObjectHashMap and LongHashSet
Travis Watkins
2012-08-19
-357
/
+839
*
Add iterator cache to UnsafeList and use it in hotspots
Travis Watkins
2012-08-19
-14
/
+109
*
Fix issues with chunk saving. Fixes BUKKIT-2158, BUKKIT-2018 and BUKKIT-2229
Mike Primm
2012-08-19
-18
/
+5
*
Add more detailed CrashReport for CraftBukkit. Addresses BUKKIT-2319
Wesley Wolfe
2012-08-17
-0
/
+41
*
Use correct SlotType's for merchants. Fixes BUKKIT-2257
feildmaster
2012-08-15
-0
/
+7
*
Implement methods for spawning FallingBlocks and add various FallingBlock met...
feildmaster
2012-08-14
-4
/
+49
*
Update CreatureSpawner.setSpawnedType(EntityType) to 1.3
feildmaster
2012-08-12
-4
/
+5
*
Implement player speed API. Addresses BUKKIT-2205
Wesley Wolfe
2012-08-10
-0
/
+35
*
Implement new deprecated warning state configuration option
Wesley Wolfe
2012-08-06
-1
/
+8
*
Put forceChunkLoad back to its original value.
Travis Watkins
2012-08-05
-2
/
+8
*
Implement new AsyncPlayerChatEvent. Addresses BUKKIT-2064
Wesley Wolfe
2012-08-03
-1
/
+124
*
Fix mapping of ChunkSection nibble data to snapshot. Fixes BUKKIT-1977
Mike Primm
2012-08-02
-5
/
+5
*
Add trailing / to BukkitDL URLs. Fixes BUKKIT-2015.
Luke Granger-Brown
2012-08-02
-4
/
+13
*
Update CraftBukkit to Minecraft 1.3.1
feildmaster
2012-08-02
-122
/
+249
*
Implement getExpToLevel method. Fixes BUKKIT-1906
feildmaster
2012-07-11
-4
/
+4
*
[Bleeding] Include chunk biome data for refresh chunk. Fixes BUKKIT-1166
Mike Primm
2012-07-08
-11
/
+7
*
Factor invulnerableTicks into getNoDamageTicks. Fixes BUKKIT-1324
feildmaster
2012-07-04
-0
/
+9
*
Implement getMotd, and reload the motd. Adds BUKKIT-1799
feildmaster
2012-07-03
-2
/
+7
*
Apply setLastDamageCause after processing events and the event has not been c...
feildmaster
2012-07-02
-1
/
+6
*
Treat ComplexParts as proxies for setLastDamageCause. Fixes BUKKIT-1821
feildmaster
2012-07-02
-0
/
+11
*
Clean entity.damage functions. Fixes BUKKIT-1822
feildmaster
2012-07-02
-22
/
+7
*
Fix deprecated spawnCreature. Fixes BUKKIT-1880
Wesley Wolfe
2012-07-02
-1
/
+1
*
Mark entities as invalid when they get despawned. Addresses BUKKIT-810
Travis Watkins
2012-06-28
-0
/
+4
*
Implement LivingEntity.hasLineOfSight. Addresses BUKKIT-1255
TomyLobo
2012-06-23
-0
/
+5
*
Deprecate spawnCreature and add spawnEntity. Addresses BUKKIT-1168
V10lator
2012-06-23
-6
/
+6
*
Trigger EntityBlockChangeEvent for Silverfish. Adds BUKKIT-1560 and BUKKIT-1593
feildmaster
2012-06-23
-0
/
+7
*
Implement plugin channel events. Addresses BUKKIT-1844
Wesley Wolfe
2012-06-21
-2
/
+8
*
Fire PlayerItemBreakEvent. Addresses BUKKIT-1600
Travis Ralston
2012-06-21
-0
/
+6
*
Clear animal owner when untamed. Fixes BUKKIT-1482
Ammar Askar
2012-06-20
-0
/
+3
*
Add query-plugins setting. Addresses BUKKIT-1781
H31IX
2012-06-20
-0
/
+4
*
Changes '/whitelist list' to ignore comments. Addresses BUKKIT-1804
Jeff Wardian
2012-06-14
-0
/
+3
*
Preserve whitelist ordering. Addresses BUKKIT-1805
Jeff Wardian
2012-06-14
-1
/
+2
*
Fire NotePlayEvent. Fixes BUKKIT-1779
obnoxint
2012-06-14
-0
/
+6
*
Support asynchronous events; Addresses BUKKIT-1212
Wesley Wolfe
2012-06-13
-0
/
+4
*
Check world before checking distance. Fixes BUKKIT-1792
Wesley Wolfe
2012-06-12
-0
/
+4
*
Launch fireballs at eye location. Fixes BUKKIT-1155
feildmaster
2012-06-03
-2
/
+4
*
Make log-strip-color a simple flag instead of a boolean.
Travis Watkins
2012-06-02
-5
/
+1
*
Resize UnsafeList to initial capacity when cleared and implement clone.
Travis Watkins
2012-06-01
-6
/
+20
*
Fix bold states while printing; Fixes BUKKIT-1716
Wesley Wolfe
2012-05-26
-8
/
+8
*
Change mapping of Gold from yellow bold to yellow; Addresses BUKKIT-1717
Wesley Wolfe
2012-05-26
-1
/
+1
*
Removed AnimalTamer cache, fixes BUKKIT-1628
Wesley Wolfe
2012-05-24
-18
/
+7
*
Fixed broken hashCode()
Wesley Wolfe
2012-05-24
-5
/
+2
*
Add in checks for potential NPEs. Fixes BUKKIT-1706 and BUKKIT-1590.
Travis Watkins
2012-05-24
-1
/
+13
*
Re-implement World.getTemperature and World.getHumidity
Score_Under
2012-05-23
-2
/
+2
*
Replace TextWrapper with simple newline splitting. Fixes BUKKIT-1662
Travis Watkins
2012-05-16
-79
/
+16
*
Fix block place protection using a larger radius. Fixes BUKKIT-1617
feildmaster
2012-05-16
-1
/
+1
*
Add option to strip color codes from server.log file
Travis Watkins
2012-05-16
-0
/
+6
[next]