Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

MAIN:fehaar:20051207110615 by fehaar on 07 December 2005, 05:06:15 -0600 (3 years 1 month ago) Make Review Added the last part of dummy functionality.

d20Sharp.DataManager.Test/DummyDataManagerProvider.cs 1.4 history download (+38 -1) diffs

MAIN:fehaar:20051206115011 by fehaar on 06 December 2005, 05:50:11 -0600 (3 years 1 month ago) Make Review Test that library is deserialized if the library name is set.

d20Sharp.DataManager.Test/DefaultDataManagerProviderTest.cs 1.3 history download (+21 -1) diffs

MAIN:fehaar:20051206114908 by fehaar on 06 December 2005, 05:49:08 -0600 (3 years 1 month ago) Make Review Added an event for initializing data to the dummy manager so we can test without using data files.

d20Sharp.DataManager.Test/DummyDataManagerProvider.cs 1.3 history download (+50 -5) diffs

MAIN:fehaar:20051206114804 by fehaar on 06 December 2005, 05:48:04 -0600 (3 years 1 month ago) Make Review Added test for checking that the LibraryNameChanged event was called.

d20Sharp.DataManager.Test/IDataManagerProviderTest.cs 1.2 history download (+18 -1) diffs

MAIN:fehaar:20051206114723 by fehaar on 06 December 2005, 05:47:23 -0600 (3 years 1 month ago) Make Review Removed obsolete DataManager from implementation.

d20Sharp.DataManager/PropertyEditing/DataElementValueControl.cs 1.3 history download (+11 -10) diffs

MAIN:fehaar:20051206114641 by fehaar on 06 December 2005, 05:46:41 -0600 (3 years 1 month ago) Make Review Removed obsolete DataList from implementation.

d20Sharp.DataManager/PropertyEditing/DataElementControl.cs 1.3 history download (+7 -8) diffs

MAIN:fehaar:20051206114537 by fehaar on 06 December 2005, 05:45:37 -0600 (3 years 1 month ago) Make Review Changed LibraryNameChanged method to OnLibraryNameChanged.

d20Sharp.DataManager/DefaultDataManagerProvider.cs 1.4 history download (+2 -2) diffs

MAIN:fehaar:20051206114458 by fehaar on 06 December 2005, 05:44:58 -0600 (3 years 1 month ago) Make Review Changed implementation of LibraryNameChanged event to use the InternalOnLibraryChanged template method.

d20Sharp.DataManager/DataManagerProviderBase.cs 1.3 history download (+18 -4) diffs

MAIN:fehaar:20051206000016 by fehaar on 05 December 2005, 18:00:16 -0600 (3 years 1 month ago) Make Review Updated d20Sharp.DataEditor.Configuration module

CVSROOT/modules 1.13 history download (+2 -2) diffs

MAIN:fehaar:20051205235945 by fehaar on 05 December 2005, 17:59:45 -0600 (3 years 1 month ago) Make Review Added a LibraryName property to the IDataManager interface for generic configuration.

d20Sharp.DataManager/DataManagerProviderBase.cs 1.2 history download (+32 -2) diffs

d20Sharp.DataManager/DefaultDataManagerProvider.cs 1.3 history download (+18 -1) diffs

d20Sharp.DataManager/IDataManagerProvider.cs 1.2 history download (+13 -1) diffs

MAIN:fehaar:20051205094247 by fehaar on 05 December 2005, 03:42:47 -0600 (3 years 1 month ago) Make Review Removed XmlDataProvider dependency.
Replaced NUnit target with UnitTest target using MBUnit.

d20Sharp.DataEditor.Controller.Test/d20Sharp.DataEditor.Controller.Test.csproj 1.10 history download (+3 -6) diffs

MAIN:fehaar:20051205081613 by fehaar on 05 December 2005, 02:16:13 -0600 (3 years 1 month ago) Make Review Added ID tag.
Corrected casing in XmlDataManagerProvider.

CVSROOT/modules 1.12 history download (+4 -1) diffs

MAIN:fehaar:20051205081105 by fehaar on 05 December 2005, 02:11:05 -0600 (3 years 1 month ago) Make Review Corrected d20Sharp-DataEditor.Controller module.
Removed XMLDataProvider module.
Added XMLDataManagerProvider module.

CVSROOT/modules 1.11 history download (+3 -2) diffs

MAIN:fehaar:20051205080929 by fehaar on 05 December 2005, 02:09:29 -0600 (3 years 1 month ago) Make Review Initial import

d20Sharp.XmlDataManagerProvider.Test/.cvsignore 1.1 history download (+3) new

MAIN:fehaar:20051201004107 by fehaar on 30 November 2005, 18:41:07 -0600 (3 years 1 month ago) Make Review Removed NUnit task and replaced it with UnitTest task for doing MBUnit tests.

d20Sharp.DataManager.Test/d20Sharp.DataManager.Test.csproj 1.22 history download (+2 -2) diffs

