log

age author description
Tue, 06 Apr 2010 15:41:20 +0000 IBBoard Re #30: Improve Translations API
Sat, 06 Mar 2010 19:59:37 +0000 IBBoard * Add delegate that takes a array of a parameter type as its argument
Wed, 17 Feb 2010 20:10:27 +0000 IBBoard * Remove errors on uninitialised translations - means that the translations just fall back to the provided string if they haven't been initialised
Thu, 24 Dec 2009 13:57:03 +0000 IBBoard * Move TranslationLoadException to correct namespace
Sun, 20 Dec 2009 20:30:29 +0000 IBBoard * Remove unnecessary XML resolver (was used for DTD, now using schema)
Wed, 16 Dec 2009 20:48:10 +0000 IBBoard * Move schema from "dtds" folder to "schemas" folder to match warfoundry:429
Mon, 30 Nov 2009 21:00:05 +0000 IBBoard Re #25: Enum parsing
Mon, 30 Nov 2009 20:46:54 +0000 IBBoard Re #25: Add method for parsing enums from XML elements
Fri, 06 Nov 2009 19:57:34 +0000 IBBoard * Add method for making percentage of one integer compared to another to ensure consistency
Tue, 27 Oct 2009 19:58:57 +0000 IBBoard Re #24: Create Limit objects
Sat, 24 Oct 2009 19:49:47 +0000 IBBoard Re #24: Add limit objects
Sat, 24 Oct 2009 15:44:40 +0000 IBBoard Re #24: Add limit objects
Sat, 24 Oct 2009 15:42:05 +0000 IBBoard Re #24: Add limit objects
Sat, 24 Oct 2009 15:33:00 +0000 IBBoard Re #24: Add limit objects
Fri, 23 Oct 2009 19:05:28 +0000 IBBoard Re #24: Add limit objects
Thu, 22 Oct 2009 19:33:09 +0000 IBBoard Re #24: Add limit objects
Thu, 22 Oct 2009 19:09:48 +0000 IBBoard Re #24: Add "limit" objects
Wed, 21 Oct 2009 20:02:01 +0000 IBBoard Re #24: Add "limit" objects
Tue, 20 Oct 2009 19:48:37 +0000 IBBoard Re #24: Add limits
Sun, 11 Oct 2009 19:58:02 +0000 IBBoard Re #24: Add "limit" objects that can be used for numeric limits
Wed, 07 Oct 2009 18:40:09 +0000 IBBoard Re #24: Add "limit" objects that can be used for numeric limits
Tue, 06 Oct 2009 18:59:25 +0000 IBBoard Re #24: Add "limit" objects that can be used for numeric limits
Tue, 06 Oct 2009 18:49:04 +0000 IBBoard Re #24: Add "limit" objects that can be used for numeric limits
Tue, 06 Oct 2009 18:31:14 +0000 IBBoard * Move IBBMath to a more sensible package - we're not in Java, so "lang" isn't the catch-all package
Sun, 04 Oct 2009 19:30:31 +0000 IBBoard * Line-ending fix
Sun, 04 Oct 2009 15:50:58 +0000 IBBoard * Add custom XMLResolver that lets developers map relative URIs to actual URIs (e.g. for mapping XHTML DTD to local file to stop remote fetch)
Sun, 04 Oct 2009 09:47:16 +0000 IBBoard * Make sure that we use "." as our decimal separator when parsing doubles from XML (should fix warfoundry:#185 for Europe)
Tue, 29 Sep 2009 19:19:44 +0000 IBBoard * Make double parsing from XML use double.parse instead of int.parse