![]() |
Oolite 1.91.0.7658-250404-b1488af
|
Functions | |
int | main (int argc, const char *argv[]) |
(id) | - OOOpenALController::init |
(void) | - Universe(OOPrivate)::runLocalizationTools |
int | main (int argc, char *argv[]) |
(id) | - MyOpenGLView::init |
(void) | - PlayerEntity::setGuiToIntroFirstGo: |
(void) | - OOOpenGLExtensionManager(OOPrivate)::checkShadersSupported |
(BOOL) | + OOOXPVerifier::runVerificationIfRequested |
The command line is parsed and interpreted at various locations in the code. Here are the known functions that participate on cli arguments.
- (void) checkShadersSupported |
Scans the command line for -noshaders or –noshaders arguments.
Extends class OOOpenGLExtensionManager.
Definition at line 555 of file OOOpenGLExtensionManager.m.
References checkShadersSupported, kOOLogOpenGLShaderSupport, nil, and OOLog.
Referenced by checkShadersSupported.
- (id) init |
Scans the command line for -nosplash, –nosplash, -splash, –splash- -novsync and –novsync arguments.
Definition at line 173 of file MyOpenGLView.m.
References _colorSaturation, _hdrOutput, _mouseVirtualStickSensitivityFactor, _mouseWheelDelta, allowingStringInput, autoShowMouse, bounds, createSurface, currentSize, currentWindowSize, dealloc, firstScreen, fullScreen, grabMouseStatus, gvPrintScreenKey, gvStringInputNo, init, initKeyMappingData, isAlphabetKeyDown, loadFullscreenSettings, loadWindowSize, m_glContextInitialized, matrixManager, mouseWarped, nil, OOLITE_WINDOWS, OOLog, OOLogERR, OOLogWARN, populateFullScreenModelist, scancode2Unicode, OOJoystickManager::setStickHandlerClass:, OOSound::setUp, showSplashScreen, surface, timeIntervalAtLastClick, timeSinceLastMouseWheel, typedString, viewSize, and virtualJoystickPosition.
Referenced by GameController::beginSplashScreen, and init.
- (id) init |
Scans the command line for -nosound or –nosound arguments.
Definition at line 45 of file OOOpenALController.m.
References context, device, init, kOOLogSoundInitError, nil, OOAL, and OOLog.
Referenced by init.
Entry point for Linux and Windows systems. Initializes logging. If -load is passed, the argument after that is loaded as savegame.
argc | the number of command line arguments |
argv | the string array values of the command line arguments |
Definition at line 62 of file main.m.
References GameController::applicationDidFinishLaunching:, DESTROY, kOOLogException, OOLITE_WINDOWS, OOLog, OOLogERR, OOLoggingInit(), and GameController::setPlayerFileToLoad:.
Entry point for MacOS. Initializes logging and runs NSApplicationMain.
argc | the number of command line arguments |
argv | the string array values of the command line arguments |
Definition at line 18 of file main.m.
References OOLoggingInit().
- (void) runLocalizationTools |
Scans the command line for –complie-sysdesc, –export-sysdec, –xml and –penstep arguments.
Extends class Universe.
Definition at line 10971 of file Universe.m.
References CompileSystemDescriptions(), ExportSystemDescriptions(), nil, and runLocalizationTools.
Referenced by Universe::initWithGameView:, and runLocalizationTools.
+ (BOOL) runVerificationIfRequested |
Scans the command line for -verify-oxp or –verify-oxp, followed by a path to the oxp to verify.
Definition at line 79 of file OOOXPVerifier.m.
References nil, OOLog, run, and runVerificationIfRequested.
Referenced by runVerificationIfRequested.
- (void) setGuiToIntroFirstGo: | (BOOL) | justCobra |
Scans the command line for -message or -showversion arguments.
Definition at line 10003 of file PlayerEntity.m.
References GuiDisplayGen::addLongText:startingAtRow:align:, GuiDisplayGen::clear, count, DESC, ResourceManager::errors, OOCacheManager::flush, gui_screen, OOColor::magentaColor, nil, OOExpandKey, OOColor::orangeColor, ResourceManager::OXPsWithMessagesFound, OOMusicController::playThemeMusic, OOColor::redColor, GuiDisplayGen::setBackgroundTextureKey:, GuiDisplayGen::setColor:forRow:, setShowDemoShips:, GuiDisplayGen::setShowTextCursor:, GuiDisplayGen::setText:forRow:align:, GuiDisplayGen::setTitle:, setupStartScreenGui, OOCacheManager::sharedCache, OOMusicController::sharedController, Entity::status, and OOColor::yellowColor.
Referenced by PlayerEntity(LoadSave)::commanderSelector, PlayerEntity(OOControlsPrivate)::pollDemoControls:, Universe::reinitAndShowDemo:, and update:.