1
0
mirror of synced 2024-11-15 02:47:41 +01:00
Commit Graph

61 Commits

Author SHA1 Message Date
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
Aaron M
c9ae5f318a Updated Changelog 2019-10-03 16:45:05 +13:00
Aaron M
a958c5df7b Updated SDL2 from 2.0.5 to 2.0.9 to match Teknoparrot 2019-10-03 16:39:28 +13:00
Aaron M
e67eb3862a DisableRumble by default & updated FFBPlugin.txt 2019-10-02 23:42:42 +13:00
Boomslangnz
0d7f31cdda
Merge pull request #2 from Boomslangnz/fix-fanatec-duplicate-controller-issue
Fix Fanatec duplicate controller issue
2019-10-01 10:42:25 +13:00
Reaver
ba8cb00192
Merge pull request #3 from Boomslangnz/fix-wmmt5-ffb
Fix WMMT5 FFB
2019-10-01 00:39:30 +03:00
pinkimo
05d112802e Fix rumble 2019-09-30 01:43:53 +02:00
pinkimo
6d3576d099 Fixes 2019-09-29 22:42:57 +02:00
pinkimo
71dba728b8 Improve WMMT5 FFB + fix sine effect globally 2019-09-29 18:01:35 +02:00
pinkimo
5659e6281e Add support for alternative FFB to sine and triangle effects
Fix constant effect alternative FFB
2019-09-28 02:37:29 +02:00
Aaron M
53e0ca7786 Added sleep to threads
my bad
2019-09-28 11:30:52 +12:00
Aaron M
d5cc6fe642 cleanup some code 2019-09-28 08:37:01 +12:00
Aaron M
b0fa1e290b Replace code for ShowAxis/Buttons 2019-09-28 08:23:02 +12:00
pinkimo
51e6cd2690 Fine tune FFB and rumble 2019-09-26 02:16:37 +02:00
pinkimo
bdf1cb2fb9 Fix Fanatec duplicate controller issue 2019-09-25 18:52:18 +02:00
pinkimo
19243c1bad Fine tuning 2019-09-24 00:45:35 +02:00
pinkimo
ad402e7a9a Fix 2019-09-23 19:41:56 +02:00
pinkimo
983735a7fb Fix 2019-09-23 19:37:15 +02:00
pinkimo
a35d6e880c Fix 2019-09-23 19:19:44 +02:00
pinkimo
d04e44a29d Fix WMMT5 FFB
Fix friction effect
2019-09-23 19:15:12 +02:00
Boomslangnz
b18dc40c5a
Update README.md 2019-09-14 13:26:02 +12:00
Aaron M
3e5b3a461b Merge branch 'master' of https://github.com/Boomslangnz/FFBArcadePlugin 2019-09-14 13:13:26 +12:00