Difference between revisions of "Deprecation"

From FreeSpace Wiki
Jump to: navigation, search
(DirectX & AVI. -alpha_env, -2d_poof & -smart_shields flags.)
m (avi and MPG)
Line 3: Line 3:
 
== Deprecated Features ==
 
== Deprecated Features ==
 
*DirectX API. The game now uses OpenGL.
 
*DirectX API. The game now uses OpenGL.
*AVI format support used through system player. The game has built-in support for original uncompressed MVE format and compressed Theora OGG.
+
*AVI & MPG clip format support, both used through system player. Currently, the game has built-in support for original uncompressed MVE format and compressed Theora OGG.
 
*It is no longer possible to use FreeSpace 1-style nebulae in [[Portal:FRED|FRED2]]. Setting up a nebula that way will crash the mission editor.
 
*It is no longer possible to use FreeSpace 1-style nebulae in [[Portal:FRED|FRED2]]. Setting up a nebula that way will crash the mission editor.
 
*The ''-htl'' flag is no longer necessary ever since FreeSpace Open 3.6(?).
 
*The ''-htl'' flag is no longer necessary ever since FreeSpace Open 3.6(?).

Revision as of 17:19, 6 March 2009

When a feature or function is deprecated, this means that future versions will not support it. Although it may work in current or older versions of the software, the relevant code will not be updated, and it will eventually be deleted outright. Projects that rely on deprecated features or functions should find another way to accomplish the same effect.

Deprecated Features

  • DirectX API. The game now uses OpenGL.
  • AVI & MPG clip format support, both used through system player. Currently, the game has built-in support for original uncompressed MVE format and compressed Theora OGG.
  • It is no longer possible to use FreeSpace 1-style nebulae in FRED2. Setting up a nebula that way will crash the mission editor.
  • The -htl flag is no longer necessary ever since FreeSpace Open 3.6(?).
  • The -jpgtga command line parameter is no longer necessary since FreeSpace Open 3.6.10.
  • The -alpha_env flag is always on.
  • The -2d_poof flag is always on.
  • Smart shield recharging (-smart_shield flag) has been converted into an Ai_profiles.tbl feature. It is no longer controlled through a command flag.

Miscellaneous