[Gtkradiant] [Bug 630] Please raise the camera speedlimit

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Wed, 13 Nov 2002 07:19:45 -0600


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=630

ttimo@idsoftware.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From ttimo@idsoftware.com  2002-11-13 07:19 -------
with AngleSpeed of 150 you make a full turn in about 4-5 mouse ticks. Is that
really what you are using?

setting AngleSpeed max at 180
MoveSpeed max at 300

in void PrefsDlg::PostModal (int code)
    m_nAngleSpeed = (int)((float)m_nMoveSpeed * 0.50);
WTF is that? (looks like an extremely old thing, courtesy of Leo in the initial
code)

removed it so the AngleSpeed doesn't get clobbered anymore
FYI I run with an AngleSpeed of 10