1
0
mirror of synced 2024-11-14 18:38:05 +01:00
Commit Graph

282 Commits

Author SHA1 Message Date
Aaron M
d513e4e606 Revert "Removed stop previous effect if not completed"
This reverts commit 268d215366.
2019-10-28 18:07:42 +13:00
Aaron M
268d215366 Removed stop previous effect if not completed
Makes my wheel un-usuable with Constant Effect. Wheel just hums very loudly instead while trying to perform new effects etc
2019-10-28 18:00:52 +13:00
pinkimo
5e63272d19 Fix 2019-10-28 00:34:44 +01:00
pinkimo
bb8f282f2b Fix on gear change effect for WMMT5 2019-10-28 00:31:44 +01:00
pinkimo
388b54ed20 Added gear change and wheel spin FFB effects and various cheats to WMMT5 2019-10-28 00:09:17 +01:00
pinkimo
66bd2437c7 Fixed FeedbackLength default values 2019-10-27 23:59:38 +01:00
pinkimo
d8175b8417 Fix on MKDX FFB 2019-10-27 23:59:38 +01:00
Aaron M
d62371543e Auto skip errors on road fighters 2019-10-28 09:36:46 +13:00
Aaron M
eeecf479e1 Added steering write to Road Fighters after error hack
Axis doesn't write values until someone moves axis so this stops it flying to left on startup if they havent moved axis
2019-10-28 09:22:09 +13:00
Aaron M
1e91209ed6 fixed dpad in Road Fighters 3D
would cause big issues with input
2019-10-27 21:47:02 +13:00
Aaron M
b823ab75fb updated changelog 2019-10-27 21:16:32 +13:00
Aaron M
6a25aad9b7 Changed HOTD4,LGI & LGI3D to use feedback length 2019-10-27 20:48:24 +13:00
Aaron M
a4b6c582df Updated HOTD4 more 2019-10-27 20:21:57 +13:00
Aaron M
b0ecd4333a Modified Button Rumble plugin to work better 2019-10-27 15:12:15 +13:00
Aaron M
af1b58e275 update gitignore 2019-10-27 15:04:35 +13:00
Aaron M
264bba26fb Modified HOTD4 & Updated ToolSet 2019-10-27 15:03:02 +13:00
Aaron M
f6ea9454c6 cleaned it 2019-10-27 13:35:45 +13:00
Aaron M
3628335bbd Special K disables rumble no more 2019-10-27 13:33:32 +13:00
Aaron M
9e75d1fef2 HOTD4 fixed now 2019-10-27 11:43:00 +13:00
Aaron M
36484ce628 reverse as didn't fix actually lol 2019-10-27 11:07:49 +13:00
Aaron M
1bc7f060ec Added HOTD4 ini and fixed issue where HOTD4 was lagging 2019-10-27 10:51:33 +13:00
Aaron M
f537531c7f Added HOTD4
Disabled for now as it has some serious lag for some reason
2019-10-27 09:57:33 +13:00
Aaron M
0bb0fb1656 Modified Road Fighters Cabinet ID Choices 2019-10-26 20:21:39 +13:00
Aaron M
3ec29ec328 Added cabinet id code for Road Fighters
No longer need hex edited files etc, simply select ID and game will load it for network play
2019-10-26 20:13:28 +13:00
Aaron M
23b0f3170b Daytona 3 menu movement changes 2019-10-26 18:49:14 +13:00
Aaron M
1929c2975f moved special K error etc to DLLMain to load faster 2019-10-26 16:13:40 +13:00
Aaron M
67cf0be74a updated readme changelog 2019-10-26 16:10:37 +13:00
Aaron M
f3f892c4c0 include license 2019-10-26 16:02:43 +13:00
Aaron M
64bdf508ed Create git ignore
To ignore vs, packages, release win32 and release 64 and debug x64 folders etc
2019-10-26 15:59:19 +13:00
Aaron M
f71842e619 Modified Sleep for Lindbergh Games
Only Sleep when Lindbergh otherwise
no sleep for games that require fast loading eg Road Fighters 3D
2019-10-26 15:52:13 +13:00
Aaron M
d8a3920af9 Cleaned up some stuff
Removed seperate cpp files etc for 32bit and 64bit for Mame & Button Rumble
2019-10-26 15:46:16 +13:00
Aaron M
a71698aa82 fixed LGI & LGI3D to rumble always 2019-10-25 17:19:37 +13:00
Aaron M
b3131300a0 Modified WMMT5 to add messagebox error
If using special K with rumble disabled as keep getting users with issues and this is a constant problem
2019-10-18 19:33:18 +13:00
pinkimo
afe2d027fd Fixes (Lindbergh games crash without the sleep) 2019-10-15 01:54:57 +02:00
Aaron M
485f201e2f updated changelog 2019-10-11 18:13:18 +13:00
Aaron M
65c6a7b462 . 2019-10-11 17:56:53 +13:00
Aaron M
be96e55de8 remove .vs
my bad
2019-10-11 17:55:05 +13:00
Aaron M
04411d77f9 remove random includes folder
wtf
2019-10-11 17:38:39 +13:00
Aaron M
6e9aab4634 rename FFBPlugin.txt to FFBPluginReadme.txt
cos people never know its a readme lol
2019-10-11 17:22:28 +13:00
pinkimo
96c905bbcf Typo 2019-10-09 00:49:59 +02:00
Aaron M
81720a75f4 revert sleeps
Bad Boom!
2019-10-07 21:41:47 +13:00
Aaron M
0a45b35859 Changed MKGP a bit
Fixed coin rumble too as noticed it wasnt working
2019-10-07 18:47:24 +13:00
pinkimo
7ef678d783 Clean up constant force related code 2019-10-06 22:32:24 +02:00
pinkimo
6b4825e2f9 Fix sine and constant effects 2019-10-06 22:23:51 +02:00
Aaron M
27635a710d Removed unnecssary code for cleanup
Removing Sleep when launching game COULD cause issues, test before release version on a few games
2019-10-05 14:15:44 +13:00
Aaron M
e10bc8c048 Revert the revert 2019-10-05 12:09:06 +13:00
Aaron M
313913cb38 revert code 2019-10-05 10:48:41 +13:00
Aaron M
b67c563ec1 Clean up constant force and match pinkimo's changes
Properly best to do this for all forces, easier to follow then
2019-10-04 22:48:15 +13:00
Aaron M
22ddf1177d updated changelog 2019-10-04 18:59:58 +13:00
Aaron M
bbaf455850 Updated Readme to remove SDL22 references etc 2019-10-03 16:52:06 +13:00