2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-09 07:10:28 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Peter Repukat
5c415b35a6 GloSC: include basic in-app tutorial 2017-11-12 07:05:25 +01:00
Peter Repukat
c2e6ae37e8 Change tooltip duration 2017-11-12 03:00:41 +01:00
Peter Repukat
d484e18bd4 Add tooltips 2017-11-12 02:58:15 +01:00
Peter Repukat
39761fe37d Constraint wndow with in code not in editor 2017-11-12 02:04:24 +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
Kyle Herock
5b6ca16ffc Support passing command line arguments to targets (closes #6)
This also refactors target configuration storage to reduce the redundancy in copying the same set of files for every target. Each configured entry now instead uses a .ini file with the name of the entry stored in ./targets. SteamTarget can accept the path to a .ini file as a command line argument.

This also fixes the UI so that inputs are ordered the same as the visual order so that tab behavior isn't confusing.
2017-04-19 02:40:05 -04: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
7ba5efb639 GloSC-Main: Fix UI 2017-02-05 05:40:29 +01:00
Peter Repukat
6281dd4429 GloSC -Main: UI improvements 2017-02-05 04:02:14 +01:00
Peter Repukat
c4b8f4d443 GloSC-Main: change wording in UI 2016-12-08 02:59:57 +01:00
Peter Repukat
59090f4f8d GloSC-Main: UI changes 2016-12-04 22:06:44 +01:00
Peter Repukat
4ba0b3a7e7 GloSC-Main: User setting to disable Steam hook 2016-12-04 22:05:28 +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
fa4a6a439d setting to close GloSC-SteamTarget when launched game closes 2016-11-19 06:30:48 +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
7c77129a06 Add program icons 2016-11-18 02:46:31 +01:00
Peter Repukat
98603a3068 initial GloSC implementation 2016-11-18 01:22:07 +01:00