mirror of
https://github.com/id-Software/Quake-2.git
synced 2026-03-20 00:49:31 +01:00
The original Quake 2 sources as originally released under the GPL license on December 21, 2001.
This commit is contained in:
34
rhapsody/notes.txt
Normal file
34
rhapsody/notes.txt
Normal file
@@ -0,0 +1,34 @@
|
||||
f1
|
||||
|
||||
not calling back to set vid size after sw_mode change?
|
||||
|
||||
do vid_xpos / ypos creep because of frames?
|
||||
|
||||
fix fullscreen fallback bug
|
||||
|
||||
nsping
|
||||
|
||||
icon
|
||||
|
||||
don't make sys_error varargs
|
||||
|
||||
cvar_stvalue in ref????
|
||||
|
||||
subframe event timing information
|
||||
|
||||
swimp init / swimp_initgraphics?
|
||||
|
||||
SWimp_SetMode shouldn't call
|
||||
R_GammaCorrectAndSetPalette( ( const unsigned char * ) d_8to24table );
|
||||
|
||||
subclass window instead of view?
|
||||
|
||||
/*
|
||||
** SWimp_SetPalette
|
||||
**
|
||||
** System specific palette setting routine. A NULL palette means
|
||||
** to use the existing palette. The palette is expected to be in
|
||||
** a padded 4-byte xRGB format.
|
||||
*/
|
||||
|
||||
do we ever pass a NULL palette?
|
||||
Reference in New Issue
Block a user