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


version 1.11 version 1.12
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.12  1999/10/08 00:57:53  donut
    * documented various ogl and -font command line switches
    *
  * Revision 1.11  1999/09/30 01:46:35  donut   * Revision 1.11  1999/09/30 01:46:35  donut
  * added -gl_mipmap and -gl_simple, and documented them   * added -gl_mipmap and -gl_simple, and documented them
  *   *
Line 948
 
Line 951
         printf( "  -savebans       %s\n", "Automatically save new bans");          printf( "  -savebans       %s\n", "Automatically save new bans");
         printf( "  -pingstats      %s\n", "Show pingstats on hud");          printf( "  -pingstats      %s\n", "Show pingstats on hud");
         printf( "  -fastext        %s\n", "Fast external control");          printf( "  -fastext        %s\n", "Fast external control");
           printf( "  -font<X> <f>    %s\n", "specify font to use for res <X>x* and above");
         printf( "\n\n");          printf( "\n\n");
   
         printf( " System options:\n");          printf( " System options:\n");
Line 963
 
Line 967
  printf( "  -gl_texminfilt <f> %s\n","set GL_TEXTURE_MIN_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_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)");   printf( "  -gl_simple      %s\n","set gl texture filters to gl_nearest for \"original\" look. (default)");
    printf( "  -gl_alttexmerge %s\n","use new texmerge, uses less ram");
    printf( "  -gl_stdtexmerge %s\n","use old texmerge (default)");
    printf( "  -gl_voodoo      %s\n","force fullscreen mode only");
    printf( "  -gl_16bittextures %s\n","attempt to use 16bit textures");
   #ifdef OGL_RUNTIME_LOAD
    printf( "  -gl_library <l> %s\n","use alternate opengl library");
   #endif
 #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.11 
line(s) changed
 line(s) added in v.1.12