summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Collapse)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-751/+491
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Add remaining missing setLastDamageCause'sSteve Anton2012-07-14-3/+6
|
* Add missing setLastDamageCause. Thanks MonsieurApplefeildmaster2012-07-13-1/+1
|
* Implement getExpToLevel method. Fixes BUKKIT-1906feildmaster2012-07-11-4/+4
|
* Reuse ItemInWorldManager, and stop applying ability changes. Fixes BUKKIT-1811feildmaster2012-07-09-4/+1
|
* [Bleeding] Include chunk biome data for refresh chunk. Fixes BUKKIT-1166Mike Primm2012-07-08-12/+8
|
* Factor invulnerableTicks into getNoDamageTicks. Fixes BUKKIT-1324feildmaster2012-07-04-0/+9
|
* Implement getMotd, and reload the motd. Adds BUKKIT-1799feildmaster2012-07-03-2/+7
|
* Apply setLastDamageCause after processing events and the event has not been ↵feildmaster2012-07-02-1/+20
| | | | | | | | canceled. Fixes BUKKIT-1881 This allows previous causes to be available during the event, as well as making the damage cause a valid one. If EntityDamageEvent is canceled, then it's not the last DamageCause. Also prevents setting DamageCause involuntarily through construction.
* 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
|
* 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
|