Änderungen

Summary

  1. make extraction also async (commit: 55c7742) (details)
  2. next-gen wurst.build (commit: 0346283) (details)
  3. fixes (commit: 3104bd7) (details)
  4. Update DAOs.kt (commit: 8d51b35) (details)
  5. fix display requirement (commit: 6de390b) (details)
  6. Update InstallationManager.kt (commit: d52e7cd) (details)
  7. hotfix (commit: 4d374b4) (details)
  8. fix names (commit: a3c54e3) (details)
  9. remove playercount (commit: 952376c) (details)
  10. add job arguments (commit: 420e837) (details)
  11. update gradle, use Registry dep, fixes, new icon (commit: 16fa8ca) (details)
  12. minor updates (commit: a57a736) (details)
  13. hotfix (commit: 6c60d64) (details)
  14. updt gradle, add editorconfig, fix download via cmd and fix test (commit: 0cc04b6) (details)
  15. better log (commit: 324c4f9) (details)
  16. improve installation check (commit: e3d996a) (details)
  17. add more logs and tests and fix cli api (commit: 130d4b4) (details)
  18. Update InstallationTests.kt (commit: 2cc0fdc) (details)
  19. codestyle improvements (commit: 28377bb) (details)
  20. Update Log.kt (commit: 3f3d7b3) (details)
  21. some more cleanup (commit: 82f26e8) (details)
  22. Update SetupMain.kt (commit: 909326b) (details)
  23. shorter console logging and no empty error logs (commit: 7c6a894) (details)
  24. Update InstallationManager.kt (commit: cbe27e0) (details)
  25. Update InstallationManager.kt (commit: 7ebee08) (details)
  26. cb (commit: 471759e) (details)
  27. more codebeat (commit: 6c2b7b8) (details)
  28. Update Download.kt (commit: 4b82222) (details)
  29. Update WurstProjectConfig.kt (commit: 44111c6) (details)
  30. Update WurstProjectConfig.kt (commit: af3cc20) (details)
  31. Update WurstProjectConfig.kt (commit: f1c3003) (details)
  32. more cleanup (commit: c22ce70) (details)
  33. Update InstallationManager.kt (commit: ca65d74) (details)
  34. extract class for cli version extraction (commit: 3a56fa9) (details)
  35. codacy (commit: 24f1768) (details)
  36. Update InstallationTests.kt (commit: ecdc511) (details)
  37. Update WurstProjectConfig.kt (commit: 262b887) (details)
  38. merge #28 (commit: d33dcee) (details)
  39. don't have a single default player and force (commit: d21aaa4) (details)
  40. Don't output default values (commit: 09fec61) (details)
  41. update dependencies (commit: 2d7cdb8) (details)
  42. fixes (commit: 1e0dfda) (details)
  43. Update README.md (commit: f1ac349) (details)
