Timeline



04/03/09:

20:30 Ticket #59 (Add tests for API) created by ibboard
All of our code should ideally be tested, but old habits die hard and …
20:27 Ticket #58 (Remove LogNotifier from API) created by ibboard
While the initial idea of having some way of raising "log this" …
20:24 Ticket #12 (Handle staged loading of armies) closed by ibboard
duplicate: Effectively superseded by #54
20:22 Ticket #57 (Complete loading of WarFoundry XML files) created by ibboard
All parts of the WarFoundry XML files (including unit requirements) …

04/01/09:

20:20 Ticket #13 (Migrate WarFoundryXmlFactory to XPath) closed by ibboard
fixed: (In r88) Closes #13 - Migrate to XPath * Remove elem.ChildNodes calls …
20:20 Changeset in _archive [88] by ibboard
Closes #13 - Migrate to XPath * Remove elem.ChildNodes calls and use …
20:20 Changeset in IBBoard.WarFoundry.API [53:1b35eed503ef] by IBBoard <dev@…>
Closes #13 - Migrate to XPath * Remove elem.ChildNodes calls and use …

03/30/09:

20:44 Changeset in _archive [87] by ibboard
Re #10 - Refactor for readability * Break WarFoundryXMLFactory out in …
20:44 Changeset in IBBoard.WarFoundry.API [52:64ef178c18aa] by IBBoard <dev@…>
Re #10 - Refactor for readability * Break WarFoundryXMLFactory out in …

03/28/09:

21:00 Changeset in _archive [86] by ibboard
Re #50 - Fully load XML files * Load remaining GameSystem attributes …
21:00 Changeset in IBBoard.WarFoundry.API [51:b271a2252758] by IBBoard <dev@…>
Re #50 - Fully load XML files * Load remaining GameSystem attributes …
20:51 Changeset in _archive [85] by ibboard
Re #10 - Refactor for readability * Re-order methods so that they are …
20:51 Changeset in IBBoard.WarFoundry.API [50:bb6b993b98bf] by IBBoard <dev@…>
Re #10 - Refactor for readability * Re-order methods so that they are …
16:45 Changeset in _archive [84] by ibboard
Re #10 - Refactor source code for readability * Add …
16:45 Changeset in IBBoard.WarFoundry.API [49:9d31d063b194] by IBBoard <dev@…>
Re #10 - Refactor source code for readability * Add …
16:37 Changeset in _archive [83] by ibboard
Re #50 - Complete loading of XML files * Load base points * Check …
16:37 Changeset in IBBoard.WarFoundry.API [48:b49372dd8afa] by IBBoard <dev@…>
Re #50 - Complete loading of XML files * Load base points * Check …

03/27/09:

13:29 Ticket #56 (Add support for Allies to Rollcall) created by ibboard
Once the WarFoundry API supports allies, this should also be added to …
13:26 Ticket #55 (Add support for Allies) created by ibboard
Rollcall supports allies through a special category that defines the …

03/26/09:

