quakeforge/nq/source
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
..
.gdbinit better progs access error checking and cleanups resulting from it. Fixes 2001-03-27 03:57:17 +00:00
.indent.pro sw32. Flee in terror. This'll break compilation for everything until -sdl32 compiles. sw32 wont work for a while either, so don't get overly excited yet. 2001-08-25 02:47:11 +00:00
Makefile.am Start working on creating the render plugins. 2012-04-11 14:58:53 +09:00
cl_cam.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_cmd.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_demo.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_ents.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_input.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_main.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_parse.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_screen.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_tent.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
cl_view.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
game.c Fix registered game detection. 2011-09-11 15:40:36 +09:00
host.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
host_cmd.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sbar.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sdl_link.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_cl_phys.c Make simple gravity acceleration framerate independent. 2012-04-28 14:54:58 +09:00
sv_cvar.c re-arrange things so __attribute__ and __builtin_expect are properly 2003-01-15 15:31:36 +00:00
sv_ded.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_main.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_move.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_phys.c Fix the infinite think loop when playing honey. 2012-05-20 22:45:30 +09:00
sv_pr_cmds.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_progs.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sv_user.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sys_sdl.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sys_unix.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sys_unixd.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sys_win.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sys_wind.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
world.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00