Difference for main/inferno.c from version 1.30 to 1.31


version 1.30 version 1.31
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.31  2002/04/01 01:58:17  donut
    * add -gl_trilinear OGL command line option
    *
  * Revision 1.30  2002/04/01 01:42:11  donut   * Revision 1.30  2002/04/01 01:42:11  donut
  * restore inferno.c initialization of screen_compatible and use_double_buffer to 'normal' values, broken long long ago in one of the high res menu patches   * restore inferno.c initialization of screen_compatible and use_double_buffer to 'normal' values, broken long long ago in one of the high res menu patches
  *   *
Line 1055
 
Line 1058
 #ifdef OGL  #ifdef OGL
         printf( "  -gl_texmaxfilt <f> %s\n","set GL_TEXTURE_MAX_FILTER (see readme.d1x)");          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_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\" (bilinear) mipmapping");
           printf( "  -gl_trilinear   %s\n","set gl texture filters to trilinear 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, usually uses less ram (default)");          printf( "  -gl_alttexmerge %s\n","use new texmerge, usually uses less ram (default)");
         printf( "  -gl_stdtexmerge %s\n","use old texmerge, uses more ram, but _might_ be a bit faster");          printf( "  -gl_stdtexmerge %s\n","use old texmerge, uses more ram, but _might_ be a bit faster");

Legend:
line(s) removed in v.1.30 
line(s) changed
 line(s) added in v.1.31