Commit graph

423 commits

Author SHA1 Message Date
pointfeev
ac32af2c74 Update preview.png 2022-10-02 02:41:25 -04:00
pointfeev
138fab4888 v4.2.2.0
- Added many more common incorrect executable sub-paths
- Fixed incorrect directories not being uninstalled from
- Minor optimizations & refactoring
2022-10-02 02:38:45 -04:00
pointfeev
d0bc50c52c v4.2.1.1
- Minor refactoring
- Project file cleanup & repository clarifications
- Enabled .NET 6.0 single-file compression, which more than halved file size
- Enabled deterministic output & compiler optimization
2022-09-25 09:46:48 -04:00
pointfeev
52e42d847c v4.2.1.0
- Converted Koaloader settings' automatic updates to save & load buttons similar to those of DLC selections
- Improved tab order of selection form
2022-09-24 10:00:47 -04:00
pointfeev
b14da012ff increment 2022-09-24 05:29:55 -04:00
pointfeev
1722110405 v4.2.0.1
- Fixed dll directories being incorrectly added if a koaloader-specific config/cache existed
- Fixed paradox launcher repair sometimes leaving behind an incorrect installation
2022-09-24 05:29:21 -04:00
pointfeev
285dd5b521 Update preview.png 2022-09-24 04:15:33 -04:00
pointfeev
9a1d92239b v4.2.0.0
- Fixed all check box not getting automatically checked when unknown DLC were present
- Added a save & load feature for DLC selections
- Added a button to reset DLC selections to default
- Optimized koaloader proxy saving & loading
- Added a button to reset koaloader proxies to default
- Minor refactoring
2022-09-24 04:10:43 -04:00
pointfeev
b540d06dc5 v4.1.5.2
- Added program usage instructions similar to those in the README to the help button
2022-09-23 19:05:35 -04:00
pointfeev
e4eca9fb0d v4.1.5.1
- Fixed some harmless installation/uninstallation inconsistencies
- Fixed harmless Paradox Launcher repair inconsistencies
- Improved exception handling output
2022-09-22 22:00:01 -04:00
pointfeev
43a1c8d248 v4.1.5.0
- Minor refactoring
- Added a "help" button to all forms that provides some general information and links
2022-09-22 18:30:42 -04:00
pointfeev
f4e27471bc
Update README.md 2022-09-22 14:46:09 -04:00
pointfeev
5eabd91246
Update README.md 2022-09-22 14:45:51 -04:00
pointfeev
d3d664d8b7
Update README.md 2022-09-22 14:42:48 -04:00
pointfeev
fd5f3f533a
Update README.md 2022-09-22 14:39:14 -04:00
pointfeev
28bb8b0fe1 fix select dialog form designer 2022-09-22 12:29:31 -04:00
pointfeev
8ffc6f61f0 project files cleanup 2022-09-22 10:25:18 -04:00
pointfeev
d5343c9e3d improve debug 2022-09-20 15:35:21 -04:00
pointfeev
f672e52ffc more dynamic app variables 2022-09-20 10:38:27 -04:00
pointfeev
1998bdef9b v4.1.4.0
- Improved the responsiveness and performance of the program
- Fixed the changelog tree view garbling when clicking update
- Dialog forms no longer clutter the taskbar
- Added a debug form (this is really just for me)
- Fixed rescan lag caused by keeping nodes
- Minor refactoring
2022-09-20 00:55:24 -04:00
pointfeev
89f42ed35d increment version 2022-09-18 03:28:02 -04:00
pointfeev
759b812ce1 net update 2022-09-18 03:23:34 -04:00
pointfeev
d35f9b8be6 minor but useful install info addition 2022-09-18 03:13:52 -04:00
pointfeev
8d62fc8d0d context menu stabilization attempts 2022-09-14 18:19:30 -04:00
pointfeev
2bdf9c9d77 v4.1.3.0
- Koaloader proxy selection will no longer provide options for DLLs that already exist in the game's directories
- Installation will now error when a DLL that already exists is attempting to be installed as Koaloader
- Fixed selections not being re-enabled after an installation failure when hitting the Reselect button
2022-09-14 17:39:35 -04:00
pointfeev
f31151921f debug 2022-09-13 12:21:52 -04:00
pointfeev
207d2d4a2e v4.1.2.0
- Fixed a rare Steam Store query issue
2022-08-30 20:14:35 -04:00
pointfeev
9bfefbd6f3 Update Koaloader.cs 2022-08-30 14:20:10 -04:00
pointfeev
9f2f0c176d v4.1.1.0
- Consolidated and vastly improved the performance of the program's methods of gathering game executables and DLLs
- Koaloader's respective unlocker DLLs are now correctly deployed based on executable bitnesses instead of which API DLLs exist
2022-08-28 07:40:53 -04:00
pointfeev
5bb7f1cd65 Merge branch 'main' of https://github.com/pointfeev/CreamInstaller 2022-08-27 22:20:06 -04:00
pointfeev
8f973f1f65 Update preview.png 2022-08-27 22:19:59 -04:00
pointfeev
d6e89c12d0
Update README.md 2022-08-27 22:16:30 -04:00
pointfeev
50c5f4fb24 v4.1.0.0
- Executable bitness is now detected automatically per-directory (prioritizing 64-bit before 32-bit)
- Executables which or not 32-bit nor 64-bit are now omitted
- Saved pre-v4.1.0.0 proxy choices will be automatically converted to the new format ("Koaloader.version_64.version.dll" -> "version")
- Executable directories' determined bitness can be visualized with the context menu (or during installation)
2022-08-27 22:04:42 -04:00
pointfeev
0fe30cd966 v4.0.2.1
- Unknown DLC are now disabled by default, and will not be affected by the "All" checkbox
2022-08-26 22:51:48 -04:00
pointfeev
2406a5048c v4.0.2.0
- Koaloader installations are now automatically uninstalled from the incorrect directories
- Koaloader executable directories are now found more broadly, with common incorrect paths being omitted (ones that contain setups, redistributables or crash reporters)
- Fixed Paradox Launcher Repair reinstalling in proxy mode if a config file was found
2022-08-26 17:40:51 -04:00
pointfeev
ad88fd8b49 v4.0.1.0
- Unknown DLC are now shown for Steam games
- Minor refactoring & designer mess cleanup
2022-08-26 15:41:32 -04:00
pointfeev
b61af5f77a finalizations 2022-08-25 23:59:08 -04:00
pointfeev
8e1d35b2d2 dont show paradox dlc dialog on uninstall 2022-08-25 23:41:59 -04:00
pointfeev
50fd708017 bounds cleanup 2022-08-25 23:37:44 -04:00
pointfeev
c7bc55ac43 koaloader proxy choice dropdown 2022-08-25 23:18:26 -04:00
pointfeev
f77d01d4f8 koaloader proxy choices 2022-08-25 22:04:45 -04:00
pointfeev
f3bb5a7cc3 keep valid tree nodes 2022-08-25 19:41:51 -04:00
pointfeev
ff6ee8518f ubisoft game executables attempt #2 2022-08-25 19:20:06 -04:00
pointfeev
f66844d8d0 ubisoft game executables 2022-08-25 19:12:49 -04:00
pointfeev
4b6572d398 minor visual touchups 2022-08-25 15:02:16 -04:00
pointfeev
91880aa698 fixes, color changes & game koaloader toggles
- Improved tabbing in the selection forms
- Improved main select form "All" check box logic
- Swapped multiple main select form operations with their thread-safe alternatives (fixes game scanning lockups)
- Extra text in the selection forms are now highlighted the same as nodes and can be left/right clicked
2022-08-24 22:56:26 -04:00
pointfeev
600e6e71f9 proper executable directories for all but ubisoft 2022-08-23 23:48:43 -04:00
pointfeev
1fa39a3885 refactoring 2022-08-23 22:13:11 -04:00
pointfeev
d0743d66a0 rough koaloader implementation 2022-08-23 21:57:22 -04:00
pointfeev
325f6ad117 refactoring & koaloader testing 2022-08-23 21:24:57 -04:00