summaryrefslogtreecommitdiff
path: root/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reverse scan of superclasses to find the first definition of method ↵Gravatar Thog2016-08-141-12/+31
| | | | signature avoiding remapping errors
* Avoid using the override fix in others case than remapping (fix unit tests ↵Gravatar Thog2016-08-132-5/+12
| | | | failures)
* Fix override issuesGravatar Thog2016-08-131-4/+10
|
* Remoe JSON directory format support and clean up others thingsGravatar Thog2016-08-1216-465/+32
|
* Implement Enigma directory format (#1)Gravatar Thomas Guillemard2016-08-1214-100/+237
| | | | | | Others changes: ~ Rework File menu ~ Force UTF-8 for all I/O operations ~ Enigma now detect the original file format and use the correct one when you save a mapping
* Allow exporting mappings as SRG or EnigmaGravatar modmuss502016-08-115-0/+220
|
* Removed utilGravatar lclc982016-07-041-68/+0
|
* ReformatGravatar lclc982016-07-0485-4892/+682
|
* Fixed Obf Class list orderGravatar lclc982016-07-046-30/+23
|
* Fix #6, will now only load .json filesGravatar lclc982016-07-031-1/+2
|
* Started Gui RefactorGravatar lclc982016-07-0313-417/+572
|
* Fixed #4Gravatar lclc982016-07-022-1/+19
|
* Fixed build.gradleGravatar lclc982016-07-022-37/+5
|
* Removed unused methodsGravatar lclc982016-07-0239-989/+15
|
* Reformatting codeGravatar lclc982016-07-0256-1207/+541
|
* Renamed FieldsGravatar lclc982016-07-0255-814/+750
|
* Fixed Null.json and #4Gravatar lclc982016-07-022-31/+34
|
* Fixed Constructor loadingGravatar lclc982016-06-302-0/+18
|
* Set the LookAndFeel to the System's (#3)Gravatar phase2016-06-301-0/+2
| | | This makes it look beautiful on Windows 10.
* Json format (#2)Gravatar lclc982016-06-30120-0/+17221
* Added new format * Fixed bug * Updated Version