271 Commits

Author SHA1 Message Date
f11869bcb8 update free space check
to also check free space on cache drive when not installing on the same
drive for the game
2024-05-01 14:17:09 -04:00
7200355f52 exclue .bak files from game copy 2024-05-01 12:43:36 -04:00
e84e000180 make changes a list, add template json for installer info 2024-05-01 12:36:32 -04:00
9fc0ab8554 change log scrolling, deny installer cache for install 2024-05-01 12:12:18 -04:00
820c54b841 add changlog stuff 2024-05-01 12:00:30 -04:00
4968f48e8b installer updating to use r2 2024-05-01 10:32:22 -04:00
a7af608d56 apply format rules 2024-05-01 10:31:55 -04:00
1e78942572 Merge pull request 'updated the things' (#78) from waffle.lord/SPT-AKI-Installer:impl/r2 into master
Reviewed-on: CWX/SPT-AKI-Installer#78
2024-04-27 18:55:30 +00:00
d840da2f47 updated the things
it might even work
2024-04-27 14:51:54 -04:00
1c595fc239 Merge pull request 'Switch the precheck to use the release.json method of version fetching' (#77) from DrakiaXYZ/SPT-AKI-Installer:fix-release-fetch into master
Reviewed-on: CWX/SPT-AKI-Installer#77
2024-04-26 16:55:44 +00:00
DrakiaXYZ
ac95894967 Switch the precheck to use the release.json method of version fetching
- Removes another hit to the Gitea API
- Renamed 'Models/Releases' to 'Models/ReleaseInfo' to avoid a .gitignore hit, this adds the missing files
- Moved the definition for the release.json URL to DownloadCacheHelper for now
2024-04-26 09:52:41 -07:00
058c086c51 Merge pull request 'Utilize R2 for release downloads' (#76) from DrakiaXYZ/SPT-AKI-Installer:feat-r2-releases into master
Reviewed-on: CWX/SPT-AKI-Installer#76
2024-04-26 10:53:46 +00:00
DrakiaXYZ
dd59d796f7 Utilize R2 for release downloads
Implemented by pulling `release.json` from R2 to get a list of mirrors, and pulling the sptaki 7z file based on the mirror
The current R2 mirror is setup with a re-build of SPT 3.8.0 that Refringe is working on automating
2024-04-25 23:33:20 -07:00
958eb295fb Merge pull request 'remove net6 pre-check' (#75) from waffle.lord/SPT-AKI-Installer:rm/net6-check into master
Reviewed-on: CWX/SPT-AKI-Installer#75
2024-04-23 14:49:46 +00:00
1185882a17 Update README.md 2024-04-23 14:48:56 +00:00
92cc51ee8d remove net6 pre-check 2024-04-23 10:17:54 -04:00
4811d03902 Merge pull request 'update message because reasons' (#74) from waffle.lord/SPT-AKI-Installer:update-message into master
Reviewed-on: CWX/SPT-AKI-Installer#74
2024-04-15 18:30:24 +00:00
4f933aaf0b update message because reasons 2024-04-15 14:29:25 -04:00
dbcec6125f Merge pull request 'add bsg folder to path checks' (#73) from waffle.lord/SPT-AKI-Installer:add-bsg-patch-check into master
Reviewed-on: CWX/SPT-AKI-Installer#73
2024-04-10 23:21:29 +00:00
719570a83d add bsg folder to path checks 2024-04-10 19:20:04 -04:00
723ba56cbe Merge pull request 'impr/path-checks' (#72) from waffle.lord/SPT-AKI-Installer:impr/path-checks into master
Reviewed-on: CWX/SPT-AKI-Installer#72
2024-04-06 16:54:10 +00:00
90ec2d1b4f deny cloud sync folders 2024-04-06 12:53:45 -04:00
e20ccf4b76 update 'no patcher available' message 2024-04-05 15:07:58 -04:00
8cceee6668 update path checks to allow denial or warning 2024-04-05 12:29:47 -04:00
68b895786b Merge pull request 'Fix a very rare edge case of someone running Windows on a non-C: drive letter' (#71) from DrakiaXYZ/SPT-AKI-Installer:feat-non-standard-windows into master
Reviewed-on: CWX/SPT-AKI-Installer#71

LGTM!!
2024-04-05 11:14:21 +00:00
DrakiaXYZ
262d185203 Fix a very rare edge case of someone running Windows on a non-C: drive letter 2024-04-04 19:45:53 -07:00
973d8872b6 Merge pull request 'make desktop contains, update warning wording' (#70) from waffle.lord/SPT-AKI-Installer:impr/wording-and-paths into master
Reviewed-on: CWX/SPT-AKI-Installer#70
2024-04-02 13:16:19 +00:00
5750e32d97 make desktop contains, update warning wording 2024-04-02 09:13:55 -04:00
8e8d7d534f Merge pull request 'Improve Installer Update Controls' (#69) from waffle.lord/SPT-AKI-Installer:impr/installer-update-control into master
Reviewed-on: CWX/SPT-AKI-Installer#69
2024-03-27 13:27:05 +00:00
94b7d04908 finish update button controls 2024-03-27 09:26:11 -04:00
992931b15c add properties to control 2024-03-26 18:59:22 -04:00
bb4c535244 new update control WIP 2024-03-26 16:11:14 -04:00
ef487334fb Merge pull request 'impr/cache-info-display' (#68) from waffle.lord/SPT-AKI-Installer:impr/cache-info-display into master
Reviewed-on: CWX/SPT-AKI-Installer#68
2024-03-25 23:21:35 +00:00
1b05ed67e7 bump version 2024-03-25 19:14:59 -04:00
19e9ad0cd2 update cache info control 2024-03-25 19:00:01 -04:00
e53240b417 update problem paths
including scoped_dir for operagx nonsense, and entire downloads folder now
2024-03-25 18:27:57 -04:00
f0f2c1e7aa Merge pull request 'impr/precheck-details-refresh' (#67) from waffle.lord/SPT-AKI-Installer:impr/precheck-details-refresh into master
Reviewed-on: CWX/SPT-AKI-Installer#67
2024-03-25 22:24:26 +00:00
5742351bb4 Merge branch 'master' into impr/precheck-details-refresh 2024-03-25 22:24:20 +00:00
be4ba865eb Merge pull request 'fix/vaious-bugs' (#66) from waffle.lord/SPT-AKI-Installer:fix/vaious-bugs into master
Reviewed-on: CWX/SPT-AKI-Installer#66
2024-03-25 22:23:17 +00:00
fc908386bc better precheck details handling 2024-03-25 18:19:16 -04:00
9693da7d37 Merge branch 'impr/precheck-details-refresh' of https://dev.sp-tarkov.com/waffle.lord/SPT-AKI-Installer into impr/precheck-details-refresh 2024-03-25 17:38:36 -04:00
0aca296115 trying something WIP
trying to see if I can just get the selected index and bind to it... doesn't seem to be working though ...
2024-03-25 17:38:29 -04:00
a6cab6e898 Merge branch 'fix/vaious-bugs' of https://dev.sp-tarkov.com/waffle.lord/SPT-AKI-Installer into fix/vaious-bugs 2024-03-25 17:33:32 -04:00
de4059ca50 use correct property to show action button 2024-03-25 17:33:24 -04:00
85e8ad99a0 add logging to move patcher command 2024-03-25 17:33:24 -04:00
7ca0eab4d7 slightly more logging for hashes 2024-03-25 17:33:24 -04:00
e17441a1a9 always stream 7z out of assembly
during client setup task
2024-03-25 17:33:24 -04:00
38a102bf72 revert 2b93eafabddf91f72df3aab94559b809f2e9a016
revert Edit install path requirements:
Fail if `Desktop` exists in path, not ends with
Fail if `Downloads` exists in path, not ends with
2024-03-25 21:02:26 +00:00
0c82c4335f trying something WIP
trying to see if I can just get the selected index and bind to it... doesn't seem to be working though ...
2024-03-25 16:12:15 -04:00
Dev
2b93eafabd Edit install path requirements:
Fail if `Desktop` exists in path, not ends with
Fail if `Downloads` exists in path, not ends with
2024-03-25 19:32:50 +00:00