Directory src/app/net/sf/gridarta/archtype/

Directory Created:
2008-07-26 02:13
Directory Deleted:
2013-05-28 14:00
Total Files:
0
Deleted Files:
65
Lines of Code:
0

[root]/src/app/net/sf/gridarta/archtype

Lines of Code

src/app/net/sf/gridarta/archtype/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 858 (100.0%) 11308 (100.0%) 13.1
akirschbaum 854 (99.5%) 11306 (100.0%) 13.2
christianhujer 4 (0.5%) 2 (0.0%) 0.5

Most Recent Commits

akirschbaum 2013-05-28 14:00 Rev.: 9237

Move gridarta module into subdirectory.

0 lines of code changed in 65 files:

  • src/app/net/sf/gridarta/archtype: AbstractArchetypeAttributeInvSpell.java (del), AbstractArchetypeAttributeList.java (del), AbstractArchetypeAttributeSpell.java (del), ArchTypeParseException.java (del), ArchetypeAttribute.java (del), ArchetypeAttributeAnimName.java (del), ArchetypeAttributeBitmask.java (del), ArchetypeAttributeBool.java (del), ArchetypeAttributeBoolSpec.java (del), ArchetypeAttributeDefinition.java (del), ArchetypeAttributeDoubleList.java (del), ArchetypeAttributeFaceName.java (del), ArchetypeAttributeFactory.java (del), ArchetypeAttributeFixed.java (del), ArchetypeAttributeFloat.java (del), ArchetypeAttributeInt.java (del), ArchetypeAttributeInvSpell.java (del), ArchetypeAttributeInvSpellOptional.java (del), ArchetypeAttributeList.java (del), ArchetypeAttributeLong.java (del), ArchetypeAttributeMapPath.java (del), ArchetypeAttributeParser.java (del), ArchetypeAttributeScriptFile.java (del), ArchetypeAttributeSpell.java (del), ArchetypeAttributeString.java (del), ArchetypeAttributeText.java (del), ArchetypeAttributeTreasure.java (del), ArchetypeAttributeType.java (del), ArchetypeAttributeTypeAnimName.java (del), ArchetypeAttributeTypeBitmask.java (del), ArchetypeAttributeTypeBool.java (del), ArchetypeAttributeTypeBoolSpec.java (del), ArchetypeAttributeTypeDoubleList.java (del), ArchetypeAttributeTypeFaceName.java (del), ArchetypeAttributeTypeFactory.java (del), ArchetypeAttributeTypeFixed.java (del), ArchetypeAttributeTypeFloat.java (del), ArchetypeAttributeTypeInt.java (del), ArchetypeAttributeTypeInvSpell.java (del), ArchetypeAttributeTypeInvSpellOptional.java (del), ArchetypeAttributeTypeList.java (del), ArchetypeAttributeTypeLong.java (del), ArchetypeAttributeTypeMapPath.java (del), ArchetypeAttributeTypeScriptFile.java (del), ArchetypeAttributeTypeSpell.java (del), ArchetypeAttributeTypeString.java (del), ArchetypeAttributeTypeText.java (del), ArchetypeAttributeTypeTreasure.java (del), ArchetypeAttributeTypeVisitor.java (del), ArchetypeAttributeTypeZSpell.java (del), ArchetypeAttributeZSpell.java (del), ArchetypeType.java (del), ArchetypeTypeList.java (del), ArchetypeTypeParseException.java (del), ArchetypeTypeParser.java (del), ArchetypeTypeSet.java (del), ArchetypeTypeSetParser.java (del), CAttribBitmask.java (del), CFArchAttrib.java (del), CFArchType.java (del), CFArchTypeList.java (del), DefaultArchetypeAttributeFactory.java (del), GuiInfo.java (del), MissingAttributeException.java (del), SectionNames.java (del)
akirschbaum 2009-11-17 14:43 Rev.: 7233

Break cyclic dependency between DefaultFaceObjects, DefaultFaceObject, and FaceObjectProviders constructors.