Commit 55c774262592e162ff99ee83a3da0f3df39efaff by frotty
make extraction also async
(commit: 55c7742)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was addedsrc/main/kotlin/workers/ExtractWorker.kt
The file was addedsrc/main/kotlin/config/DAOs.kt
The file was modifiedsrc/main/kotlin/ui/UpdateFoundDialog.kt (diff)
The file was modifiedsrc/main/kotlin/workers/ProjectUpdateWorker.kt (diff)
The file was modifiedsrc/main/kotlin/file/SetupApp.kt (diff)
The file was modifiedsrc/main/kotlin/ui/MainWindow.kt (diff)
The file was modifiedsrc/main/kotlin/file/Download.kt (diff)
The file was modifiedsrc/main/kotlin/workers/ProjectCreateWorker.kt (diff)
The file was addedsrc/main/kotlin/config/WurstProjectConfig.kt
The file was modifiedsrc/main/kotlin/ui/AddRepoDialog.kt (diff)
The file was removedsrc/main/kotlin/file/WurstProjectConfig.kt
The file was modifiedsrc/main/kotlin/global/WinRegistry.kt (diff)
The file was modifiedsrc/main/kotlin/file/YamlHelper.kt (diff)
The file was modifiedsrc/main/kotlin/ui/UiManager.kt (diff)
The file was modifiedsrc/main/kotlin/file/DependencyManager.kt (diff)
The file was modifiedsrc/main/kotlin/ui/SetupUpdateDialog.kt (diff)
The file was modifiedsrc/main/kotlin/config/DAOs.kt (diff)
The file was modifiedsrc/main/kotlin/ui/MainWindow.kt (diff)
The file was modifiedsrc/main/kotlin/file/YamlHelper.kt (diff)
The file was modifiedsrc/main/kotlin/config/DAOs.kt (diff)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/main/kotlin/workers/ExtractWorker.kt (diff)
Commit d52e7cd0c6ee33ea96826b2cd018339d8c5accdb by frotty
Update InstallationManager.kt
(commit: d52e7cd)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/main/kotlin/config/DAOs.kt (diff)
The file was modifiedsrc/main/kotlin/config/DAOs.kt (diff)
The file was modifiedsrc/main/kotlin/config/DAOs.kt (diff)
Commit 16fa8caa301a00ff32f34af2312ba3183828bb8a by frotty
update gradle, use Registry dep, fixes, new icon
(commit: 16fa8ca)
The file was modifiedsrc/main/kotlin/workers/WurstBuildCheckWorker.kt (diff)
The file was modifiedsrc/main/kotlin/workers/DownloadWithProgressWorker.kt (diff)
The file was removedsrc/main/kotlin/global/WinRegistry.kt
The file was modified.gitignore (diff)
The file was modifiedsrc/main/kotlin/file/SetupApp.kt (diff)
The file was modifiedsrc/main/kotlin/ui/SetupUpdateDialog.kt (diff)
The file was modifiedsrc/main/kotlin/workers/OnlineCheckWorker.kt (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedgradle/wrapper/gradle-wrapper.properties (diff)
The file was modifiedsrc/main/kotlin/ui/MainWindow.kt (diff)
The file was modifiedsrc/main/resources/icon.png (diff)
The file was modifiedsrc/main/kotlin/ui/SetupUpdateDialog.kt (diff)
The file was modifiedsrc/main/kotlin/ui/MainWindow.kt (diff)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/ui/UiManager.kt (diff)
Commit 0cc04b63596548d15a36fdab365304200dc6fe0e by frotty
updt gradle, add editorconfig, fix download via cmd and fix test
(commit: 0cc04b6)
The file was modifiedgradle/wrapper/gradle-wrapper.jar (diff)
The file was modifiedsrc/test/kotlin/CMDTests.kt (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedgradle/wrapper/gradle-wrapper.properties (diff)
The file was modifiedgradlew (diff)
The file was modifiedsrc/main/kotlin/file/SetupMain.kt (diff)
The file was addedstest/.vscode/settings.json
The file was modifiedsrc/main/kotlin/file/Download.kt (diff)
The file was addedstest/wurst.dependencies
The file was modifiedgradlew.bat (diff)
The file was modifiedsrc/main/kotlin/file/SetupApp.kt (diff)
The file was added.editorconfig
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/main/kotlin/workers/DownloadWithProgressWorker.kt (diff)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/main/kotlin/file/Download.kt (diff)
Commit e3d996a81dacd298629fd0e61756b6ff9fc3ada9 by frotty
improve installation check
(commit: e3d996a)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was removedstest/.vscode/settings.json
The file was removedstest/wurst.dependencies
Commit 130d4b4809af7fc1dc8ad54fc019568313b58d14 by frotty
add more logs and tests and fix cli api
(commit: 130d4b4)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/test/kotlin/InstallationTests.kt (diff)
The file was modifiedsrc/test/kotlin/ConnectivityTests.kt (diff)
The file was modifiedsrc/main/kotlin/file/ExceptionHandler.kt (diff)
The file was modifiedsrc/main/kotlin/file/SetupApp.kt (diff)
The file was modifiedsrc/test/kotlin/CMDTests.kt (diff)
Commit 2cc0fdc262511fce2c699a9734cc96087ef0e4e0 by frotty
Update InstallationTests.kt
(commit: 2cc0fdc)
The file was modifiedsrc/test/kotlin/InstallationTests.kt (diff)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/workers/DependencyVerifierWorker.kt (diff)
The file was modifiedsrc/main/kotlin/config/DAOs.kt (diff)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/test/kotlin/CMDTests.kt (diff)
The file was modifiedsrc/main/kotlin/global/Log.kt (diff)
The file was modifiedsrc/main/kotlin/ui/MainWindow.kt (diff)
The file was modifiedsrc/main/kotlin/global/Log.kt (diff)
The file was modifiedsrc/main/kotlin/workers/ProjectUpdateWorker.kt (diff)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/main/kotlin/workers/ProjectCreateWorker.kt (diff)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/file/SetupMain.kt (diff)
Commit 7c6a894405048bf40d42d6df04dd5c2c797090fc by frotty
shorter console logging and no empty error logs
(commit: 7c6a894)
The file was modifiedsrc/main/resources/logback.xml (diff)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
Commit cbe27e0b714dc662b0c52f7fd54e75e56af4323b by frotty
Update InstallationManager.kt
(commit: cbe27e0)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
Commit 7ebee08c8af7dc17c9ed49b8838fae0b5397707d by frotty
Update InstallationManager.kt
(commit: 7ebee08)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/workers/DownloadWithProgressWorker.kt (diff)
The file was modifiedsrc/main/kotlin/file/Download.kt (diff)
The file was modifiedsrc/main/kotlin/file/Download.kt (diff)
Commit 44111c6eee118e7a16aa6a193f7418b326d6bbf5 by frotty
Update WurstProjectConfig.kt
(commit: 44111c6)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
Commit af3cc20d257558c962a280589e266d8e8aa21023 by frotty
Update WurstProjectConfig.kt
(commit: af3cc20)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
Commit f1c30038bdffb64d0235eb02766ec9d86f637990 by frotty
Update WurstProjectConfig.kt
(commit: f1c3003)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was addedsrc/main/kotlin/file/FileUtils.kt
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
Commit ca65d743476f54e76b9cf48a88cc85a1a3a84bc7 by frotty
Update InstallationManager.kt
(commit: ca65d74)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
Commit 3a56fa9fecaaca668848fc65c5832a4971c4b9d4 by frotty
extract class for cli version extraction
(commit: 3a56fa9)
The file was modifiedsrc/main/kotlin/global/InstallationManager.kt (diff)
The file was addedsrc/main/kotlin/global/CLIParser.kt
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/file/FileUtils.kt (diff)
Commit ecdc511036380ba582110faed1c4228a900e6f48 by frotty
Update InstallationTests.kt
(commit: ecdc511)
The file was modifiedsrc/test/kotlin/InstallationTests.kt (diff)
Commit 262b887aab251fea8d3d63b68d2197faf8836348 by frotty
Update WurstProjectConfig.kt
(commit: 262b887)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/global/CLIParser.kt (diff)
Commit d21aaa46734f5a10148527378fa20e04fa70448e by frotty
don't have a single default player and force
(commit: d21aaa4)
The file was modifiedsrc/main/kotlin/config/DAOs.kt (diff)
Commit 09fec61e12b2c54cedf3052a2ab070a9b53b8f0a by frotty
Don't output default values
(commit: 09fec61)
The file was modifiedsrc/main/kotlin/config/DAOs.kt (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedsrc/main/kotlin/file/SetupApp.kt (diff)
The file was modifiedsrc/main/kotlin/config/WurstProjectConfig.kt (diff)
The file was modifiedsrc/main/kotlin/file/SetupMain.kt (diff)
The file was modifiedREADME.md (diff)