Ticket #312 (closed bug: fixed)

Opened 3 years ago

Last modified 5 weeks ago

Quake2 has awfully dodgy mouse input

Reported by: johndrinkwater Owned by: korli
Priority: normal Milestone: R1
Component: - General Version:
Cc: diver Blocked By:
Platform: All Blocking:

Description (last modified by korli) (diff)

Like wading through treacle..

In all seriousness, it feels like a lot of mouse moved events are being trashed. A slight nudge of the mouse, and you can be looking up, or over your shoulder, etc.. whereas at other times, it is smooth and controlled.

Change History

Changed 3 years ago by korli

How can this be tested ?

Changed 3 years ago by johndrinkwater

Sounds like the developers want free Quake2 discs :)

erm, maybe there are some SDL test apps I can find.. otherwise, running Quake2 would be the other bet.

Changed 3 years ago by myob

Quake II isn't SDL, so that might not be the easiest thing to test with ;)

The WAD files for the demo should be extractable from http://www.fileplanet.com/6584/0/fileinfo/Quake-II-Demo-v3.14 , and the R5 binaries are available on BeBits (http://bebits.com/app/1712).

Changed 3 years ago by diver

  • cc diver added

Changed 2 years ago by genki0@…

Mouse input also lags when moving around in the 3dMix mixer interface.

Could this be related?

I commented out the code in BView::GetMouse() that looks for messages in the Looper's message queue, so it instead always gets mouse data from the app_server. This fixed the mouse lag in 3dMix.

this code: /*

if (checkMessageQueue) {

Window()->UpdateIfNeeded();

<cut>

}

*/

Maybe someone with Q2 on haiku could test this and see what happens.

Changed 2 years ago by genki0@…

No, sorry i was wrong. This is a different issue and should be in a new bug.

BTW, it seems the Q2 input issues also affects keyboard.

Changed 19 months ago by korli

  • platform set to All
  • description modified (diff)

R5 binaries seem unavailable on Bebits. Could someone add another download link ? Thanks.

Changed 19 months ago by korli

I tried to run Quake2 but it seems to lock the OS. Is it working for anyone ?

Changed 3 months ago by diver

Could this be fixed with recent stippi mouse fixes?

Changed 5 weeks ago by digitalteufel

I've been testing Quake2 recently and this bug seems to have been fixed.

Changed 5 weeks ago by stippi

  • status changed from new to closed
  • resolution set to fixed

Ok, thanks for testing!

Note: See TracTickets for help on using tickets.