20:57 Ticket #54 (Add Army support to WarFoundryFactory) created by ibboard
As well as saving armies in #53 we need to be able to load them back …
20:55 Ticket #53 (Create WarFoundry save class to store army as file) created by ibboard
Creating armies isn't much use if they are lost on save. We need an …
20:51 Ticket #52 (Add requirements to Schemas) created by ibboard
Requirements are optional (races don't need to define any special …
20:49 Changeset in _archive [82] by ibboard
Re #13 - Use XPath for file loading * Replace loading of race unit …
20:49 Changeset in IBBoard.WarFoundry.API [47:85f2b9c3609c] by IBBoard <dev@…>
Re #13 - Use XPath for file loading * Replace loading of race unit …

03/23/09:

20:57 Changeset in _archive [81] by ibboard
Re #11 - Document classes and methods * Document methods in UnitType …
20:57 Changeset in IBBoard.WarFoundry.API [46:a5855fcd75ab] by IBBoard <dev@…>
Re #11 - Document classes and methods * Document methods in UnitType …
20:38 Ticket #51 (Update code to use generic collections) created by ibboard
Some parts of the code are still using classes like Hashtable and then …
20:21 Changeset in _archive [80] by ibboard
Re #50 - Complete file loading * Set max size/points/percentage …
20:21 Changeset in IBBoard.WarFoundry.API [45:75a44b7753d4] by IBBoard <dev@…>
Re #50 - Complete file loading * Set max size/points/percentage …
20:17 Ticket #49 (Resolve namespace issues) closed by ibboard
fixed

03/22/09:

17:10 Changeset in _archive [79] by ibboard
Re #50 - Complete loading of WarFoundry XML * Fix loading of armour …
17:10 Changeset in IBBoard.WarFoundry.API [44:db951aad24b9] by IBBoard <dev@…>
Re #50 - Complete loading of WarFoundry XML * Fix loading of armour …
17:09 Ticket #50 (Complete core loading of WarFoundry XML files) created by ibboard
The WarFoundry XML factory doesn't currently load all parts of the XML …
17:05 Changeset in _archive [78] by ibboard
Re #49 - Resolve namespace issues * Fix up some XPath queries * …
17:05 Changeset in IBBoard.WarFoundry.API [43:d0812d7de39d] by IBBoard <dev@…>
Re #49 - Resolve namespace issues * Fix up some XPath queries * …
17:02 Ticket #49 (Resolve namespace issues) created by ibboard
Following the move to schemas and namespaces we've had some [ticket:45
16:37 Ticket #45 (Fix XPath problems) closed by ibboard
fixed: (In r77) Fixes #45 - Fix XPath problems * Include namespace prefix …
16:37 Changeset in _archive [77] by ibboard
Fixes #45 - Fix XPath problems * Include namespace prefix and …
16:37 Changeset in IBBoard.WarFoundry.API [42:d0d44434b557] by IBBoard <dev@…>
Fixes #45 - Fix XPath problems * Include namespace prefix and …

03/21/09:

20:52 Changeset in _archive [76] by ibboard
Re #48 - Require schemas to validate * Restructure schema caching so …
20:52 Changeset in IBBoard.WarFoundry.API [41:422ddd5fedd1] by IBBoard <dev@…>
Re #48 - Require schemas to validate * Restructure schema caching so …
20:08 Ticket #48 (Make XML files require schema to validate) created by ibboard
If an XML schema is missing then the first file load currently fails …
20:04 Ticket #4 (Stop missing DTDs being fatal) closed by ibboard
fixed: Changes for #32 have made missing schemas throw exceptions that are …
17:04 Tickets #46,​47 batch updated by ibboard
fixed: (In r75) Fixes #47 - remove magic numbers * Create "infinity" in core …
17:04 Changeset in _archive [75] by ibboard
Fixes #47 - remove magic numbers * Create "infinity" in core types * …
17:04 Changeset in IBBoard.WarFoundry.API [40:3664eee50390] by IBBoard <dev@…>
Fixes #47 - remove magic numbers * Create "infinity" in core types * …

03/19/09:

20:12 Changeset in _archive [74] by ibboard
Re #47: Remove magic numbers * Replace "-1" magic number with …
20:12 Changeset in IBBoard.WarFoundry.API [39:05c6745cc660] by IBBoard <dev@…>
Re #47: Remove magic numbers * Replace "-1" magic number with …
20:11 Ticket #34 (Remove "Choices" and "Base/Increment" from Category) closed by ibboard
fixed: (In r73) Fixes #34 - Remove "Choices" and "Base/Increment" from …
20:11 Changeset in _archive [73] by ibboard
Fixes #34 - Remove "Choices" and "Base/Increment" from Category * …
20:11 Changeset in IBBoard.WarFoundry.API [38:548cfc776f54] by IBBoard <dev@…>
Fixes #34 - Remove "Choices" and "Base/Increment" from Category * …
20:09 Ticket #47 (Remove magic numbers) created by ibboard
Some parts of WarFoundry have started to use "magic numbers" (numbers …

03/16/09:

20:53 Changeset in _archive [72] by ibboard
Re #10 - Code refactoring * Remove unused attribute
20:53 Changeset in IBBoard.WarFoundry.API [37:465a215a21a2] by IBBoard <dev@…>
Re #10 - Code refactoring * Remove unused attribute
20:52 Ticket #32 (Migrate WarFoundry files to using Schemas) closed by ibboard
fixed: Main migration complete. Ticket #46 opened for problem using some …
20:34 Ticket #46 (Resolve problems using custom restrictions of decimal and double) created by ibboard
The WarFoundry-Core.xsd file defines some custom simple types that are …
20:15 Changeset in _archive [71] by ibboard
Re #32 - Migrate to schemas * Convert Army to schema * Delete old DTDs
20:15 Changeset in IBBoard.WarFoundry.API [36:0a1c5fea6a08] by IBBoard <dev@…>
Re #32 - Migrate to schemas * Convert Army to schema * Delete old DTDs

03/15/09:

16:28 Ticket #45 (Fix XPath problems) created by ibboard
The only XPath query that appears to return a value is "*". Currently …
16:25 Changeset in _archive [70] by ibboard
* Remove "isLoading" flag on setting fully loaded * Only set …
16:25 Changeset in IBBoard.WarFoundry.API [35:9cac51553fd1] by IBBoard <dev@…>
* Remove "isLoading" flag on setting fully loaded * Only set …
16:08 Changeset in _archive [69] by ibboard
Remove call to add category to unit type because of changes in #32
16:07 Changeset in _archive [68] by ibboard
Re #32 - Migrate to schema * Remove use of Categories (now just has a …
16:07 Changeset in IBBoard.WarFoundry.API [34:b28be912adab] by IBBoard <dev@…>
Re #32 - Migrate to schema * Remove use of Categories (now just has a …
15:21 Changeset in _archive [67] by ibboard
Fixes #44 - Fix API tests * Rename MockFactory to MockSystemFactory …
15:21 Changeset in IBBoard.WarFoundry.API.Tests [9:f96169484ba5] by IBBoard <dev@…>
Fixes #44 - Fix API tests * Rename MockFactory to MockSystemFactory …
15:21 Ticket #44 (Fix WarFoundry API tests) closed by ibboard
fixed: (In r67) Fixes #44 - Fix API tests * Rename MockFactory to …
15:10 Changeset in _archive [66] by ibboard
Re #32 - Migrate to schemas * Add defaultStats attribute to System …
15:10 Changeset in IBBoard.WarFoundry.API [33:4308424b4145] by IBBoard <dev@…>
Re #32 - Migrate to schemas * Add defaultStats attribute to System …

03/14/09:

20:47 Changeset in _archive [65] by ibboard
Re #32 - Migrate to schemas * Remove unused method that was still …
20:47 Changeset in IBBoard.WarFoundry.API [32:6b9d37f14a14] by IBBoard <dev@…>
Re #32 - Migrate to schemas * Remove unused method that was still …
20:38 Changeset in _archive [64] by ibboard
Re #32 - Convert to schemas * Remove node count check from factory - …
20:38 Changeset in IBBoard.WarFoundry.API [31:457c9357dd64] by IBBoard <dev@…>
Re #32 - Convert to schemas * Remove node count check from factory - …
20:16 Changeset in _archive [63] by ibboard
Re #32 - Migrate to using Schemas * Replace decimal with double to …
20:16 Changeset in IBBoard.WarFoundry.API [30:92cf25b0493b] by IBBoard <dev@…>
Re #32 - Migrate to using Schemas * Replace decimal with double to …
20:14 Changeset in _archive [62] by ibboard
Re #11 - Document methods * Document FileLoadFailure and rationalise …
20:14 Changeset in IBBoard.WarFoundry.API [29:d7899f462d8c] by IBBoard <dev@…>
Re #11 - Document methods * Document FileLoadFailure and rationalise …
19:18 Changeset in _archive [61] by ibboard
Re #44 - Fix tests * Make spec of method more explicit
19:18 Changeset in IBBoard.WarFoundry.API [28:e5ea6bfcde83] by IBBoard <dev@…>
Re #44 - Fix tests * Make spec of method more explicit
17:11 Changeset in _archive [60] by ibboard
Re #44 - Fix API tests * Remove unused method
17:11 Changeset in IBBoard.WarFoundry.API.Tests [8:69bf7972c9fd] by IBBoard <dev@…>
Re #44 - Fix API tests * Remove unused method
17:10 Changeset in _archive [59] by ibboard
Re #44 - Fix API tests * Make AbstractNative factory silently dispose …
17:10 Changeset in IBBoard.WarFoundry.API [27:e7de5c96f5c2] by IBBoard <dev@…>
Re #44 - Fix API tests * Make AbstractNative factory silently dispose …
16:43 Changeset in _archive [58] by ibboard
Reference new version of SharpZipLib from WarFoundry API .csproj …
16:43 Changeset in IBBoard.WarFoundry.API [26:67db7f97b4ab] by IBBoard <dev@…>
Reference new version of SharpZipLib from WarFoundry API .csproj …
16:41 Changeset in _archive [57] by ibboard
Re #44 - Fix WarFoundry API tests * Update .csproj to reference new …
16:41 Changeset in IBBoard.WarFoundry.API.Tests [7:209c2e9b8b20] by IBBoard <dev@…>
Re #44 - Fix WarFoundry API tests * Update .csproj to reference new …
16:39 Ticket #44 (Fix WarFoundry API tests) created by ibboard
The WarFoundry API tests currently throw an "end of stream" exception. …
16:25 Changeset in _archive [56] by ibboard
Update to latest SharpZipLib (0.85.5) no-open-ticket
16:25 Changeset in IBBoard.WarFoundry.API [25:8dd050900cf6] by IBBoard <dev@…>
Update to latest SharpZipLib (0.85.5) no-open-ticket
16:24 Changeset in _archive [55] by ibboard
Update to latest SharpZipLib (0.85.5) no-open-ticket
16:24 Changeset in IBBoard.WarFoundry.API.Tests [6:bfac867dfd00] by IBBoard <dev@…>
Update to latest SharpZipLib (0.85.5) no-open-ticket
15:57 Changeset in _archive [54] by ibboard
Re #32 - Migrate WarFoundry files to using Schemas * Add namespace …
15:57 Changeset in IBBoard.WarFoundry.API [24:72312a7ac08a] by IBBoard <dev@…>
Re #32 - Migrate WarFoundry files to using Schemas * Add namespace …

03/12/09:

21:35 Changeset in _archive [53] by ibboard
Re #32 - Migrate WarFoundry files to using Schemas * Add missing …
21:35 Changeset in IBBoard.WarFoundry.API [23:f9846f896df3] by IBBoard <dev@…>
Re #32 - Migrate WarFoundry files to using Schemas * Add missing …

03/09/09:

20:45 Changeset in _archive [52] by ibboard
Re #34 - Migrate WarFoundry files to using Schemas * Rename …
20:45 Changeset in IBBoard.WarFoundry.API [22:28e99aa0053f] by IBBoard <dev@…>
Re #34 - Migrate WarFoundry files to using Schemas * Rename …

03/07/09:

21:08 Ticket #43 (Test Ticket for checking into SVN) closed by gregmita
fixed: (In r51) Closes #43 - Test Ticket for checking into SVN * First …
21:08 Changeset in _archive [51] by gregmita
Closes #43 - Test Ticket for checking into SVN * First Check-in! * …
21:08 Changeset in IBBoard.WarFoundry.GUI.WinForms [7:9828ba4f3f36] by gregmita
Closes #43 - Test Ticket for checking into SVN * First Check-in! * …
20:48 Ticket #43 (Test Ticket for checking into SVN) created by gregmita
This is a test to see if I can create a ticket and check code into …
20:47 Changeset in _archive [50] by ibboard
Re #32 - Migrate WarFoundry to schemas * Add "WarFoundry-Core" schema …
20:47 Changeset in IBBoard.WarFoundry.API [21:1e18de815472] by IBBoard <dev@…>
Re #32 - Migrate WarFoundry to schemas * Add "WarFoundry-Core" schema …
15:54 Ticket #41 (Update translations file to use Schema (GTK#)) closed by ibboard
fixed: (In r49) Closes #41 - migrate GUI translation to using schema * …
15:54 Changeset in _archive [49] by ibboard
Closes #41 - migrate GUI translation to using schema * Remove DOCTYPE …
15:54 Changeset in IBBoard.WarFoundry.GUI.GTK [9:5855999a5556] by IBBoard <dev@…>
Closes #41 - migrate GUI translation to using schema * Remove DOCTYPE …
15:49 Ticket #42 (Update translations file to use Schema (WinForms)) created by ibboard
ibboard:ticket:15 was created to update the Translation class to use …
15:49 Ticket #41 (Update translations file to use Schema (GTK#)) created by ibboard
ibboard:ticket:15 was created to update the Translation class to use …
12:27 WikiFormatting edited by ibboard
(diff)
12:26 WikiPageNames edited by ibboard
(diff)
12:22 TracConventions edited by ibboard
(diff)
12:22 TracConventions edited by ibboard
(diff)
12:16 Development/WhySubversion edited by ibboard
(diff)

03/06/09:

08:09 Ticket #40 (Test new ticket) closed by Tester
invalid: Invalid - test ticket.
08:07 Ticket #40 (Test new ticket) created by Tester
A test ticket to test the "Tester" account with developer permissions.

03/05/09:

20:40 Ticket #39 (Stop missing DTDs being fatal) created by ibboard
If the dtds folder is missing from the folder the app is executed in …
20:39 WinForms edited by ibboard
(diff)
20:39 WinForms edited by ibboard
(diff)
20:39 WinForms created by ibboard
20:38 Ticket #38 (Stop missing translation being fatal) created by ibboard
Missing translations give a very ugly interface (since we don't know …
20:37 Ticket #5 (Stop missing translation being fatal) closed by ibboard
fixed: (In r48) Fixes #5 - Stop missing translations being fatal * Catch …
20:37 Changeset in _archive [48] by ibboard
Fixes #5 - Stop missing translations being fatal * Catch …
20:37 Changeset in IBBoard.WarFoundry.GUI.GTK [8:20c5fd0bb79d] by IBBoard <dev@…>
Fixes #5 - Stop missing translations being fatal * Catch …
20:22 Ticket #37 (Resolve warnings about deprecated tooltips) created by ibboard
The tooltips in the GTK# interface currently cause some warnings about …
Note: See TracTimeline for information about the timeline view.