]> icculus.org git repositories - divverent/darkplaces.git/commit
bmodel rotation physics now work
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 9 Dec 2000 18:04:45 +0000 (18:04 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 9 Dec 2000 18:04:45 +0000 (18:04 +0000)
commit9ba80c169d244d56e90f437c512f827953cc1208
tree4e2c625cc8d20ff4af4825d7c3f8e9c810857848
parent1ccfccbc675a0ad179ab39bff6a021d14695af40
bmodel rotation physics now work
new vid_glx.c (contributed by zinx)
removed DPNEHAHRA engine titling
fixed some lighthalf, fog, and sky related bugs
removed some 3D card hacks
merged GL_Init code for all targets (note: vid_glx.c and vid_3dfxsvga.c may be broken)
split sprite code out in gl_sprites.c
rearranged palette management code
removed all traces of 8bit upload support for now (may be added back)
halved memory usage (although this prevents renderer restarting for the moment)
implemented r_texturestats command
removed old texture upload code
rewrote use of host_parms
rewrote some code relating to host_basepal
bigendian support in pcx loading
changed external texture character equivilant for * from + to # to avoid conflicts with animating textures
removed cruft here and there
force all textures to lowercase to mask potentially silly wad lump names in maps
new crosshairs
more stuff is extern in includes
some general cleanup of the MOVETYPE_PUSH code
rewrote portions of vid_wgl.c
V_UpdatePalette renamed to V_UpdateBlends
removed starting dialog code in wgl
made SV_RecursiveHullCheck accessable in world.h

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@119 d7cf8633-e32d-0410-b094-e92efae38249
44 files changed:
chase.c
cl_main.c
cl_parse.c
client.h
gl_draw.c
gl_models.c
gl_poly.c
gl_poly.h
gl_rmain.c
gl_rmisc.c
gl_rsurf.c
gl_screen.c
gl_textures.c
gl_warp.c
glquake.h
host.c
image.c
in_win.c
model_alias.c
model_brush.c
model_sprite.c
palette.c [new file with mode: 0644]
palette.h [new file with mode: 0644]
quakedef.h
r_crosshairs.c
r_light.c
r_part.c
r_sprites.c [new file with mode: 0644]
render.h
sv_main.c
sv_phys.c
sys_linux.c
sys_win.c
sys_wind.c
vid.h
vid_3dfxsvga.c
vid_glx.c
vid_shared.c
vid_wgl.c
view.c
view.h
winquake.h
world.c
world.h