[root]/crossfire/src/cfeditor/arch
anim
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 113 (100.0%) | 9217 (100.0%) | 81.5 |
christianhujer | 50 (44.2%) | 8259 (89.6%) | 165.1 |
akirschbaum | 54 (47.8%) | 930 (10.1%) | 17.2 |
derdanny | 9 (8.0%) | 28 (0.3%) | 3.1 |
Move java sources into common src directory.
0 lines of code changed in 11 files:
Renamed ArchObjectStack to ArchetypeSet.
Renamed ArchObject to GameObject (missing part of previous commit).
2818 lines of code changed in 6 files:
Remove unused variable.
0 lines of code changed in 1 file:
Some unification changes.
1 lines of code changed in 1 file:
Minor improvements: add annotation, rename variables, add default init values.
7 lines of code changed in 1 file:
Simplify if condition.
1 lines of code changed in 1 file:
Remove condition which is always true.
1 lines of code changed in 1 file:
Rename variable name.
16 lines of code changed in 1 file:
Rename variable name.
43 lines of code changed in 1 file:
Unify comments.
3 lines of code changed in 1 file:
Remove useless return value from ArchObjectParser.sortTempList().
1 lines of code changed in 1 file:
Replace String.regionMatches() by String.startsWith().
20 lines of code changed in 1 file:
Fix type in comment.
1 lines of code changed in 1 file:
Fix incorrect indentation.
2 lines of code changed in 1 file:
Unify string/char/int constants.
2 lines of code changed in 1 file:
Whitespace change to unify comment.
3 lines of code changed in 1 file:
Rename variable names.
7 lines of code changed in 1 file:
Unify name of Logger instance to 'log'.
67 lines of code changed in 3 files:
Fix MultiArchData implementation (cfeditor).
165 lines of code changed in 3 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 2 files:
Unified I/O. It's late and it might be bogus, please test it.
It's unified enough to move it to the common code base, but I'm too tired right now. Maybe tomorrow.
26 lines of code changed in 2 files:
Updated my email address to be consistent.
1 lines of code changed in 1 file:
Added comment for bad code.
1 lines of code changed in 1 file:
More unification.
Removed ISO code from CFEditor.
Removed GridderException usage from Daimonin Editor.
Moved GridderException from Gridarta to CFEditor.
4 lines of code changed in 2 files:
Fix spelling errors (comments and identifiers).
25 lines of code changed in 2 files:
Some unification of ArchObject.
48 lines of code changed in 2 files:
Some unification of ArchObject.
6 lines of code changed in 1 file:
Some unification of ArchObject.
153 lines of code changed in 1 file:
Unify code: replace ArchObject's 'temp' pointers with collections.
13 lines of code changed in 2 files:
Unify ArchObjectIterator implementation; unify method names in ArchObject.
107 lines of code changed in 4 files:
Minor improvements and unifications to ArchObject and ArchObjectStack.
19 lines of code changed in 2 files:
Unify identifier names, white space and comments.
79 lines of code changed in 3 files:
Sorted imports.
2 lines of code changed in 2 files:
Prevent crash when collecting archetypes or treasurelists from unreadable or non-existent directories. Now such directories are silently ignored.
5 lines of code changed in 1 file:
Files are now processed in alphabetical order.
2 lines of code changed in 1 file:
Unify comments and whitespace.
34 lines of code changed in 2 files:
Unify comments and whitespace.
154 lines of code changed in 1 file:
Reset all serialVersionUID numbers to 1.
1 lines of code changed in 1 file:
Refactor map related classes to package cfeditor.map; rename classes CMapXxx to MapXxxx.
10 lines of code changed in 2 files:
Added final modifiers to variables.
8 lines of code changed in 2 files:
(13 more)