summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/bukkit/craftbukkit/scheduler/CraftScheduler.java
Commit message (Expand)AuthorAgeLines
* SPIGOT-4500: callSyncMethod brokenmd_52018-11-24-1/+1
* SPIGOT-4472: Add Consumer scheduler methodsmd_52018-11-23-28/+59
* SPIGOT-3619: Improve CraftScheduler#isCurrentlyRunningblablubbabc2018-06-20-2/+12
* Remove magic values in scheduler packageSenmori2018-03-26-28/+28
* Fix active async tasks not cancelled by CraftScheduler#cancelTasks(Plugin)blablubbabc2017-09-28-1/+1
* Correct scheduler behaviour with intervals of >= Integer.MAX_VALUE (circa 3 y...md_52017-07-25-2/+2
* 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
* Fixed some async tasks running synchronously. Fixes BUKKIT-2934Wesley Wolfe2012-11-14-39/+10
* Implement new scheduler API. Adds BUKKIT-836Wesley Wolfe2012-10-14-2/+26
* Bulk pending cleanup.Wesley Wolfe2012-09-09-3/+1
* Add information about async tasks to CrashReports. Addresses BUKKIT-2491Wesley Wolfe2012-09-09-0/+17
* Rewrite scheduler. Fixes BUKKIT-1831, and BUKKIT-845Wesley Wolfe2012-08-22-302/+338
* Deprecation cleanup.Erik Broes2012-02-18-23/+12
* 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-12/+15
* Whitespace + general cleanupErik Broes2011-05-15-1/+1
* Improved the Scheduler.Raphfrk2011-05-02-33/+138
* 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
* implementation of isQueued()Andrew Ardill2011-02-21-0/+14
* implementation of isCurrentlyRunning(int taskId);Andrew Ardill2011-02-17-1/+4
* Allows calling of functions in the main threadRaphfrk2011-02-13-1/+11
* Fixes a deadlock issue in CraftSchedulerRaphfrk2011-02-13-1/+5
* SchedulerRaphfrk2011-02-07-0/+209