Tremulous Forum

General => Troubleshooting => Topic started by: Kiwi on October 23, 2010, 12:59:11 pm

Title: Mac mouse sensativty and window mode acceleration
Post by: Kiwi on October 23, 2010, 12:59:11 pm
Copied from another thread, but belongs here:

Why are there so many restoring mouse acceleration to: 0.875000 ???


Are you on a mac?  I have the same problem?


Yes I am!:)


Hm, I see.  So every time, while in windowed mode, you toggle the console that message appears?  And also does your sensitivity have to be set higher than when on a normal computer (35 win/lin -> 75 mac)?  These are the problems I have, easily work-around-able, but annoying non the less.


Thanks for any help/insight you can provide on this annoying message spam.
Title: Re: Mac mouse sensativty and window mode acceleration
Post by: OhaiReapd on October 23, 2010, 06:04:21 pm
I use 30 sense.... I feel that it is normal. But yea, it shouldn't have to be that high. And I don't mind the mouse accel shit or whatever. I'm used to it.
Title: Re: Mac mouse sensativty and window mode acceleration
Post by: Tamaru on October 23, 2010, 10:22:08 pm
same, i dont mind it.

and i think mine is at 45
Title: Re: Mac mouse sensativty and window mode acceleration
Post by: Kiwi on October 24, 2010, 05:33:27 pm
Any idea what is causing this?  I don't like being spammed every time I press ~..
Title: Re: Mac mouse sensativty and window mode acceleration
Post by: SlackerLinux on October 24, 2010, 11:57:09 pm
http://svn.icculus.org/tremulous/trunk/src/sdl/sdl_input.c?view=markup

in static void IN_ActivateMouse( void ) change
Com_Printf("previous mouse acceleration: %f\n", originalMouseSpeed);
to
Com_DPrintf("previous mouse acceleration: %f\n", originalMouseSpeed);

and in static void IN_DeactivateMouse( void ) change
Com_Printf("restoring mouse acceleration to: %f\n", originalMouseSpeed);
to
Com_DPrintf("restoring mouse acceleration to: %f\n", originalMouseSpeed);

it only affects macs

Title: Re: Mac mouse sensativty and window mode acceleration
Post by: Kiwi on October 26, 2010, 11:29:36 pm
Awesome, thanks!
Title: Re: Mac mouse sensativty and window mode acceleration
Post by: GeneralScott on October 28, 2010, 07:27:20 pm
-dksjlskgasgasdgassasdf-