diff mde/Options.d @ 53:f000d6cd0f74

Changes to paths, command line arguments and font LCD rendering. Use "./" instead of "" as default install dir on windows. Implemented a command-line argument parser. Changes to LCD filter/render-mode option handling after testing what actually happens. Changed some FontTexture messages and internals.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 05 Jun 2008 17:16:52 +0100
parents f68ae1d667f9
children 960206198cbd
line wrap: on
line diff
--- a/mde/Options.d	Mon Jun 02 14:34:24 2008 +0100
+++ b/mde/Options.d	Thu Jun 05 17:16:52 2008 +0100
@@ -475,7 +475,7 @@
 /** A home for all miscellaneous options, at least for now. */
 OptionsMisc miscOpts;
 class OptionsMisc : Options {
-    mixin (impl!("bool useThreads, exitImmediately; int logLevel; double pollInterval; char[] L10n;"));
+    mixin (impl!("bool useThreads, exitImmediately; int logOptions; double pollInterval; char[] L10n;"));
     
     static this() {
         miscOpts = new OptionsMisc;