[root]/atrinik/src/app/net/sf/gridarta/var/atrinik/gameobject
scripts
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
akirschbaum | 61 (100.0%) | 1389 (100.0%) | 22.7 |
Reorganize classes into packages.
0 lines of code changed in 9 files:
Remove unrelated ErrorView related classes from gui package.
2 lines of code changed in 1 file:
Rename package net.sf.gridarta.archtype to net.sf.gridarta.archetypetype.
1 lines of code changed in 1 file:
Remove PathManager.setGlobalSettings().
4 lines of code changed in 1 file:
Remove redundant implements clauses.
1 lines of code changed in 1 file:
Make sure the cached value of the 'name' attribute agrees with the current attribute value.
0 lines of code changed in 1 file:
Remove GameObject/Archetype.setObjectFace() and ArchetypeSet.connectFaces().
0 lines of code changed in 1 file:
Remove dependency GameObject/Archetype -> FaceObjectProviders.
34 lines of code changed in 4 files:
Make sure GameObject.getTypeNo() agrees with 'type' attribute value.
2 lines of code changed in 3 files:
Make sure GameObject.get/setDirection() agrees with 'direction' attribute.
0 lines of code changed in 1 file:
Fix assertion failure when loading multi-part game objects.
11 lines of code changed in 1 file:
Add DefaultGameObject(Archetype). Call this instead of DefaultGameObject(String) if possible.
11 lines of code changed in 2 files:
Fix checkstyle issues.
2 lines of code changed in 1 file:
Move code for updating edit type cache into DefaultMapModel.
4 lines of code changed in 1 file:
Remove some calls to GameObjectFactory.postParseGameObject().
2 lines of code changed in 1 file:
Move GameObject.createClone() and GameObject.createMultiClone() to GameObjectFactory.
2 lines of code changed in 1 file:
Move GameObject.postParseGameObject() to GameObjectFactory.
17 lines of code changed in 2 files:
Remove redundant type casts.
1 lines of code changed in 1 file:
Extract ArchetypeBuilder from ArchetypeParser.
55 lines of code changed in 2 files:
Remove unused import statements.
0 lines of code changed in 1 file:
Move createGameObject() from GameObject/Archetype to GameObjectFactory.
30 lines of code changed in 2 files:
Change type parameter types; removes some type casts.
16 lines of code changed in 3 files:
Implement Cloneable for Archetype and GameObject.
8 lines of code changed in 2 files:
Move ArchetypeParser.parseArchetypeFromStream() to common code base.
62 lines of code changed in 1 file:
Add @NotNull annotations.
2 lines of code changed in 1 file:
Fix error categories.
3 lines of code changed in 1 file:
Remove dependency ArchetypeParser -> ArchetypeChooserControl.
10 lines of code changed in 1 file:
Make fields private.
1 lines of code changed in 1 file:
Whitespace changes.
2 lines of code changed in 1 file:
Consistently use 'map square' rather than 'map tile'.
3 lines of code changed in 1 file:
Merge common code of Daimonin and Atrinik GameObjects into IsoGameObject.
8 lines of code changed in 1 file:
Make DefaultGameObject.multi private.
1 lines of code changed in 1 file:
Move MultiPositionData to common code base.
1 lines of code changed in 1 file:
Add AtrinikEditor (http://www.atrinik.org/) to atrinik directory.
1093 lines of code changed in 8 files: