Bill Currie
435c588e37
function header audit.
2001-02-09 02:53:09 +00:00
Ragnvald Maartmann-Moe IV
57f32284dd
Mostly whitespace, typo fixes. Tweak mouse scaling in sdl more inline with other clients.
2001-01-27 02:56:30 +00:00
Bill Currie
aab3c199a2
more skin cleanups
2001-01-17 08:43:26 +00:00
Bill Currie
ccba39666b
#include audit
2000-12-30 02:16:36 +00:00
Jeff Teunissen
bc9518c9a5
whitespace
2000-12-28 09:27:30 +00:00
Jeff Teunissen
54e2a4d9d3
Okay, the big whitespace reformat. There is some silliness (case
...
statements, variable declarations), but all in all it's not bad.
2000-12-08 06:51:37 +00:00
Bill Currie
a4ccdad288
include string.h and or strings.h
2000-10-16 15:34:53 +00:00
Dabb
81c4543138
BC compile fixes. Globals need externs.
2000-09-28 15:01:11 +00:00
Bill Currie
7c12c9b4c7
hopefully fix alias model loading for multiple skins and/or skin groups
2000-09-27 17:01:17 +00:00
Zephaniah E. Hull
68a4e60eaf
Behold, the great state audit, and a few other things.
...
First off, a cleanup in alias model rendering.
Then we have R_CullBox, which is now a inline function.
Then the big one, the state change cleanup, right now GL_BLEND.
2000-09-26 09:03:21 +00:00
Bill Currie
b88799880f
fix alias model loading for when the model has groups. gdbinit added to ease
...
debugging
2000-09-24 02:34:35 +00:00
Zephaniah E. Hull
210ba16069
First off in gl_draw.c we have some nice cleanup code for the upload
...
code.
Then we have the completely purge of treating 'unsigned' as a type, it
is NOT a type, it is a TYPE MODIFIER!
Under gcc for x86 it happens to try and do something sane, just treat it
as a unsigned int, but that is EVIL, it is a MODIFIER and if ANYONE adds
code which uses unsigned as a type in itself I /WILL/ harm them!!!
2000-09-22 09:08:08 +00:00
Bill Currie
b55b0264b5
model loading reorg ala nuq. once again, gl hasn't been tested (will test when
...
I get home tonight). This is in preparation for bmodel fulbrights.
2000-09-20 22:11:17 +00:00