Difference for main/inferno.c from version 1.10 to 1.11


version 1.10 version 1.11
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.11  1999/09/30 01:46:35  donut
    * added -gl_mipmap and -gl_simple, and documented them
    *
  * Revision 1.10  1999/09/21 00:12:14  sekmu   * Revision 1.10  1999/09/21 00:12:14  sekmu
  * remove -cockpit 4 option   * remove -cockpit 4 option
  *   *
Line 954
 
Line 957
 #endif  #endif
 #ifdef GR_SUPPORTS_FULLSCREEN_TOGGLE   #ifdef GR_SUPPORTS_FULLSCREEN_TOGGLE
         printf( "  -fullscreen     %s\n", "Use fullscreen mode if available");          printf( "  -fullscreen     %s\n", "Use fullscreen mode if available");
   #endif
   #ifdef OGL
    printf( "  -gl_texmaxfilt <f> %s\n","set GL_TEXTURE_MAX_FILTER (see readme.d1x)");
    printf( "  -gl_texminfilt <f> %s\n","set GL_TEXTURE_MIN_FILTER (see readme.d1x)");
    printf( "  -gl_mipmap      %s\n","set gl texture filters to \"standard\" options for mipmapping");
    printf( "  -gl_simple      %s\n","set gl texture filters to gl_nearest for \"original\" look. (default)");
 #endif  #endif
 #ifdef SDL_VIDEO  #ifdef SDL_VIDEO
         printf( "  -nosdlvidmodecheck %s\n", "Some X servers don't like checking vidmode first, so just switch");          printf( "  -nosdlvidmodecheck %s\n", "Some X servers don't like checking vidmode first, so just switch");

Legend:
line(s) removed in v.1.10 
line(s) changed
 line(s) added in v.1.11