d20Sharp.Test/d20Sharp.Test.csproj 1.33 history download (+2 -2) diffs

MAIN:fehaar:20051201004245 by fehaar on 30 November 2005, 18:42:45 -0600 (3 years 1 month ago) Make Review Fixed NUnit task so it will work with new CC.NET server.

d20Sharp.ActionManager.Test/d20Sharp.ActionManager.Test.csproj 1.4 history download (+1 -1) diffs

MAIN:fehaar:20051123135825 by fehaar on 23 November 2005, 07:58:25 -0600 (3 years 1 month ago) Make Review Added IDataManagerProviderTest for easing provider testing.

d20Sharp.DataManager.Test/d20Sharp.DataManager.Test.csproj 1.21 history download (+1 -0) diffs

MAIN:fehaar:20051123135749 by fehaar on 23 November 2005, 07:57:49 -0600 (3 years 1 month ago) Make Review Removed DataList property and related tests from DataElementTester2 as it is obsolete.

d20Sharp.DataManager.Test/DataElementTesters.cs 1.8 history download (+13 -13) diffs

d20Sharp.DataManager.Test/DataManagerTest.cs 1.13 history download (+17 -17) diffs

MAIN:fehaar:20051123135629 by fehaar on 23 November 2005, 07:56:29 -0600 (3 years 1 month ago) Make Review Moved most of the test into IDataManagerProviderTest so it can be reused for other providers.

d20Sharp.DataManager.Test/DefaultDataManagerProviderTest.cs 1.2 history download (+12 -199) diffs

MAIN:fehaar:20051123135527 by fehaar on 23 November 2005, 07:55:27 -0600 (3 years 1 month ago) Make Review Initial import. For easing tests of providers.

d20Sharp.DataManager.Test/IDataManagerProviderTest.cs 1.1 history download (+235) new

MAIN:fehaar:20051122192828 by fehaar on 22 November 2005, 13:28:28 -0600 (3 years 1 month ago) Make Review Changed Console writes to Debug writes.
Changed name of TestMemberwiseEquality to MemberwiseEqualityAssertion.

d20Sharp.TestHelper/TestHelper.cs 1.5 history download (+5 -4) diffs

MAIN:fehaar:20051122192653 by fehaar on 22 November 2005, 13:26:53 -0600 (3 years 1 month ago) Make Review Added GetHashCode tests

d20Sharp.Test/MoneyTest.cs 1.10 history download (+19 -2) diffs

MAIN:fehaar:20051122192621 by fehaar on 22 November 2005, 13:26:21 -0600 (3 years 1 month ago) Make Review Added CompareTo and GetHashCode tests.

d20Sharp.Test/DistanceEnglishTest.cs 1.9 history download (+40 -5) diffs

MAIN:fehaar:20051122192522 by fehaar on 22 November 2005, 13:25:22 -0600 (3 years 1 month ago) Make Review Refactored Alignment tests to new test methodology.

d20Sharp.Test/AlignmentTest.cs 1.9 history download (+115 -86) diffs

MAIN:fehaar:20051122191032 by fehaar on 22 November 2005, 13:10:32 -0600 (3 years 1 month ago) Make Review Corrections due to enumeration changes.

d20Sharp/Race.cs 1.20 history download (+3 -3) diffs

d20Sharp/Skill.cs 1.9 history download (+3 -3) diffs

d20Sharp/Collections/AbilityValueDictionary.cs 1.10 history download (+7 -7) diffs

d20Sharp.Test/AbilityTest.cs 1.12 history download (+12 -12) diffs

d20Sharp.Test/AbilityValueDictionaryTest.cs 1.5 history download (+3 -3) diffs

… 9 more files in changeset.
MAIN:fehaar:20051122191217 by fehaar on 22 November 2005, 13:12:17 -0600 (3 years 1 month ago) Make Review Moved WeaponTypes enumeration into class.
WARNING: Breaking change.

d20Sharp/Weapon.cs 1.7 history download (+47 -6) diffs

MAIN:fehaar:20051122191155 by fehaar on 22 November 2005, 13:11:55 -0600 (3 years 1 month ago) Make Review Moved several enumerations into class.
WARNING: Breaking change.

d20Sharp/Spell.cs 1.14 history download (+415 -1) diffs

MAIN:fehaar:20051122191125 by fehaar on 22 November 2005, 13:11:25 -0600 (3 years 1 month ago) Make Review Moved SpecialAbilityType enumeration into class.
WARNING: Breaking change!

d20Sharp/SpecialAbility.cs 1.10 history download (+23 -1) diffs

MAIN:fehaar:20051122190947 by fehaar on 22 November 2005, 13:09:47 -0600 (3 years 1 month ago) Make Review Implemented GetHashCode method
Changed IComparable implementation to IComparabl<Money>.

d20Sharp/Money.cs 1.11 history download (+15 -11) diffs

earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.4 Build:build-308 2008-07-31 ) - Administration - Page generated 2009-01-09 01:54 -0600