Commit graph

407 commits

Author SHA1 Message Date
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
pointfeev
104e7d1a86 security 2022-08-21 15:50:46 -04:00
pointfeev
c3e6ccb33b refactors and string clarifications 2022-08-21 15:48:38 -04:00
pointfeev
82d2e7758f preparations for hook mode support
- Minor refactoring and addition of Koaloader DLLs and MD5s
- Moved from resource manager to embedded resources
2022-08-21 15:37:28 -04:00
pointfeev
9131e973f7
Update README.md 2022-08-18 17:52:38 -04:00
pointfeev
56dac305b0
Update README.md 2022-08-18 17:47:57 -04:00
pointfeev
494f41c440 more minor string changes & arma 3 unexception 2022-08-18 10:27:47 -04:00
pointfeev
fee7cbc817 Merge branch 'main' of https://github.com/pointfeev/CreamInstaller 2022-08-18 10:03:44 -04:00
pointfeev
e73af9c94d minor string changes 2022-08-18 10:03:40 -04:00
pointfeev
d504cfb4bb
update image 2022-08-18 09:54:15 -04:00
pointfeev
812717c907 Merge branch 'main' of https://github.com/pointfeev/CreamInstaller 2022-08-18 09:53:55 -04:00
pointfeev
71a46e48a5 Create preview.png 2022-08-18 09:53:48 -04:00
pointfeev
099b246496
update image 2022-08-18 09:53:08 -04:00
pointfeev
2e17663337
update image 2022-08-18 09:48:31 -04:00
pointfeev
896d63a7aa fix context menu 2022-08-18 00:02:47 -04:00
pointfeev
87fa2fef31 v3.6.1.1
- Fixed pre-scan dialog "Sort By Name" function
- Added the "Sort By Name" function to the main selection form
- Small rearrangements and resizes in the main selection form
- More minor refactoring
2022-08-17 23:34:23 -04:00
pointfeev
5f3329305c v3.6.1.0
- Selections are now properly separated by platform, fixing potential future issues related to two games on different platforms having the same id
- Saved pre-scan choices now have to be saved in JSON, and thus will be reset
- Selection nodes now display their platform and are now also sorted by their platform
2022-08-17 18:48:05 -04:00