Commit graph

16 commits

Author SHA1 Message Date
Thad Ward
60a1c3b857 corrected a minor issue. 2000-09-25 23:39:47 +00:00
Jeff Teunissen
71b841adeb Cvar audit; These files set cvars improperly, by changing their values
without using Cvar_SetValue ().
2000-09-25 06:36:50 +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
Dabb
0e2bc6adb3 Added VID_SetCaption (title) support for little more portability. 2000-07-14 16:08:23 +00:00
Anton E. Gavrilov
df980b44a1 CVAR_FIXME cleanup 2000-06-09 23:37:39 +00:00
Anton E. Gavrilov
c3cc61bb94 Added K_CAPSLOCK and KP_* keys support for windows targets 2000-05-22 07:59:30 +00:00
Joseph Carter
e9463e2db9 pretty much finishes source/* 2000-05-22 07:46:47 +00:00
Anton E. Gavrilov
778b77c394 CL_ClearStates now generates key up event for each key that is down.
CVAR_FIXME cleanup.
2000-05-22 07:20:00 +00:00
Anton E. Gavrilov
4167d8913c Replace "WinQuake" window header with PROGRAM (---> "QuakeForge") 2000-05-22 04:43:32 +00:00
Marcus Sundberg
126ce0c067 Fixed includes. 2000-05-21 18:40:10 +00:00
Danne
5da01d2b9b Removing extra line - uh 2000-05-21 12:40:05 +00:00
Danne
c0f3a85970 Fixing missing headers for win32 - this one caused nasty crash :-) 2000-05-21 12:39:18 +00:00
Danne
6ed6543fef Header file addons & Q_atoi -> atoi changes for WIN32 2000-05-21 11:28:37 +00:00
Danne
1c81f61d0d Fixups for new header stuff. 2000-05-21 09:59:00 +00:00
Danne
46a2fffe15 sprintf -> snprintf 2000-05-20 08:23:41 +00:00
Marcus Sundberg
e31f9fa9cd Moved vid_win.c -> vid_mgl.c, and fix lots of warnings. 2000-05-20 03:24:57 +00:00
Renamed from source/vid_win.c (Browse further)