Update log header
* Add OpenAL to feature list * Remove spoken messages and mass/fuel pricing, since these are now standard, released features on all platforms.
This commit is contained in:
parent
939f5a2806
commit
c391730ed3
@ -32,6 +32,7 @@ SOFTWARE.
|
||||
#import "Universe.h"
|
||||
#import "OOStellarBody.h"
|
||||
#import "OOJavaScriptEngine.h"
|
||||
#import "OOSound.h"
|
||||
|
||||
|
||||
static NSString *AdditionalLogHeaderInfo(void);
|
||||
@ -99,6 +100,10 @@ void OOPrintLogHeader(void)
|
||||
|
||||
NSArray *featureStrings = [NSArray arrayWithObjects:
|
||||
// User features
|
||||
#if OO_SHADERS
|
||||
@"OpenAL",
|
||||
#endif
|
||||
|
||||
#if OO_SHADERS
|
||||
@"GLSL shaders",
|
||||
#endif
|
||||
@ -107,14 +112,6 @@ void OOPrintLogHeader(void)
|
||||
@"new planets",
|
||||
#endif
|
||||
|
||||
#if OOLITE_MAC_OS_X || defined(HAVE_LIBESPEAK)
|
||||
@"spoken messages",
|
||||
#endif
|
||||
|
||||
#if MASS_DEPENDENT_FUEL_PRICES
|
||||
@"mass/fuel pricing",
|
||||
#endif
|
||||
|
||||
// Debug features
|
||||
#if OO_CHECK_GL_HEAVY
|
||||
@"heavy OpenGL error checking",
|
||||
|
Loading…
x
Reference in New Issue
Block a user