| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | "Close mappings" option now check if you have change your mappings and if ↵ | 2016-08-15 | 2 | -39/+67 | |
| | | | | | you want to save them | ||||
| * | MARK EVERYTHING PUBLIC BECAUSE WE ARE EVIL | 2016-08-15 | 1 | -0/+11 | |
| | | |||||
| * | Propagate arguments remapping to children classes | 2016-08-14 | 2 | -13/+20 | |
| | | | | | TODO: support support not identical behavior (constructors) | ||||
| * | Fix remapping of methods in children class with interfaces | 2016-08-14 | 1 | -0/+8 | |
| | | |||||
| * | Make sure to rewrite all the mapping files | 2016-08-14 | 1 | -15/+13 | |
| | | |||||
| * | Ouups | 2016-08-14 | 1 | -1/+1 | |
| | | |||||
| * | Add F5 hotkey to reload class + use a ugly hack to avoid rename issues with ↵ | 2016-08-14 | 4 | -4/+19 | |
| | | | | | generics... | ||||
| * | Reverse scan of superclasses to find the first definition of method ↵ | 2016-08-14 | 1 | -12/+31 | |
| | | | | | signature avoiding remapping errors | ||||
| * | Avoid using the override fix in others case than remapping (fix unit tests ↵ | 2016-08-13 | 2 | -5/+12 | |
| | | | | | failures) | ||||
| * | Fix override issues | 2016-08-13 | 1 | -4/+10 | |
| | | |||||
| * | Remoe JSON directory format support and clean up others things | 2016-08-12 | 16 | -465/+32 | |
| | | |||||
| * | Implement Enigma directory format (#1) | 2016-08-12 | 14 | -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 Enigma | 2016-08-11 | 5 | -0/+220 | |
| | | |||||
| * | Removed util | 2016-07-04 | 1 | -68/+0 | |
| | | |||||
| * | Reformat | 2016-07-04 | 85 | -4892/+682 | |
| | | |||||
| * | Fixed Obf Class list order | 2016-07-04 | 6 | -30/+23 | |
| | | |||||
| * | Fix #6, will now only load .json files | 2016-07-03 | 1 | -1/+2 | |
| | | |||||
| * | Started Gui Refactor | 2016-07-03 | 13 | -417/+572 | |
| | | |||||
| * | Fixed #4 | 2016-07-02 | 2 | -1/+19 | |
| | | |||||
| * | Fixed build.gradle | 2016-07-02 | 2 | -37/+5 | |
| | | |||||
| * | Removed unused methods | 2016-07-02 | 39 | -989/+15 | |
| | | |||||
| * | Reformatting code | 2016-07-02 | 56 | -1207/+541 | |
| | | |||||
| * | Renamed Fields | 2016-07-02 | 55 | -814/+750 | |
| | | |||||
| * | Fixed Null.json and #4 | 2016-07-02 | 2 | -31/+34 | |
| | | |||||
| * | Fixed Constructor loading | 2016-06-30 | 2 | -0/+18 | |
| | | |||||
| * | Set the LookAndFeel to the System's (#3) | 2016-06-30 | 1 | -0/+2 | |
| | | | | This makes it look beautiful on Windows 10. | ||||
| * | Json format (#2) | 2016-06-30 | 120 | -0/+17221 | |
| * Added new format * Fixed bug * Updated Version | |||||