quakeforge/qw
Bill Currie 01773c7cd3 Fix the infinite think loop when playing honey.
The change to nq SV_RunThink to match that in qw finally bit my bum. I
suspect it's really a bug in the honey progs (using ltime on a non-pusher),
but QF locking up is not very friendly. I want to keep the option of having
a think loop in the same frame for progs that expect it (using
self.nextthink = time), but also NQ's original method of running think
every frame.  Hopefully no progs expect "self.nextthink = time" to run
every frame rather than loop within the current frame.
2012-05-20 22:45:30 +09:00
..
include Make simple gravity acceleration framerate independent. 2012-04-28 14:54:58 +09:00
source Fix the infinite think loop when playing honey. 2012-05-20 22:45:30 +09:00
Makefile.am move the make dist stuff to the top level Makefile.am and get make dist to 2001-04-18 07:18:54 +00:00