2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-07 03:20:40 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Peter Repukat
5c415b35a6 GloSC: include basic in-app tutorial 2017-11-12 07:05:25 +01:00
Peter Repukat
872589826e Add progress dialog when scanning UWP apps 2017-11-12 02:29:02 +01:00
Peter Repukat
4890d9c66f Fix GloSC header 2017-11-12 02:03:59 +01:00
Peter Repukat
e4b7207c61 Remove "Hook Steam button"
Making it pretty much mandatory if not manually set through .ini
2017-11-12 02:00:15 +01:00
Peter Repukat
4caaa3f1bc Cleanup 2017-11-12 01:03:14 +01:00
Peter Repukat
0e60dbe786 Bump version 2017-05-31 17:35:27 +02:00
Peter Repukat
3fa349d47a Bump Version 2017-04-19 16:14:43 +02:00
Peter Repukat
f2eb3662f3 Const correctness 2017-04-19 15:38:30 +02:00
Peter Repukat
e41b0c030e Bump version number 2017-04-13 15:35:43 +02:00
Peter Repukat
209126ea17 Add setting to use Desktop-Config
Add a setting to use desktop-config
If enabled, will disable hooking and deactive any focus-switch trickery
Problems with overlay may occur
2017-02-15 04:04:27 +01:00
Peter Repukat
6281dd4429 GloSC -Main: UI improvements 2017-02-05 04:02:14 +01:00
Peter Repukat
4f6b2e7cc7 Bump Version 2017-01-25 18:52:11 +01:00
Peter Repukat
19445c3ad3 Fix: Injector \ SteamTarget: Not beeing able to hook Steam for some people 2016-12-04 21:43:31 +01:00
Peter Repukat
e6bcf7a881 add version check for targets 2016-11-29 19:05:36 +01:00
Peter Repukat
b7a533ea42 Launch the gamelauncher in glosc config app, just to be safe 2016-11-28 11:03:57 +01:00
Peter Repukat
7947d6faac Enforce non desktop bindings:
done by mid function hooking a function in steamclient.dll
the function appears to be setting the appId of the new controller bindings

inject/hook right after the target launched
switch focus -> binding gets changed to shortcut bindings -> hook function grabs appid
hook function replaces desktop-config appid with the one grabbed everytime steam tries to active desktop-config
glosc_gamelauncher unloads dll when the target closes; unloading dll patches steamclient.dll back to original
2016-11-26 22:57:32 +01:00
Peter Repukat
4dee459b1e ability to export non existing shortcuts to steam 2016-11-20 00:57:55 +01:00
Peter Repukat
9a435b39f2 decouple input from framerate by moving it to own thread
this significantly reduces input-lag while keeping cpu usage at a minimum

also removed any of the vsync / framerate options as we now always render the overlay with 60fps
this reduces cpu usage and unnecessary overhead if playing with the default option of vsync on high refresh rate displays
2016-11-19 02:24:49 +01:00
Peter Repukat
38cf868d56 add license 2016-11-18 01:40:14 +01:00
Peter Repukat
98603a3068 initial GloSC implementation 2016-11-18 01:22:07 +01:00