13 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeAnimName.java (+12 -2), DefaultArchetypeAttributeFactory.java (+1 -1)
akirschbaum 2009-11-08 17:37 Rev.: 7212

Add private modifiers.

14 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttribute.java (+2 -2), ArchetypeAttributeParser.java (+5 -5), ArchetypeTypeParser.java (+7 -7)
akirschbaum 2009-11-08 17:21 Rev.: 7211

Weaken types.

9 lines of code changed in 6 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeBoolSpec.java (+1 -1), ArchetypeAttributeDefinition.java (+1 -1), ArchetypeType.java (+2 -1), ArchetypeTypeSet.java (+1 -1), ArchetypeTypeSetParser.java (+2 -1), CAttribBitmask.java (+2 -1)
akirschbaum 2009-11-06 12:11 Rev.: 7196

Make sure the cached value of the 'name' attribute agrees with the current attribute value.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeString.java (+2 -2)
akirschbaum 2009-10-11 15:52 Rev.: 7109

Weaken types.

24 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeType.java (+3 -2), ArchetypeTypeParser.java (+15 -16), GuiInfo.java (+6 -6)
akirschbaum 2009-10-11 12:18 Rev.: 7103

Fix JavaDoc issues.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: GuiInfo.java (+3 -1)
akirschbaum 2009-10-11 10:36 Rev.: 7099

Display animation image for animation attributes in game object attributes dialog.

6 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeAnimName.java (+6 -5)
akirschbaum 2009-10-04 12:53 Rev.: 7095

Display face image for face attributes in game object attributes dialog.

27 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeFaceName.java (+15 -6), DefaultArchetypeAttributeFactory.java (+12 -2)
akirschbaum 2009-10-04 12:50 Rev.: 7094

Fix possible NullPointerException.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeText.java (+1 -1)
akirschbaum 2009-10-04 11:35 Rev.: 7093

Move TreeChooseAction to different package.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeAnimName.java (+1 -1), ArchetypeAttributeFaceName.java (+1 -1)
akirschbaum 2009-10-03 14:49 Rev.: 7075

Add type parameters to GuiInfo and DialogAttrib; remove some type casts.

39 lines of code changed in 20 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttribute.java (+1 -1), ArchetypeAttributeAnimName.java (+2 -2), ArchetypeAttributeBitmask.java (+2 -2), ArchetypeAttributeBool.java (+2 -2), ArchetypeAttributeBoolSpec.java (+2 -2), ArchetypeAttributeFaceName.java (+2 -2), ArchetypeAttributeFixed.java (+1 -1), ArchetypeAttributeFloat.java (+2 -2), ArchetypeAttributeInt.java (+2 -2), ArchetypeAttributeInvSpell.java (+2 -2), ArchetypeAttributeList.java (+2 -2), ArchetypeAttributeLong.java (+2 -2), ArchetypeAttributeMapPath.java (+2 -2), ArchetypeAttributeScriptFile.java (+2 -2), ArchetypeAttributeSpell.java (+2 -2), ArchetypeAttributeString.java (+2 -2), ArchetypeAttributeText.java (+2 -2), ArchetypeAttributeTreasure.java (+2 -2), ArchetypeAttributeZSpell.java (+2 -2), GuiInfo.java (+3 -3)
akirschbaum 2009-10-03 14:09 Rev.: 7074

Change type parameter types; removes some type casts.

