summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/scheduler
Commit message (Expand)AuthorAgeLines
* SPIGOT-4500: callSyncMethod brokenmd_52018-11-24-2/+2
* SPIGOT-4498: Crash on startupmd_52018-11-23-1/+1
* SPIGOT-4472: Add Consumer scheduler methodsmd_52018-11-23-38/+92
* SPIGOT-3619: Improve CraftScheduler#isCurrentlyRunningblablubbabc2018-06-20-2/+12
* Remove magic values in scheduler packageSenmori2018-03-26-50/+55
* Fix active async tasks not cancelled by CraftScheduler#cancelTasks(Plugin)blablubbabc2017-09-28-1/+1
* Add BukkitTask#isCancelledblablubbabc2017-09-02-4/+5
* Correct scheduler behaviour with intervals of >= Integer.MAX_VALUE (circa 3 y...md_52017-07-25-2/+2
* Explicitly log exception from asynchronous tasks.hibo982016-10-24-3/+3
* Run sync tasks scheduled for the same tick FIFOAgentLV2016-09-11-2/+5
* Implement deprecated methods. Adds BUKKIT-5752Wesley Wolfe2014-08-07-0/+58
* Throw exception for disabled plugin tasks. Fixes BUKKIT-3951Wesley Wolfe2013-03-31-0/+4
* Remove erroneous break statement in scheduler. Fixes BUKKIT-3395Wesley Wolfe2013-01-27-1/+0
* Remove runner leak on async tasks. Fixes BUKKIT-3288Wesley Wolfe2012-12-23-0/+3
* Fixed some async tasks running synchronously. Fixes BUKKIT-2934Wesley Wolfe2012-11-14-39/+37
* Implement new scheduler API. Adds BUKKIT-836Wesley Wolfe2012-10-14-2/+31
* Fix typo causing a task to be repeated in debug. Addresses BUKKIT-2549Wesley Wolfe2012-09-28-1/+1
* Bulk pending cleanup.Wesley Wolfe2012-09-09-3/+1
* Add information about async tasks to CrashReports. Addresses BUKKIT-2491Wesley Wolfe2012-09-09-0/+58
* Fix Future task waiting logic. Fixes BUKKIT-2408Wesley Wolfe2012-08-26-1/+6
* Rewrite scheduler. Fixes BUKKIT-1831, and BUKKIT-845Wesley Wolfe2012-08-22-618/+533
* Deprecation cleanup.Erik Broes2012-02-18-26/+15
* Revert "Do not immediately re-queue repeating tasks, or they may simply keep ...Dinnerbone2011-07-14-6/+1
* Do not immediately re-queue repeating tasks, or they may simply keep repeatin...Afforess2011-07-14-1/+6
* Possible fix for cancelled CraftScheduler tasks still running.EvilSeph2011-06-30-6/+31
* Generic cleanup of the org.bukkit.craftbukkit classes.Erik Broes2011-06-12-23/+26
* Whitespace + general cleanupErik Broes2011-05-15-3/+3
* Improved the Scheduler.Raphfrk2011-05-02-40/+152
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-1/+1
* Don't want the scheduler taking invalid arguments as well.sk89q2011-04-18-0/+8
* Fixed CraftScheduler to catch exceptions thrown by tasks, rather than crash t...sk89q2011-04-18-5/+20
* Code cleanup, fixed doors, chunk entity fetchingTahg2011-03-11-7/+7
* returning if a thread is not alive should happen before any changes toAndrew Ardill2011-02-21-2/+2
* implementation of isQueued()Andrew Ardill2011-02-21-0/+14
* implementation of isCurrentlyRunning(int taskId);Andrew Ardill2011-02-17-4/+24
* Allows calling of functions in the main threadRaphfrk2011-02-13-1/+132
* Fixes a deadlock issue in CraftSchedulerRaphfrk2011-02-13-1/+5
* @Override interface implementation is 1.6 exclusivelyErik Broes2011-02-07-1/+0
* SchedulerRaphfrk2011-02-07-0/+456