Quake-2

Quake 2 GPL Source Release
Log | Files | Refs

notes.txt (634B)


      1 f1
      2 
      3 not calling back to set vid size after sw_mode change?
      4 
      5 do vid_xpos / ypos creep because of frames?
      6 
      7 fix fullscreen fallback bug
      8 
      9 nsping
     10 
     11 icon
     12 
     13 don't make sys_error varargs
     14 
     15 cvar_stvalue in ref????
     16 
     17 subframe event timing information
     18 
     19 swimp init / swimp_initgraphics?
     20 
     21 SWimp_SetMode shouldn't call
     22 	R_GammaCorrectAndSetPalette( ( const unsigned char * ) d_8to24table );
     23 
     24 subclass window instead of view?
     25 
     26 /*
     27 ** SWimp_SetPalette
     28 **
     29 ** System specific palette setting routine.  A NULL palette means
     30 ** to use the existing palette.  The palette is expected to be in
     31 ** a padded 4-byte xRGB format.
     32 */
     33 
     34 do we ever pass a NULL palette?