Commit graph

610 commits

Author SHA1 Message Date
pointfeev
f441bc89c7
Update game-not-working---dlcs-not-unlocking.md 2023-04-30 18:52:29 -04:00
pointfeev
0caacb76d6
Update false-positives.md 2023-04-30 18:25:31 -04:00
pointfeev
af17955f5e
Update game-not-working---dlcs-not-unlocking.md 2023-04-30 18:24:44 -04:00
pointfeev
27d637419a
Update issue templates 2023-04-25 20:37:46 -04:00
pointfeev
a2c83b5a55
Update issue templates 2023-04-25 20:36:51 -04:00
pointfeev
71879715c3
Update issue templates 2023-04-25 20:34:21 -04:00
pointfeev
bc4eaec634 Update preview.png 2023-04-25 20:32:24 -04:00
pointfeev
8efaf4d8ed
Update README.md 2023-04-25 20:32:09 -04:00
pointfeev
99b605675f
Create config.yml 2023-04-25 19:54:37 -04:00
pointfeev
4917107ee4
Update README.md 2023-04-15 22:00:19 -04:00
pointfeev
1f19177972
Update README.md 2023-04-15 21:58:21 -04:00
pointfeev
62b2127132
Update README.md 2023-04-15 21:55:32 -04:00
pointfeev
98748a4b4c v4.8.1
- Removed unused HttpAgilityPack reference
- Minor update functionality improvements
- Removed revision from version numbers
- Fixed HttpClient UserAgent header
- Added HttpClient AcceptLanguage header with the current culture (should fix random incorrect language)
- Fixed Koaloader DLL text not showing ".dll" for custom selections
- Another conversion to LibraryImport from DllImport
2023-04-06 21:40:10 -04:00
pointfeev
96a6af3c18 improve tasklist find 2023-04-06 20:11:43 -04:00
pointfeev
aa94e2187e remove unused reference 2023-04-06 19:49:40 -04:00
pointfeev
24915e4495 finish v4.8.0.0 2023-04-06 02:43:11 -04:00
pointfeev
65933a0ed6 ScreamAPI v4.0.0-rc01 MD5 2023-04-05 17:22:28 -04:00
pointfeev
74c5588d64 beginnings of v4.8.0.0
- Minor refactoring
- Added an HTTP content cache
- Replaced Onova with custom update functionality (work in progress)
2023-03-30 02:19:45 -04:00
pointfeev
52e82e2397 v4.7.1.3
- More fixes related to locked DLLs
- Converted from DLLImport to LibraryImport
2023-03-29 23:02:19 -04:00
pointfeev
cd386ea951 more string clarifications 2023-03-28 00:36:37 -04:00
pointfeev
c74d597a7a v4.7.1.2
- Fixes & string clarifications related to anti-virus false positives
2023-03-28 00:30:47 -04:00
pointfeev
2cf940ef25
Update README.md 2023-03-17 15:42:34 -04:00
pointfeev
e9bd9c7f21 optimize tree views 2023-03-15 20:50:32 -04:00
pointfeev
134a5da8fb v4.7.1.1
- Updated SmokeAPI to v2.0.5
2023-03-15 00:22:34 -04:00
pointfeev
7cd863c79b Update SelectForm.cs 2023-03-02 14:53:35 -05:00
pointfeev
252db9c775 fixes for uninstall all cancellation 2023-03-02 14:47:52 -05:00
pointfeev
a7b8e893b2 v4.7.1.0
- Added a quick uninstall all button to the pre-scan selection dialog
2023-03-02 14:38:35 -05:00
pointfeev
c8c3354379 v4.7.0.2
- Fixed a file locked exception
2023-03-02 13:40:16 -05:00
pointfeev
39e5ba06ad framework for a quick uninstall all option 2023-02-20 18:23:46 -05:00
pointfeev
62b5a53909 Update SelectForm.cs 2023-02-20 17:39:22 -05:00
pointfeev
96f7f0743a fix dialog form description 2023-02-20 17:31:10 -05:00
pointfeev
cc68b47fc2 Update CreamInstaller.csproj 2023-02-20 17:16:31 -05:00
pointfeev
575e23da1a Update HttpClientManager.cs 2023-02-18 17:22:44 -05:00
pointfeev
4e0f361233 v4.7.0.0 initial
- better support for games that take dlc from other games (such as warhammer 3)
- initial framework for fixing "too many requests" issues
2023-02-18 01:48:14 -05:00
pointfeev
929c6f681f v4.6.1.0 2023-02-01 16:52:17 -05:00
pointfeev
9d5e07309b Merge branch 'main' of https://github.com/pointfeev/CreamInstaller 2023-01-30 00:01:16 -05:00
pointfeev
dede0b8929 Update preview.png 2023-01-30 00:01:12 -05:00
pointfeev
613c002d5b
Update false-positives.md 2023-01-29 23:56:22 -05:00
pointfeev
583c15d73e remove debug 2023-01-29 23:51:50 -05:00
pointfeev
fa9d83d6d2 fix subdirectories 2023-01-29 23:49:36 -05:00
pointfeev
eec1e9821d fix branch detection 2023-01-29 22:31:02 -05:00
pointfeev
2d773481cc more potential io exception fixes 2023-01-29 21:37:39 -05:00
pointfeev
720a28ead5 Update Resources.cs 2023-01-29 20:38:34 -05:00
pointfeev
36570420a4 more io exception fixes 2023-01-29 20:30:05 -05:00
pointfeev
3d63457a45 name conflict fix 2023-01-29 20:22:28 -05:00
pointfeev
d2dfc7b95a some refactoring 2023-01-29 20:12:30 -05:00
pointfeev
2253cf973a v4.6.0.0 (not finished)
- Fixed all (or at least almost all) potential IOExceptions
- Added a minimum & maximum height and width, as well as scroll bars, to dialog boxes
2023-01-29 19:53:21 -05:00
pointfeev
7ae160c610 v4.5.0.0
- Fixed SteamCMD setup progress bar
- Minor code refactoring & optimization
- Added support for log removal during uninstallation
- Koaloader installation can now convert old configurations instead of deleting them
- Upgraded to SmokeAPI v2.0.0
2023-01-25 21:13:24 -05:00
pointfeev
19214797d6 fix SmokeAPI extra_inventory_items 2023-01-22 20:41:28 -05:00
pointfeev
61c12e4944 v4.5.0.0-rc02
- Upgraded SmokeAPI to v2.0.0-rc02
2023-01-21 15:33:00 -05:00