5 Commits

Author SHA1 Message Date
box-tortoise
93b62cab5f Patch: fix win32 mouse input latency in SDL 1.2hg
After the release of SDL 1.2.13, a commit for their bug# 611 was applied to enhance ioquake3 mouse input in Windows, particularly to enable dinput in an opengl application and for reliability of mouse input under the windib driver. For example (from their commit): "Googling for this indicates that often this is known to result in "spurious" and/or "missing" mouse movement events...". It also added a dependency on dinput7.

The attached patch reverts the above commit and it applies to a recent version of SDL 1.2hg (tested in mingw32 and Vista). This restores the mouse input latency to that of SDL 1.2.13 and fixes specific mouse cursor stuttering issues (limited testing of windib and directx under output=surface and =opengl in games such as SC2000, FS 5.1, and UT99/3dfx). It also fixes other minor mouse issues, such as the major loss of mouse movement events while the 3dfx emulation is active in the opengl or software rasterizer path. The previous workarounds
2016-10-25 22:36:14 -04:00
box-tortoise
76747922f7 Patch for alternate OPL3 emulation by khokh2001 2016-08-04 23:31:15 -04:00
Jonathan Campbell
a0eac2eb17 new patch, to integrate later. 2016-03-01 15:13:44 -08:00
Jonathan Campbell
edeb689c41 update status. LFN not applied, but we're getting closer to the issue.
It seems to be an issue with case sensitivity in filenames on Linux and
opening files with the LFN code.
2015-08-30 09:36:37 -07:00
Jonathan Campbell
f5b8a10a0c store the LFN patch for integration. it's going to take some work, but
I'll do it.
2015-08-30 01:22:29 -07:00