22 lines of code changed in 21 files:

  • src/app/net/sf/gridarta/archtype: AbstractArchetypeAttributeInvSpell.java (+2 -2), ArchetypeAttribute.java (+1 -1), ArchetypeAttributeAnimName.java (+1 -1), ArchetypeAttributeBitmask.java (+1 -1), ArchetypeAttributeBool.java (+1 -1), ArchetypeAttributeBoolSpec.java (+1 -1), ArchetypeAttributeFaceName.java (+1 -1), ArchetypeAttributeFixed.java (+1 -1), ArchetypeAttributeFloat.java (+1 -1), ArchetypeAttributeInt.java (+1 -1), ArchetypeAttributeInvSpell.java (+1 -1), ArchetypeAttributeList.java (+1 -1), ArchetypeAttributeLong.java (+1 -1), ArchetypeAttributeMapPath.java (+1 -1), ArchetypeAttributeScriptFile.java (+1 -1), ArchetypeAttributeSpell.java (+1 -1), ArchetypeAttributeString.java (+1 -1), ArchetypeAttributeText.java (+1 -1), ArchetypeAttributeTreasure.java (+1 -1), ArchetypeAttributeZSpell.java (+1 -1), ArchetypeTypeSet.java (+1 -1)
akirschbaum 2009-09-28 15:28 Rev.: 6998

Whitespace changes.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeParser.java (+1 -1)
akirschbaum 2009-09-28 05:57 Rev.: 6970

Weaken types.

8 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeTypeParser.java (+2 -2), ArchetypeTypeSet.java (+2 -2), CAttribBitmask.java (+4 -4)
akirschbaum 2009-09-28 05:01 Rev.: 6969

Whitespace changes.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeMapPath.java (+1 -1), CAttribBitmask.java (+1 -1)
akirschbaum 2009-09-27 13:09 Rev.: 6951

Weaken types.

15 lines of code changed in 8 files:

  • src/app/net/sf/gridarta/archtype: AbstractArchetypeAttributeInvSpell.java (+1 -1), AbstractArchetypeAttributeList.java (+1 -1), AbstractArchetypeAttributeSpell.java (+1 -1), ArchetypeAttributeParser.java (+2 -1), ArchetypeAttributeString.java (+1 -1), ArchetypeType.java (+3 -3), ArchetypeTypeParser.java (+4 -3), CAttribBitmask.java (+2 -1)
akirschbaum 2009-08-25 01:23 Rev.: 6888

Fix game object attributes dialog not properly parsing attributes having floating-point values.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeFloat.java (+3 -2)
akirschbaum 2009-08-15 15:09 Rev.: 6878

Fix possible NullPointerException.

7 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeTypeSetParser.java (+7 -1)
akirschbaum 2009-08-15 14:51 Rev.: 6877

Simplify code.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeTypeSetParser.java (+1 -5)
akirschbaum 2009-08-15 14:50 Rev.: 6876

Add nullable annotation.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeTypeParser.java (+1)
akirschbaum 2009-08-15 14:46 Rev.: 6875

Add nullable annotations.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeTypeParser.java (+1 -1)
akirschbaum 2009-07-18 07:09 Rev.: 6830

Add direction to TilePanel.

4 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeMapPath.java (+2 -1), ArchetypeAttributeScriptFile.java (+2 -1)
akirschbaum 2009-07-17 16:00 Rev.: 6823

Add @NotNull/@Nullable annotations.

4 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeBitmask.java (+4 -3)
akirschbaum 2009-07-15 12:10

Merge duplicated code.

15 lines of code changed in 4 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeInvSpell.java (+10 -3), ArchetypeAttributeInvSpellOptional.java (+2 -2), DefaultArchetypeAttributeFactory.java (+2 -2)
akirschbaum 2009-07-12 01:43 Rev.: 6744

Fix "face" attribute handling in game objects and archetypes.

1 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeFaceName.java (+1 -6), ArchetypeAttributeString.java (-2)
akirschbaum 2009-06-27 06:26 Rev.: 6704

Rename field names.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: CAttribBitmask.java (+2 -2)
akirschbaum 2009-06-05 12:38 Rev.: 6661

Remove raw type.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeTypeSetParser.java (+1 -1)
akirschbaum 2009-06-05 12:36 Rev.: 6659

In initialization processing change most "errors" to "warnings".

