[root]/daimonin/src/test/daieditor/gui/map
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 23 (100.0%) | 610 (100.0%) | 26.5 |
christianhujer | 14 (60.9%) | 500 (82.0%) | 35.7 |
akirschbaum | 8 (34.8%) | 106 (17.4%) | 13.2 |
derdanny | 1 (4.3%) | 4 (0.7%) | 4.0 |
Move java sources into common src directory.
0 lines of code changed in 2 files:
Remove static import statements.
69 lines of code changed in 1 file:
Make methods static.
1 lines of code changed in 1 file:
Whitespace changes.
30 lines of code changed in 2 files:
Make methods static.
4 lines of code changed in 1 file:
Add @Nullable/@NotNull annotations.
2 lines of code changed in 1 file:
Fixed compile error: IGUIConstants -> CommonConstants for directions.
9 lines of code changed in 1 file:
Changed old package.html to package-info.java.
Fixed the mime-type of all package-info.java files.
Improved existing and added new package documentation.
0 lines of code changed in 1 file:
Updated copyright statements in source files.
14 lines of code changed in 1 file:
Cosmetic: Added missing and fixed wrong end of class comments.
1 lines of code changed in 1 file:
Optimized imports.
1 lines of code changed in 1 file:
Documented some Nullability.
24 lines of code changed in 1 file:
Fixed javadoc and similar issues.
4 lines of code changed in 1 file:
Minor documentation and nullability improvements.
12 lines of code changed in 1 file:
Hardened policy. Documentation follows soon.
4 lines of code changed in 1 file:
Replaced assertSame with assertEquals to prevent unnecessary boxing.
2 lines of code changed in 1 file:
Sorted imports.
1 lines of code changed in 1 file:
Fixed bug in Size2D (package and documentation).
Changed MapCursorTest for Size2D.
Changed transaction system for MapSquare changes.
14 lines of code changed in 1 file:
Moved MapCursor, MapGrid and their Event and Listener classes to gridarta/gui/map.
4 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.
414 lines of code changed in 2 files: