log mde/mde.d @ 103:42e241e7be3e

age author description
Tue, 25 Nov 2008 18:01:44 +0000 Diggory Hardy ContentList content type; getting content items/lists from Options generically via content.Items, and a new addContent widget function. Several improvements to generic handling of content. New button-with-text widget.
Sat, 22 Nov 2008 20:59:36 +0000 Cyborg16 Compilation fixes for windows and unittest code.
Wed, 12 Nov 2008 13:18:51 +0000 Diggory Hardy All types of Option have been converted to use ValueContent classes, and their values can be displayed.
Thu, 06 Nov 2008 11:07:18 +0000 Diggory Hardy Boolean options can be adjusted from the gui now (using a very basic widget). Also some bug-fixes.
Mon, 29 Sep 2008 18:27:17 +0100 Diggory Hardy Solved some/removed some obsolete jobs/FIXMEs (excluding from gui code). General cleanup.
Fri, 12 Sep 2008 17:36:14 +0100 Diggory Hardy New InitStage system, Screen & Screen.Drawable, separate testing and guiDemo binaries.
Thu, 11 Sep 2008 11:33:51 +0100 Diggory Hardy Intermediate commit (not stable). Changes to init system.
Sun, 31 Aug 2008 15:59:17 +0100 Diggory Hardy Merge plus a few tweaks.
Sat, 30 Aug 2008 10:54:32 +0100 Diggory Hardy Start of creating a separate gui demo module and leaving mde.d for testing.
Sat, 30 Aug 2008 09:37:35 +0100 Diggory Hardy New ssi file format.
Fri, 29 Aug 2008 11:59:43 +0100 Diggory Hardy Moved file IO code from mde/mergetag to mde/file[/mergetag] and changed how some errors are caught.
Mon, 28 Jul 2008 18:17:48 +0100 Diggory Hardy A massive overhaul/rewrite for the gui's data management and setup code. Currently much that was working is broken.
Fri, 04 Jul 2008 18:49:16 +0100 Diggory Hardy Unittests: fixes and changes. Plus some doc changes.
Sun, 29 Jun 2008 11:55:55 +0100 Diggory Hardy Overhauled Options so that it now uses templates and mixins for type-specific internals, and supported types can be adjusted via just one list.
Fri, 27 Jun 2008 18:35:33 +0100 Diggory Hardy Moved many modules/packages to better reflect usage.
Thu, 05 Jun 2008 17:16:52 +0100 Diggory Hardy Changes to paths, command line arguments and font LCD rendering.
Thu, 22 May 2008 11:34:09 +0100 Diggory Hardy Several changes to resising windows and layout widgets. This commit still has some bugs.
Thu, 15 May 2008 10:39:57 +0100 Diggory Hardy Column/row resizing implemented for GridLayoutWidget (finally)!
Fri, 02 May 2008 17:38:43 +0100 Diggory Hardy Enabled drawing on demand, and made the polling interval configurable.
Tue, 29 Apr 2008 18:10:58 +0100 Diggory Hardy GUI now supports basic interactible widgets, widget colour and border are more unified, and some code cleanup.
Mon, 28 Apr 2008 10:59:47 +0100 Diggory Hardy Major changes to the scheduler, previously only used by the main loop.
Fri, 04 Apr 2008 17:07:38 +0100 Diggory Hardy Some GUI work, plus a small fix in the paths module.
Thu, 03 Apr 2008 18:15:02 +0100 Diggory Hardy Changed the licensing and removed a few dead files.
Thu, 03 Apr 2008 17:26:52 +0100 Diggory Hardy Some minor and some futile efforts.
Thu, 27 Mar 2008 16:15:21 +0000 Diggory Hardy Only locally-changed options are stored in user-config now. Log levels revised.
Mon, 24 Mar 2008 17:53:28 +0000 Diggory Hardy Window settings now come from options, and may use OpenGL (enabled/disabled at compile time).
Sat, 22 Mar 2008 16:22:59 +0000 Diggory Hardy Reworked much of Init.
Tue, 18 Mar 2008 17:51:52 +0000 Diggory Hardy Changes to Init and logging.
Sat, 15 Mar 2008 15:14:25 +0000 Diggory Hardy Applied the GNU GPL v2 to mde.
Sat, 15 Mar 2008 11:56:13 +0000 Diggory Hardy Improvements to Options and Init.
Fri, 14 Mar 2008 11:39:45 +0000 Diggory Hardy Use OS paths (linux only for now), merging multiple paths. Init changes regarding options.
Fri, 22 Feb 2008 11:52:20 +0000 Diggory Hardy Implemented some internationalization support.
Thu, 21 Feb 2008 09:05:33 +0000 Diggory Hardy Options class created & changes to mergetag exception messages.
Mon, 18 Feb 2008 11:54:56 +0000 Diggory Hardy DefaultData largely rewritten with unittest, SDL input event handling completed with unittest, changes to Init threading.
Wed, 30 Jan 2008 11:33:56 +0000 Diggory Hardy Joystick button input now works with config.
Fri, 25 Jan 2008 18:17:38 +0000 Diggory Hardy Big changes to init; got some way towards input event support; changed mergetag ID to char[] from uint.
Sun, 06 Jan 2008 17:38:51 +0000 Diggory Hardy Many changes: upgraded to tango 0.99.4, reorganised mde/input, large changes to mde/mergetag and mde/init, separated off test/MTTest.d and more.
Sat, 03 Nov 2007 16:06:06 +0000 Diggory Hardy text.parse: fixed a small bug with char[]'s.
Sat, 03 Nov 2007 15:15:43 +0000 Diggory Hardy mergetag: partially redesigned dataset and text reader classes. Changed text format.
Sat, 27 Oct 2007 18:05:39 +0100 Diggory Hardy Repository creation.