CraftBukkit/Spigot
9bf573516b
Generic cleanup of the org.bukkit.craftbukkit classes.
...
By: Erik Broes <erikbroes@grum.nl >
2011-06-12 01:12:43 +02:00
CraftBukkit/Spigot
776b9efd3e
Whitespace + general cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-05-14 16:29:42 +02:00
CraftBukkit/Spigot
7bbe446bd6
Improved the Scheduler.
...
Adds nag message when async tasks are not properly shut down and adds a limiter for sync tasks. Once they use 35ms in a single tick, any remaining tasks are not executed until later ticks. Adds a method to report the pending tasks and one to report active worker threads
By: Raphfrk <raphfrk@gmail.com >
2011-04-28 20:10:39 +01:00
CraftBukkit/Spigot
070c214267
Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.
...
By: Erik Broes <erikbroes@grum.nl >
2011-04-20 19:05:14 +02:00
CraftBukkit/Spigot
91e69e54b4
Don't want the scheduler taking invalid arguments as well.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-18 23:52:19 -07:00
CraftBukkit/Spigot
c4d411e2bf
Fixed CraftScheduler to catch exceptions thrown by tasks, rather than crash the server.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-18 23:47:49 -07:00
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