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


version 1.31 version 1.32
Line 18
 
Line 18
  * main() for Inferno     * main() for Inferno 
  *   *
  * $Log$   * $Log$
    * Revision 1.32  2002/04/22 20:15:35  donut
    * add anisotropic texture filtering support
    *
  * Revision 1.31  2002/04/01 01:58:17  donut   * Revision 1.31  2002/04/01 01:58:17  donut
  * add -gl_trilinear OGL command line option   * add -gl_trilinear OGL command line option
  *   *
Line 1061
 
Line 1064
         printf( "  -gl_mipmap      %s\n","set gl texture filters to \"standard\" (bilinear) 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_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_anisotropy <f> %s\n","set maximum degree of anisotropy to <f>");
         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");
         printf( "  -gl_voodoo      %s\n","force fullscreen mode only");          printf( "  -gl_voodoo      %s\n","force fullscreen mode only");

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