Display-def.cpp

Go to the documentation of this file.
00001 ////////////////////////////////////////////////////////////////////////////////
00002 //    Scorched3D (c) 2000-2003
00003 //
00004 //    This file is part of Scorched3D.
00005 //
00006 //    Scorched3D is free software; you can redistribute it and/or modify
00007 //    it under the terms of the GNU General Public License as published by
00008 //    the Free Software Foundation; either version 2 of the License, or
00009 //    (at your option) any later version.
00010 //
00011 //    Scorched3D is distributed in the hope that it will be useful,
00012 //    but WITHOUT ANY WARRANTY; without even the implied warranty of
00013 //    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014 //    GNU General Public License for more details.
00015 //
00016 //    You should have received a copy of the GNU General Public License
00017 //    along with Scorched3D; if not, write to the Free Software
00018 //    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00019 ////////////////////////////////////////////////////////////////////////////////
00020 
00021 enum
00022 {
00023         ID_LOADDEFAULTS = 60,
00024         ID_LOADFASTEST,
00025         ID_LOADSAFE,
00026         ID_LOADMEDIUM,
00027         ID_MORERES,
00028         ID_KEYDEFAULTS,
00029         ID_IMPORT,
00030         ID_EXPORT,
00031         ID_NOTEBOOK,
00032         ID_PANEL_IDENT,
00033         ID_KEY = 200
00034 };
00035 
00036 static wxCheckBox *IDC_NOENVCOMBINE_CTRL = 0;
00037 static wxCheckBox *IDC_NOOBJECTSHADOWS_CTRL = 0;
00038 static wxCheckBox *IDC_NOSHADOWS_CTRL = 0;
00039 static wxCheckBox *IDC_NOSHADERS_CTRL = 0;
00040 static wxCheckBox *IDC_SIMPLEWATERSHADERS_CTRL = 0;
00041 static wxCheckBox *IDC_NOCUBEMAP_CTRL = 0;
00042 static wxCheckBox *IDC_NOSPHEREMAP_CTRL = 0;
00043 static wxCheckBox *IDC_NOMIPMAPS_CTRL = 0;
00044 static wxCheckBox *IDC_NOEXT_CTRL = 0;
00045 static wxCheckBox *IDC_NOSOUND_CTRL = 0;
00046 static wxCheckBox *IDC_NOMUSIC_CTRL = 0;
00047 static wxComboBox *IDC_SOUNDCHANNELS_CTRL = 0;
00048 static wxCheckBox *IDC_NOWATER_CTRL = 0;
00049 static wxCheckBox *IDC_NOWATERREF_CTRL = 0;
00050 static wxCheckBox *IDC_NOSURROUND_CTRL = 0;
00051 static wxCheckBox *IDC_NOVBO_CTRL = 0;
00052 static wxCheckBox *IDC_NOPRECIPITATION_CTRL = 0;
00053 static wxCheckBox *IDC_NOMULTITEX_CTRL = 0;
00054 static wxCheckBox *IDC_INVERT_CTRL = 0;
00055 static wxCheckBox *IDC_TIMER_CTRL = 0;
00056 static wxCheckBox *IDC_NODETAILTEX_CTRL = 0;
00057 static wxCheckBox *IDC_NOLANDSCAPESCORCH_CTRL = 0;
00058 static wxCheckBox *IDC_NODEPTHSORT_CTRL = 0;
00059 static wxCheckBox *IDC_NOBACKDROP_CTRL = 0;
00060 static wxCheckBox *IDC_VALIDATESERVER_CTRL = 0;
00061 static wxRadioButton *IDC_SMALLTEX_CTRL = 0;
00062 static wxRadioButton *IDC_MEDIUMTEX_CTRL = 0;
00063 static wxRadioButton *IDC_LARGETEX_CTRL = 0;
00064 static wxRadioButton *IDC_LOWTANK_CTRL = 0;
00065 static wxRadioButton *IDC_MEDIUMTANK_CTRL = 0;
00066 static wxRadioButton *IDC_HIGHTANK_CTRL = 0;
00067 static wxRadioButton *IDC_LOWEFFECTS_CTRL = 0;
00068 static wxRadioButton *IDC_MEDIUMEFFECTS_CTRL = 0;
00069 static wxRadioButton *IDC_HIGHEFFECTS_CTRL = 0;
00070 static wxRadioButton *IDC_TINYDIALOGS_CTRL = 0;
00071 static wxRadioButton *IDC_SMALLDIALOGS_CTRL = 0;
00072 static wxRadioButton *IDC_MEDIUMDIALOGS_CTRL = 0;
00073 static wxRadioButton *IDC_LARGEDIALOGS_CTRL = 0;
00074 static wxCheckBox *IDC_NOSKINS_CTRL = 0;
00075 static wxCheckBox *IDC_NODYNAMICLIGHT_CTRL = 0;
00076 static wxCheckBox *IDC_FULLSCREEN_CTRL = 0;
00077 static wxCheckBox *IDC_MORERES_CTRL = 0;
00078 static wxCheckBox *IDC_LOGGING_CTRL = 0;
00079 static wxComboBox *IDC_DISPLAY_CTRL = 0;
00080 static wxComboBox *IDC_ANTIALIAS_CTRL = 0;
00081 static wxCheckBox *IDC_FOCUSPAUSE_CTRL = 0;
00082 static wxTextCtrl *IDC_FRAMELIMIT_CTRL = 0;
00083 static wxCheckBox *IDC_SIDESCROLL_CTRL = 0;
00084 static wxCheckBox *IDC_PLAYERCAMERA_CTRL = 0;
00085 static wxSlider *IDC_SLIDER1_CTRL = 0;
00086 static wxSlider *IDC_VOLUME_CTRL = 0;
00087 static wxSlider *IDC_AMBIENTVOLUME_CTRL = 0;
00088 static wxSlider *IDC_MUSICVOLUME_CTRL = 0;
00089 static wxCheckBox *IDC_SINGLESKYLAYER_CTRL = 0;
00090 static wxCheckBox *IDC_NOSKYANI_CTRL = 0;
00091 static wxCheckBox *IDC_NOWATERMOVEMENT_CTRL = 0;
00092 static wxCheckBox *IDC_NOWATERWAVES_CTRL = 0;
00093 static wxCheckBox *IDC_NOWATERLOD_CTRL = 0;
00094 static wxCheckBox *IDC_INVERTMOUSE_CTRL = 0;
00095 static wxCheckBox *IDC_SMOUSE_CTRL = 0;
00096 static wxTextCtrl *IDC_USERNAME_CTRL = 0;
00097 static wxTextCtrl *IDC_TANKMODEL_CTRL = 0;
00098 static wxGrid *IDC_USERID_CTRL = 0;
00099 static wxTextCtrl *IDC_HOSTDESC_CTRL = 0;
00100 
00101 static wxButton *IDC_LOADDEFAULTS_CTRL = 0;
00102 static wxButton *IDC_LOADKEYDEFAULTS_CTRL = 0;
00103 static wxButton *IDC_LOADSAFE_CTRL = 0;
00104 static wxButton *IDC_LOADFASTEST_CTRL = 0;
00105 static wxButton *IDC_LOADMEDIUM_CTRL = 0;
00106 
00107 static wxButton *IDOK_CTRL = 0;
00108 static wxButton *IDCANCEL_CTRL = 0;

Generated on Mon Feb 16 15:14:52 2009 for Scorched3D by  doxygen 1.5.3