summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Treat ComplexParts as proxies for setLastDamageCause. Fixes BUKKIT-1821feildmaster2012-07-02-0/+11
|
* Clean entity.damage functions. Fixes BUKKIT-1822feildmaster2012-07-02-22/+7
|
* Fix deprecated spawnCreature. Fixes BUKKIT-1880Wesley Wolfe2012-07-02-1/+1
|
* Fix client crash on InventoryClick cancel. Fixes BUKKIT-1841H31IX2012-06-28-2/+0
|
* Mark entities as invalid when they get despawned. Addresses BUKKIT-810Travis Watkins2012-06-28-0/+7
|
* Fix double overflow/underflow calculations with explosions. Fixes BUKKIT-1865Wesley Wolfe2012-06-27-9/+18
|
* Implement LivingEntity.hasLineOfSight. Addresses BUKKIT-1255TomyLobo2012-06-23-0/+5
|
* Use LinkedHashSet to make redstone update order consistent. Fixes BUKKIT-1850Travis Watkins2012-06-23-1/+1
|
* Deprecate spawnCreature and add spawnEntity. Addresses BUKKIT-1168V10lator2012-06-23-6/+6
|
* Trigger EntityBlockChangeEvent for Silverfish. Adds BUKKIT-1560 and BUKKIT-1593feildmaster2012-06-23-0/+19
|
* Added EntitySilverfish for diff visibilityfeildmaster2012-06-23-0/+154
|
* Implement plugin channel events. Addresses BUKKIT-1844Wesley Wolfe2012-06-21-2/+8
|
* Fire PlayerItemBreakEvent. Addresses BUKKIT-1600Travis Ralston2012-06-21-0/+12
|
* Clear animal owner when untamed. Fixes BUKKIT-1482Ammar Askar2012-06-20-0/+3
|
* Add query-plugins setting. Addresses BUKKIT-1781H31IX2012-06-20-1/+6
|
* Fix HeisenplayersWesley Wolfe2012-06-17-2/+2
|
* Changes '/whitelist list' to ignore comments. Addresses BUKKIT-1804Jeff Wardian2012-06-14-0/+3
|
* Preserve whitelist ordering. Addresses BUKKIT-1805Jeff Wardian2012-06-14-2/+5
|
* Fire NotePlayEvent. Fixes BUKKIT-1779obnoxint2012-06-14-1/+14
|
* Add TileEntityNote from mc-dev for diff visibility.obnoxint2012-06-14-0/+56
|
* Implement asynchronous pre-login event; Addresses BUKKIT-1213Wesley Wolfe2012-06-13-0/+7
|
* Support asynchronous events; Addresses BUKKIT-1212Wesley Wolfe2012-06-13-3/+9
|
* Don't send kick message if the message is empty. Fixes BUKKIT-1789Jake King2012-06-13-1/+1
|
* Fire PlayerToggleFlightEvent. Fixes BUKKIT-1696H31IX2012-06-13-1/+13
|
* Check world before checking distance. Fixes BUKKIT-1792Wesley Wolfe2012-06-12-0/+4
|
* Fixed EnderDragon not dealing damage after it has been hit. Fixes BUKKIT-1751EvilSeph2012-06-12-1/+1
|
* Synchronize handler listsWesley Wolfe2012-06-11-3/+8
|
* Handle rcon timeouts properlyTravis Watkins2012-06-10-1/+10
|
* Updated version to 1.2.5-R4.1-SNAPSHOT for development towards next release.EvilSeph2012-06-09-2/+2
|
* Updated version to 1.2.5-R4.0 in pom.xml for RB.EvilSeph2012-06-09-2/+2
|
* Kill fireball if velocity isn't present. Fixes BUKKIT-1228feildmaster2012-06-09-0/+2
|
* Fix fireballs freezing when the chunk unloads. Addresses BUKKIT-1228feildmaster2012-06-09-0/+10
|
* Fixed potential infinite loop in RCON handling. Fixes BUKKIT-1570EvilSeph2012-06-09-2/+2
|
* Fixed decompile for loop handlingWesley Wolfe2012-06-09-7/+7
|
* Added RemoteControlSession for diff visibility.EvilSeph2012-06-08-0/+145
|
* Don't try to parse directories if we don't have any.Travis Watkins2012-06-06-1/+4
|
* Try to make parent directories for --log-pattern path. Fixes BUKKIT-680Travis Watkins2012-06-04-1/+51
|
* Call ignite event for fireball shot from dispenser.Travis Watkins2012-06-04-2/+13
|
* Fix a NullPointerException.feildmaster2012-06-04-5/+7
|
* Launch fireballs at eye location. Fixes BUKKIT-1155feildmaster2012-06-03-2/+4
|
* Further improving ItemStack handlingfeildmaster2012-06-03-0/+5
|
* Make log-strip-color a simple flag instead of a boolean.Travis Watkins2012-06-02-5/+1
|
* Resize UnsafeList to initial capacity when cleared and implement clone.Travis Watkins2012-06-01-6/+20
|
* Reduce default size of path array. Addresses BUKKIT-1469.Travis Watkins2012-05-31-1/+1
| | | | | | | | The Path object creates an array of 1024 PathPoint objects as the backing for a sorted queue but testing shows we tend to get only 80 or so entries in the array at most. To save memory this changes the default size of the array to 128. Changing it to 64 was considered but that triggered too many resizes which is detremental to performance.
* Add Path.java from mc-dev for diff visibilityTravis Watkins2012-05-31-0/+128
|
* Fix bold states while printing; Fixes BUKKIT-1716Wesley Wolfe2012-05-26-8/+8
|
* Change mapping of Gold from yellow bold to yellow; Addresses BUKKIT-1717Wesley Wolfe2012-05-26-1/+1
|
* Updated version to 1.2.5-R3.1-SNAPSHOT for development towards next release.EvilSeph2012-05-26-2/+2
|
* Updated version to 1.2.5-R3.0 in pom.xml for RB.EvilSeph2012-05-26-2/+2
|
* Removed AnimalTamer cache, fixes BUKKIT-1628Wesley Wolfe2012-05-24-18/+7
|