38 lines of code changed in 4 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeParser.java (+8 -8), ArchetypeTypeParser.java (+9 -9), ArchetypeTypeSetParser.java (+10 -10), CAttribBitmask.java (+11 -11)
akirschbaum 2009-05-18 23:07 Rev.: 6658

Fix possible NullPointerExceptions while parsing types.xml.

4 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeParser.java (+1 -1), ArchetypeTypeParser.java (+3 -1)
akirschbaum 2009-05-18 22:56 Rev.: 6657

Remove support for doublelist types in types.xml.

0 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeFactory.java (-14), ArchetypeAttributeParser.java (-17), DefaultArchetypeAttributeFactory.java (-7)
akirschbaum 2009-05-03 16:26 Rev.: 6619

Simplify code.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeDefinition.java (+1 -5)
akirschbaum 2009-05-03 16:24 Rev.: 6617

Simplify if statements.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: CAttribBitmask.java (+3 -3)
akirschbaum 2009-05-03 16:14 Rev.: 6614

Remove redundant empty constructors.

0 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeTypeSet.java (-6)
akirschbaum 2009-05-03 15:33 Rev.: 6602

Replace if statements with conditional expressions.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: AbstractArchetypeAttributeInvSpell.java (+2 -10)
akirschbaum 2009-05-03 15:29 Rev.: 6601

Weaken types.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeTypeSet.java (+1 -1)
akirschbaum 2009-04-22 12:13 Rev.: 6526

Move MapModel and related classes to separate package.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeMapPath.java (+1 -1)
akirschbaum 2009-04-22 11:21 Rev.: 6522

Move MapArchObject and related classes to separate package.

33 lines of code changed in 33 files:

  • src/app/net/sf/gridarta/archtype: AbstractArchetypeAttributeInvSpell.java (+1 -1), AbstractArchetypeAttributeList.java (+1 -1), AbstractArchetypeAttributeSpell.java (+1 -1), ArchetypeAttribute.java (+1 -1), ArchetypeAttributeAnimName.java (+1 -1), ArchetypeAttributeBitmask.java (+1 -1), ArchetypeAttributeBool.java (+1 -1), ArchetypeAttributeBoolSpec.java (+1 -1), ArchetypeAttributeDoubleList.java (+1 -1), ArchetypeAttributeFaceName.java (+1 -1), ArchetypeAttributeFactory.java (+1 -1), ArchetypeAttributeFixed.java (+1 -1), ArchetypeAttributeFloat.java (+1 -1), ArchetypeAttributeInt.java (+1 -1), ArchetypeAttributeInvSpell.java (+1 -1), ArchetypeAttributeInvSpellOptional.java (+1 -1), ArchetypeAttributeList.java (+1 -1), ArchetypeAttributeLong.java (+1 -1), ArchetypeAttributeMapPath.java (+1 -1), ArchetypeAttributeParser.java (+1 -1), ArchetypeAttributeScriptFile.java (+1 -1), ArchetypeAttributeSpell.java (+1 -1), ArchetypeAttributeString.java (+1 -1), ArchetypeAttributeText.java (+1 -1), ArchetypeAttributeTreasure.java (+1 -1), ArchetypeAttributeZSpell.java (+1 -1), ArchetypeType.java (+1 -1), ArchetypeTypeParser.java (+1 -1), ArchetypeTypeSet.java (+1 -1), ArchetypeTypeSetParser.java (+1 -1), CAttribBitmask.java (+1 -1), DefaultArchetypeAttributeFactory.java (+1 -1), GuiInfo.java (+1 -1)
akirschbaum 2009-04-11 01:45 Rev.: 6366

Move MapTilePane and related classes into separate package.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeMapPath.java (+1 -1), ArchetypeAttributeScriptFile.java (+1 -1)
akirschbaum 2009-04-08 01:13 Rev.: 6327

Move DefaultMapControl.mapFile to DefaultMapModel.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/archtype: ArchetypeAttributeMapPath.java (+1 -1)

(192 more)

Generated by StatSVN 0.7.0