Modified Files:
Translations/strings-default.xml options.xml: Olaf Flebbe: Improoved texture filtering.
This commit is contained in:
parent
4058cd1a37
commit
e1e6ca65c7
2 changed files with 7 additions and 0 deletions
|
@ -202,6 +202,7 @@
|
|||
<enable-skyblend-desc>Enable sky blending</enable-skyblend-desc>
|
||||
<disable-textures-desc>Disable textures</disable-textures-desc>
|
||||
<enable-textures-desc>Enable textures</enable-textures-desc>
|
||||
<texture-filtering-desc>Anisotropic Texture Filtering: values should be 1 (default),2,4,8 or 16</texture-filtering-desc>
|
||||
<disable-wireframe-desc>Disable wireframe drawing mode</disable-wireframe-desc>
|
||||
<enable-wireframe-desc>Enable wireframe drawing mode</enable-wireframe-desc>
|
||||
<geometry-desc>Specify window geometry (640x480, etc)</geometry-desc>
|
||||
|
|
|
@ -403,6 +403,12 @@
|
|||
<description>strings/enable-textures-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>texture-filtering</name>
|
||||
<arg>value</arg>
|
||||
<description>strings/texture-filtering-desc</description>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<name>disable-wireframe</name>
|
||||
<description>strings/disable-wireframe-desc</description>
|
||||
|
|
Loading…
Reference in a new issue