diff test/mdeTest.d @ 30:467c74d4804d

Major changes to the scheduler, previously only used by the main loop. Revamped Scheduler. Functions can be removed, have multiple schedules, have their scheduling changed, etc. Scheduler has a unittest. Checked all pass. Main loop scheduler moved to mde. Draw-on-demand currently disabled, simplifying this. Made mtunitest.d remove the temporary file it uses afterwards. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 28 Apr 2008 10:59:47 +0100
parents 611f7b9063c6
children
line wrap: on
line diff
--- a/test/mdeTest.d	Sat Apr 12 14:10:13 2008 +0100
+++ b/test/mdeTest.d	Mon Apr 28 10:59:47 2008 +0100
@@ -28,6 +28,7 @@
 import mde.mergetag.mtunittest;
 import mde.exception;
 import mde.scheduler.Init;
+import mde.scheduler.Scheduler;
 import mde.i18n.I18nTranslation;
 
 import tango.util.log.Log : Log, Logger;