Home
last modified time | relevance | path

Searched refs:save_plugin_data (Results 1 – 8 of 8) sorted by relevance

/dports/audio/aqualung/aqualung-1.0/src/
H A Dplugin.h59 void save_plugin_data(void);
H A Dplugin.c2008 save_plugin_data(void) { in save_plugin_data() function
H A Dgui_main.c777 save_plugin_data(); in main_window_close()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/config/
H A DConfig.h85 bool save_plugin_data; member
H A DConfig.cpp171 model->save_plugin_data = reader->GetBoolean("save_plugin_data", true); in ReadGeneral()
256 writer->WriteBoolean("save_plugin_data", model->save_plugin_data); in WriteGeneral()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DLoadSave.cpp1008 if (scenario_save(pathBuffer, gConfigGeneral.save_plugin_data ? 1 : 0)) in window_loadsave_select()
1045 if (scenario_save(pathBuffer, gConfigGeneral.save_plugin_data ? 3 : 2)) in window_loadsave_select()
1066 int32_t success = scenario_save(pathBuffer, gConfigGeneral.save_plugin_data ? 3 : 2); in window_loadsave_select()
H A DOptions.cpp2157 gConfigGeneral.save_plugin_data ^= 1; in AdvancedMouseUp()
2281 … WidgetSetCheckboxValue(this, WIDX_SAVE_PLUGIN_DATA_CHECKBOX, gConfigGeneral.save_plugin_data); in AdvancedPrepareDraw()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DGame.cpp628 if (scenario_save(name, 0x80000000 | (gConfigGeneral.save_plugin_data ? 1 : 0))) in save_game_with_name()