notes.txt 634 B

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