283 Commits

Author SHA1 Message Date
2bd28f0796 Merge pull request 'fix update script thing' (#81) from waffle.lord/SPT-AKI-Installer:fix/update-script into master
Reviewed-on: CWX/SPT-AKI-Installer#81
2024-05-04 21:59:36 +00:00
5c76864595 Merge branch 'fix/update-script' of https://dev.sp-tarkov.com/waffle.lord/SPT-AKI-Installer into fix/update-script 2024-05-04 17:59:19 -04:00
3372db8b2b Merge remote-tracking branch 'upstream/master' into fix/update-script 2024-05-04 17:59:06 -04:00
73262db871 Merge branch 'master' into fix/update-script 2024-05-04 21:58:36 +00:00
a4131fe276 fix update script thing 2024-05-04 17:57:59 -04:00
90be28a1f0 Merge pull request 'impr/r2-hits' (#80) from waffle.lord/SPT-AKI-Installer:impr/r2-hits into master
Reviewed-on: CWX/SPT-AKI-Installer#80
2024-05-04 20:21:25 +00:00
b51c373e96 version bump 2024-05-04 16:19:52 -04:00
1bfb6e9946 simplify file copies 2024-05-04 16:19:04 -04:00
64d0b4b35e use cache ttl for metadata files 2024-05-04 16:18:49 -04:00
ec3bf67995 Merge pull request 'impl/r2-installer-updates' (#79) from waffle.lord/SPT-AKI-Installer:impl/r2-installer-updates into master
Reviewed-on: CWX/SPT-AKI-Installer#79
2024-05-01 19:43:47 +00:00
de13c5ed75 reduce http client timeout
also version bump
2024-05-01 15:34:35 -04:00
ffaf97e1c7 remove gitea dll, re-add debug mode button 2024-05-01 15:17:18 -04:00
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