CraftBukkit/Spigot
a7ed1c966b
Code cleanup, fixed doors, chunk entity fetching
...
By: Tahg <tahgtahv@gmail.com >
2011-03-11 16:25:35 -05:00
CraftBukkit/Spigot
ed40bc0373
returning if a thread is not alive should happen before any changes to
...
the list of workers, hence the return statement should be in the
synchronized block.
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-02-21 12:30:45 +11:00
CraftBukkit/Spigot
70098c0548
implementation of isQueued()
...
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-02-21 12:28:35 +11:00
CraftBukkit/Spigot
e44ffec0f5
implementation of isCurrentlyRunning(int taskId);
...
Burrows down to the worker thread assigned to this task, and returns
its alive status. If no such thread exists, then the task is not
running!
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-02-14 15:29:52 +11:00
CraftBukkit/Spigot
886838b453
Allows calling of functions in the main thread
...
By: Raphfrk <raphfrk@gmail.com >
2011-02-12 00:29:23 +00:00
CraftBukkit/Spigot
85e1d48e88
Fixes a deadlock issue in CraftScheduler
...
By: Raphfrk <raphfrk@gmail.com >
2011-02-13 03:45:34 +00:00
CraftBukkit/Spigot
6a5734b2ff
@Override interface implementation is 1.6 exclusively
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-07 11:03:56 +01:00
CraftBukkit/Spigot
622ca3e68c
Scheduler
...
By: Raphfrk <raphfrk@gmail.com >
2011-02-02 23:53:04 +00:00