Commit Graph

10 Commits

Author SHA1 Message Date
Niklas a3ce01014e some bugfixed and improvements
* added last modified to fast check
* download repository on new check
* added open in explorer
* changed sync url
2020-04-16 19:49:31 +02:00
Niklas 4bf65c6d7c use java 9 functions to list processes 2020-04-01 20:55:30 +02:00
Niklas 43726ad2a9 added file/console logging
using log4j-core to implement level logging. Logs can be found in the directory ./logs/
2020-04-01 18:55:10 +02:00
Niklas ccd7bfe82c now using packr for distribution
I switched from launch4j to packr, because launch4j got flagged as false positive.
Because packr couldn't deal with the registry library (SimplyRegistry used cmd to call reg) i implemented a packr friendly method.
I couldn't used the WindowsPreferences JNI from Java, because it does not support DWORDs which are needed to get the Steam Process!
2020-04-01 02:03:13 +02:00
Niklas 91c72f06cc added auto detect arma path 2020-03-30 15:09:39 +02:00
Niklas 7389f2300b fixed combobox listeners in initSettings() 2020-03-30 04:42:44 +02:00
Niklas 04017e8afe changed license from MIT to GPLv3 2020-03-30 02:57:42 +02:00
Niklas f117a1a64a added launch4j distribution 2020-03-30 02:46:53 +02:00
Niklas e7501013fc added auto updater 2020-03-30 02:46:25 +02:00
Niklas c4fbe48055 created modules and added patcher 2020-03-29 23:37:39 +02:00