4
I Use This!
Low Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 23 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed unused method parameter. More... over 17 years ago
Removed todo (that's done). More... over 17 years ago
Cosmetic: Declared a var final. More... over 17 years ago
Substantial improvement of ArchObjectContainer: * Made it fail fast in case of bogus usage (throwing IllegalArgumentException). * Documented nullability. More... over 17 years ago
Removed redundant setting of the container while reading arches from the map. More... over 17 years ago
Fixed broken remove(). More... over 17 years ago
File when saving a map must not be null. More... over 17 years ago
Fixed broken addFirst() / addLast(). More... over 17 years ago
Removed More handling from CMapFileDecode in daieditor. More... over 17 years ago
Removed duplicate classes MapEvent and MapListener. More... over 17 years ago
Remove variable that always is null. More... over 17 years ago
Removed manually linked lists for containers in ArchObjects. More... over 17 years ago
Unified and cleaned I/O handling. More... over 17 years ago
Added TODO. More... over 17 years ago
Added TODO. More... over 17 years ago
Minor documentation improvements. More... over 17 years ago
Improved documentation. More... over 17 years ago
Improved I/O handling. More... over 17 years ago
Added TODO to FaceObject because of its (Non-)Serializability. More... over 17 years ago
Made AnimationObject Serializable because it's used in an exception. More... over 17 years ago
Improved I/O handling. More... over 17 years ago
Annotated Action methods as @ActionMethod. More... over 17 years ago
Updated my email address to be consistent. More... over 17 years ago
Added a TODO entry and added some directories to be ignored when loading artifacts from the map path. More... over 17 years ago
Added historic document. More... over 17 years ago
Added workaround for save problem. More... over 17 years ago
Cleaned MapControl and MapModel regarding its responsibilities: Moved level change tracking responsibility from MapModel to MapControl because the model doesn't know about loading / saving. Removed proxy methods for accessing a MapModel via MapControl. More... over 17 years ago
Removed level change information from common interface for refactoring it away from daimonin's MapModel. More... over 17 years ago
Cosmetic improvements (match method parameter names with superclass / interface). More... over 17 years ago
Replaced assertSame with assertEquals to prevent unnecessary boxing. More... over 17 years ago