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
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