Commit Graph

30 Commits

Author SHA1 Message Date
619d774ad1 Refactoring
2nd dll's md5 wasn't checked before copying, this is now fixed
2020-08-24 19:21:59 +02:00
622046120a Visual indicators are now functional 2020-08-24 19:20:31 +02:00
000133bb87 Merge branch 'master' into 1.1
# Conflicts:
#	src/main/resources/mainWindow.fxml
2020-08-24 16:05:59 +02:00
29bea545ec Updated README.md 2020-08-24 15:54:24 +02:00
c76ad989f9 If a second SteamAPI DLL has been found, it will now automatically be patched too.
Now handles error if file chooser was canceled.
Now handles error if cream_api.ini file was not found, which would be the case if CreamAPI is going to be set up for the first time.
2020-08-23 14:00:46 +02:00
a03246a98f Added license 2020-06-10 20:10:50 +02:00
bf0d8c576f Now steamapps.json will be remade if it is corrupt
(thanks to user Shori from [REDACTED] for reporting the bug)
2020-06-05 23:46:51 +02:00
832ab8608f Add preview screenshot to readme.md 2020-05-13 08:28:51 +02:00
4fa7d72930 Fixed "Could not get list of DLCs!" error in relation to SteamDB 2020-05-13 07:16:54 +02:00
f578529bbe Added missing import 2020-05-10 18:51:23 +02:00
1447e8a0b8 Merge branch 'master' into 1.1
# Conflicts:
#	src/main/java/Controller.java
2020-05-10 18:50:13 +02:00
cdcfe02cc4 Updated readme.md 2020-05-10 15:07:43 +02:00
f4a49bc7a2 Added version.txt, which shows the version number of the included CreamAPI DLLs 2020-05-10 14:59:34 +02:00
85bd3179b4 Updated included CreamAPI to 4.4.0.0
Error message at launch if CreamAPI DLLs are missing in the folder
Other Improvements
2020-05-10 14:57:51 +02:00
2e5399971e Added visual checks if dlls and config are ok (WIP)
Other improvements (might need to be backported to 1.0.x)
2020-05-10 14:27:33 +02:00
f2b289f8c5 When pressing "Reset" button the state label will be updated accordingly 2019-11-26 19:09:43 +01:00
c65a800515 Moved Steam API key to separate class
(and yes, I changed my API key)
2019-11-26 16:32:29 +01:00
3e203f43b3 code optimizations 2019-11-26 15:49:07 +01:00
d33c14bab8 save and getdlclist functions as services
added state label at bottom
ripple fill color are consistent now
2019-11-26 11:19:32 +01:00
c5ddd55fec Updated README 2019-11-20 15:50:01 +01:00
c65ed928b3 Try to read config file after selecting DLL file. 2019-11-20 15:38:44 +01:00
791b066b59 Fixed typo in readme 2019-11-15 20:09:55 +01:00
7e2a9f1886 Added readme 2019-11-15 20:05:26 +01:00
f104570907 Added handler for CreamAPI's DLLs (contains path and md5 hash)
Fixed crash on startup if config file could not be found
2019-11-15 18:37:54 +01:00
4cdb4037d1 Rename Steam's DLLs and copy CreamAPI's DLLs to target path 2019-11-15 17:58:44 +01:00
aca5c4b8ef Rename Steam's DLLs and copy CreamAPI's DLLs to target path 2019-11-15 17:57:34 +01:00
c7911a1eef "Get list of DLC" function now implemented
List of Steam games are now pulled from another API (IStoreService)
Create steamapps.json if missing (needed on first run)
Improved Search function
Code Improvements
2019-11-15 04:16:00 +01:00
14408cd9a6 Languages can now be defined in a file.
INI properties which are not editable will now be set.
Code improvements.
2019-11-06 01:21:43 +01:00
0eedf452d7 Add listener to appid textfield
Added "Get DLCs for AppID" button (inactive)
2019-11-04 18:58:40 +01:00
aa057fca91 init commit 2019-11-04 06:32:24 +01:00