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

38 Commits

Author SHA1 Message Date
Peter Repukat
b7a533ea42 Launch the gamelauncher in glosc config app, just to be safe 2016-11-28 11:03:57 +01:00
Peter Repukat
60cd81dbf1 don't patch any instructions if address is not found
also fix some typos in comments + add a bit more + fix function signature
2016-11-28 10:57:47 +01:00
Peter Repukat
e6031186f3 don't force enable setting to hook steam everytime config app gets launched 2016-11-27 16:59:19 +01:00
Peter Repukat
4d2c8a544a fix function signature / cleanup 2016-11-27 16:46:41 +01:00
Peter Repukat
56edf5bad4 fix dll injection / ejection not working:
fixed injection not working when dll-path has spaces
fixed ejection not working by running gameluancher as admin
2016-11-27 16:46:19 +01:00
Peter Repukat
3dbd4de39a fix: SteamTarget not beeing updated 2016-11-26 23:12:31 +01:00
Peter Repukat
c7e0d37b48 don't allow shortcuts to be added to steam if there aren't any 2016-11-26 22:58:02 +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
616486fd7d Update Readme.md 2016-11-22 02:29:57 +01:00
Peter Repukat
0e06ad9ee6 add ViGEm license 2016-11-21 21:26:34 +01:00
Peter Repukat
957d9f3acd force add dependency libs and dlls 2016-11-21 21:21:55 +01:00
Peter Repukat
da594f6d8d Update Readme.md 2016-11-21 20:23:21 +01:00
Peter Repukat
6ba2684e0c Update Readme.md 2016-11-21 20:20:46 +01:00
Peter Repukat
2ad5d94ead Update Readme.md 2016-11-20 09:39:31 +01:00
Peter Repukat
a90d1f2802 Add x86 (32bit) support 2016-11-20 09:19:58 +01:00
Peter Repukat
85dac92d19 update Readme.md 2016-11-20 01:10:57 +01:00
Peter Repukat
4dee459b1e ability to export non existing shortcuts to steam 2016-11-20 00:57:55 +01:00
Peter Repukat
d41d063610 update Readme.md 2016-11-19 08:25:14 +01:00
Peter Repukat
fd46fff1f7 remove TargetUserWindow from project files 2016-11-19 08:25:03 +01:00
Peter Repukat
1008207b03 change select dialog font to a monospace one 2016-11-19 08:00:27 +01:00
Peter Repukat
4c4ab59f24 Detect more names of UWP-Apps (where possible) 2016-11-19 07:59:56 +01:00
Peter Repukat
cad9b542d5 fix: commit d9fdb3f 2016-11-19 07:59:24 +01:00
Peter Repukat
d9fdb3f929 completely kick TargetUserWindow 2016-11-19 06:35:52 +01:00
Peter Repukat
fa4a6a439d setting to close GloSC-SteamTarget when launched game closes 2016-11-19 06:30:48 +01:00
Peter Repukat
6eda0595e3 make sure we stay in game bindings
also removed the userwindow and always show the console (for now?)
2016-11-19 04:41:04 +01:00
Peter Repukat
6cf0397902 remove testing code 2016-11-19 02:29:21 +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
524cde67cc fix: file copying in release builds 2016-11-18 04:29:45 +01:00
Peter Repukat
bc987effa0 add example ini 2016-11-18 02:46:44 +01:00
Peter Repukat
7c77129a06 Add program icons 2016-11-18 02:46:31 +01:00
Peter Repukat
5130672caf fix: readme 2016-11-18 02:18:00 +01:00
Peter Repukat
4d887efb0b add initial readme 2016-11-18 02:11:50 +01:00
Peter Repukat
4ac2a8803b Add full license 2016-11-18 02:11:35 +01:00
Peter Repukat
38cf868d56 add license 2016-11-18 01:40:14 +01:00
Peter Repukat
24e49fda7b remove Qt GeneratedFiles 2016-11-18 01:26:08 +01:00
Peter Repukat
98603a3068 initial GloSC implementation 2016-11-18 01:22:07 +01:00
Peter Repukat
46281174d9 Projektdateien hinzufügen. 2016-11-16 14:31:35 +01:00
Peter Repukat
20c3efcb77 GITIGNORE und GITATTRIBUTES hinzufügen. 2016-11-16 14:31:33 +01:00