Directory crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype/

Directory Created:
2009-12-06 04:52
Directory Deleted:
2013-05-28 14:09
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype

Lines of Code

crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
akirschbaum 76 (100.0%) 938 (100.0%) 12.3

Most Recent Commits

akirschbaum 2013-05-28 14:09 Rev.: 9238

Move java sources into common src directory.

0 lines of code changed in 7 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: Archetype.java (del), ArchetypeParser.java (del), ArchetypeSet.java (del), DefaultArchetype.java (del), DefaultArchetypeBuilder.java (del), DefaultArchetypeFactory.java (del), UndefinedArchetype.java (del)
akirschbaum 2012-01-02 14:48 Rev.: 9153

Remove unneeded comments.

5 lines of code changed in 5 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: Archetype.java (+1 -1), DefaultArchetype.java (+1 -1), DefaultArchetypeBuilder.java (+1 -1), DefaultArchetypeFactory.java (+1 -1), UndefinedArchetype.java (+1 -1)
akirschbaum 2011-12-17 07:09 Rev.: 9137

Move ArchetypeSet and related classes to separate package.

4 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+4 -4)
akirschbaum 2011-12-17 04:46 Rev.: 9133

Remove unneeded type parameters.

6 lines of code changed in 4 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+2 -2), DefaultArchetype.java (+1 -1), DefaultArchetypeFactory.java (+2 -2), UndefinedArchetype.java (+1 -1)
akirschbaum 2011-12-17 01:26 Rev.: 9127

Move code to common code base.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeSet.java (+1 -18)
akirschbaum 2011-12-17 01:19 Rev.: 9126

Split off ArchetypeSetCollectable from ArchetypeSet.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeSet.java (+1 -63)
akirschbaum 2011-12-17 00:48 Rev.: 9125

Move SmoothFaces into model module.

5 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+5 -5)
akirschbaum 2011-03-09 03:04 Rev.: 8864

Extract duplicated code.

36 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeSet.java (+36 -26)
akirschbaum 2010-10-10 06:08 Rev.: 8707

Rename parameter names.

8 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeSet.java (+8 -8)
akirschbaum 2010-07-12 13:34 Rev.: 8590

Remove support for hiding archetypes in /intern path. Now all archetypes are added to the archetype chooser. [Atrinik and Crossfire only]

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1)
akirschbaum 2010-07-12 13:28 Rev.: 8589

Fix hiding of archetypes in /intern path when loading from arch directory.

2 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+2 -2)
akirschbaum 2010-06-23 20:44 Rev.: 8437

Remove support for creating GameObject instances from archetype names.

7 lines of code changed in 5 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1), ArchetypeSet.java (+2 -10), DefaultArchetype.java (+1 -1), DefaultArchetypeFactory.java (+2 -2), UndefinedArchetype.java (+1 -1)
akirschbaum 2010-06-06 16:07 Rev.: 8207

Fix typos.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1)
akirschbaum 2010-06-06 15:40 Rev.: 8199

Fix checkstyle issues.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1)
akirschbaum 2010-06-06 13:26 Rev.: 8184

Fix "reload faces".

4 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeSet.java (+4 -2)
akirschbaum 2010-06-05 13:33 Rev.: 8159

Fix direction chooser in archetype chooser. Now it is enabled for all archetypes that are either is_turnable or is_animated.

16 lines of code changed in 2 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: DefaultArchetype.java (+8), UndefinedArchetype.java (+8)
akirschbaum 2010-06-05 05:14 Rev.: 8137

Replace string constants with named constants.

31 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+31 -7)
akirschbaum 2010-06-05 04:43 Rev.: 8130

Fix typos.

2 lines of code changed in 2 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: Archetype.java (+1 -1), ArchetypeSet.java (+1 -1)
akirschbaum 2010-06-04 18:35 Rev.: 8107

Fix compiler warnings.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: UndefinedArchetype.java (+1 -1)
akirschbaum 2010-06-02 01:20 Rev.: 8060

Fix archetype collection: do not drop mpart_id attributes for tail parts.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1)
akirschbaum 2010-05-27 12:38 Rev.: 8024

Avoid duplicate work when parsing Atrinik or Daimonin multi-part archetypes.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1)
akirschbaum 2010-05-27 12:28 Rev.: 8023

Extract code into functions.

29 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+29 -17)
akirschbaum 2010-05-27 12:21 Rev.: 8022

Fix typos.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1)
akirschbaum 2010-05-27 12:18 Rev.: 8021

Do not ignore caught exception.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1)
akirschbaum 2010-05-27 12:17 Rev.: 8020

Cleanup archetype parser: replace loreText flag with control flow.

17 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+17 -21)
akirschbaum 2010-05-23 17:46 Rev.: 7953

Fix or suppress compiler warnings about implicit numeric conversions.

1 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: DefaultArchetype.java (+1 -1)
akirschbaum 2010-05-08 11:24 Rev.: 7706

Consistently format source code.

47 lines of code changed in 5 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+18 -6), ArchetypeSet.java (+6 -2), DefaultArchetype.java (+8 -4), DefaultArchetypeFactory.java (+3 -1), UndefinedArchetype.java (+12 -4)
akirschbaum 2010-04-21 17:44 Rev.: 7549

Properly distinguish between Archetypes and GameObjects.

34 lines of code changed in 5 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: Archetype.java (+8), ArchetypeParser.java (+3 -3), ArchetypeSet.java (+1 -1), DefaultArchetype.java (+12 -3), UndefinedArchetype.java (+10 -7)
akirschbaum 2010-04-19 12:55 Rev.: 7545

Clean up type parameters.

2 lines of code changed in 2 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1), ArchetypeSet.java (+1 -1)
akirschbaum 2010-04-18 13:44 Rev.: 7543

Remove GameObject.setIsArchetype().

72 lines of code changed in 2 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: DefaultArchetype.java (new 66), UndefinedArchetype.java (+6 -1)
akirschbaum 2010-04-11 01:22 Rev.: 7502

Remove ArchetypeCollector.

2 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+2 -5)
akirschbaum 2010-04-10 20:01 Rev.: 7501

Replace string constants with named constants.

2 lines of code changed in 2 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+1 -1), UndefinedArchetype.java (+1 -1)
akirschbaum 2010-04-10 19:52 Rev.: 7500

Remove unused code.

2 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeParser.java (+2 -4)
akirschbaum 2010-02-04 01:15 Rev.: 7431

Encapsulate access to image set setting into DefaultGlobalSettings.

2 lines of code changed in 1 file:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: ArchetypeSet.java (+2 -2)
akirschbaum 2010-02-03 15:55 Rev.: 7429

Update copyright headers.

6 lines of code changed in 6 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: Archetype.java (+1 -1), ArchetypeParser.java (+1 -1), ArchetypeSet.java (+1 -1), DefaultArchetypeBuilder.java (+1 -1), DefaultArchetypeFactory.java (+1 -1), UndefinedArchetype.java (+1 -1)
akirschbaum 2009-12-06 04:52 Rev.: 7318

Move Archetype and related classes to archetype package.

586 lines of code changed in 6 files:

  • crossfire/src/app/net/sf/gridarta/var/crossfire/model/archetype: Archetype.java (new 123), ArchetypeParser.java (new 162), ArchetypeSet.java (new 120), DefaultArchetypeBuilder.java (new 49), DefaultArchetypeFactory.java (new 67), UndefinedArchetype.java (new 65)
Generated by StatSVN 0.7.0