Directory src/app/net/sf/gridarta/spells/

Directory Created:
2007-05-20 05:24
Directory Deleted:
2013-05-28 14:00
Total Files:
0
Deleted Files:
7
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 81 (100.0%) 1091 (100.0%) 13.4
akirschbaum 77 (95.1%) 1083 (99.3%) 14.0
christianhujer 4 (4.9%) 8 (0.7%) 2.0

Most Recent Commits

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

Move gridarta module into subdirectory.

0 lines of code changed in 7 files:

  • src/app/net/sf/gridarta/spells: ArchetypeSetSpellLoader.java (del), GameObjectSpell.java (del), NumberSpell.java (del), Spell.java (del), Spells.java (del), SpellsUtils.java (del), XMLSpellLoader.java (del)
akirschbaum 2009-11-29 08:35 Rev.: 7247

Remove unrelated ErrorView related classes from gui package.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+3 -3)
akirschbaum 2009-11-08 17:21 Rev.: 7211

Weaken types.

6 lines of code changed in 3 files:

  • src/app/net/sf/gridarta/spells: ArchetypeSetSpellLoader.java (+2 -1), SpellsUtils.java (+2 -1), XMLSpellLoader.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.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: GameObjectSpell.java (+1 -1)
akirschbaum 2009-10-18 02:56 Rev.: 7136

Move code for updating edit type cache into DefaultMapModel.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: GameObjectSpell.java (+1 -1)
akirschbaum 2009-10-18 02:40 Rev.: 7135

Remove some calls to GameObjectFactory.postParseGameObject().

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: GameObjectSpell.java (+1 -3)
akirschbaum 2009-10-18 01:38 Rev.: 7131

Move GameObject.postParseGameObject() to GameObjectFactory.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: GameObjectSpell.java (+3 -1)
akirschbaum 2009-10-13 14:07 Rev.: 7114

Move createGameObject() from GameObject/Archetype to GameObjectFactory.

28 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/spells: ArchetypeSetSpellLoader.java (+19 -6), GameObjectSpell.java (+9 -9)
akirschbaum 2009-10-11 15:52 Rev.: 7109

Weaken types.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: GameObjectSpell.java (+1 -1)
akirschbaum 2009-10-03 14:09 Rev.: 7074

Change type parameter types; removes some type casts.

3 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/spells: ArchetypeSetSpellLoader.java (+1 -1), GameObjectSpell.java (+2 -2)
akirschbaum 2009-09-28 05:01 Rev.: 6969

Whitespace changes.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+1 -1)
akirschbaum 2009-09-17 14:06 Rev.: 6913

Avoid issues (stack trace to console) with file choosers when deleting (map) directories from outside.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+2 -1)
akirschbaum 2009-06-27 10:33 Rev.: 6710

Remove most accesses to singleton FaceObjectProvidersInstance.faceObjectProviders.

17 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/spells: ArchetypeSetSpellLoader.java (+5 -2), GameObjectSpell.java (+12 -2)
akirschbaum 2009-06-05 12:36 Rev.: 6659

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

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+2 -2)
akirschbaum 2009-04-22 11:21 Rev.: 6522

Move MapArchObject and related classes to separate package.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/spells: ArchetypeSetSpellLoader.java (+1 -1), GameObjectSpell.java (+1 -1)
akirschbaum 2009-04-19 11:19 Rev.: 6486

Rename method names.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+1 -1)
akirschbaum 2009-04-03 11:48 Rev.: 6287

Fix possible file handle leaks.

23 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+23 -12)
akirschbaum 2009-03-15 07:00 Rev.: 6117

Add ErrorView interface.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+2 -2)
christianhujer 2009-02-28 12:37 Rev.: 5992

Merged streams/cher-japi-update into trunk.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+2 -2)
akirschbaum 2009-02-05 16:54 Rev.: 5920

Reorganize categories and messages in error dialog box.

8 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+8 -7)
akirschbaum 2009-01-28 02:20 Rev.: 5909

Add @Override annotations.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: Spells.java (+2)
akirschbaum 2009-01-08 18:16 Rev.: 5872

Update JAPI library.

10 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+6 -5), XMLSpellLoader.java (+4 -1)
akirschbaum 2008-11-12 17:40 Rev.: 5740

Replace String with File.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+1 -1)
akirschbaum 2008-11-12 17:21 Rev.: 5735

Remove hack for creating the configuration directory.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+2 -3)
akirschbaum 2008-11-12 17:20 Rev.: 5734

Remove special code for unset configuration directory.

5 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+5 -10)
akirschbaum 2008-11-12 17:19 Rev.: 5733

Replace String with File.

8 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+8 -9)
akirschbaum 2008-11-12 16:17 Rev.: 5724

Replace String with File.

4 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+4 -3)
akirschbaum 2008-11-12 16:12 Rev.: 5723

Partially implement #1627422 (Check box option to avoid startup warnings): Use it for "spells.xml" file related errors.

14 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+14 -11)
akirschbaum 2008-11-12 16:02 Rev.: 5722

Improve performance.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: ArchetypeSetSpellLoader.java (+3 -1)
akirschbaum 2008-10-04 05:11 Rev.: 5437

Rename identifiers.

3 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: ArchetypeSetSpellLoader.java (+3 -3)
akirschbaum 2008-10-03 06:23 Rev.: 5407

Move IOUtils to different package.

2 lines of code changed in 2 files:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+1 -1), XMLSpellLoader.java (+1 -1)
akirschbaum 2008-09-07 06:10 Rev.: 5078

Add final modifiers.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+1 -1)
akirschbaum 2008-08-22 02:19 Rev.: 4989

Order import statements.

13 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (+13 -13)
akirschbaum 2008-08-21 16:07 Rev.: 4970

Remove empty classes Spells.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: Spells.java (+1)
akirschbaum 2008-08-21 16:03 Rev.: 4969

Extract unrelated code from Spells into SpellsUtils.

192 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: SpellsUtils.java (new 192)
akirschbaum 2008-07-25 14:46 Rev.: 4443

Declare variables more local.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+1 -2)
akirschbaum 2008-07-25 14:39 Rev.: 4441

Add private constructors to utility classes.

6 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+6)
akirschbaum 2008-07-04 16:09 Rev.: 4235

Whitespace changes.

18 lines of code changed in 6 files:

  • src/app/net/sf/gridarta/spells: ArchetypeSetSpellLoader.java (-4), GameObjectSpell.java (+5 -11), NumberSpell.java (+1 -7), Spell.java (+5 -8), Spells.java (+7 -16), XMLSpellLoader.java (-5)
akirschbaum 2008-07-04 15:43 Rev.: 4234

Make methods static.

1 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: XMLSpellLoader.java (+1 -1)
akirschbaum 2008-06-15 06:20 Rev.: 4189

Rename parameter names.

2 lines of code changed in 1 file:

  • src/app/net/sf/gridarta/spells: Spells.java (+2 -2)

(14 more)

Generated by StatSVN 0.7.0