Commit Graph

59 Commits

Author SHA1 Message Date
26872ec8fb Update CreamAPI to 4.5.0.0 2020-10-21 13:24:58 +02:00
452e78b1ed Disable SteamDB checkbox 2020-10-21 13:14:03 +02:00
cce8bbe513 Fixed an issue where games with an age check could not be parsed 2020-10-21 13:10:42 +02:00
5043ffefff add build status to README.md 2020-10-14 14:37:49 +02:00
032a85600f maven config 2020-10-14 14:32:19 +02:00
4a8ecd32ac updated resources location 2020-10-14 14:02:46 +02:00
6afa33db75 README.md update 2020-10-14 13:46:43 +02:00
7c5329fd54 better logging 2020-10-14 13:43:29 +02:00
b7ec6a62a3 Added toggle for SteamDB DLC
Added custom fonts
2020-10-07 14:42:11 +02:00
bd70c814b9 fixed dumb error 2020-10-07 12:49:54 +02:00
272b1d0833 eh whatevs sry future me 2020-10-07 10:36:37 +02:00
1fdf90da8a code structure changes
drone ci
2020-09-27 17:48:13 +02:00
79bda2b1fd Minor fix 2020-08-30 18:08:28 +02:00
7d9514abae You can now press enter in the "Game..." text field to start a search. 2020-08-30 16:15:46 +02:00
8c23ae27e8 Improved language combobox 2020-08-28 18:32:39 +02:00
308f20cb81 List of languages is now hardcoded! 2020-08-28 15:39:28 +02:00
d71d8ed789 Fixed main window resizing. 2020-08-28 15:25:58 +02:00
dd99292c65 Minor fix to main window 2020-08-28 15:12:44 +02:00
36a05fcd8e Merge branch 'visual-indicators' into 1.1
# Conflicts:
#	src/main/java/Controller.java
#	src/main/resources/mainWindow.fxml
2020-08-28 15:06:31 +02:00
fe71a8acc2 Merge branch 'search-improvements' into 1.1 2020-08-28 14:50:22 +02:00
c224b2168d Merge remote-tracking branch 'origin/visual-indicators' into visual-indicators
# Conflicts:
#	src/main/java/Controller.java
2020-08-28 14:40:45 +02:00
980b684ee9 Visual indicators should work properly now 2020-08-28 14:40:03 +02:00
4c8400aa00 Visual indicators should work properly now 2020-08-28 14:11:49 +02:00
6f7d1b5695 Improved search function (if name matches exactly, no need to open the window)
Improved search result window design
2020-08-26 16:52:49 +02:00
5b912a0991 Minor fix 2020-08-25 14:30:56 +02:00
efa6fd29bc Fixed second DLL not patching properly. 2020-08-25 13:51:33 +02:00
30551bccda Updated README.md 2020-08-25 13:34:13 +02:00
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
c2254856da Search function now brings up a window with a list of search results. 2020-08-24 15:27:34 +02:00
4eda79211e Initial implementation of fuzzy search (fuzzywuzzy library) 2020-08-23 14:59:21 +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