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

187 Commits

Author SHA1 Message Date
Peter Repukat
eadd1f3f0f update installscript 2017-11-25 22:03:45 +01:00
Peter Repukat
5c16b4a065 update appveyor conf 2017-11-25 21:54:01 +01:00
Peter Repukat
65c3242fda bump version 2017-11-25 21:51:05 +01:00
Peter Repukat
a16192f052 update readme.md 2017-11-25 20:49:54 +01:00
Peter Repukat
d56d427af4 Offer to restart steam and enable xbox rebinding support 2017-11-25 20:41:23 +01:00
Peter Repukat
606ade0b3c update readme.md 2017-11-25 19:43:15 +01:00
Peter Repukat
d66abfa00d Add function to enableX360Controller rebinding in Steam 2017-11-18 20:04:26 +01:00
Peter Repukat
9a57133926 Workaround some UWP not launching in foreground 2017-11-18 19:05:29 +01:00
Peter Repukat
83ef31d822 SteamTarget: "Properly" force FocusedWindow 2017-11-18 18:56:53 +01:00
Peter Repukat
feb5efcd1f Show console when overlay is hidden 2017-11-15 22:40:49 +01:00
Peter Repukat
49371e2d62 Fix launching UWP-apps 2017-11-15 22:37:00 +01:00
Peter Repukat
3e0689c428 Update scanning for UWP apps 2017-11-15 22:10:14 +01:00
Peter Repukat
fcb16d7482 update readme.md 2017-11-13 19:24:17 +01:00
Peter Repukat
dc23951937 update readme.md 2017-11-13 19:02:09 +01:00
Peter Repukat
64ac4a7ae8 update appveyor conf 2017-11-13 19:02:01 +01:00
Peter Repukat
92c2e50de9 update appveyor conf 2017-11-13 18:35:31 +01:00
Peter Repukat
3727bce7d7 fix installer 2017-11-13 18:21:40 +01:00
Peter Repukat
91ce45bc75 Bump version 2017-11-13 18:12:18 +01:00
Peter Repukat
71f9ada892 Update installer / install.md file 2017-11-13 18:02:39 +01:00
Peter Repukat
18a51cf9c3 Don't run GameLauncher as admin anymore
Causes problems / not needed anymore
Fixes
2017-11-13 17:47:04 +01:00
Peter Repukat
4a2fd685d2 update ini 2017-11-12 20:27:28 +01:00
Peter Repukat
22cab53374 GloSC: fix tutorial overlay height 2017-11-12 07:25:35 +01:00
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
8c8f7e5221 Tell the user to have at least one non-Steam shortcut 2017-11-12 02:32:40 +01:00
Peter Repukat
2ca1e8ab3d Change UWP progress wording 2017-11-12 02:29:30 +01:00
Peter Repukat
872589826e Add progress dialog when scanning UWP apps 2017-11-12 02:29:02 +01:00
Peter Repukat
7cff788b87 Fix show_overlay function
actually hide the overlay window
2017-11-12 02:08:16 +01:00
Peter Repukat
39761fe37d Constraint wndow with in code not in editor 2017-11-12 02:04:24 +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
70c1a7917d restrict framerate if overlay isn't shown 2017-11-12 01:46:52 +01:00
Peter Repukat
4caaa3f1bc Cleanup 2017-11-12 01:03:14 +01:00
Peter Repukat
e68bf9835d Merge remote-tracking branch 'origin/master' 2017-11-11 17:39:10 +01:00
Peter Repukat
be91e43291 Remove Focus switch trickery
Doesn't work anymore
2017-11-11 17:39:04 +01:00
Peter Repukat
7c1bcd671a Update Readme.md 2017-10-14 20:13:47 +02:00
Peter Repukat
8504ba02c9 Update Readme.md 2017-09-29 22:06:57 +02:00
Peter Repukat
d7ebf12afd Update Version 2017-09-29 21:49:02 +02:00
Peter Repukat
de7abe7e9f Update installer script / Appveyor config 2017-09-29 21:47:54 +02:00
Peter Repukat
8960bd99b0 SteamTarget: Link against Win7 compatible XInput 2017-09-29 21:45:06 +02:00
Peter Repukat
ff4a157454 Fix hook function 2017-09-29 20:12:58 +02:00
Peter Repukat
125d1616d5 Update ViGEm 2017-09-29 19:52:20 +02:00
Peter Repukat
38ba58ffa9 EnforceBindings: Generalized hooking function
Now I shouldn't have to patch GloSC as often...

 * In the function we want to hook the appID of the Chord bindings get referenced,
  it takes 3 arguments (we can get that from the function prolog)
  and it is the only one that does both. (in steamclient.dll)
  
  We search for the constant appID of SteamChard bindings
  move a bit upward and search for the correct function prolog

The function-prolog of the hooked function, get replaced with a jump to our hook
Our hook, then executed the missing function prolog,
patches the second function argument on the stack
and jumps back to let Steam do the rest for us :)
2017-09-24 23:20:43 +02:00
Peter Repukat
e77529137d Include new hook for newer Steam versions 2017-09-24 19:40:04 +02:00
Peter Repukat
e07a443205 Update ViGEm
Update to v1.11.1.0
2017-08-28 16:41:10 +02:00
Peter Repukat
55ff0e9fd4 Fix EnforceBinding.dll for newer Steam betas... 2017-07-17 21:35:18 +02:00
Peter Repukat
aa74d92047 Update Readme 2017-07-03 02:43:03 +02:00
Peter Repukat
5164bcd67d Fix installscript 2017-07-03 02:42:57 +02:00
Peter Repukat
6c02c0ef3f Force (Re-) add sfml dlls 2017-07-03 02:38:13 +02:00