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

23 Commits

Author SHA1 Message Date
Peter Repukat
91ce45bc75 Bump version 2017-11-13 18:12:18 +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
d7ebf12afd Update Version 2017-09-29 21:49:02 +02:00
Peter Repukat
0e60dbe786 Bump version 2017-05-31 17:35:27 +02:00
Peter Repukat
2cc770f41f Fix upgrade to VS 2017 + Qt 5.9 2017-05-31 15:01:18 +02:00
Peter Repukat
16c56ebe64 Update to VS17
QT-5.9 beta and QT visual studio beta addin is needed
2017-05-19 16:09:46 +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
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
9fff72cc65 Add assemblyinformation 2017-04-13 15:52:09 +02:00
Peter Repukat
bd99fc0857 Unify build-dirs 2017-02-27 09:42:54 +01:00
Peter Repukat
69515127b3 Cleanup 2017-01-25 17:14:38 +01:00
Peter Repukat
9983ba974a fix: trying to permanently unhook steam when overlaywindow is not found [2/2] 2016-11-29 20:47:34 +01:00
Peter Repukat
56f9a9a436 fix: trying to permanently unhook steam when overlaywindow is not found 2016-11-29 18:40:47 +01:00
Peter Repukat
c6cfed27d9 lower update interval of GloSC_GameLauncher 2016-11-29 18:31:15 +01:00
Peter Repukat
deccc86441 Add own injector 2016-11-29 18:30:56 +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
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
a90d1f2802 Add x86 (32bit) support 2016-11-20 09:19:58 +01:00
Peter Repukat
fa4a6a439d setting to close GloSC-SteamTarget when launched game closes 2016-11-19 06:30:48 +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