2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-05 06:00:55 +00:00
Commit Graph

145 Commits

Author SHA1 Message Date
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
Peter Repukat
f390da3c8a Re-Add (old) ViGEm drivers
stupid git
2017-07-03 02:34:57 +02:00
Peter Repukat
b7ec2f1ea1 Revert "Update ViGEm"
This reverts commit ca128ffe19.

Current version of ViGEm has issues with virtual controller creation
See: https://github.com/nefarius/ViGEm/issues/42
2017-07-03 02:29:48 +02:00
Peter Repukat
a3d816224e Update hooks for Steam beta 2017-07-03 02:28:43 +02:00
Peter Repukat
c15b3b0022 Merge remote-tracking branch 'origin/master' 2017-07-03 01:06:25 +02:00
Peter Repukat
ca128ffe19 Update ViGEm 2017-07-03 01:06:04 +02:00
Peter Repukat
88b7adc25f Merge pull request #17 from castrojo/master
Explicitly mention the input issues with having 4 controllers (#1)
2017-06-17 12:13:59 +02:00
Jorge O. Castro
707d3bcf5b Explicitly mention the input issues with having 4 controllers (#1)
Thought I would make this more explicit! 

Fixes #16.
2017-06-16 12:41:02 -07:00
Peter Repukat
58212846b8 Update Installscript 2017-05-31 18:34:42 +02:00
Peter Repukat
28e5839a1a Update installscript 2017-05-31 18:26:02 +02:00
Peter Repukat
1ce6edc434 Update Installscript 2017-05-31 18:14:55 +02:00
Peter Repukat
403c27e311 Update Installer script 2017-05-31 18:06:19 +02:00
Peter Repukat
25cd7c7d99 Update .gitignore 2017-05-31 17:56:14 +02:00
Peter Repukat
ac03990f61 Add packaging batch 2017-05-31 17:56:04 +02:00
Peter Repukat
009f654f6e Update markdown files 2017-05-31 17:49:48 +02:00
Peter Repukat
4264ed2010 Remove x86 for the time being 2017-05-31 17:38:18 +02:00
Peter Repukat
45ee1bbd23 redist devcon 2017-05-31 17:35:51 +02:00
Peter Repukat
0e60dbe786 Bump version 2017-05-31 17:35:27 +02:00
Peter Repukat
88f484bd51 SteamTarget: Update SFML 2017-05-31 16:23:03 +02:00
Peter Repukat
152836ecd2 Update SFML deps 2017-05-31 16:14:46 +02:00
Peter Repukat
70579dc206 Update ViGEm 2017-05-31 16:13:12 +02:00
Peter Repukat
105287ecd4 EnforceDLL: Add second hook for newer Steam versions 2017-05-31 15:54:58 +02:00
Peter Repukat
e15ff00d62 Fix console not showing in debug builds 2017-05-31 15:17:30 +02:00
Peter Repukat
e18956584a Tabify 2017-05-31 15:07:20 +02:00
Peter Repukat
c3c4804800 Update VS 2017-05-31 15:04:29 +02:00
Peter Repukat
9ebe3896af Fix crash when no config supplied 2017-05-31 15:01:38 +02:00
Peter Repukat
2cc770f41f Fix upgrade to VS 2017 + Qt 5.9 2017-05-31 15:01:18 +02:00
Peter Repukat
a238c06e4c Update appveyor config 2017-05-19 17:08:00 +02:00
Peter Repukat
69341e1bb2 Update Appveyor config 2017-05-19 16:18:25 +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
df89e5837b Fix unhooking 2017-04-19 21:05:05 +02:00
Peter Repukat
3fa349d47a Bump Version 2017-04-19 16:14:43 +02:00
Peter Repukat
9ac6b263ec SteamTarget: Increase process priority
This helps input responsiveness in CPU heavy games (like Forza Horizon 3)
2017-04-19 16:07:57 +02:00
Peter Repukat
e89c413b2d SteamTarget: Re-hide console window 2017-04-19 16:07:10 +02:00
Peter Repukat
f2eb3662f3 Const correctness 2017-04-19 15:38:30 +02:00
Peter Repukat
d2a1dd2a05 Merge pull request #10 from rockmacaca/master
Support target command line arguments and simplify target configuration storage
2017-04-19 15:34:57 +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
Kyle Herock
0e4f9545e7 Fix crash when CloseWhenDone is enabled
The renderer thread is automatically closed in the SteamTargetRenderer destructor, so just stop the loop and let the program die
2017-04-19 02:06:04 -04:00
Peter Repukat
d454234a91 Update Readme.md 2017-04-13 18:15:04 +02:00
Peter Repukat
53e0f6eb39 Fix appveyor artifact zipping and github deployment 2017-04-13 18:10:29 +02:00
Peter Repukat
a93086bb57 Fix Appveyor config 2017-04-13 16:19:32 +02:00
Peter Repukat
5d8e02319b Merge pull request #8 from Tzrlk/master
Adding Appveyor continuous integration config
2017-04-13 15:55:50 +02:00
Peter Repukat
9fff72cc65 Add assemblyinformation 2017-04-13 15:52:09 +02:00