quakeforge/libs/video/renderer
Bill Currie e167300a84 Fix a segfault in the sw32 renderer on entering e1m7
While this particular tigger of the real bug was caused by 659d95221e
(hopefully fix both the "get stuck waiting for 3d" bug and the null
worldmode bug.), the real bug was lurking in the code since the dawn of
time (from sw32's perspective). This fix is as per LordHavoc's suggestion
(heh, despite the years, he knows his code), but I spent the time hunting
down the trigger to understand just what was going on.

It turns out that (0,0,0) is too close to a wall (probably on, but the
slight default offset is too close) and the above commit changed the first
rendered frame to be before the player origin was set rather than after.
This fix feels correct to me because noclipping around with the sw32
renderer would probably hit the same bug with a bit of bad luck. Thus
ensure the index resulting from zi never exceeds 65535.
2012-04-24 22:02:20 +09:00
..
gl Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
glsl Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sw Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
sw32 Fix a segfault in the sw32 renderer on entering e1m7 2012-04-24 22:02:20 +09:00
crosshair.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
Makefile.am Fix building libQFrenderer as a helper library. 2012-04-12 17:16:40 +09:00
noisetextures.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_alias.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_bsp.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_cvar.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_dyn_textures.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_efrag.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_ent.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_graph.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_init.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_light.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_main.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_part.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_progs.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
r_screen.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
vid_common.c Ensure code paths stay within the one renderer. 2012-04-11 22:45:23 +09:00
vid_render_gl.c Connect up palette setting for gl and glsl. 2012-04-12 13:57:05 +09:00
vid_render_glsl.c Connect up palette setting for gl and glsl. 2012-04-12 13:57:05 +09:00
vid_render_sw.c Ensure code paths stay within the one renderer. 2012-04-11 22:45:23 +09:00
vid_render_sw32.c Ensure code paths stay within the one renderer. 2012-04-11 22:45:23 +09:00