|
| static void | opt_close (unsigned int wid, const char *name) |
| | Closes the options screen without saving. More...
|
| |
| static void | opt_needRestart (void) |
| | Marks that needs restart. More...
|
| |
| static char ** | lang_list (int *n) |
| |
| static void | opt_gameplay (unsigned int wid) |
| | Opens the gameplay menu. More...
|
| |
| static void | opt_setAutonavResetSpeed (unsigned int wid, const char *str) |
| | Callback to set autonav abort threshold. More...
|
| |
| static void | opt_setMapOverlayOpacity (unsigned int wid, const char *str) |
| | Callback to set autonav abort threshold. More...
|
| |
| static void | opt_OK (unsigned int wid, const char *str) |
| | Saves all options and closes the options screen. More...
|
| |
| static int | opt_gameplaySave (unsigned int wid, const char *str) |
| | Saves the gameplay options. More...
|
| |
| static void | opt_gameplayDefaults (unsigned int wid, const char *str) |
| | Sets the default gameplay options. More...
|
| |
| static void | opt_gameplayUpdate (unsigned int wid, const char *str) |
| | Updates the gameplay options. More...
|
| |
| static void | opt_video (unsigned int wid) |
| | Initializes the video window. More...
|
| |
| static void | opt_videoRes (unsigned int wid, const char *str) |
| | Callback when resolution changes. More...
|
| |
| static int | opt_videoSave (unsigned int wid, const char *str) |
| | Saves the video settings. More...
|
| |
| static void | opt_videoDefaults (unsigned int wid, const char *str) |
| | Sets video defaults. More...
|
| |
| static void | opt_getVideoMode (int *w, int *h, int *fullscreen) |
| | Detects the video-mode options corresponding to the gl_screen we have set up. More...
|
| |
| static void | opt_setGammaCorrection (unsigned int wid, const char *str) |
| | Callback to set the gamma correction value (reciprocal of exponent). More...
|
| |
| static void | opt_setScalefactor (unsigned int wid, const char *str) |
| | Callback to set the scaling factor. More...
|
| |
| static void | opt_setZoomFar (unsigned int wid, const char *str) |
| | Callback to set the far zoom. More...
|
| |
| static void | opt_setZoomNear (unsigned int wid, const char *str) |
| | Callback to set the far zoom. More...
|
| |
| static void | opt_setBGBrightness (unsigned int wid, const char *str) |
| | Callback to set the background brightness. More...
|
| |
| static void | opt_setNebuNonuniformity (unsigned int wid, const char *str) |
| | Callback to set the nebula non-uniformity parameter. More...
|
| |
| static void | opt_setJumpBrightness (unsigned int wid, const char *str) |
| | Callback to set the background brightness. More...
|
| |
| static void | opt_checkColorblind (unsigned int wid, const char *str) |
| | Handles the colorblind checkbox being checked. More...
|
| |
| static void | opt_checkHealth (unsigned int wid, const char *str) |
| | Handles the fancy background checkbox. More...
|
| |
| static void | opt_audio (unsigned int wid) |
| | Opens the audio settings menu. More...
|
| |
| static int | opt_audioSave (unsigned int wid, const char *str) |
| | Saves the audio stuff. More...
|
| |
| static void | opt_audioDefaults (unsigned int wid, const char *str) |
| | Sets the audio defaults. More...
|
| |
| static void | opt_audioUpdate (unsigned int wid) |
| | Updates the gameplay options. More...
|
| |
| static void | opt_audioLevelStr (char *buf, int max, int type, double pos) |
| | Sets the sound or music volume string based on level. More...
|
| |
| static void | opt_setAudioLevel (unsigned int wid, const char *str) |
| | Callback to set the sound or music level. More...
|
| |
| static void | opt_setEngineLevel (unsigned int wid, const char *str) |
| |
| static void | opt_beep (unsigned int wid, const char *str) |
| |
| static void | opt_keybinds (unsigned int wid) |
| | Opens the keybindings menu. More...
|
| |
| static void | menuKeybinds_getDim (unsigned int wid, int *w, int *h, int *lw, int *lh, int *bw, int *bh) |
| | Gets the keybind menu dimensions. More...
|
| |
| static void | menuKeybinds_genList (unsigned int wid) |
| | Generates the keybindings list. More...
|
| |
| static void | menuKeybinds_update (unsigned int wid, const char *name) |
| | Updates the keybindings menu. More...
|
| |
| static void | opt_keyDefaults (unsigned int wid, const char *str) |
| | Restores the key defaults. More...
|
| |
| static int | opt_setKeyEvent (unsigned int wid, SDL_Event *event) |
| | Tries to set the key from an event. More...
|
| |
| static void | opt_setKey (unsigned int wid, const char *str) |
| | Rebinds a key. More...
|
| |
| static void | opt_unsetKey (unsigned int wid, const char *str) |
| | Unsets the key. More...
|
| |
| static void | opt_plugins (unsigned int wid) |
| | Opens the keybindings menu. More...
|
| |
| static void | opt_plugins_update (unsigned int wid, const char *name) |
| |
| void | opt_menu (void) |
| | Creates the options menu thingy. More...
|
| |
| void | opt_resize (void) |
| | Handles resize events for the options menu. More...
|
| |
| int | opt_setVideoMode (int w, int h, int fullscreen, int confirm) |
| | Applies new video-mode options. More...
|
| |
Options menu.
Definition in file options.c.