[root]/daimonin/src/daieditor/arch/anim
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 29 (100.0%) | 632 (100.0%) | 21.7 |
christianhujer | 21 (72.4%) | 587 (92.9%) | 27.9 |
derdanny | 2 (6.9%) | 29 (4.6%) | 14.5 |
akirschbaum | 6 (20.7%) | 16 (2.5%) | 2.6 |
Move java sources into common src directory.
0 lines of code changed in 4 files:
Fixed errors in I/O handling of cfeditor.CMapFileDecode.
Moved encoding declaration from CMainControl to CFileReader.
Changed cfeditor.CMapFileDecode.decodeMapFile to throw IOException and FileNotFoundException instead of GridderException.
Fixed documentation of daieditor.CMapFileDecode.
Moved CFileInputStream and CFileReader to Gridarta.
Improved cfeditor MultiPositionData I/O code.
Changed storage location of Daieditor's python menu definition.
Unified script editor and moved it to Gridarta.
Improved CFileInputStream's file lookup. It now should create paths correctly and thus find files in the jar again.
cfpython_menu.def is now included in Gridarta and stored in all three jars (crossfire editor, daimonin editor and yet unused common gridarta jar).
Sorry for the large changeset, I did these changes during a LAN party that had no Internet Access.
3 lines of code changed in 1 file:
Made AnimationObject Serializable because it's used in an exception.
5 lines of code changed in 1 file:
Updated my email address to be consistent.
4 lines of code changed in 4 files:
Some unification of ArchObject.
4 lines of code changed in 1 file:
Unify comments and whitespace.
16 lines of code changed in 2 files:
JavaDoc corrections.
5 lines of code changed in 1 file:
Added support for .anim files.
24 lines of code changed in 1 file:
Applied automatic code formatting.
75 lines of code changed in 4 files:
Optimized imports.
0 lines of code changed in 1 file:
Unified animations.
37 lines of code changed in 1 file:
Renamed cfeditor package to daieditor for distinguishing the daimonin editor from the crossfire editor to avoid confusion during refactoring.
459 lines of code changed in 8 files: