43#include <espeak/speak_lib.h>
54#ifndef OO_SCANCLASS_TYPE
55#define OO_SCANCLASS_TYPE
60#define CROSSHAIR_SIZE 32.0
103#define SHADERS_MIN SHADERS_OFF
106#define MAX_MESSAGES 5
108#define PROXIMITY_WARN_DISTANCE 4
109#define PROXIMITY_WARN_DISTANCE2 (PROXIMITY_WARN_DISTANCE * PROXIMITY_WARN_DISTANCE)
110#define PROXIMITY_AVOID_DISTANCE_FACTOR 10.0
111#define SAFE_ADDITION_FACTOR2 800
113#define SUN_SKIM_RADIUS_FACTOR 1.15470053838
114#define SUN_SPARKS_RADIUS_FACTOR 2.0
116#define KEY_TECHLEVEL @"techlevel"
117#define KEY_ECONOMY @"economy"
118#define KEY_ECONOMY_DESC @"economy_description"
119#define KEY_GOVERNMENT @"government"
120#define KEY_GOVERNMENT_DESC @"government_description"
121#define KEY_POPULATION @"population"
122#define KEY_POPULATION_DESC @"population_description"
123#define KEY_PRODUCTIVITY @"productivity"
124#define KEY_RADIUS @"radius"
125#define KEY_NAME @"name"
126#define KEY_INHABITANT @"inhabitant"
127#define KEY_INHABITANTS @"inhabitants"
128#define KEY_DESCRIPTION @"description"
129#define KEY_SHORT_DESCRIPTION @"short_description"
130#define KEY_PLANETNAME @"planet_name"
131#define KEY_SUNNAME @"sun_name"
133#define KEY_CHANCE @"chance"
134#define KEY_PRICE @"price"
135#define KEY_OPTIONAL_EQUIPMENT @"optional_equipment"
136#define KEY_STANDARD_EQUIPMENT @"standard_equipment"
137#define KEY_EQUIPMENT_MISSILES @"missiles"
138#define KEY_EQUIPMENT_FORWARD_WEAPON @"forward_weapon_type"
139#define KEY_EQUIPMENT_AFT_WEAPON @"aft_weapon_type"
140#define KEY_EQUIPMENT_PORT_WEAPON @"port_weapon_type"
141#define KEY_EQUIPMENT_STARBOARD_WEAPON @"starboard_weapon_type"
142#define KEY_EQUIPMENT_EXTRAS @"extras"
143#define KEY_WEAPON_FACINGS @"weapon_facings"
144#define KEY_RENOVATION_MULTIPLIER @"renovation_multiplier"
146#define SHIPYARD_KEY_ID @"id"
147#define SHIPYARD_KEY_SHIPDATA_KEY @"shipdata_key"
148#define SHIPYARD_KEY_SHIP @"ship"
149#define SHIPYARD_KEY_PRICE @"price"
150#define SHIPYARD_KEY_PERSONALITY @"personality"
152#define PASSENGER_BERTH_SPACE 5
154#define PLANETINFO_UNIVERSAL_KEY @"universal"
155#define PLANETINFO_INTERSTELLAR_KEY @"interstellar space"
157#define OOLITE_EXCEPTION_LOOPING @"OoliteLoopingException"
158#define OOLITE_EXCEPTION_DATA_NOT_FOUND @"OoliteDataNotFoundException"
159#define OOLITE_EXCEPTION_FATAL @"OoliteFatalException"
163#define BILLBOARD_DEPTH 75000.0
165#define TIME_ACCELERATION_FACTOR_MIN 0.0625f
166#define TIME_ACCELERATION_FACTOR_DEFAULT 1.0f
167#define TIME_ACCELERATION_FACTOR_MAX 16.0f
169#define DEMO_LIGHT_POSITION 5000.0f, 25000.0f, -10000.0f
171#define MIN_DISTANCE_TO_BUOY 750.0f
172#define MIN_DISTANCE_TO_BUOY2 (MIN_DISTANCE_TO_BUOY * MIN_DISTANCE_TO_BUOY)
176#define SYSTEM_REPOPULATION_INTERVAL 20.0f;
178#ifndef OO_LOCALIZATION_TOOLS
179#define OO_LOCALIZATION_TOOLS 1
182#ifndef MASS_DEPENDENT_FUEL_PRICES
183#define MASS_DEPENDENT_FUEL_PRICES 1
332#if OOLITE_SPEECH_SYNTH
336 const espeak_VOICE **espeak_voices;
337 unsigned int espeak_voice_count;
343 NSMutableArray *_preloadingPlanetMaterials;
382- (void) setBloom: (BOOL)newBloom;
384- (
int) currentPostFX;
385- (void) setCurrentPostFX: (
int) newCurrentPostFX;
386- (void) terminatePostFX:(
int) postFX;
391- (NSUInteger) sessionID;
393- (BOOL) doProcedurallyTexturedPlanets;
394- (void) setDoProcedurallyTexturedPlanets:(BOOL) value;
396- (NSString *) useAddOns;
397- (BOOL) setUseAddOns:(NSString *)newUse fromSaveGame: (BOOL)saveGame;
398- (BOOL) setUseAddOns:(NSString *) newUse fromSaveGame:(BOOL) saveGame forceReinit:(BOOL)force;
400- (void) setUpSettings;
402- (BOOL) reinitAndShowDemo:(BOOL)showDemo;
404- (BOOL) doingStartUp;
406- (NSUInteger) entityCount;
408- (void) debugDumpEntities;
409- (NSArray *) entityList;
415- (void) setUpUniverseFromStation;
416- (void) setUpUniverseFromWitchspace;
417- (void) setUpUniverseFromMisjump;
418- (void) setUpWitchspace;
421- (void) populateNormalSpace;
422- (void) clearSystemPopulator;
423- (BOOL) deterministicPopulation;
424- (void) populateSystemFromDictionariesWithSun:(
OOSunEntity *)sun andPlanet:(OOPlanetEntity *)planet;
425- (NSDictionary *) getPopulatorSettings;
426- (void) setPopulatorSetting:(NSString *)key to:(NSDictionary *)setting;
427- (HPVector) locationByCode:(NSString *)code withSun:(
OOSunEntity *)sun andPlanet:(OOPlanetEntity *)planet;
428- (void) setAmbientLightLevel:(
float)newValue;
429- (float) ambientLightLevel;
431- (void) forceLightSwitch;
432- (void) setMainLightPosition: (Vector) sunPos;
433- (OOPlanetEntity *) setUpPlanet;
435- (void) makeSunSkimmer:(
ShipEntity *) ship andSetAI:(BOOL)setAI;
436- (void) addShipWithRole:(NSString *) desc nearRouteOneAt:(
double) route_fraction;
437- (HPVector) coordinatesForPosition:(HPVector) pos withCoordinateSystem:(NSString *) system returningScalar:(GLfloat*) my_scalar;
438- (NSString *) expressPosition:(HPVector) pos inCoordinateSystem:(NSString *) system;
439- (HPVector) legacyPositionFrom:(HPVector) pos asCoordinateSystem:(NSString *) system;
440- (HPVector) coordinatesFromCoordinateSystemString:(NSString *) system_x_y_z;
441- (BOOL) addShipWithRole:(NSString *) desc nearPosition:(HPVector) pos withCoordinateSystem:(NSString *) system;
442- (BOOL) addShips:(
int) howMany withRole:(NSString *) desc atPosition:(HPVector) pos withCoordinateSystem:(NSString *) system;
443- (BOOL) addShips:(
int) howMany withRole:(NSString *) desc nearPosition:(HPVector) pos withCoordinateSystem:(NSString *) system;
444- (BOOL) addShips:(
int) howMany withRole:(NSString *) desc nearPosition:(HPVector) pos withCoordinateSystem:(NSString *) system withinRadius:(GLfloat) radius;
445- (BOOL) addShips:(
int) howMany withRole:(NSString *) desc intoBoundingBox:(BoundingBox) bbox;
446- (BOOL) spawnShip:(NSString *) shipdesc;
447- (void) witchspaceShipWithPrimaryRole:(NSString *)role;
451- (
ShipEntity *) addShipAt:(HPVector)pos withRole:(NSString *)role withinRadius:(GLfloat)radius;
452- (NSArray *) addShipsAt:(HPVector)pos withRole:(NSString *)role quantity:(
unsigned)count withinRadius:(GLfloat)radius asGroup:(BOOL)isGroup;
453- (NSArray *) addShipsToRoute:(NSString *)route withRole:(NSString *)role quantity:(
unsigned)count routeFraction:(
double)routeFraction asGroup:(BOOL)isGroup;
455- (BOOL) roleIsPirateVictim:(NSString *)role;
456- (BOOL) role:(NSString *)role isInCategory:(NSString *)category;
458- (void) forceWitchspaceEntries;
459- (void) addWitchspaceJumpEffectForShip:(
ShipEntity *)ship;
460- (GLfloat) safeWitchspaceExitDistance;
462- (void) setUpBreakPattern:(HPVector)pos orientation:(Quaternion)q forDocking:(BOOL)forDocking;
463- (BOOL) witchspaceBreakPattern;
464- (void) setWitchspaceBreakPattern:(BOOL)newValue;
466- (BOOL) dockingClearanceProtocolActive;
467- (void) setDockingClearanceProtocolActive:(BOOL)newValue;
469- (void) handleGameOver;
471- (void) setupIntroFirstGo:(BOOL)justCobra;
472- (void) selectIntro2Previous;
473- (void) selectIntro2Next;
474- (void) selectIntro2PreviousCategory;
475- (void) selectIntro2NextCategory;
478- (OOPlanetEntity *) planet;
480- (NSArray *) planets;
481- (NSArray *) stations;
482- (NSArray *) wormholes;
483- (
StationEntity *) stationWithRole:(NSString *)role andPosition:(HPVector)position;
486- (void) unMagicMainStation;
490- (void) resetBeacons;
491- (
Entity <OOBeaconEntity> *) firstBeacon;
492- (
Entity <OOBeaconEntity> *) lastBeacon;
493- (void) setNextBeacon:(
Entity <OOBeaconEntity> *) beaconShip;
494- (void) clearBeacon:(
Entity <OOBeaconEntity> *) beaconShip;
496- (NSDictionary *) currentWaypoints;
497- (void) defineWaypoint:(NSDictionary *)definition forKey:(NSString *)key;
499- (GLfloat *) skyClearColor;
501- (void) setSkyColorRed:(GLfloat)red green:(GLfloat)green blue:(GLfloat)blue alpha:(GLfloat)alpha;
503- (BOOL) breakPatternOver;
504- (BOOL) breakPatternHide;
506- (NSString *) randomShipKeyForRoleRespectingConditions:(NSString *)role;
507- (
ShipEntity *) newShipWithRole:(NSString *)role OO_RETURNS_RETAINED;
508- (
ShipEntity *) newShipWithName:(NSString *)shipKey OO_RETURNS_RETAINED;
509- (
ShipEntity *) newSubentityWithName:(NSString *)shipKey andScaleFactor:(
float)scale OO_RETURNS_RETAINED;
511- (
DockEntity *) newDockWithName:(NSString *)shipKey andScaleFactor:(
float)scale OO_RETURNS_RETAINED;
512- (
ShipEntity *) newShipWithName:(NSString *)shipKey usePlayerProxy:(BOOL)usePlayerProxy OO_RETURNS_RETAINED;
513- (
ShipEntity *) newShipWithName:(NSString *)shipKey usePlayerProxy:(BOOL)usePlayerProxy isSubentity:(BOOL)isSubentity OO_RETURNS_RETAINED;
514- (
ShipEntity *) newShipWithName:(NSString *)shipKey usePlayerProxy:(BOOL)usePlayerProxy isSubentity:(BOOL)isSubentity andScaleFactor:(
float)scale OO_RETURNS_RETAINED;
516- (Class) shipClassForShipDictionary:(NSDictionary *)dict;
518- (NSString *)defaultAIForRole:(NSString *)role;
528- (NSArray *) getContainersOfGoods:(
OOCargoQuantity)how_many scarce:(BOOL)scarce legal:(BOOL)legal;
530- (void) fillCargopodWithRandomCargo:(
ShipEntity *)cargopod;
532- (NSString *) getRandomCommodity;
542- (NSDictionary *) gameSettings;
544- (void) useGUILightSource:(BOOL)GUILight;
546- (void) drawUniverse;
548- (void) defineFrustum;
549- (BOOL) viewFrustumIntersectsSphereAt:(Vector)position withRadius:(GLfloat)radius;
553- (void) drawWatermarkString:(NSString *)watermarkString;
556- (OOMatrix) viewMatrix;
560- (BOOL) addEntity:(
Entity *) entity;
561- (BOOL) removeEntity:(
Entity *) entity;
562- (void) ensureEntityReallyRemoved:(
Entity *)entity;
563- (void) removeAllEntitiesExceptPlayer;
564- (void) removeDemoShips;
566- (
ShipEntity *) makeDemoShipWithRole:(NSString *)role spinning:(BOOL)spinning;
568- (BOOL) isVectorClearFromEntity:(
Entity *) e1 toDistance:(
double)dist fromPoint:(HPVector) p2;
569- (
Entity*) hazardOnRouteFromEntity:(
Entity *) e1 toDistance:(
double)dist fromPoint:(HPVector) p2;
570- (HPVector) getSafeVectorFromEntity:(
Entity *) e1 toDistance:(
double)dist fromPoint:(HPVector) p2;
572- (
ShipEntity *) addWreckageFrom:(
ShipEntity *)ship withRole:(NSString *)wreckRole at:(HPVector)rpos scale:(GLfloat)scale lifetime:(GLfloat)lifetime;
573- (void) addLaserHitEffectsAt:(HPVector)pos against:(
ShipEntity *)target damage:(
float)damage color:(
OOColor *)color;
574- (
ShipEntity *) firstShipHitByLaserFromShip:(
ShipEntity *)srcEntity inDirection:(
OOWeaponFacing)direction offset:(Vector)offset gettingRangeFound:(GLfloat*)range_ptr;
575- (
Entity *) firstEntityTargetedByPlayer;
576- (
Entity *) firstEntityTargetedByPlayerPrecisely;
578- (NSArray *) entitiesWithinRange:(
double)range ofEntity:(
Entity *)entity;
579- (unsigned) countShipsWithRole:(NSString *)role inRange:(
double)range ofEntity:(
Entity *)entity;
580- (unsigned) countShipsWithRole:(NSString *)role;
581- (unsigned) countShipsWithPrimaryRole:(NSString *)role inRange:(
double)range ofEntity:(
Entity *)entity;
582- (unsigned) countShipsWithPrimaryRole:(NSString *)role;
583- (unsigned) countShipsWithScanClass:(
OOScanClass)scanClass inRange:(
double)range ofEntity:(
Entity *)entity;
588 parameter:(
void *)parameter
589 inRange:(
double)range
590 ofEntity:(
Entity *)entity;
592 parameter:(
void *)parameter
593 inRange:(
double)range
594 ofEntity:(
Entity *)entity;
596 parameter:(
void *)parameter
597 inRange:(
double)range
598 ofEntity:(
Entity *)entity;
600 parameter:(
void *)parameter;
602 parameter:(
void *)parameter
603 inRange:(
double)range
604 ofEntity:(
Entity *)entity;
606 parameter:(
void *)parameter
607 inRange:(
double)range
608 ofEntity:(
Entity *)entity;
610 parameter:(
void *)parameter
611 relativeToEntity:(
Entity *)entity;
613 parameter:(
void *)parameter
614 relativeToEntity:(
Entity *)entity;
620- (void) findCollisionsAndShadows;
621- (NSString*) collisionDescription;
622- (void) dumpCollisions;
625- (void) setViewDirection:(
OOViewID)vd;
626- (void) enterGUIViewModeWithMouseInteraction:(BOOL)mouseInteraction;
628- (NSString *) soundNameForCustomSoundKey:(NSString *)key;
629- (NSDictionary *) screenTextureDescriptorForKey:(NSString *)key;
630- (void) setScreenTextureDescriptorForKey:(NSString *) key descriptor:(NSDictionary *)desc;
632- (void) clearPreviousMessage;
633- (void) setMessageGuiBackgroundColor:(
OOColor *) some_color;
634- (void) displayMessage:(NSString *) text forCount:(
OOTimeDelta) count;
635- (void) displayCountdownMessage:(NSString *) text forCount:(
OOTimeDelta) count;
637- (void) addDelayedMessage:(NSDictionary *) textdict;
638- (void) addMessage:(NSString *) text forCount:(
OOTimeDelta) count;
639- (void) addMessage:(NSString *) text forCount:(
OOTimeDelta) count forceDisplay:(BOOL) forceDisplay;
640- (void) addCommsMessage:(NSString *) text forCount:(
OOTimeDelta) count;
641- (void) addCommsMessage:(NSString *) text forCount:(
OOTimeDelta) count andShowComms:(BOOL)showComms logOnly:(BOOL)logOnly;
643- (void) showGUIMessage:(NSString *)text withScroll:(BOOL)scroll andColor:(
OOColor *)selectedColor overDuration:(
OOTimeDelta)how_long;
648- (double) timeAccelerationFactor;
649- (void) setTimeAccelerationFactor:(
double)newTimeAccelerationFactor;
651- (BOOL) ECMVisualFXEnabled;
652- (void) setECMVisualFXEnabled:(BOOL)isEnabled;
654- (void) filterSortedLists;
659- (void) setGalaxyTo:(
OOGalaxyID) g andReinit:(BOOL) forced;
665- (NSDictionary *) descriptions;
666- (NSDictionary *) characters;
667- (NSDictionary *) missiontext;
668- (NSArray *) scenarios;
669- (NSDictionary *) explosionSetting:(NSString *)explosion;
673- (NSString *)descriptionForKey:(NSString *)key;
674- (NSString *)descriptionForArrayKey:(NSString *)key index:(
unsigned)index;
675- (BOOL) descriptionBooleanForKey:(NSString *)key;
679- (NSDictionary *) generateSystemData:(
OOSystemID) s;
680- (NSDictionary *) generateSystemData:(
OOSystemID) s useCache:(BOOL) useCache;
681- (NSDictionary *) currentSystemData;
683- (BOOL) inInterstellarSpace;
685- (void) setSystemDataKey:(NSString*) key value:(NSObject*) object fromManifest:(NSString *)manifest;
686- (void) setSystemDataForGalaxy:(
OOGalaxyID) gnum planet:(
OOSystemID) pnum key:(NSString *)key value:(
id)object fromManifest:(NSString *)manifest forLayer:(
OOSystemLayer)layer;
692- (NSString *) getSystemInhabitants:(
OOSystemID) sys;
693- (NSString *) getSystemInhabitants:(
OOSystemID) sys plural:(BOOL)plural;
695- (NSPoint) coordinatesForSystem:(
OOSystemID)s;
696- (
OOSystemID) findSystemFromName:(NSString *) sysName;
701- (NSMutableArray *) nearbyDestinationsWithinRange:(
double) range;
707- (
OOSystemID) findSystemNumberAtCoords:(NSPoint) coords withGalaxy:(
OOGalaxyID) gal includingHidden:(BOOL)hidden;
708- (NSPoint) findSystemCoordinatesWithPrefix:(NSString *) p_fix;
709- (NSPoint) findSystemCoordinatesWithPrefix:(NSString *) p_fix exactMatch:(BOOL) exactMatch;
710- (BOOL*) systemsFound;
711- (NSString*) systemNameIndex:(
OOSystemID) index;
713- (NSArray *) neighboursToSystem:(
OOSystemID) system_number;
715- (void) preloadPlanetTexturesForSystem:(
OOSystemID)system;
716- (void) preloadSounds;
718- (NSDictionary *) globalSettings;
720- (NSArray *) equipmentData;
721- (NSArray *) equipmentDataOutfitting;
725- (NSString *) timeDescription:(
OOTimeDelta) interval;
726- (NSString *) shortTimeDescription:(
OOTimeDelta) interval;
728- (void) loadStationMarkets:(NSArray *)marketData;
729- (NSArray *) getStationMarkets;
734- (
OOCreditsQuantity) tradeInValueForCommanderDictionary:(NSDictionary*) cmdr_dict;
736- (NSString*) brochureDescriptionWithDictionary:(NSDictionary*) dict standardEquipment:(NSArray*) extras optionalEquipment:(NSArray*) options;
738- (HPVector) getWitchspaceExitPosition;
739- (Quaternion) getWitchspaceExitRotation;
741- (HPVector) getSunSkimStartPositionForShip:(
ShipEntity*) ship;
742- (HPVector) getSunSkimEndPositionForShip:(
ShipEntity*) ship;
744- (NSArray*) listBeaconsWithCode:(NSString*) code;
746- (void) allShipsDoScriptEvent:(jsid)event andReactToAIMessage:(NSString *)message;
756- (void) resetCommsLogColor;
758- (void) setDisplayText:(BOOL) value;
761- (void) setDisplayFPS:(BOOL) value;
764- (void) setAutoSave:(BOOL) value;
767- (void) setWireframeGraphics:(BOOL) value;
768- (BOOL) wireframeGraphics;
770- (BOOL) reducedDetail;
775- (void) handleOoliteException:(NSException *)ooliteException;
777- (GLfloat)airResistanceFactor;
778- (void) setAirResistanceFactor:(GLfloat)newFactor;
782- (void) startSpeakingString:(NSString *) text;
784- (void) stopSpeaking;
789- (NSString *) voiceName:(
unsigned int) index;
790- (
unsigned int) voiceNumber:(NSString *) name;
791- (
unsigned int) nextVoice:(
unsigned int) index;
792- (
unsigned int) prevVoice:(
unsigned int) index;
793- (
unsigned int) setVoice:(
unsigned int) index withGenderM:(BOOL) isMale;
795- (
int) nextColorblindMode:(
int) index;
796- (
int) prevColorblindMode:(
int) index;
797- (
int) colorblindMode;
802- (void) setAutoSaveNow:(BOOL) value;
805- (
int) framesDoneThisUpdate;
806- (void) resetFramesDoneThisUpdate;
809- (BOOL) pauseMessageVisible;
810- (void) setPauseMessageVisible:(BOOL)value;
812- (BOOL) permanentCommLog;
813- (void) setPermanentCommLog:(BOOL)value;
814- (void) setAutoCommLog:(BOOL)value;
815- (BOOL) permanentMessageLog;
816- (void) setPermanentMessageLog:(BOOL)value;
817- (BOOL) autoMessageLogBg;
818- (void) setAutoMessageLogBg:(BOOL)value;
820- (BOOL) blockJSPlayerShipProps;
821- (void) setBlockJSPlayerShipProps:(BOOL)value;
823- (void) loadConditionScripts;
824- (void) addConditionScripts:(NSEnumerator *)scripts;
825- (
OOJSScript *) getConditionScript:(NSString *)scriptname;
840#define UNIVERSE OOGetUniverse()
846#define DESC(key) (OOLookUpDescriptionPRIV(key ""))
847#define DESC_PLURAL(key,count) (OOLookUpPluralDescriptionPRIV(key "", count))
856@interface OOSound (OOCustomSounds)
858+ (id) soundWithCustomSoundKey:(NSString *)key;
859- (id) initWithCustomSoundKey:(NSString *)key;
864@interface OOSoundSource (OOCustomSounds)
866+ (id) sourceWithCustomSoundKey:(NSString *)key;
867- (id) initWithCustomSoundKey:(NSString *)key;
869- (void) playCustomSoundWithKey:(NSString *)key;
NSString * OODisplayStringFromEconomyID(OOEconomyID economy)
NSString * OODisplayStringFromGovernmentID(OOGovernmentID government)
#define INLINE_CONST_FUNC
NSString * OOCommodityType
uint64_t OOCreditsQuantity
OOINLINE Universe * OOGetUniverse(void) INLINE_CONST_FUNC
@ EQUIPMENT_SHORT_DESC_INDEX
@ EQUIPMENT_LONG_DESC_INDEX
@ EQUIPMENT_TECH_LEVEL_INDEX
@ EQUIPMENT_EXTRA_INFO_INDEX
NSString * OOLookUpDescriptionPRIV(NSString *key)
@ OO_POSTFX_COLORBLINDNESS_PROTAN
@ OO_POSTFX_COLORBLINDNESS_TRITAN
@ OO_POSTFX_COLORBLINDNESS_DEUTER
NSString * OOLookUpPluralDescriptionPRIV(NSString *key, NSInteger count)
NSComparisonResult populatorPrioritySort(id a, id b, void *context)
NSComparisonResult equipmentSortOutfitting(id a, id b, void *context)
NSComparisonResult equipmentSort(id a, id b, void *context)
@ MARKET_ECO_ADJUST_QUANTITY
@ MARKET_ECO_ADJUST_PRICE
BOOL(* EntityFilterPredicate)(Entity *entity, void *parameter)
Universe * gSharedUniverse
GLuint targetDepthBufferID
NSSpeechSynthesizer * speechSynthesizer
OOGraphicsDetail detailLevel
GLuint pingpongColorbuffers[2]
OOShaderProgram * finalProgram
OOWeakReference * _firstBeacon
NSMutableDictionary * conditionScripts
NSString * system_repopulator
OOTimeAbsolute demo_start_time
OOSystemID targetSystemID
NSString * system_names[256]
NSUInteger demo_ship_index
NSDictionary * customSounds
BOOL doProcedurallyTexturedPlanets
OOCommodities * commodities
OOShaderProgram * blurProgram
NSMutableSet * allStations
NSDictionary * roleCategories
GuiDisplayGen * comm_log_gui
NSUInteger demo_ship_subindex
GLuint targetFramebufferID
NSDictionary * _descriptions
BOOL doLinkedListMaintenanceThisUpdate
NSDictionary * characters
NSMutableDictionary * waypoints
OOShaderProgram * textureProgram
OOTimeAbsolute demo_stage_time
BOOL deterministic_population
NSMutableDictionary * populatorSettings
NSDictionary * screenBackgrounds
NSDictionary * globalSettings
GuiDisplayGen * message_gui
NSString * currentMessage
CollisionRegion * universeRegion
NSDictionary * explosionSettings
OOPlanetEntity * cachedPlanet
NSSize targetFramebufferSize
NSMutableArray * activeWormholes
NSMutableArray * entities
OOCommodityMarket * commodityMarket
OOSystemDescriptionManager * systemManager
BOOL _permanentMessageLog
GLuint passthroughTextureID[2]
BOOL _witchspaceBreakPattern
GLuint passthroughFramebufferID
OOTimeDelta next_repopulation
double timeAccelerationFactor
Entity * sortedEntities[UNIVERSE_MAX_ENTITIES+1]
GLfloat main_light_position[4]
BOOL _dockingClearanceProtocolActive
OOTimeAbsolute countdown_messageRepeatTime
NSMutableSet * entitiesDeadThisUpdate
NSMutableArray * characterPool
GLfloat airResistanceFactor
OOTimeAbsolute messageRepeatTime
NSMutableArray * allPlanets
Entity * entity_for_uid[MAX_ENTITY_UID]
OOTimeAbsolute universal_time
StationEntity * cachedStation
OOWeakReference * _lastBeacon
NSDictionary * missiontext
NSArray * equipmentDataOutfitting
typedef int(ZCALLBACK *close_file_func) OF((voidpf opaque