Changeset 8079 for code/trunk/data
- Timestamp:
- Mar 15, 2011, 9:47:11 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/defaultConfig/keybindings.ini
r7533 r8079 42 42 KeyF9= 43 43 KeyG=greet 44 KeyGrave=" openConsole"44 KeyGrave="InGameConsole openConsole" 45 45 KeyH= 46 46 KeyHome= … … 127 127 KeyU="" 128 128 KeyUP="scale 1 moveFrontBack" 129 KeyUnassigned=" openConsole"129 KeyUnassigned="InGameConsole openConsole" 130 130 KeyUnderline= 131 131 KeyUnlabeled= -
code/trunk/data/gui/configs/CEGUIConfig.xsd
r5781 r8079 2 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> 3 3 4 4 <xsd:element name="CEGUIConfig" type="CEGUIConfigType"/> 5 5 6 6 <xsd:simpleType name="LogLevel"> … … 12 12 </xsd:restriction> 13 13 </xsd:simpleType> 14 15 16 17 18 19 20 21 22 14 15 <xsd:complexType name="CEGUIConfigType"> 16 <xsd:attribute name="Logfile" type="xsd:string" use="optional" default=""/> 17 <xsd:attribute name="Scheme" type="xsd:string" use="optional" default=""/> 18 <xsd:attribute name="DefaultFont" type="xsd:string" use="optional" default=""/> 19 <xsd:attribute name="Layout" type="xsd:string" use="optional" default=""/> 20 <xsd:attribute name="InitScript" type="xsd:string" use="optional" default=""/> 21 <xsd:attribute name="TerminateScript" type="xsd:string" use="optional" default=""/> 22 <xsd:attribute name="DefaultResourceGroup" type="xsd:string" use="optional" default="" /> 23 23 <xsd:attribute name="LoggingLevel" type="LogLevel" use="optional" default="Standard" /> 24 25 24 </xsd:complexType> 25 26 26 </xsd:schema> 27 27 -
code/trunk/data/gui/layouts/GraphicsMenu.layout
r7801 r8079 15 15 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 16 16 <Property Name="VertFormatting" Value="TopAligned" /> 17 <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.2,0},{0.75,0},{0.6375,0}}" /> 18 <Window Type="MenuWidgets/StaticText" Name="orxonox/Resolution" > 19 <Property Name="Text" Value="Resolution" /> 20 <Property Name="InheritsAlpha" Value="False" /> 21 <Property Name="HorzFormatting" Value="HorzCentred" /> 17 <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.15,0},{0.75,0},{0.6375,0}}" /> 18 <Window Type="MenuWidgets/TabControl" Name="orxonox/GraphicsTabControl" > 19 <Property Name="TabHeight" Value="{0,26.4388}" /> 22 20 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 23 <Property Name="VertFormatting" Value="TopAligned" /> 24 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.10,0},{0.475,0},{0.65,0}}" /> 25 <Window Type="MenuWidgets/Listbox" Name="orxonox/ResolutionListbox" > 21 <Property Name="TabPanePosition" Value="Top" /> 22 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.1,0},{0.95,0},{0.925,0}}" /> 23 <Window Type="DefaultWindow" Name="orxonox/Display" > 24 <Property Name="Text" Value="Display" /> 26 25 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 27 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.2,0},{0.95,0},{0.95,0}}" /> 28 <Event Name="ItemSelectionChanged" Function="GraphicsMenu.GraphicsResolutionListbox_changed"/> 26 <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" /> 27 <Window Type="MenuWidgets/StaticText" Name="orxonox/Display/Resolution" > 28 <Property Name="Text" Value="Resolution" /> 29 <Property Name="HorzFormatting" Value="HorzCentred" /> 30 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 31 <Property Name="VertFormatting" Value="TopAligned" /> 32 <Property Name="UnifiedAreaRect" Value="{{0.025,0},{0.035,0},{0.4875,0},{0.96,0}}" /> 33 <Window Type="MenuWidgets/Checkbox" Name="orxonox/Display/Resolution/Fullscreen" > 34 <Property Name="Text" Value="Fullscreen" /> 35 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 36 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.15,0},{0.95,0},{0.27,0}}" /> 37 <Event Name="CheckStateChanged" Function="GraphicsMenu.callback_FullscreenCheckbox_CheckStateChanged" /> 38 </Window> 39 <Window Type="MenuWidgets/Combobox" Name="orxonox/Display/Resolution/Combobox" > 40 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 41 <Property Name="ClippedByParent" Value="False" /> 42 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.3,0},{0.95,0},{1.2,0}}" /> 43 <Property Name="MaxEditTextLength" Value="1073741823" /> 44 <Event Name="ListSelectionAccepted" Function="GraphicsMenu.callback_ResolutionCombobox_ListSelectionAccepted" /> 45 </Window> 46 <Window Type="MenuWidgets/Editbox" Name="orxonox/Display/Resolution/EditboxWidth" > 47 <Property Name="MaxTextLength" Value="1073741823" /> 48 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 49 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.45,0},{0.45,0},{0.57,0}}" /> 50 <Event Name="TextChanged" Function="GraphicsMenu.callback_ResolutionEditboxWidth_TextChanged" /> 51 </Window> 52 <Window Type="MenuWidgets/Editbox" Name="orxonox/Display/Resolution/EditboxHeight" > 53 <Property Name="MaxTextLength" Value="1073741823" /> 54 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 55 <Property Name="UnifiedAreaRect" Value="{{0.55,0},{0.45,0},{0.95,0},{0.57,0}}" /> 56 <Event Name="TextChanged" Function="GraphicsMenu.callback_ResolutionEditboxHeight_TextChanged" /> 57 </Window> 58 <Window Type="MenuWidgets/StaticText" Name="orxonox/Display/Resolution/x" > 59 <Property Name="Text" Value="x" /> 60 <Property Name="FrameEnabled" Value="False" /> 61 <Property Name="HorzFormatting" Value="HorzCentred" /> 62 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 63 <Property Name="UnifiedAreaRect" Value="{{0.45,0},{0.45,0},{0.55,0},{0.57,0}}" /> 64 <Property Name="BackgroundEnabled" Value="False" /> 65 </Window> 66 <Window Type="MenuWidgets/Button" Name="orxonox/Display/Resolution/Apply" > 67 <Property Name="Text" Value="Apply" /> 68 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 69 <Property Name="UnifiedAreaRect" Value="{{0.25,0},{0.61,0},{0.75,0},{0.73,0}}" /> 70 <Event Name="Clicked" Function="GraphicsMenu.callback_Apply_Clicked" /> 71 </Window> 72 <Window Type="MenuWidgets/StaticText" Name="orxonox/Display/Resolution/AspectRatioLabel" > 73 <Property Name="Text" Value="Aspect Ratio" /> 74 <Property Name="FrameEnabled" Value="False" /> 75 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 76 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.825,0},{0.6,0},{0.95,0}}" /> 77 <Property Name="BackgroundEnabled" Value="False" /> 78 </Window> 79 <Window Type="MenuWidgets/Editbox" Name="orxonox/Display/Resolution/AspectRatio" > 80 <Property Name="Text" Value="1" /> 81 <Property Name="MaxTextLength" Value="1073741823" /> 82 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 83 <Property Name="UnifiedAreaRect" Value="{{0.65,0},{0.825,0},{0.95,0},{0.95,0}}" /> 84 </Window> 85 </Window> 86 <Window Type="MenuWidgets/StaticText" Name="orxonox/Display/Theme" > 87 <Property Name="Text" Value="Theme" /> 88 <Property Name="HorzFormatting" Value="HorzCentred" /> 89 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 90 <Property Name="VertFormatting" Value="TopAligned" /> 91 <Property Name="UnifiedAreaRect" Value="{{0.5125,0},{0.035,0},{0.975,0},{0.32,0}}" /> 92 <Window Type="MenuWidgets/Combobox" Name="orxonox/Display/Theme/Combobox" > 93 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 94 <Property Name="ClippedByParent" Value="False" /> 95 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.5,0},{0.95,0},{1.6,0}}" /> 96 <Property Name="MaxEditTextLength" Value="1073741823" /> 97 <Event Name="ListSelectionAccepted" Function="GraphicsMenu.callback_ThemeCombobox_ListSelectionAccepted" /> 98 </Window> 99 </Window> 100 <Window Type="MenuWidgets/StaticText" Name="orxonox/Display/More" > 101 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 102 <Property Name="UnifiedAreaRect" Value="{{0.5125,0},{0.37,0},{0.975,0},{0.7,0}}" /> 103 <Window Type="MenuWidgets/Checkbox" Name="orxonox/Display/More/VSync" > 104 <Property Name="Text" Value="VSync" /> 105 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 106 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.1,0},{0.95,0},{0.45,0}}" /> 107 <Event Name="CheckStateChanged" Function="GraphicsMenu.callback_VSyncCheckbox_CheckStateChanged" /> 108 </Window> 109 <Window Type="MenuWidgets/StaticText" Name="orxonox/Display/More/FSAALabel" > 110 <Property Name="Text" Value="FSAA" /> 111 <Property Name="FrameEnabled" Value="False" /> 112 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 113 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.55,0},{0.3,0},{0.9,0}}" /> 114 <Property Name="BackgroundEnabled" Value="False" /> 115 </Window> 116 <Window Type="MenuWidgets/Combobox" Name="orxonox/Display/More/FSAA" > 117 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 118 <Property Name="ClippedByParent" Value="False" /> 119 <Property Name="UnifiedAreaRect" Value="{{0.3,0},{0.55,0},{0.95,0},{2.1,0}}" /> 120 <Property Name="MaxEditTextLength" Value="1073741823" /> 121 <Event Name="ListSelectionAccepted" Function="GraphicsMenu.callback_FSAACombobox_ListSelectionAccepted" /> 122 </Window> 123 </Window> 124 <Window Type="MenuWidgets/StaticText" Name="orxonox/Display/Notice" > 125 <Property Name="Font" Value="BlueHighway-12" /> 126 <Property Name="Text" >Changing the theme, FSAA, 127 or VSync requires a restart</Property> 128 <Property Name="HorzFormatting" Value="HorzCentred" /> 129 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 130 <Property Name="UnifiedAreaRect" Value="{{0.5125,0},{0.75,0},{0.975,0},{0.96,0}}" /> 131 </Window> 132 <Window Type="MenuWidgets/StaticText" Name="orxonox/Display/NoticeRed" > 133 <Property Name="Font" Value="BlueHighway-12" /> 134 <Property Name="Text" >Restart required</Property> 135 <Property Name="TextColours" Value="tl:FFFF0000 tr:FFFF8888 bl:FFFF8888 br:FFFFFFFF" /> 136 <Property Name="HorzFormatting" Value="HorzCentred" /> 137 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 138 <Property Name="UnifiedAreaRect" Value="{{0.5125,0},{0.75,0},{0.975,0},{0.96,0}}" /> 139 </Window> 140 </Window> 141 <Window Type="DefaultWindow" Name="orxonox/Settings" > 142 <Property Name="Text" Value="Settings" /> 143 <Property Name="Visible" Value="False" /> 144 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 145 <Property Name="UnifiedAreaRect" Value="{{0,0},{0,0},{1,0},{1,0}}" /> 146 <Window Type="MenuWidgets/StaticText" Name="orxonox/Settings/FovLabel" > 147 <Property Name="Text" Value="Vertical field of view (FOV)" /> 148 <Property Name="FrameEnabled" Value="False" /> 149 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 150 <Property Name="UnifiedAreaRect" Value="{{0.035,0},{0.05,0},{0.5,0},{0.12,0}}" /> 151 <Property Name="BackgroundEnabled" Value="False" /> 152 </Window> 153 <Window Type="MenuWidgets/StaticText" Name="orxonox/Settings/FpsLimitLabel" > 154 <Property Name="Text" Value="Maximal frame rate" /> 155 <Property Name="FrameEnabled" Value="False" /> 156 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 157 <Property Name="UnifiedAreaRect" Value="{{0.035,0},{0.18,0},{0.5,0},{0.25,0}}" /> 158 <Property Name="BackgroundEnabled" Value="False" /> 159 </Window> 160 <Window Type="MenuWidgets/StaticText" Name="orxonox/Settings/ParticleLodLabel" > 161 <Property Name="Text" Value="Particle detail level" /> 162 <Property Name="FrameEnabled" Value="False" /> 163 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 164 <Property Name="UnifiedAreaRect" Value="{{0.035,0},{0.31,0},{0.5,0},{0.38,0}}" /> 165 <Property Name="BackgroundEnabled" Value="False" /> 166 </Window> 167 <Window Type="MenuWidgets/Editbox" Name="orxonox/Settings/Fov" > 168 <Property Name="MaxTextLength" Value="1073741823" /> 169 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 170 <Property Name="UnifiedAreaRect" Value="{{0.5,0},{0.03,0},{0.65,0},{0.14,0}}" /> 171 </Window> 172 <Window Type="MenuWidgets/Editbox" Name="orxonox/Settings/FpsLimit" > 173 <Property Name="MaxTextLength" Value="1073741823" /> 174 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 175 <Property Name="UnifiedAreaRect" Value="{{0.5,0},{0.16,0},{0.65,0},{0.27,0}}" /> 176 </Window> 177 <Window Type="MenuWidgets/Combobox" Name="orxonox/Settings/ParticleLodCombobox" > 178 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 179 <Property Name="ClippedByParent" Value="False" /> 180 <Property Name="UnifiedAreaRect" Value="{{0.5,0},{0.29,0},{0.7,0},{0.725,0}}" /> 181 <Property Name="MaxEditTextLength" Value="1073741823" /> 182 </Window> 183 <Window Type="MenuWidgets/Checkbox" Name="orxonox/Settings/MeshLodCheckbox" > 184 <Property Name="Text" Value="Enable mesh LOD" /> 185 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 186 <Property Name="UnifiedAreaRect" Value="{{0.035,0},{0.44,0},{0.5,0},{0.51,0}}" /> 187 </Window> 188 <Window Type="MenuWidgets/Checkbox" Name="orxonox/Settings/MotionBlurCheckbox" > 189 <Property Name="Text" Value="Enable motion blur" /> 190 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 191 <Property Name="UnifiedAreaRect" Value="{{0.035,0},{0.57,0},{0.5,0},{0.64,0}}" /> 192 </Window> 29 193 </Window> 30 194 </Window> 31 <Window Type="MenuWidgets/StaticText" Name="orxonox/Themes" >32 <Property Name="Text" Value="Themes" />33 <Property Name="InheritsAlpha" Value="False" />34 <Property Name="HorzFormatting" Value="HorzCentred" />35 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />36 <Property Name="VertFormatting" Value="TopAligned" />37 <Property Name="UnifiedAreaRect" Value="{{0.525,0},{0.10,0},{0.95,0},{0.35,0}}" />38 <Window Type="MenuWidgets/Listbox" Name="orxonox/ThemeDropBox" >39 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />40 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.3,0},{0.95,0},{0.95,0}" />41 <Event Name="ItemSelectionChanged" Function="GraphicsMenu.ThemeDropBox_changed"/>42 </Window>43 </Window>44 <Window Type="MenuWidgets/StaticText" Name="orxonox/Brightness" >45 <Property Name="Text" Value="Brightness" />46 <Property Name="InheritsAlpha" Value="False" />47 <Property Name="HorzFormatting" Value="HorzCentred" />48 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />49 <Property Name="VertFormatting" Value="TopAligned" />50 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.70,0},{0.475,0},{0.85,0}}" />51 <Window Type="MenuWidgets/HorizontalScrollbar" Name="orxonox/BrightnessScrollbar" >52 <Property Name="Disabled" Value="true" />53 <Property Name="PageSize" Value="0" />54 <Property Name="StepSize" Value="0.1" />55 <Property Name="OverlapSize" Value="0" />56 <Property Name="DocumentSize" Value="1" />57 <Property Name="ScrollPosition" Value="0" />58 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />59 <Property Name="UnifiedAreaRect" Value="{{0.05,0},{0.6,0},{0.95,0},{0.8,0}}" />60 <Event Name="ThumbTrackStarted" Function="GraphicsMenu.GraphicsBrightnessScrollbar_started" />61 <Event Name="ThumbTrackEnded" Function="GraphicsMenu.GraphicsBrightnessScrollbar_ended" />62 <Event Name="ScrollPosChanged" Function="GraphicsMenu.GraphicsBrightnessScrollbar_changed" />63 </Window>64 </Window>65 <Window Type="MenuWidgets/Checkbox" Name="orxonox/FullscreenCheckbox" >66 <Property Name="Text" Value="Fullscreen" />67 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />68 <Property Name="UnifiedAreaRect" Value="{{0.65,0},{0.35,0},{0.85,0},{0.425,0}}" />69 <Event Name="CheckStateChanged" Function="GraphicsMenu.GraphicsFullscreenCheckbox_clicked"/>70 </Window>71 <Window Type="MenuWidgets/StaticText" Name="orxonox/GraphicsInfo" >72 <Property Name="Text" >73 Changes in graphics74 settings require75 a game restart.</Property>76 <Property Name="TextColours" Value="FFFFFFFF" />77 <Property Name="InheritsAlpha" Value="False" />78 <Property Name="HorzFormatting" Value="HorzCentred" />79 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" />80 <Property Name="VertFormatting" Value="TopAligned" />81 <Property Name="UnifiedAreaRect" Value="{{0.525,0},{0.425,0},{0.95,0},{0.85,0}}" />82 </Window>83 195 </Window> 84 <Window Type="MenuWidgets/Button" Name="orxonox/Graphics BackButton" >85 <Property Name="Text" Value=" Back" />196 <Window Type="MenuWidgets/Button" Name="orxonox/GraphicsOkButton" > 197 <Property Name="Text" Value="OK" /> 86 198 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 87 <Property Name="UnifiedAreaRect" Value="{{0.4,0},{0.6625,0},{0.6,0},{0.7125,0}}" /> 88 <Event Name="Clicked" Function="GraphicsMenu.GraphicsBackButton_clicked"/> 199 <Property Name="UnifiedAreaRect" Value="{{0.2875,0},{0.6625,0},{0.4875,0},{0.7125,0}}" /> 200 <Event Name="Clicked" Function="GraphicsMenu.callback_Ok_Clicked" /> 201 </Window> 202 <Window Type="MenuWidgets/Button" Name="orxonox/GraphicsCancelButton" > 203 <Property Name="Text" Value="Cancel" /> 204 <Property Name="UnifiedMaxSize" Value="{{1,0},{1,0}}" /> 205 <Property Name="UnifiedAreaRect" Value="{{0.5125,0},{0.6625,0},{0.7125,0},{0.7125,0}}" /> 206 <Event Name="Clicked" Function="GraphicsMenu.callback_Cancel_Clicked" /> 89 207 </Window> 90 208 </Window> -
code/trunk/data/gui/schemes/GUIScheme.xsd
r5781 r8079 1 1 <?xml version="1.0" ?> 2 2 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified"> 3 4 3 <xsd:element name="GUIScheme" type="SchemeType" /> 4 <xsd:complexType name="SchemeType"> 5 5 <xsd:choice minOccurs="0" maxOccurs="unbounded"> 6 6 <xsd:element name="Imageset" type="NamedDataType" /> 7 7 <xsd:element name="ImagesetFromImage" type="NamedDataType" /> 8 8 <xsd:element name="Font" type="NamedDataType" /> 9 9 <xsd:element name="LookNFeel" type="FileDataType" /> 10 11 12 10 <xsd:element name="WindowSet" type="WindowSetType" /> 11 <xsd:element name="WindowRendererSet" type="WindowRendererSetType" /> 12 <xsd:element name="WindowAlias" type="WindowAliasType" /> 13 13 <xsd:element name="FalagardMapping" type="FalagardMapType" /> 14 15 16 17 18 14 </xsd:choice> 15 <xsd:attribute name="Name" type="xsd:string" use="required" /> 16 </xsd:complexType> 17 <xsd:complexType name="WindowSetType"> 18 <xsd:sequence> 19 19 <xsd:element name="WindowFactory" type="WindowFactoryType" minOccurs="0" maxOccurs="unbounded" /> 20 21 22 23 24 20 </xsd:sequence> 21 <xsd:attribute name="Filename" type="xsd:string" use="required" /> 22 </xsd:complexType> 23 <xsd:complexType name="WindowRendererSetType"> 24 <xsd:sequence> 25 25 <xsd:element name="WindowRendererFactory" type="WindowRendererFactoryType" minOccurs="0" maxOccurs="unbounded" /> 26 27 28 26 </xsd:sequence> 27 <xsd:attribute name="Filename" type="xsd:string" use="required" /> 28 </xsd:complexType> 29 29 <xsd:complexType name="FileDataType"> 30 30 <xsd:attribute name="Filename" type="xsd:string" use="required" /> 31 31 <xsd:attribute name="ResourceGroup" type="xsd:string" use="optional" default="" /> 32 32 </xsd:complexType> 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 33 <xsd:complexType name="NamedDataType"> 34 <xsd:attribute name="Name" type="xsd:string" use="required" /> 35 <xsd:attribute name="Filename" type="xsd:string" use="required" /> 36 <xsd:attribute name="ResourceGroup" type="xsd:string" use="optional" default="" /> 37 </xsd:complexType> 38 <xsd:complexType name="WindowFactoryType"> 39 <xsd:attribute name="Name" type="xsd:string" use="required" /> 40 </xsd:complexType> 41 <xsd:complexType name="WindowRendererFactoryType"> 42 <xsd:attribute name="Name" type="xsd:string" use="required" /> 43 </xsd:complexType> 44 <xsd:complexType name="WindowAliasType"> 45 <xsd:attribute name="Alias" type="xsd:string" use="required" /> 46 <xsd:attribute name="Target" type="xsd:string" use="required" /> 47 </xsd:complexType> 48 48 <xsd:complexType name="FalagardMapType"> 49 49 <xsd:attribute name="WindowType" type="xsd:string" use="required" /> 50 50 <xsd:attribute name="TargetType" type="xsd:string" use="required" /> 51 51 <xsd:attribute name="Renderer" type="xsd:string" use="required" /> 52 52 <xsd:attribute name="LookNFeel" type="xsd:string" use="required" /> 53 53 </xsd:complexType> -
code/trunk/data/gui/schemes/OrxonoxLook.scheme
r7887 r8079 1 1 <?xml version="1.0" ?> 2 2 <GUIScheme Name="OrxonoxLook"> 3 4 5 3 <Imageset Name="OrxonoxLook" Filename="OrxonoxLook.imageset" /> 4 <LookNFeel Filename="OrxonoxLook.looknfeel" /> 5 <WindowRendererSet Filename="CEGUIFalagardWRBase" /> 6 6 7 7 <!-- Standard widgets --> … … 45 45 <FalagardMapping WindowType="OrxonoxLook/Tooltip" TargetType="CEGUI/Tooltip" Renderer="Falagard/Tooltip" LookNFeel="OrxonoxLook/Tooltip" /> 46 46 <FalagardMapping WindowType="OrxonoxLook/Tree" TargetType="CEGUI/Tree" Renderer="Falagard/Tree" LookNFeel="OrxonoxLook/Tree" /> 47 47 48 48 <!-- Additional widgets --> 49 49 <FalagardMapping WindowType="OrxonoxLook/AlternateProgressBar" TargetType="CEGUI/ProgressBar" Renderer="Falagard/ProgressBar" LookNFeel="OrxonoxLook/AltProgressBar" /> -
code/trunk/data/gui/schemes/TaharezGreenLook.scheme
r6746 r8079 1 1 <?xml version="1.0" ?> 2 2 <GUIScheme Name="TaharezGreenLook"> 3 4 5 3 <Imageset Name="TaharezGreenLook" Filename="TaharezGreenLook.imageset" /> 4 <LookNFeel Filename="TaharezGreenLook.looknfeel" /> 5 <WindowRendererSet Filename="CEGUIFalagardWRBase" /> 6 6 7 7 <!-- Standard widgets --> … … 45 45 <FalagardMapping WindowType="TaharezGreenLook/Tooltip" TargetType="CEGUI/Tooltip" Renderer="Falagard/Tooltip" LookNFeel="TaharezGreenLook/Tooltip" /> 46 46 <FalagardMapping WindowType="TaharezGreenLook/Tree" TargetType="CEGUI/Tree" Renderer="Falagard/Tree" LookNFeel="TaharezGreenLook/Tree" /> 47 47 48 48 <!-- Additional widgets --> 49 49 <FalagardMapping WindowType="TaharezGreenLook/AlternateProgressBar" TargetType="CEGUI/ProgressBar" Renderer="Falagard/ProgressBar" LookNFeel="TaharezGreenLook/AltProgressBar" /> -
code/trunk/data/gui/schemes/TaharezLook.scheme
r6746 r8079 1 1 <?xml version="1.0" ?> 2 2 <GUIScheme Name="TaharezLook"> 3 4 5 3 <Imageset Name="TaharezLook" Filename="TaharezLook.imageset" /> 4 <LookNFeel Filename="TaharezLook.looknfeel" /> 5 <WindowRendererSet Filename="CEGUIFalagardWRBase" /> 6 6 7 7 <!-- Standard widgets --> … … 45 45 <FalagardMapping WindowType="TaharezLook/Tooltip" TargetType="CEGUI/Tooltip" Renderer="Falagard/Tooltip" LookNFeel="TaharezLook/Tooltip" /> 46 46 <FalagardMapping WindowType="TaharezLook/Tree" TargetType="CEGUI/Tree" Renderer="Falagard/Tree" LookNFeel="TaharezLook/Tree" /> 47 47 48 48 <!-- Additional widgets --> 49 49 <FalagardMapping WindowType="TaharezLook/AlternateProgressBar" TargetType="CEGUI/ProgressBar" Renderer="Falagard/ProgressBar" LookNFeel="TaharezLook/AltProgressBar" /> -
code/trunk/data/gui/scripts/AudioMenu.lua
r7689 r8079 2 2 3 3 local P = createMenuSheet("AudioMenu") 4 5 P.buttonList = {}6 7 function P.onShow()8 P.oldindex = -29 P.index = -110 end11 4 12 5 function P.onLoad() … … 50 43 end 51 44 52 local item ={45 P:setButton(1, 1, { 53 46 ["button"] = winMgr:getWindow("orxonox/AudioBackButton"), 54 ["function"] = P.AudioBackButton_clicked 55 } 56 P.buttonList[1] = item 47 ["callback"] = P.AudioBackButton_clicked 48 }) 57 49 end 58 50 … … 185 177 end 186 178 187 function P.onKeyPressed()188 buttonIteratorHelper(P.buttonList, code, P, 1, 1)189 end190 191 179 return P 192 180 -
code/trunk/data/gui/scripts/ControlsMenu.lua
r7689 r8079 2 2 3 3 local P = createMenuSheet("ControlsMenu") 4 P.buttonList = {}5 4 P.loadAlong = { "MouseControlsMenu", "KeyBindMenu" } 6 5 7 6 function P.onLoad() 8 P.multiplayerMode = "startClient" 7 P.multiplayerMode = "startClient" 9 8 10 9 --buttons are arranged in a 3x1 matrix: 11 local item ={10 P:setButton(1, 1, { 12 11 ["button"] = winMgr:getWindow("orxonox/MouseControlsButton"), 13 ["function"] = P.ControlsMouseControlsButton_clicked 14 } 15 P.buttonList[1] = item 12 ["callback"] = P.ControlsMouseControlsButton_clicked 13 }) 16 14 17 local item ={15 P:setButton(2, 1, { 18 16 ["button"] = winMgr:getWindow("orxonox/KeybindingsButton"), 19 ["function"] = P.ControlsKeyboardControlsButton_clicked 20 } 21 P.buttonList[2] = item 17 ["callback"] = P.ControlsKeyboardControlsButton_clicked 18 }) 22 19 23 local item ={20 P:setButton(3, 1, { 24 21 ["button"] = winMgr:getWindow("orxonox/ControlsBackButton"), 25 ["function"] = P.ControlsBackButton_clicked 26 } 27 P.buttonList[3] = item 28 29 end 30 31 function P.onShow() 32 --indices to iterate through buttonlist 33 P.oldindex = -2 34 P.index = -1 22 ["callback"] = P.ControlsBackButton_clicked 23 }) 35 24 end 36 25 … … 47 36 end 48 37 49 function P.onKeyPressed()50 buttonIteratorHelper(P.buttonList, code, P, 3, 1)51 end52 53 38 return P 54 39 -
code/trunk/data/gui/scripts/CreditsMenu.lua
r7732 r8079 3 3 local P = createMenuSheet("CreditsMenu") 4 4 5 P.buttonList = {}6 5 P.scrollbarWidth = 13 7 6 8 7 function P.onLoad() 9 local item ={8 P:setButton(1, 1, { 10 9 ["button"] = winMgr:getWindow("orxonox/CreditsBackButton"), 11 ["function"] = P.CreditsBackButton_clicked 12 } 13 P.buttonList[1] = item 10 ["callback"] = P.CreditsBackButton_clicked 11 }) 14 12 end 15 13 16 14 function P.onShow() 17 --indices to iterate through buttonlist18 P.oldindex = -219 P.index = -120 21 15 local description = winMgr:getWindow("orxonox/CreditsText") 22 16 description:setProperty("HorzFormatting", "WordWrapLeftAligned") … … 33 27 end 34 28 35 function P.onKeyPressed()36 buttonIteratorHelper(P.buttonList, code, P, 1, 1)37 end38 39 29 return P 40 30 -
code/trunk/data/gui/scripts/DecisionPopup.lua
r7726 r8079 3 3 local P = createMenuSheet("DecisionPopup") 4 4 5 P.buttonList = {}6 7 function P.onShow()8 --indices to iterate through buttonlist9 P.oldindex = -210 P.index = -111 end12 13 5 function P.onLoad() 14 6 15 7 --button are arranged in a 1x2 matrix 16 local item ={8 P:setButton(1, 1, { 17 9 ["button"] = winMgr:getWindow("orxonox/DecisionPopup_button_yes"), 18 ["function"] = P.button_yes 19 } 20 P.buttonList[1] = item 10 ["callback"] = P.button_yes 11 }) 21 12 22 local item ={13 P:setButton(1, 2, { 23 14 ["button"] = winMgr:getWindow("orxonox/DecisionPopup_button_no"), 24 [" function"] = P.button_no25 } 26 P.buttonList[2] = item 15 ["callback"] = P.button_no 16 }) 17 end 27 18 19 function P.onShow() 20 P:setSelection(1, 1) 28 21 end 29 22 … … 51 44 end 52 45 53 function P.onKeyPressed()54 buttonIteratorHelper(P.buttonList, code, P, 1, 2)55 end56 57 46 return P 58 47 -
code/trunk/data/gui/scripts/GUISheet.lua
r7689 r8079 16 16 end 17 17 18 -- Override this function if you need to do work on show 19 function P:onShow() 20 end 21 22 -- Override this function if you need to do work on hide 23 function P:onHide() 24 end 25 26 -- Override this function if you need to do work on quit 27 function P:onQuit() 28 end 29 30 -- Override this function if you want to react on keystrokes 31 function P:onKeyPressed() 32 end 33 34 -- Override this function if you want to update the gui after the window was resized 35 function P:onWindowResized() 36 end 37 18 38 -- show function for the GUI 19 39 function P:show() … … 21 41 self.bVisible = true 22 42 43 -- set the selected button's state 44 self:setSelectedButtonsStateToSelected() 45 23 46 self:onShow() 24 end25 26 -- Override this function if you need to do work on show27 function P:onShow()28 47 end 29 48 … … 36 55 end 37 56 38 -- Override this function if you need to do work on hide 39 function P:onHide() 40 end 41 42 -- Override this function if you need to do work just after the sheet has been hidden 43 function P:afterHide() 57 function P:quit() 58 -- reset the selected button 59 if self.buttons then 60 self:resetSelection() 61 end 62 63 self:onQuit() 44 64 end 45 65 … … 64 84 end 65 85 66 function P:onKeyPressed(e) 86 -- Handles key pressed while the gui sheed is displayed 87 function P:keyPressed() 88 if self.buttons then 89 if code == "208" then -- key down 90 self:moveSelectionRow(1) 91 elseif code == "200" then -- key up 92 self:moveSelectionRow(-1) 93 elseif code == "205" then -- key right 94 self:moveSelectionColumn(1) 95 elseif code == "203" then -- key left 96 self:moveSelectionColumn(-1) 97 elseif code == "28" or code == "156" then -- key enter or key numpad enter 98 self:pressSelectedButton() 99 end 100 end 101 102 self:onKeyPressed() 103 end 104 105 function P:windowResized() 106 self:onWindowResized() 107 end 108 109 110 ------------------------------------------------------------------------------- 111 -- Keyboard control ----------------------------------------------------------- 112 ------------------------------------------------------------------------------- 113 114 -- Initializes the buttons table, used to control the menu with the keyboard 115 function P:initButtons(rows, columns) 116 self.rows = rows 117 self.columns = columns 118 self.buttons = {} 119 self.selectedRow = 0 120 self.selectedColumn = 0 121 self.ratio = 1 122 end 123 124 -- ratio: the button's with divided by the button's height (used to calculate distance between buttons - adjust this until you get the desired behavior) 125 function P:setRatio(ratio) 126 self.ratio = ratio 127 end 128 129 -- Defines the button for a given position in the table. The upper-left button is at position (1, 1) 130 function P:setButton(row, column, button) 131 if not self.buttons then 132 -- init the table 133 self:initButtons(row, column) 134 elseif row > self.rows or column > self.columns then 135 -- rearrange the table 136 local maxRows = math.max(self.rows, row) 137 local maxColumns = math.max(self.columns, column) 138 139 for r = self.rows, 1, -1 do 140 for c = self.columns, 1, -1 do 141 local b = self:getButton(r, c) 142 if b then 143 self.buttons[(r - 1) * self.columns + (c - 1)] = nil 144 self.buttons[(r - 1) * maxColumns + (c - 1)] = b 145 end 146 end 147 end 148 149 self.rows = maxRows 150 self.columns = maxColumns 151 end 152 153 self.buttons[(row - 1) * self.columns + (column - 1)] = button 154 end 155 156 -- Returns the button at a given position in the table. The upper-left button is at position (1, 1) 157 function P:getButton(row, column) 158 if self.buttons then 159 return self.buttons[(row - 1) * self.columns + (column - 1)] 160 else 161 return nil 162 end 163 end 164 165 -- Returns the selected button 166 function P:getSelectedButton() 167 if self:hasSelection() then 168 return self:getButton(self.selectedRow, self.selectedColumn) 169 else 170 return nil 171 end 172 end 173 174 -- Presses the selected button if any 175 function P:pressSelectedButton() 176 if self:getSelectedButton() then 177 self.pressedEnter = true 178 self:getSelectedButton().callback() 179 self.pressedEnter = false 180 end 181 end 182 183 -- Sets the selection to a given row and column. The upper-left button is at position (1, 1) 184 function P:setSelection(row, column) 185 if not self.buttons then 186 return 187 end 188 189 assert(row > 0 and column > 0 and row <= self.rows and column <= self.columns, "(" .. row .. "/" .. column .. ") is not in the valid bounds of the table (1/1)-(" .. self.rows .. "/" .. self.columns .. ")") 190 191 self:setSelectedButtonsStateToNormal() 192 193 self.selectedRow = row 194 self.selectedColumn = column 195 196 self:setSelectedButtonsStateToSelected() 197 end 198 199 -- Sets the selection to the button closest to the given row and column. The upper-left button is at position (1, 1) 200 function P:setSelectionNear(row, column) 201 if not self.buttons then 202 return 203 end 204 205 assert(row > 0 and column > 0 and row <= self.rows and column <= self.columns, "(" .. row .. "/" .. column .. ") is not in the valid bounds of the table (1/1)-(" .. self.rows .. "/" .. self.columns .. ")") 206 207 if self:getButton(row, column) then 208 self:setSelection(row, column) 209 else 210 local min = 1000000 211 local minRow, minColumn 212 213 for r = 1, self.rows do 214 for c = 1, self.columns do 215 if self:getButton(r, c) then 216 local distance = math.sqrt((row - r)^2 + ((column - c) * self.ratio)^2) 217 if distance < min then 218 min = distance; minRow = r; minColumn = c 219 end 220 end 221 end 222 end 223 224 if minRow and minColumn then 225 self:setSelection(minRow, minColumn) 226 else 227 self:resetSelection() 228 end 229 end 230 end 231 232 -- Moves the selection by a given number of rows (a positive value means down, a negative value means up) 233 function P:moveSelectionRow(relRow) 234 self:moveSelection(relRow, "selectedRow", "selectedColumn", "rows", "columns", true) 235 end 236 237 -- Moves the selection by a given number of columns (a positive value means right, a negative value means left) 238 function P:moveSelectionColumn(relColumn) 239 self:moveSelection(relColumn, "selectedColumn", "selectedRow", "columns", "rows", false) 240 end 241 242 -- Generic move function, the values are determined at runtime depending on the arguments 243 function P:moveSelection(relMove, selectedThis, selectedOther, limitThis, limitOther, isRow) 244 if not self.buttons then 245 return 246 end 247 248 -- if there's no selection yet, prepare it such that the selection enters the table from the desired side 249 if self.selectedRow > 0 or self.selectedColumn > 0 then 250 self:setSelectedButtonsStateToNormal() 251 else 252 if relMove > 0 then 253 self[selectedThis] = 0 254 self[selectedOther] = 1 255 elseif relMove < 0 then 256 self[selectedThis] = self[limitThis] + 1 257 self[selectedOther] = 1 258 else 259 return 260 end 261 end 262 263 -- move the selection according to the parameters 264 self[selectedThis] = self[selectedThis] + relMove 265 266 -- wrap around on overflow or underflow 267 while self[selectedThis] > self[limitThis] do self[selectedThis] = self[selectedThis] - self[limitThis] end 268 while self[selectedThis] <= 0 do self[selectedThis] = self[selectedThis] + self[limitThis] end 269 270 -- if the button is deactivated, search the button closest to the desired location 271 if self:getSelectedButton() == nil then 272 local min = 1000000 273 local minV1, minV2 274 local limit, step 275 276 if relMove > 0 then 277 limit = self[limitThis] 278 step = 1 279 else 280 limit = 1 281 step = -1 282 end 283 284 for v1 = self[selectedThis], limit, step do 285 for v2 = 1, self[limitOther] do 286 local button 287 if isRow == true then 288 button = self:getButton(v1, v2) 289 else 290 button = self:getButton(v2, v1) 291 end 292 if button then 293 local distance 294 if isRow == true then 295 distance = math.sqrt((self[selectedThis] - v1)^2 + ((self[selectedOther] - v2) * self.ratio)^2) 296 else 297 distance = math.sqrt(((self[selectedThis] - v1) * self.ratio)^2 + (self[selectedOther] - v2)^2) 298 end 299 if distance < min then 300 min = distance; minV1 = v1; minV2 = v2 301 end 302 end 303 end 304 end 305 306 if minV1 and minV2 then 307 self[selectedThis] = minV1 308 self[selectedOther] = minV2 309 elseif self:hasButtons() then 310 -- no suitable button found - wrap around and search again 311 if relMove > 0 then 312 self[selectedThis] = 0 313 else 314 self[selectedThis] = self[limitThis] + 1 315 end 316 self:moveSelection(relMove, selectedThis, selectedOther, limitThis, limitOther, isRow) 317 end 318 end 319 320 self:setSelectedButtonsStateToSelected() 321 end 322 323 -- Resets the selection 324 function P:resetSelection() 325 self:setSelectedButtonsStateToNormal() 326 327 self.selectedRow = 0 328 self.selectedColumn = 0 329 end 330 331 -- Checks if there's at least one button in the table 332 function P:hasButtons() 333 local count = 0 334 for r = 1, self.rows do 335 for c = 1, self.columns do 336 if self:getButton(r, c) then 337 count = count + 1 338 end 339 end 340 end 341 342 return (count > 0) 343 end 344 345 -- Determines if a button is selected 346 function P:hasSelection() 347 if self.selectedRow and self.selectedRow > 0 and self.selectedColumn and self.selectedColumn > 0 then 348 return true 349 else 350 return false 351 end 352 end 353 354 -- Sets the selected button's state to normal 355 function P:setSelectedButtonsStateToNormal() 356 self:setSelectedButtonsState("Normal") 357 end 358 359 -- Sets the selected button's state to selected 360 function P:setSelectedButtonsStateToSelected() 361 self:setSelectedButtonsState("Selected") 362 end 363 364 -- Sets the selected button's state to pushed 365 function P:setSelectedButtonsStateToPushed() 366 self:setSelectedButtonsState("Pushed") 367 end 368 369 -- Sets the selected button's state 370 function P:setSelectedButtonsState(state) 371 if self:getSelectedButton() then 372 local element = self:getSelectedButton().button 373 local offset = getElementStateOffset(element) 374 375 if offset then 376 element:setProperty("NormalImageRightEdge", string.sub(element:getProperty("NormalImageRightEdge"), 1, offset) .. state) 377 element:setProperty("NormalImageLeftEdge", string.sub(element:getProperty("NormalImageLeftEdge"), 1, offset) .. state) 378 element:setProperty("NormalImageBackground", string.sub(element:getProperty("NormalImageBackground"), 1, offset) .. state) 379 end 380 end 381 end 382 383 -- Gets the offset of the button's current state 384 function getElementStateOffset(element) 385 local property = element:getProperty("NormalImageRightEdge") 386 387 if string.sub(property, string.len(property) - 5, string.len(property)) == "Normal" then 388 return -7 389 elseif string.sub(property, string.len(property) - 7, string.len(property)) == "Selected" then 390 return -9 391 elseif string.sub(property, string.len(property) - 5, string.len(property)) == "Pushed" then 392 return -7 393 else 394 return nil 395 end 67 396 end 68 397 -
code/trunk/data/gui/scripts/GUITools.lua
r7913 r8079 54 54 return height 55 55 end 56 57 --function to iterate through a menu sheet by using arrowkeys58 59 --@arguments:60 -- list: 2-dimensional table, arguments are items that contain a button and its function61 -- !!note: each button can only be in the list once!!62 -- code: code of any key on the keyboard63 -- P: menusheet64 -- n: number of rows of the buttontable65 -- m: number of colums of the buttontable66 67 function buttonIteratorHelper(list, code, P, n, m)68 69 --after a key (down,up,left,right) is pressed the index of the current button has to be updated70 71 --key down72 if code == "208" then73 if P.index < 0 then -- initial status74 P.index = 075 P.oldindex = -176 else77 P.oldindex = P.index78 P.index = (P.index + m) % (m*n) --modulo operation works as a "wrap around" in the button menu79 80 while list[P.index+1] == nil do81 P.oldindex = P.index82 P.index = (P.index + m) % (m*n)83 end84 end85 86 --key up87 elseif code == "200" then88 if P.index < 0 then89 P.index = 090 P.oldindex = -191 elseif(P.index == 0) then92 P.oldindex = P.index93 P.index = m*n-m94 95 while list[P.index+1] == nil do96 P.oldindex = P.index97 P.index = (P.index-m)%(m*n)98 end99 else100 P.oldindex = P.index101 P.index = (P.index -m) % (m*n)102 103 while list[P.index+1] == nil do104 P.oldindex = P.index105 P.index = (P.index-m)%(m*n)106 end107 end108 109 --key right110 elseif code == "205" then111 if P.index < 0 then112 P.index = 0113 P.oldindex = -1114 elseif (P.index+1) % m == 0 then -- we are at the right-end of a row115 P.oldindex = P.index116 P.index = P.index + 1 -m117 118 while list[P.index+1] == nil do119 P.oldindex = P.index120 P.index = P.index + 1121 end122 else123 P.oldindex = P.index124 P.index = P.index + 1125 126 while list[P.index+1] == nil do127 if (P.index+1) % m == 0 then -- we are at the right-end of a row128 P.oldindex = P.index129 P.index = P.index + 1-m130 131 else132 P.oldindex = P.index133 P.index = P.index + 1134 end135 end136 end137 138 --key left139 elseif code == "203" then140 if P.index < 0 then141 P.index = 0142 P.oldindex = -1143 elseif P.index % m == 0 then -- we are at the left-end of a row144 P.oldindex = P.index145 P.index = P.index +m-1146 147 while list[P.index+1] == nil do148 P.oldindex = P.index149 P.index = P.index -1150 end151 else152 P.oldindex = P.index153 P.index = P.index -1154 155 while list[P.index+1] == nil do156 if P.index % m == 0 then -- we are at the left-end of a row157 P.oldindex = P.index158 P.index = P.index -1 + m159 else160 P.oldindex = P.index161 P.index = P.index -1162 end163 end164 end165 end166 167 --to update the new current button168 if (code == "208" or code == "200" or code == "203" or code == "205") and P.oldindex~= P.index then169 170 local system = CEGUI.System:getSingleton()171 local window = winMgr:getWindow("orxonox/MainMenuBackground")172 173 local item = list[P.index+1]174 local child = item["button"]175 local s = child:getProperty("NormalImageRightEdge")176 177 --teste ob der Button nicht schon gehighlightet ist178 if string.sub(s,string.len(s)-8,string.len(s)) == "Highlight" then179 --nop180 else181 child:setProperty("NormalImageRightEdge", string.sub(child:getProperty("NormalImageRightEdge"),1,-7) .. "Highlight")182 child:setProperty("NormalImageLeftEdge", string.sub(child:getProperty("NormalImageLeftEdge"),1,-7) .. "Highlight")183 child:setProperty("NormalImageBackground", string.sub(child:getProperty("NormalImageBackground"),1,-7) .. "Highlight")184 if P.oldindex >= 0 then185 if list[P.oldindex+1] ~= nil then186 local item = list[P.oldindex+1]187 local oldChild = item["button"]188 oldChild:setProperty("NormalImageRightEdge", string.sub(oldChild:getProperty("NormalImageRightEdge"),1,-10) .. "Normal")189 oldChild:setProperty("NormalImageLeftEdge", string.sub(oldChild:getProperty("NormalImageLeftEdge"),1,-10) .. "Normal")190 oldChild:setProperty("NormalImageBackground", string.sub(oldChild:getProperty("NormalImageBackground"),1,-10) .. "Normal")191 end192 end193 end194 195 --for every highlighted button check if index is on its position. If not, set imageproperty on "normal"196 local i = 1197 while i < (n*m) do198 if i == P.index +1 then199 i = i+1200 else201 if list[i] ~= nil then202 local item = list[i]203 local child = item["button"]204 local s = child:getProperty("NormalImageRightEdge")205 if string.sub(s,string.len(s)-8,string.len(s)) == "Highlight" then206 child:setProperty("NormalImageRightEdge", string.sub(child:getProperty("NormalImageRightEdge"),1,-10) .. "Normal")207 child:setProperty("NormalImageLeftEdge", string.sub(child:getProperty("NormalImageLeftEdge"),1,-10) .. "Normal")208 child:setProperty("NormalImageBackground", string.sub(child:getProperty("NormalImageBackground"),1,-10) .. "Normal")209 end210 end211 end212 i=i+1213 end214 end215 216 --enter217 if code == "28" and P.index >= 0 then218 local item = list[P.index+1]219 local child = item["button"]220 child:setProperty("NormalImageRightEdge", string.sub(child:getProperty("NormalImageRightEdge"),1,-10) .. "Normal")221 child:setProperty("NormalImageLeftEdge", string.sub(child:getProperty("NormalImageLeftEdge"),1,-10) .. "Normal")222 child:setProperty("NormalImageBackground", string.sub(child:getProperty("NormalImageBackground"),1,-10) .. "Normal")223 224 local foo = item["function"]225 foo()226 end227 228 end229 230 --write index and oldindex on the console231 --works like buttonIteratorHelper232 function indexTester(list,code,P,n,m)233 --key down234 if code == "208" then235 if P.index < 0 then -- initial status236 P.index = 0237 P.oldindex = -1238 else239 P.oldindex = P.index240 P.index = (P.index + m) % (m*n)241 242 while list[P.index+1] == nil do243 P.oldindex = P.index244 P.index = (P.index + m) % (m*n)245 end246 end247 248 --key up249 elseif code == "200" then250 if P.index < 0 then251 P.index = 0252 P.oldindex = -1253 elseif(P.index == 0) then254 P.oldindex = P.index255 P.index = m*n-m256 257 while list[P.index+1] == nil do258 P.oldindex = P.index259 P.index = (P.index-m)%(m*n)260 end261 else262 P.oldindex = P.index263 P.index = (P.index -m) % (m*n)264 265 while list[P.index+1] == nil do266 P.oldindex = P.index267 P.index = P.index -m268 end269 end270 271 --key right272 elseif code == "205" then273 if P.index < 0 then274 P.index = 0275 P.oldindex = -1276 elseif (P.index+1) % m == 0 then -- we are at the right-end of a row277 P.oldindex = P.index278 P.index = P.index + 1 -m279 280 while list[P.index+1] == nil do281 P.oldindex = P.index282 P.index = P.index + 1283 end284 else285 P.oldindex = P.index286 P.index = P.index + 1287 288 while list[P.index+1] == nil do289 if (P.index+1) % m == 0 then -- we are at the right-end of a row290 P.oldindex = P.index291 P.index = P.index + 1-m292 293 else294 P.oldindex = P.index295 P.index = P.index + 1296 end297 end298 end299 300 --key left301 elseif code == "203" then302 if P.index < 0 then303 P.index = 0304 P.oldindex = -1305 elseif P.index % m == 0 then -- we are at the left-end of a row306 P.oldindex = P.index307 P.index = P.index +m-1308 309 while list[P.index+1] == nil do310 P.oldindex = P.index311 P.index = P.index -1312 end313 else314 P.oldindex = P.index315 P.index = P.index -1316 317 while list[P.index+1] == nil do318 if P.index % m == 0 then -- we are at the left-end of a row319 P.oldindex = P.index320 P.index = P.index -1 + m321 else322 P.oldindex = P.index323 P.index = P.index -1324 end325 end326 end327 end328 329 cout(0, P.oldindex)330 cout(0, P.index)331 332 end333 334 335 336 -
code/trunk/data/gui/scripts/GraphicsMenu.lua
r7801 r8079 3 3 local P = createMenuSheet("GraphicsMenu") 4 4 5 P. buttonList = {}5 P.resolutionList = {"custom", "640 x 480", "720 x 480", "720 x 576", "800 x 600", "1024 x 600", "1024 x 768", "1152 x 864", "1280 x 720", "1280 x 800", "1280 x 960", "1280 x 1024", "1360 x 768", "1440 x 900", "1600 x 900", "1600 x 1200", "1680 x 1050"} 6 6 P.schemeList = {"TaharezGreen", "Orxonox"} 7 8 function P.onShow() 9 --indices to iterate through buttonlist (trivial in this menu sheet) 10 P.oldindex = -2 11 P.index = -1 12 end 13 14 function P.onLoad() 15 block = true 16 file = orxonox.PathConfig:getConfigPathString() .. orxonox.getConfig("GraphicsManager", "ogreConfigFile_") 17 search_mode = 0 18 f = io.open(file, "r") 19 firstline = f:read("*line") 20 rendersystem = string.sub(firstline, 15) 21 for line in f:lines() do 22 if search_mode == 0 then 23 if string.find(line, rendersystem) ~= nil then 24 search_mode = 1 25 end 7 P.fsaaList = {"0", "2", "4", "8", "8 [Quality]"} 8 P.particleLodList = {"None", "Low", "Normal", "High"} 9 10 function P:onLoad() 11 ------------------- 12 -- Button matrix -- 13 ------------------- 14 15 P:setButton(1, 1, { 16 ["button"] = winMgr:getWindow("orxonox/GraphicsOkButton"), 17 ["callback"] = P.callback_Ok_Clicked 18 }) 19 20 P:setButton(1, 2, { 21 ["button"] = winMgr:getWindow("orxonox/GraphicsCancelButton"), 22 ["callback"] = P.callback_Cancel_Clicked 23 }) 24 25 -- place apply button at the bottom in the matrix, even though it's in fact at the top, to make the OK button highlighted by default 26 P:setButton(2, 1, { 27 ["button"] = winMgr:getWindow("orxonox/Display/Resolution/Apply"), 28 ["callback"] = P.callback_Apply_Clicked 29 }) 30 31 ----------------- 32 -- Combo boxes -- 33 ----------------- 34 35 -- resolution combobox 36 local resolutionCombobox = winMgr:getWindow("orxonox/Display/Resolution/Combobox") 37 CEGUI.toCombobox(resolutionCombobox):setReadOnly(true) 38 39 for k,v in pairs(P.resolutionList) do 40 local item = CEGUI.createListboxTextItem(v) 41 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 42 resolutionCombobox:addItem(item) 43 end 44 45 -- themes combobox 46 local themeCombobox = winMgr:getWindow("orxonox/Display/Theme/Combobox") 47 CEGUI.toCombobox(themeCombobox):setReadOnly(true) 48 49 for k,v in pairs(P.schemeList) do 50 local item = CEGUI.createListboxTextItem(v) 51 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 52 themeCombobox:addItem(item) 53 end 54 55 -- fsaa combobox 56 local fsaaCombobox = winMgr:getWindow("orxonox/Display/More/FSAA") 57 CEGUI.toCombobox(fsaaCombobox):setReadOnly(true) 58 59 for k,v in pairs(P.fsaaList) do 60 local item = CEGUI.createListboxTextItem(v) 61 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 62 fsaaCombobox:addItem(item) 63 end 64 65 -- particle lod combobox 66 local particleLodCombobox = winMgr:getWindow("orxonox/Settings/ParticleLodCombobox") 67 CEGUI.toCombobox(particleLodCombobox):setReadOnly(true) 68 69 for k,v in pairs(P.particleLodList) do 70 local item = CEGUI.createListboxTextItem(v) 71 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 72 particleLodCombobox:addItem(item) 73 end 74 end 75 76 function P:onShow() 77 ----------------- 78 -- Display tab -- 79 ----------------- 80 81 -- fullscreen checkbox / resolution combobox / resolution editboxes 82 self:onWindowResized() 83 84 -- apply button 85 self.updateApplyButton() 86 87 -- aspect ratio editbox 88 local aspectRatioEditbox = winMgr:getWindow("orxonox/Display/Resolution/AspectRatio") 89 local currentAspectRatio = orxonox.CommandExecutor:query("getConfig Camera aspectRatio_") 90 aspectRatioEditbox:setText(currentAspectRatio) 91 92 -- themes combobox 93 local themeCombobox = winMgr:getWindow("orxonox/Display/Theme/Combobox") 94 local currentTheme = orxonox.CommandExecutor:query("getConfig GUIManager guiScheme_") 95 96 for i = 0, themeCombobox:getDropList():getItemCount() - 1 do 97 local item = themeCombobox:getListboxItemFromIndex(i) 98 themeCombobox:setItemSelectState(item, (item:getText() == currentTheme)) 99 end 100 101 -- vsync checkbox 102 local vsyncCheckbox = winMgr:getWindow("orxonox/Display/More/VSync") 103 local hasVSync = orxonox.GraphicsManager:getInstance():hasVSyncEnabled() 104 CEGUI.toCheckbox(vsyncCheckbox):setSelected(hasVSync) 105 106 -- fsaa combobox 107 local fsaaCombobox = winMgr:getWindow("orxonox/Display/More/FSAA") 108 local currentFSAAMode = orxonox.GraphicsManager:getInstance():getFSAAMode() 109 110 for i = 0, fsaaCombobox:getDropList():getItemCount() - 1 do 111 local item = fsaaCombobox:getListboxItemFromIndex(i) 112 fsaaCombobox:setItemSelectState(item, (item:getText() == currentFSAAMode)) 113 end 114 115 -- notice 116 self:updateRedLabel() 117 118 ------------------ 119 -- Settings tab -- 120 ------------------ 121 122 -- fov editbox 123 local fovEditbox = winMgr:getWindow("orxonox/Settings/Fov") 124 local currentFov = orxonox.CommandExecutor:query("getConfig Camera fov_") 125 fovEditbox:setText(currentFov) 126 127 -- fps limit editbox 128 local fpsEditbox = winMgr:getWindow("orxonox/Settings/FpsLimit") 129 local currentFpsLimit = orxonox.CommandExecutor:query("getConfig GraphicsSettings fpsLimit") 130 fpsEditbox:setText(currentFpsLimit) 131 132 -- particle lod combobox 133 local particleLodCombobox = winMgr:getWindow("orxonox/Settings/ParticleLodCombobox") 134 local currentParticleLod = orxonox.CommandExecutor:query("getConfig GraphicsSettings particlesDetailLevel") 135 136 if currentParticleLod == "" then 137 particleLodCombobox:disable() 138 else 139 particleLodCombobox:enable() 140 141 for i = 0, particleLodCombobox:getDropList():getItemCount() - 1 do 142 local item = particleLodCombobox:getListboxItemFromIndex(i) 143 particleLodCombobox:setItemSelectState(item, (tostring(i) == currentParticleLod)) 26 144 end 27 if search_mode == 1 then 28 if string.sub(line, 1, 11) == "Full Screen" then 29 if string.sub(line, 13) == "Yes" then 30 fullscreen = true 31 else 32 fullscreen = false 33 end 34 end 35 if string.sub(line, 1, 10) == "Video Mode" then 36 if string.match(line, "@") == "@" then 37 resolution = string.sub(line, 12, string.find(line, "@")-2) 38 else 39 resolution = string.sub(line, 12) 40 end 41 break 42 end 145 end 146 147 -- mesh lod checkbox 148 local meshLodCheckbox = winMgr:getWindow("orxonox/Settings/MeshLodCheckbox") 149 local hasMeshLod = orxonox.CommandExecutor:query("getConfig GraphicsSettings enableMeshLoD") 150 if hasMeshLod == "true" then 151 hasMeshLod = true 152 elseif hasMeshLod == "false" then 153 hasMeshLod = false 154 end 155 CEGUI.toCheckbox(meshLodCheckbox):setSelected(hasMeshLod) 156 157 -- motion blur checkbox 158 local motionBlurCheckbox = winMgr:getWindow("orxonox/Settings/MotionBlurCheckbox") 159 local hasMotionBlur = orxonox.CommandExecutor:query("getConfig GraphicsSettings enableMotionBlur") 160 if hasMotionBlur == "true" then 161 hasMotionBlur = true 162 elseif hasMotionBlur == "false" then 163 hasMotionBlur = false 164 end 165 CEGUI.toCheckbox(motionBlurCheckbox):setSelected(hasMotionBlur) 166 end 167 168 function P:onWindowResized() 169 -- fullscreen checkbox 170 local fullscreenCheckbox = winMgr:getWindow("orxonox/Display/Resolution/Fullscreen") 171 local isFullscreen = orxonox.GraphicsManager:getInstance():isFullScreen() 172 CEGUI.toCheckbox(fullscreenCheckbox):setSelected(isFullscreen) 173 174 -- resolution combobox 175 local resolutionCombobox = winMgr:getWindow("orxonox/Display/Resolution/Combobox") 176 177 local currentWidth = orxonox.GraphicsManager:getInstance():getWindowWidth() 178 local currentHeight = orxonox.GraphicsManager:getInstance():getWindowHeight() 179 180 if P.forceResolutionEditboxes then 181 currentWidth = P.newWidth 182 currentHeight = P.newHeight 183 P.forceResolutionEditboxes = false 184 end 185 186 local currentResolution = currentWidth .. " x " .. currentHeight 187 188 for i = 0, resolutionCombobox:getDropList():getItemCount() - 1 do 189 local item = resolutionCombobox:getListboxItemFromIndex(i) 190 resolutionCombobox:setItemSelectState(item, item:getText() == currentResolution) 191 end 192 193 -- resolution editboxes 194 self.updateResolutionEditboxes() 195 end 196 197 ---------------------- 198 -- Helper functions -- 199 ---------------------- 200 201 -- updates the text of the resolution checkboxes and checks if they should be enabled (only if the "custom" resolution was selected) 202 function P.updateResolutionEditboxes() 203 -- resolution combobox 204 local resolutionCombobox = winMgr:getWindow("orxonox/Display/Resolution/Combobox") 205 206 local currentWidth = orxonox.GraphicsManager:getInstance():getWindowWidth() 207 local currentHeight = orxonox.GraphicsManager:getInstance():getWindowHeight() 208 209 -- resolution editboxes 210 local widthEditbox = winMgr:getWindow("orxonox/Display/Resolution/EditboxWidth") 211 local heightEditbox = winMgr:getWindow("orxonox/Display/Resolution/EditboxHeight") 212 widthEditbox:disable() 213 heightEditbox:disable() 214 215 -- selected combobox item 216 local item = resolutionCombobox:getSelectedItem() 217 if item then 218 local itemText = item:getText() 219 if itemText ~= "custom" then 220 currentWidth = string.sub(itemText, 1, string.find(itemText, "x") - 2) 221 currentHeight = string.sub(itemText, string.find(itemText, "x") + 2) 222 else 223 widthEditbox:enable() 224 heightEditbox:enable() 43 225 end 44 226 end 45 f:close() 46 local fullscreenwindow = tolua.cast(winMgr:getWindow("orxonox/FullscreenCheckbox"),"CEGUI::Checkbox") 47 fullscreenwindow:setSelected(fullscreen) 48 listboxwindow = winMgr:getWindow("orxonox/ResolutionListbox") 49 local resolutionList = {} 50 table.insert(resolutionList, "640 x 480") 51 table.insert(resolutionList, "720 x 480") 52 table.insert(resolutionList, "720 x 576") 53 table.insert(resolutionList, "800 x 480") 54 table.insert(resolutionList, "800 x 600") 55 table.insert(resolutionList, "1024 x 480") 56 table.insert(resolutionList, "1024 x 600") 57 table.insert(resolutionList, "1024 x 768") 58 table.insert(resolutionList, "1152 x 864") 59 table.insert(resolutionList, "1280 x 720") 60 table.insert(resolutionList, "1280 x 768") 61 table.insert(resolutionList, "1440 x 900") 62 for k,v in pairs(resolutionList) do 63 item = CEGUI.createListboxTextItem(v) 64 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 65 CEGUI.toListbox(listboxwindow):addItem(item) 66 end 67 if resolution == "640 x 480" then 68 listboxwindow:setItemSelectState(0,true) 69 elseif resolution == "720 x 480" then 70 listboxwindow:setItemSelectState(1,true) 71 elseif resolution == "720 x 576" then 72 listboxwindow:setItemSelectState(2,true) 73 elseif resolution == "800 x 480" then 74 listboxwindow:setItemSelectState(3,true) 75 elseif resolution == "800 x 600" then 76 listboxwindow:setItemSelectState(4,true) 77 elseif resolution == "1024 x 480" then 78 listboxwindow:setItemSelectState(5,true) 79 elseif resolution == "1024 x 600" then 80 listboxwindow:setItemSelectState(6,true) 81 elseif resolution == "1024 x 768" then 82 listboxwindow:setItemSelectState(7,true) 83 elseif resolution == "1152 x 864" then 84 listboxwindow:setItemSelectState(8,true) 85 elseif resolution == "1280 x 720" then 86 listboxwindow:setItemSelectState(9,true) 87 elseif resolution == "1280 x 768" then 88 listboxwindow:setItemSelectState(10,true) 89 elseif resolution == "1440 x 900" then 90 listboxwindow:setItemSelectState(11,true) 91 end 92 scrollbar_active = false 93 block = false 94 95 local item = { 96 ["button"] = winMgr:getWindow("orxonox/GraphicsBackButton"), 97 ["function"] = P.GraphicsBackButton_clicked 98 } 99 P.buttonList[1] = item 100 101 local dropbox = winMgr:getWindow("orxonox/ThemeDropBox") 102 local scheme = orxonox.CommandExecutor:query("getConfig GUIManager guiScheme_") 103 for k,v in pairs(P.schemeList) do 104 local item = CEGUI.createListboxTextItem(P.schemeList[k]) 105 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 106 CEGUI.toListbox(dropbox):addItem(item) 107 if v == scheme then 108 dropbox:setItemSelectState(item, true) 109 end 110 end 111 112 end 113 114 function P.ThemeDropBox_changed(e) 115 local dropbox = winMgr:getWindow("orxonox/ThemeDropBox") 116 local listbox = CEGUI.toListbox(dropbox) 117 local choice = listbox:getFirstSelectedItem() 118 local index = 0 119 if choice ~= nil then 120 index = listbox:getItemIndex(choice) 121 end 122 orxonox.CommandExecutor:execute("config GUIManager guiScheme_ " .. P.schemeList[index+1]) 123 end 124 125 function P.GraphicsResolutionListbox_changed(e) 126 if listboxwindow:isItemSelected(0) then 127 resolution = "640 x 480" 128 elseif listboxwindow:isItemSelected(1) then 129 resolution = "720 x 480" 130 elseif listboxwindow:isItemSelected(2) then 131 resolution = "720 x 576" 132 elseif listboxwindow:isItemSelected(3) then 133 resolution = "800 x 480" 134 elseif listboxwindow:isItemSelected(4) then 135 resolution = "800 x 600" 136 elseif listboxwindow:isItemSelected(5) then 137 resolution = "1024 x 480" 138 elseif listboxwindow:isItemSelected(6) then 139 resolution = "1024 x 600" 140 elseif listboxwindow:isItemSelected(7) then 141 resolution = "1024 x 768" 142 elseif listboxwindow:isItemSelected(8) then 143 resolution = "1152 x 864" 144 elseif listboxwindow:isItemSelected(9) then 145 resolution = "1280 x 720" 146 elseif listboxwindow:isItemSelected(10) then 147 resolution = "1280 x 768" 148 elseif listboxwindow:isItemSelected(11) then 149 resolution = "1440 x 900" 150 end 151 search_mode = 0 152 f = io.open(file, "r") 153 firstline = f:read("*line") 154 text = firstline .. "\n" 155 rendersystem = string.sub(firstline, 15) 156 for line in f:lines() do 157 if search_mode == 0 then 158 if string.find(line, rendersystem) ~= nil then 159 search_mode = 1 160 end 161 end 162 if search_mode == 1 then 163 if string.sub(line, 1, 10) == "Video Mode" then 164 if string.match(line, "@") == "@" then 165 line = "Video Mode=" .. resolution .. string.sub(line, string.find(line, "@")-1) 166 else 167 line = "Video Mode=" .. resolution 168 end 169 search_mode = 2 170 end 171 end 172 text = text .. line .. "\n" 173 end 174 f:close() 175 f = io.open(file, "w") 176 f:write(text) 177 f:close() 178 end 179 180 function P.GraphicsBrightnessScrollbar_changed(e) 181 if scrollbar_active == false then 182 -- brightness 183 logMessage(0, "event: brightness") 184 end 185 end 186 187 function P.GraphicsBrightnessScrollbar_started(e) 188 scrollbar_active = true 189 end 190 191 function P.GraphicsBrightnessScrollbar_ended(e) 192 -- brightness 193 logMessage(0, "event: brightness") 194 scrollbar_active = false 195 end 196 197 function P.GraphicsFullscreenCheckbox_clicked(e) 198 if block == false then 199 search_mode = 0 200 f = io.open(file, "r") 201 firstline = f:read("*line") 202 text = firstline .. "\n" 203 rendersystem = string.sub(firstline, 15) 204 for line in f:lines() do 205 if search_mode == 0 then 206 if string.find(line, rendersystem) ~= nil then 207 search_mode = 1 208 end 209 end 210 if search_mode == 1 then 211 if string.sub(line, 1, 11) == "Full Screen" then 212 if fullscreen == true then 213 line = "Full Screen=No" 214 fullscreen = false 215 else 216 line = "Full Screen=Yes" 217 fullscreen = true 218 end 219 search_mode = 2 220 end 221 end 222 text = text .. line .. "\n" 223 end 224 f:close() 225 f = io.open(file, "w") 226 f:write(text) 227 f:close() 228 end 229 end 230 231 function P.GraphicsBackButton_clicked(e) 227 228 widthEditbox:setText(currentWidth) 229 heightEditbox:setText(currentHeight) 230 end 231 232 -- checks if the apply button should be enabled or disabled (only enabled if the current settings are different from the selected values) 233 function P.updateApplyButton() 234 -- fullscreen checkbox 235 local fullscreenCheckbox = winMgr:getWindow("orxonox/Display/Resolution/Fullscreen") 236 local isFullscreen = orxonox.GraphicsManager:getInstance():isFullScreen() 237 local fullscreenChanged = (isFullscreen ~= CEGUI.toCheckbox(fullscreenCheckbox):isSelected()) 238 239 -- resolution editboxes 240 local widthEditbox = winMgr:getWindow("orxonox/Display/Resolution/EditboxWidth") 241 local heightEditbox = winMgr:getWindow("orxonox/Display/Resolution/EditboxHeight") 242 local currentWidth = tostring(orxonox.GraphicsManager:getInstance():getWindowWidth()) 243 local currentHeight = tostring(orxonox.GraphicsManager:getInstance():getWindowHeight()) 244 local widthChanged = (currentWidth ~= widthEditbox:getText()) 245 local heightChanged = (currentHeight ~= heightEditbox:getText()) 246 local resolutionEditboxesEnabled = not widthEditbox:isDisabled() 247 248 -- apply button 249 local applyButton = winMgr:getWindow("orxonox/Display/Resolution/Apply") 250 251 if fullscreenChanged or widthChanged or heightChanged or resolutionEditboxesEnabled then 252 applyButton:enable() 253 else 254 applyButton:disable() 255 end 256 end 257 258 function P.updateRedLabel() 259 -- theme 260 local themeCombobox = winMgr:getWindow("orxonox/Display/Theme/Combobox") 261 local currentTheme = orxonox.CommandExecutor:query("getConfig GUIManager guiScheme_") 262 local themeChanged = (currentTheme ~= themeCombobox:getText()) 263 264 -- vsync 265 local vsyncCheckbox = winMgr:getWindow("orxonox/Display/More/VSync") 266 local hasVSync = orxonox.GraphicsManager:getInstance():hasVSyncEnabled() 267 local vsyncChanged = (hasVSync ~= CEGUI.toCheckbox(vsyncCheckbox):isSelected()) 268 269 -- fsaa 270 local fsaaCombobox = winMgr:getWindow("orxonox/Display/More/FSAA") 271 local currentFSAAMode = orxonox.GraphicsManager:getInstance():getFSAAMode() 272 local fsaaChanged = (currentFSAAMode ~= fsaaCombobox:getText()) 273 274 local needRestart = themeChanged or vsyncChanged or fsaaChanged 275 276 local notice = winMgr:getWindow("orxonox/Display/Notice") 277 notice:setVisible(not needRestart) 278 local noticeRed = winMgr:getWindow("orxonox/Display/NoticeRed") 279 noticeRed:setVisible(needRestart) 280 end 281 282 --------------------- 283 -- Event callbacks -- 284 --------------------- 285 286 -- resolution 287 288 function P.callback_FullscreenCheckbox_CheckStateChanged(e) 289 P.updateApplyButton() 290 end 291 292 function P.callback_ResolutionCombobox_ListSelectionAccepted(e) 293 P.updateResolutionEditboxes() 294 end 295 296 function P.callback_ResolutionEditboxWidth_TextChanged(e) 297 P.updateApplyButton() 298 end 299 300 function P.callback_ResolutionEditboxHeight_TextChanged(e) 301 P.updateApplyButton() 302 end 303 304 -- theme 305 306 function P.callback_ThemeCombobox_ListSelectionAccepted(e) 307 P.updateRedLabel() 308 end 309 310 -- vsync 311 312 function P.callback_VSyncCheckbox_CheckStateChanged(e) 313 P.updateRedLabel() 314 end 315 316 -- fsaa 317 318 function P.callback_FSAACombobox_ListSelectionAccepted(e) 319 P.updateRedLabel() 320 end 321 322 -- buttons 323 324 function P.callback_Apply_Clicked(e) 325 -- resolution 326 local fullscreenCheckbox = winMgr:getWindow("orxonox/Display/Resolution/Fullscreen") 327 local checkedFullscreen = tostring(CEGUI.toCheckbox(fullscreenCheckbox):isSelected()) 328 329 local widthEditbox = winMgr:getWindow("orxonox/Display/Resolution/EditboxWidth") 330 local heightEditbox = winMgr:getWindow("orxonox/Display/Resolution/EditboxHeight") 331 332 P.newWidth = widthEditbox:getText() 333 P.newHeight = heightEditbox:getText() 334 P.forceResolutionEditboxes = true 335 336 -- start revert timer 337 P.oldWidth = orxonox.GraphicsManager:getInstance():getWindowWidth() 338 P.oldHeight = orxonox.GraphicsManager:getInstance():getWindowHeight() 339 P.oldFullscreen = orxonox.GraphicsManager:getInstance():isFullScreen() 340 341 P.revertTimerHandle = orxonox.CommandExecutor:query("delayreal 10 {hideGUI DecisionPopup; GraphicsManager setScreenResolution " .. P.oldWidth .. " " .. P.oldHeight .. " " .. tostring(P.oldFullscreen) .. "; config Core lastLevelTimestamp_ [expr [getConfig Core ogreConfigTimestamp_] + 1]}") 342 343 -- change settings 344 orxonox.CommandExecutor:execute("GraphicsManager setScreenResolution " .. P.newWidth .. " " .. P.newHeight .. " " .. checkedFullscreen) 345 346 P.updateApplyButton() 347 348 -- prompt for confirmation 349 openDecisionPopup("Do you want to keep these settings? (Settings will be reverted in 10 seconds if not accepted)", GraphicsMenu.callback_ApplyDecisionPopup) 350 if checkedFullscreen then 351 showCursor() 352 end 353 end 354 355 function P.callback_ApplyDecisionPopup(pressedOK) 356 orxonox.CommandExecutor:execute("killdelay " .. P.revertTimerHandle) 357 358 if not pressedOK then 359 orxonox.CommandExecutor:execute("GraphicsManager setScreenResolution " .. P.oldWidth .. " " .. P.oldHeight .. " " .. tostring(P.oldFullscreen)) 360 P:onShow() 361 end 362 363 -- update timestamp to avoid showing the ogre config dialog again after the user accepted or reverted the resolution 364 orxonox.CommandExecutor:execute("config Core lastLevelTimestamp_ [expr [getConfig Core ogreConfigTimestamp_] + 1]") 365 end 366 367 function P.callback_Ok_Clicked(e) 368 -- aspect ratio 369 local aspectRatioEditbox = winMgr:getWindow("orxonox/Display/Resolution/AspectRatio") 370 orxonox.CommandExecutor:execute("config Camera aspectRatio_ " .. aspectRatioEditbox:getText()) 371 372 -- theme 373 local themeCombobox = winMgr:getWindow("orxonox/Display/Theme/Combobox") 374 orxonox.CommandExecutor:execute("config GUIManager guiScheme_ " .. themeCombobox:getText()) 375 376 -- vsync 377 local vsyncCheckbox = winMgr:getWindow("orxonox/Display/More/VSync") 378 local hasVSync = orxonox.GraphicsManager:getInstance():hasVSyncEnabled() 379 if hasVSync ~= CEGUI.toCheckbox(vsyncCheckbox):isSelected() then 380 orxonox.CommandExecutor:execute("GraphicsManager setVSync " .. tostring(CEGUI.toCheckbox(vsyncCheckbox):isSelected())) 381 end 382 383 -- fsaa 384 local fsaaCombobox = winMgr:getWindow("orxonox/Display/More/FSAA") 385 local currentFSAAMode = orxonox.GraphicsManager:getInstance():getFSAAMode() 386 if currentFSAAMode ~= fsaaCombobox:getText() then 387 orxonox.CommandExecutor:execute("GraphicsManager setFSAA {" .. fsaaCombobox:getText() .. "}") -- enclose argument in { ... } because it can contain [brackets] (conflicts with tcl) 388 end 389 390 -- fov 391 local fovEditbox = winMgr:getWindow("orxonox/Settings/Fov") 392 orxonox.CommandExecutor:execute("config Camera fov_ " .. fovEditbox:getText()) 393 394 -- fps limit 395 local fpsEditbox = winMgr:getWindow("orxonox/Settings/FpsLimit") 396 orxonox.CommandExecutor:execute("config GraphicsSettings fpsLimit " .. fpsEditbox:getText()) 397 398 -- particle lod 399 local particleLodCombobox = winMgr:getWindow("orxonox/Settings/ParticleLodCombobox") 400 local item = particleLodCombobox:getSelectedItem() 401 if item then 402 orxonox.CommandExecutor:execute("config GraphicsSettings particlesDetailLevel " .. particleLodCombobox:getItemIndex(item)) 403 end 404 405 -- mesh lod 406 local meshLodCheckbox = winMgr:getWindow("orxonox/Settings/MeshLodCheckbox") 407 orxonox.CommandExecutor:execute("config GraphicsSettings enableMeshLoD " .. tostring(CEGUI.toCheckbox(meshLodCheckbox):isSelected())) 408 409 -- motion blur 410 local motionBlurCheckbox = winMgr:getWindow("orxonox/Settings/MotionBlurCheckbox") 411 orxonox.CommandExecutor:execute("config GraphicsSettings enableMotionBlur " .. tostring(CEGUI.toCheckbox(motionBlurCheckbox):isSelected())) 412 232 413 hideMenuSheet(P.name) 233 414 end 234 415 235 function P. onKeyPressed()236 buttonIteratorHelper(P.buttonList, code, P, 1, 1)416 function P.callback_Cancel_Clicked(e) 417 hideMenuSheet(P.name) 237 418 end 238 419 -
code/trunk/data/gui/scripts/HostMenu.lua
r7887 r8079 5 5 P.multiplayerMode = "startServer" 6 6 7 P.buttonList = {}8 7 P.levelList = {} 9 8 P.itemList = {} … … 11 10 12 11 function P.onLoad() 13 P.multiplayerMode = "startServer" 12 P.multiplayerMode = "startServer" 14 13 local window = winMgr:getWindow("orxonox/MultiplayerShowAllCheckbox") 15 14 local button = tolua.cast(window,"CEGUI::Checkbox") … … 17 16 P.createLevelList() 18 17 19 local item ={18 P:setButton(1, 1, { 20 19 ["button"] = winMgr:getWindow("orxonox/HostMenuStartButton"), 21 ["function"] = P.HostMenuStartButton_clicked 22 } 23 P.buttonList[1] = item 20 ["callback"] = P.HostMenuStartButton_clicked 21 }) 24 22 25 local item ={23 P:setButton(1, 2, { 26 24 ["button"] = winMgr:getWindow("orxonox/HostMenuBackButton"), 27 ["function"] = P.HostMenuBackButton_clicked 28 } 29 P.buttonList[2] = item 25 ["callback"] = P.HostMenuBackButton_clicked 26 }) 30 27 end 31 28 32 29 function P.onShow() 30 if P.showAll ~= orxonox.GUIManager:inDevMode() then 31 local window = winMgr:getWindow("orxonox/MultiplayerShowAllCheckbox") 32 local button = tolua.cast(window,"CEGUI::Checkbox") 33 P.showAll = not P.showAll 34 button:setSelected(P.showAll) 35 end 36 33 37 if P.multiplayerMode == "startServer" then 34 38 local window = winMgr:getWindow("orxonox/HostMenuHostButton") … … 44 48 P.createLevelList() 45 49 end 46 47 P.oldindex = -248 P.index = -149 50 50 end 51 51 … … 97 97 end 98 98 99 function P.HostMenuStartButton_clicked(e) 99 function P.HostMenuStartButton_clicked(e) 100 100 local listbox = CEGUI.toListbox(winMgr:getWindow("orxonox/HostMenuListbox")) 101 101 local choice = listbox:getFirstSelectedItem() … … 119 119 end 120 120 121 function P.onKeyPressed()122 buttonIteratorHelper(P.buttonList, code, P, 1, 2)123 end124 125 121 return P -
code/trunk/data/gui/scripts/InGameMenu.lua
r7877 r8079 4 4 P.loadAlong = { "DecisionPopup" } 5 5 6 P.buttonList = {}7 8 6 function P.onLoad() 9 P.multiplayerMode = "startClient" 7 P.multiplayerMode = "startClient" 10 8 11 9 --button are arranged in a 4x1 matrix, the left lower item is nil 12 local item ={10 P:setButton(1, 1, { 13 11 ["button"] = winMgr:getWindow("orxonox/InGameMenu_ReturnButton"), 14 ["function"] = P.button_settings_clicked 15 } 16 P.buttonList[1] = item 12 ["callback"] = P.button_return_clicked 13 }) 17 14 18 local item ={15 P:setButton(2, 1, { 19 16 ["button"] = winMgr:getWindow("orxonox/InGameMenu_MainMenuButton"), 20 ["function"] = P.button_mainmenu_clicked 21 } 22 P.buttonList[2] = item 17 ["callback"] = P.button_mainmenu_clicked 18 }) 23 19 24 local item ={20 P:setButton(3, 1, { 25 21 ["button"] = winMgr:getWindow("orxonox/InGameMenu_SettingsButton"), 26 ["function"] = P.button_settings_clicked 27 } 28 P.buttonList[3] = item 22 ["callback"] = P.button_settings_clicked 23 }) 29 24 30 local item ={25 P:setButton(4, 1, { 31 26 ["button"] = winMgr:getWindow("orxonox/InGameMenu_QuitButton"), 32 ["function"] = P.button_quit_clicked 33 } 34 P.buttonList[4] = item 35 27 ["callback"] = P.button_quit_clicked 28 }) 36 29 end 37 30 38 31 function P.onShow() 39 --indices to iterate through buttonlist 40 P.oldindex = -2 41 P.index = -1 32 if P:hasSelection() == false then 33 P:setSelection(1, 1) 34 end 35 36 orxonox.execute("setPause 1") 37 end 38 39 function P.onQuit() 40 orxonox.execute("setPause 0") 42 41 end 43 42 … … 64 63 hideMenuSheet("InGameMenu") 65 64 orxonox.execute("exit") 66 else 65 else 67 66 P.onShow() 68 67 end 69 68 end 70 69 71 function P.onKeyPressed()72 buttonIteratorHelper(P.buttonList, code, P, 4, 1)73 end74 75 70 return P 76 71 -
code/trunk/data/gui/scripts/KeyBindMenu.lua
r7403 r8079 26 26 table.insert(commandList, "NewHumanController changeMode") 27 27 table.insert(commandList, "switchCamera") 28 table.insert(commandList, " openConsole")28 table.insert(commandList, "InGameConsole openConsole") 29 29 table.insert(commandList, "OverlayGroup toggleVisibility Debug") 30 30 table.insert(commandList, "OverlayGroup toggleVisibility Stats") … … 35 35 table.insert(commandList, "mouseLook") 36 36 table.insert(commandList, "pause") 37 table.insert(commandList, "printScreen") 38 if orxonox.GUIManager:inDevMode() then 39 table.insert(commandList, "printScreenHD 3") 40 end 37 41 38 42 nameList = {} … … 65 69 table.insert(nameList, "Look Around") 66 70 table.insert(nameList, "Pause") 71 table.insert(nameList, "Screenshot") 72 if orxonox.GUIManager:inDevMode() then 73 table.insert(nameList, "HD screenshot") 74 end 67 75 68 76 linesList = {} … … 100 108 local funct = luaState:createLuaFunctor("KeyBindMenu.callback()") 101 109 orxonox.KeyBinderManager:getInstance():registerKeybindCallback(funct) 110 111 P:setButton(1, 1, { 112 ["button"] = winMgr:getWindow("orxonox/KeyBindBackButton"), 113 ["callback"] = P.KeyBindBackButton_clicked 114 }) 102 115 end 103 116 -
code/trunk/data/gui/scripts/MainMenu.lua
r7689 r8079 4 4 P.loadAlong = { "SingleplayerMenu", "MultiplayerMenu", "SettingsMenu", "CreditsMenu" } 5 5 6 P.buttonList = {}7 8 6 function P.onLoad() 9 7 --buttons are arranged in a 6x1 Matrix (list) 10 local item ={8 P:setButton(1, 1, { 11 9 ["button"] = winMgr:getWindow("orxonox/QuickGameTestButton"), 12 ["function"] = P.QuickGameTestButton_clicked 13 } 14 table.insert(P.buttonList,item) 10 ["callback"] = P.QuickGameTestButton_clicked 11 }) 15 12 16 item ={13 P:setButton(2, 1, { 17 14 ["button"] = winMgr:getWindow("orxonox/SingleplayerButton"), 18 ["function"] = P.SingleplayerButton_clicked 19 } 20 table.insert(P.buttonList,item) 15 ["callback"] = P.SingleplayerButton_clicked 16 }) 21 17 22 item ={18 P:setButton(3, 1, { 23 19 ["button"] = winMgr:getWindow("orxonox/MultiplayerButton"), 24 ["function"] = P.MultiplayerButton_clicked 25 } 26 table.insert(P.buttonList,item) 20 ["callback"] = P.MultiplayerButton_clicked 21 }) 27 22 28 item ={23 P:setButton(4, 1, { 29 24 ["button"] = winMgr:getWindow("orxonox/SettingsButton"), 30 ["function"] = P.SettingsButton_clicked 31 } 32 table.insert(P.buttonList,item) 25 ["callback"] = P.SettingsButton_clicked 26 }) 33 27 34 item ={28 P:setButton(5, 1, { 35 29 ["button"] = winMgr:getWindow("orxonox/CreditsButton"), 36 ["function"] = P.CreditsButton_clicked 37 } 38 table.insert(P.buttonList,item) 30 ["callback"] = P.CreditsButton_clicked 31 }) 39 32 40 item ={33 P:setButton(6, 1, { 41 34 ["button"] = winMgr:getWindow("orxonox/ExitButton"), 42 ["function"] = P.ExitButton_clicked 43 } 44 table.insert(P.buttonList,item) 45 end 46 47 function P.onShow() 48 --indices to iterate through buttonlist 49 P.oldindex = -2 50 P.index = -1 35 ["callback"] = P.ExitButton_clicked 36 }) 51 37 end 52 38 … … 77 63 end 78 64 79 function P.onKeyPressed()80 buttonIteratorHelper(P.buttonList, code, P, 6, 1)81 end82 83 65 return P 84 66 -
code/trunk/data/gui/scripts/MiscConfigMenu.lua
r7403 r8079 35 35 table.insert(P.commandList, "HumanPlayer nick_") 36 36 table.insert(P.commandList, "ChatOverlay displayTime_") 37 table.insert(P.commandList, "Core bDevMode_") 37 38 38 39 P.nameList = {} … … 54 55 table.insert(P.nameList, "Playername") 55 56 table.insert(P.nameList, "Chat: display time") 57 table.insert(P.nameList, "Developer's Mode") 56 58 57 59 P.linesList = {} … … 85 87 P.createLines() 86 88 89 P:setButton(1, 1, { 90 ["button"] = winMgr:getWindow("orxonox/MiscConfigMenu/MiscConfigBackButton"), 91 ["callback"] = P.MiscConfigBackButton_clicked 92 }) 87 93 end 88 94 -
code/trunk/data/gui/scripts/MouseControlsMenu.lua
r6746 r8079 32 32 invert_active = false 33 33 end 34 35 P:setButton(1, 1, { 36 ["button"] = winMgr:getWindow("orxonox/MouseControlsBackButton"), 37 ["callback"] = P.MouseControlsBackButton_clicked 38 }) 34 39 end 35 40 -
code/trunk/data/gui/scripts/MultiplayerMenu.lua
r7876 r8079 2 2 3 3 local P = createMenuSheet("MultiplayerMenu") 4 5 P.buttonList = {}6 4 7 5 --joinMode is 1 for choice "LAN" and 2 for "Internet" … … 10 8 11 9 function P.onLoad() 12 P.multiplayerMode = "startClient" 10 P.multiplayerMode = "startClient" 13 11 14 --button are arranged in a 2x2 matrix, the left lower item is nil15 local item ={12 --button are arranged in a 3x2 matrix, Join and Host buttons are in the upper left and middle, the back button in the lower right of the table 13 P:setButton(1, 1, { 16 14 ["button"] = winMgr:getWindow("orxonox/MultiplayerJoinButton"), 17 ["function"] = P.MultiplayerJoinButton_clicked 18 } 19 P.buttonList[1] = item 15 ["callback"] = P.MultiplayerJoinButton_clicked 16 }) 20 17 21 local item ={18 P:setButton(1, 2, { 22 19 ["button"] = winMgr:getWindow("orxonox/MultiplayerHostButton"), 23 ["function"] = P.MultiplayerHostButton_clicked 24 } 25 P.buttonList[2] = item 20 ["callback"] = P.MultiplayerHostButton_clicked 21 }) 26 22 27 local item ={23 P:setButton(2, 3, { 28 24 ["button"] = winMgr:getWindow("orxonox/MultiplayerBackButton"), 29 ["function"] = P.MultiplayerBackButton_clicked 30 } 31 P.buttonList[4] = item 25 ["callback"] = P.MultiplayerBackButton_clicked 26 }) 32 27 end 33 28 … … 35 30 --P.showServerList() 36 31 37 --indices to iterate through buttonlist38 P.oldindex = -239 P.index = -140 41 32 if P.joinMode == 1 then 42 33 local window = winMgr:getWindow("orxonox/MultiplayerLanButton") … … 56 47 P.joinMode = 1 57 48 if button:isSelected() == true then 58 49 P.showServerList() 59 50 end 60 51 end … … 65 56 P.joinMode = 2 66 57 if button:isSelected() == true then 67 68 58 P.showServerList() 59 end 69 60 end 70 61 … … 92 83 93 84 function P.showServerList() 94 -- LAN Discovery 95 if P.joinMode == 1 then 96 local listbox = winMgr:getWindow("orxonox/MultiplayerListbox") 97 CEGUI.toListbox(listbox):resetList() 98 local discovery = orxonox.LANDiscovery:getInstance() 99 discovery:discover() 100 P.serverList = {} 101 local index = 0 102 local servername = "" 103 local serverip = "" 104 while true do 105 servername = discovery:getServerListItemName(index) 106 if servername == "" then 107 break 108 end 109 serverip = discovery:getServerListItemIP(index) 110 if serverip == "" then 111 break 112 end 113 table.insert(P.serverList, {servername, serverip}) 114 index = index + 1 115 end 116 index = 1 117 for k,v in pairs(P.serverList) do 118 local item = CEGUI.createListboxTextItem( v[1] .. ": " .. v[2] ) 119 item:setID(index) 120 index = index + 1 121 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 122 CEGUI.toListbox(listbox):addItem(item) 123 end 124 -- WAN Discovery 125 elseif P.joinMode == 2 then 126 local listbox = winMgr:getWindow("orxonox/MultiplayerListbox") 127 CEGUI.toListbox(listbox):resetList() 128 local discovery = orxonox.WANDiscovery:getInstance() 129 cout(0, "discovering.\n" ) 130 discovery:discover() 131 cout(0, "discovered.\n" ) 132 P.serverList = {} 133 local index = 0 134 local servername = "" 135 local serverip = "" 136 while true do 137 servername = discovery:getServerListItemName(index) 138 if servername == "" then 139 break 140 end 141 serverip = discovery:getServerListItemIP(index) 142 if serverip == "" then 143 break 144 end 145 table.insert(P.serverList, {servername, serverip}) 146 index = index + 1 147 end 148 index = 1 149 for k,v in pairs(P.serverList) do 150 local item = CEGUI.createListboxTextItem( v[1] .. ": " .. v[2] ) 151 item:setID(index) 152 index = index + 1 153 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 154 CEGUI.toListbox(listbox):addItem(item) 155 end 156 end 157 158 end 85 -- LAN Discovery 86 if P.joinMode == 1 then 87 local listbox = winMgr:getWindow("orxonox/MultiplayerListbox") 88 CEGUI.toListbox(listbox):resetList() 89 local discovery = orxonox.LANDiscovery:getInstance() 90 discovery:discover() 91 P.serverList = {} 92 local index = 0 93 local servername = "" 94 local serverip = "" 95 while true do 96 servername = discovery:getServerListItemName(index) 97 if servername == "" then 98 break 99 end 100 serverip = discovery:getServerListItemIP(index) 101 if serverip == "" then 102 break 103 end 104 table.insert(P.serverList, {servername, serverip}) 105 index = index + 1 106 end 107 index = 1 108 for k,v in pairs(P.serverList) do 109 local item = CEGUI.createListboxTextItem( v[1] .. ": " .. v[2] ) 110 item:setID(index) 111 index = index + 1 112 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 113 CEGUI.toListbox(listbox):addItem(item) 114 end 115 -- WAN Discovery 116 elseif P.joinMode == 2 then 117 local listbox = winMgr:getWindow("orxonox/MultiplayerListbox") 118 CEGUI.toListbox(listbox):resetList() 119 local discovery = orxonox.WANDiscovery:getInstance() 120 cout(0, "discovering.\n" ) 121 discovery:discover() 122 cout(0, "discovered.\n" ) 123 P.serverList = {} 124 local index = 0 125 local servername = "" 126 local serverip = "" 127 while true do 128 servername = discovery:getServerListItemName(index) 129 if servername == "" then 130 break 131 end 132 serverip = discovery:getServerListItemIP(index) 133 if serverip == "" then 134 break 135 end 136 table.insert(P.serverList, {servername, serverip}) 137 index = index + 1 138 end 139 index = 1 140 for k,v in pairs(P.serverList) do 141 local item = CEGUI.createListboxTextItem( v[1] .. ": " .. v[2] ) 142 item:setID(index) 143 index = index + 1 144 item:setSelectionBrushImage(menuImageSet, "MultiListSelectionBrush") 145 CEGUI.toListbox(listbox):addItem(item) 146 end 147 end 159 148 160 function P.onKeyPressed()161 buttonIteratorHelper(P.buttonList, code, P, 2, 2)162 149 end 163 150 -
code/trunk/data/gui/scripts/NotificationLayer.lua
r7887 r8079 46 46 end 47 47 48 -- Pushes an input notification to the input queue. 48 -- Pushes an input notification to the input queue. 49 49 function P.pushNotification(queueName, notification) 50 50 local queue = P.queueList[queueName] … … 333 333 334 334 -- Is called after the sheet has been hidden. 335 function P. afterHide()335 function P.onQuit() 336 336 -- If we leave the edit mode we show the sheet again. 337 337 if P.editMode then -
code/trunk/data/gui/scripts/SettingsMenu.lua
r7689 r8079 4 4 P.loadAlong = { "ControlsMenu", "AudioMenu", "GraphicsMenu" } 5 5 6 P.buttonList = {}7 8 6 function P.onLoad() 9 7 --"Gameplay" and "Multiplayer Options" are not integrated in the list 10 --buttons are arranged in a 4x2 matrix. The lower-right element is not in the matrix!11 local item ={8 --buttons are arranged in a 4x2 matrix. 9 P:setButton(1, 2, { 12 10 ["button"] = winMgr:getWindow("orxonox/SettingsMenu/GraphicsButton"), 13 ["function"] = P.SettingsGraphicsButton_clicked 14 } 15 P.buttonList[2] = item 11 ["callback"] = P.SettingsGraphicsButton_clicked 12 }) 16 13 17 local item ={14 P:setButton(2, 2, { 18 15 ["button"] = winMgr:getWindow("orxonox/SettingsMenu/AudioButton"), 19 ["function"] = P.SettingsAudioButton_clicked 20 } 21 P.buttonList[4] = item 16 ["callback"] = P.SettingsAudioButton_clicked 17 }) 22 18 19 P:setButton(3, 1, { 20 ["button"] = winMgr:getWindow("orxonox/SettingsMenu/ControlsButton"), 21 ["callback"] = P.SettingsControlsButton_clicked 22 }) 23 23 24 local item = { 25 ["button"] = winMgr:getWindow("orxonox/SettingsMenu/ControlsButton"), 26 ["function"] = P.SettingsControlsButton_clicked 27 } 28 P.buttonList[5] = item 24 P:setButton(3, 2, { 25 ["button"] = winMgr:getWindow("orxonox/SettingsMenu/MiscellaneousButton"), 26 ["callback"] = P.SettingsMiscellaneousButton_clicked 27 }) 29 28 30 local item = { 31 ["button"] = winMgr:getWindow("orxonox/SettingsMenu/MiscellaneousButton"), 32 ["function"] = P.SettingsMiscellaneousButton_clicked 33 } 34 P.buttonList[6] = item 29 P:setButton(4, 1, { 30 ["button"] = winMgr:getWindow("orxonox/SettingsMenu/SettingsBackButton"), 31 ["callback"] = P.SettingsBackButton_clicked 32 }) 35 33 36 local item = { 37 ["button"] = winMgr:getWindow("orxonox/SettingsMenu/SettingsBackButton"), 38 ["function"] = P.SettingsBackButton_clicked 39 } 40 P.buttonList[7] = item 41 42 end 43 44 function P.onShow() 45 --indices to iterate through buttonlist 46 P.oldindex = 3 47 P.index = 2 34 P:setButton(4, 2, P:getButton(4, 1)) 48 35 end 49 36 … … 76 63 end 77 64 78 function P.onKeyPressed()79 buttonIteratorHelper(P.buttonList, code, P, 4, 2)80 end81 82 65 return P 83 66 -
code/trunk/data/gui/scripts/SheetManager.lua
r7689 r8079 8 8 local mainMenuLoaded = false 9 9 orxonox.GUIManager:subscribeEventHelper(menuSheetsRoot, "KeyDown", "keyPressed") 10 11 ----------------------- 12 --- Local functions --- 13 ----------------------- 14 15 local function hideCursor() 16 if cursor:isVisible() then 17 cursor:hide() 18 end 19 end 20 21 local function showCursor() 22 if not cursor:isVisible() and inputMgr:isMouseExclusive() then 23 cursor:show() 24 end 25 end 26 10 orxonox.GUIManager:subscribeEventHelper(menuSheetsRoot, "Sized", "windowResized") 27 11 28 12 ------------------------ 29 13 --- Global functions --- 30 14 ------------------------ 15 16 function hideCursor() 17 if cursor:isVisible() then 18 cursor:hide() 19 end 20 end 21 22 function showCursor() 23 if not cursor:isVisible() and inputMgr:isMouseExclusive() then 24 cursor:show() 25 end 26 end 31 27 32 28 -- Loads the GUI with the specified name … … 93 89 ["sheet"] = menuSheet, 94 90 ["bHidePrevious"] = bHidePrevious, 95 ["bNoInput"] = bNoInput 91 ["bNoInput"] = bNoInput, 92 ["name"] = name 96 93 } 97 94 table.insert(activeMenuSheets, sheetTuple) -- indexed array access … … 121 118 122 119 -- Hide all previous sheets if necessary 120 local previous 123 121 if bHidePrevious then 124 122 for i = 1, activeMenuSheets.size - 1 do 125 activeMenuSheets[i].sheet:hide() 126 end 127 end 128 123 previous = activeMenuSheets[i].sheet 124 previous:hide() 125 end 126 end 127 129 128 menuSheet:show() 130 129 menuSheetsRoot:activate() 130 131 -- select first button if the menu was opened with the keyboard 132 if previous and previous.pressedEnter and menuSheet:hasSelection() == false then 133 menuSheet:setSelectionNear(1, 1) 134 end 131 135 132 136 return menuSheet … … 179 183 inputMgr:leaveState(sheetTuple.sheet.inputState) 180 184 end 181 185 182 186 -- CURSOR SHOWING 183 187 local i = activeMenuSheets.size … … 200 204 end 201 205 202 sheetTuple.sheet: afterHide()206 sheetTuple.sheet:quit() 203 207 end 204 208 … … 242 246 keyESC() 243 247 elseif code == "0"then 244 orxonox.CommandExecutor:execute("openConsole") 245 end 246 end 247 sheet.sheet:onKeyPressed() 248 orxonox.CommandExecutor:execute("InGameConsole openConsole") 249 end 250 end 251 sheet.sheet:keyPressed() 252 end 253 254 function windowResized(e) 255 for name, sheet in pairs(loadedSheets) do 256 if orxonox.GraphicsManager:getInstance():isFullScreen() or sheet.tShowCursor == TriBool.False then 257 inputMgr:setMouseExclusive(sheet.inputState, TriBool.True) 258 else 259 inputMgr:setMouseExclusive(sheet.inputState, TriBool.False) 260 end 261 end 262 local sheetTuple = activeMenuSheets[activeMenuSheets.size] 263 if sheetTuple then 264 if orxonox.GraphicsManager:getInstance():isFullScreen() and sheetTuple.sheet.tShowCursor ~= TriBool.False then 265 showCursor() 266 else 267 hideCursor() 268 end 269 sheetTuple.sheet:windowResized() 270 end 248 271 end 249 272 … … 276 299 end 277 300 301 function getGUIFirstActive(name, bHidePrevious, bNoInput) 302 local sheet = activeMenuSheets.topSheetTuple 303 -- If the topmost gui sheet has the input name 304 if sheet ~= nil and sheet.name == name then 305 guiMgr:toggleGUIHelper(name, bHidePrevious, bNoInput, false); 306 else 307 guiMgr:toggleGUIHelper(name, bHidePrevious, bNoInput, true); 308 end 309 end 310 278 311 ---------------------- 279 312 --- Initialisation --- -
code/trunk/data/gui/scripts/SingleplayerMenu.lua
r7876 r8079 3 3 local P = createMenuSheet("SingleplayerMenu") 4 4 5 P.buttonList = {}6 5 P.levelList = {} 7 6 P.itemList = {} … … 15 14 16 15 --buttons are arranged in a 1x2 matrix 17 local item ={16 P:setButton(1, 1, { 18 17 ["button"] = winMgr:getWindow("orxonox/SingleplayerStartButton"), 19 ["function"] = P.SingleplayerStartButton_clicked 20 } 21 P.buttonList[1] = item 18 ["callback"] = P.SingleplayerStartButton_clicked 19 }) 22 20 23 local item ={21 P:setButton(1, 2, { 24 22 ["button"] = winMgr:getWindow("orxonox/SingleplayerBackButton"), 25 ["function"] = P.SingleplayerBackButton_clicked 26 } 27 P.buttonList[2] = item 23 ["callback"] = P.SingleplayerBackButton_clicked 24 }) 25 end 26 27 function P.onShow() 28 if P.showAll ~= orxonox.GUIManager:inDevMode() then 29 local window = winMgr:getWindow("orxonox/SingleplayerShowAllCheckbox") 30 local button = tolua.cast(window,"CEGUI::Checkbox") 31 P.showAll = not P.showAll 32 button:setSelected(P.showAll) 33 P.createLevelList() 34 end 28 35 end 29 36 … … 47 54 index = index + 1 48 55 end 49 --TODO: Reintroduce sorting, if needed. At the moment it's sorted by filename.50 --table.sort(levelList)51 56 for k,v in pairs(P.levelList) do 52 57 local item = CEGUI.createListboxTextItem(v:getName()) … … 59 64 orxonox.GUIManager:setTooltipTextHelper(P.itemList[k], v:getDescription()) 60 65 end 61 end62 63 function P.onShow()64 --indices to iterate through buttonlist65 P.oldindex = -266 P.index = -167 66 end 68 67 … … 93 92 end 94 93 95 function P.onKeyPressed()96 buttonIteratorHelper(P.buttonList, code, P, 1, 2)97 end98 99 94 return P 100 95 -
code/trunk/data/levels/FPSTest.oxw
r7679 r8079 57 57 <MovableEntity position="<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000 - 2000) ?>" collisionType=dynamic linearDamping=0.8 angularDamping=0 mass=<?lua print(j * 100) ?> scale=<?lua print(j * 5) ?> rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>" > 58 58 <attached> 59 <Model position="0,0,0" scale= <?lua print(j * 10) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />59 <Model position="0,0,0" scale="<?lua print(j * 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> 60 60 </attached> 61 61 <collisionShapes> -
code/trunk/data/levels/asteroids.oxw
r8009 r8079 35 35 linearDamping = 0.8 36 36 angularDamping = 0 37 scale = <?lua print(j * 150)?>37 scale = "<?lua print(j * 150)?>" 38 38 collisiondamage = 1 39 39 enablecollisiondamage = true 40 40 > 41 41 <attached> 42 <Model mass= <?lua print(j * 1000) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />42 <Model mass="<?lua print(j * 1000) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> 43 43 </attached> 44 44 <collisionShapes> -
code/trunk/data/levels/dynamicMatch.oxw
r7679 r8079 80 80 ?> 81 81 82 <StaticEntity position="<?lua print(x + math.random() * 1000-500) ?>,<?lua print(y + math.random() * 1000-500) ?>,<?lua print(z + math.random() * 5000-2500) ?>" scale= <?lua print(j * 5) ?>>82 <StaticEntity position="<?lua print(x + math.random() * 1000-500) ?>,<?lua print(y + math.random() * 1000-500) ?>,<?lua print(z + math.random() * 5000-2500) ?>" scale="<?lua print(j * 5) ?>" > 83 83 <attached> 84 <Model position="0,0,0" scale= <?lua print(j * 10) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh">84 <Model position="0,0,0" scale="<?lua print(j * 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh"> 85 85 <attached><!-- ---------asteroid fog----- --> 86 86 <ParticleEmitter position="0,0,0" source="Orxonox/Steam" /> -
code/trunk/data/levels/fightInOurBack.oxw
r7845 r8079 172 172 <events> 173 173 <trigger> 174 <SpaceShip position="<?lua print(3800-i*x) ?>,0,3000" lookat="<?lua print(4800-i*x) ?>,0,4000" health= <?lua print(health) ?> maxhealth=<?lua print(health) ?> initialhealth=<?lua print(health) ?>>174 <SpaceShip position="<?lua print(3800-i*x) ?>,0,3000" lookat="<?lua print(4800-i*x) ?>,0,4000" health="<?lua print(health) ?>" maxhealth="<?lua print(health) ?>" initialhealth="<?lua print(health) ?>" > 175 175 <templates> 176 176 <Template link=spaceshipTransporter /> … … 199 199 <events> 200 200 <trigger> 201 <SpaceShip position="<?lua print(2600+x) ?>,0,<?lua print(3150-z) ?>" lookat="<?lua print(3500+x) ?>,0,<?lua print(4150-z) ?>" health= <?lua print(health) ?> maxhealth=<?lua print(health) ?> initialhealth=<?lua print(health) ?>>201 <SpaceShip position="<?lua print(2600+x) ?>,0,<?lua print(3150-z) ?>" lookat="<?lua print(3500+x) ?>,0,<?lua print(4150-z) ?>" health="<?lua print(health) ?>" maxhealth="<?lua print(health) ?>" initialhealth="<?lua print(health) ?>" > 202 202 <templates> 203 203 <Template link=spaceshipTransporter /> … … 284 284 <MovableEntity collisionType=kinematic linearDamping=0.8 angularDamping=0 mass="<?lua print(scale * 5) ?>" position="<?lua print(x) ?>,<?lua print(y) ?>,<?lua print(z) ?>" rotationaxis="<?lua print(math.random()) ?>,<?lua print(math.random()) ?>,<?lua print(math.random()) ?>" rotationrate="<?lua print(math.random()*15) ?>"> 285 285 <attached> 286 <Model scale= <?lua print(scale) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false/>286 <Model scale="<?lua print(scale) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false/> 287 287 </attached> 288 288 <collisionShapes> … … 303 303 <MovableEntity collisionType=kinematic linearDamping=0.8 angularDamping=0 mass="<?lua print(scale * 5) ?>" position="<?lua print(x) ?>,<?lua print(y) ?>,<?lua print(z) ?>" rotationaxis="<?lua print(math.random()) ?>,<?lua print(math.random()) ?>,<?lua print(math.random()) ?>" rotationrate="<?lua print(math.random()*15) ?>" > 304 304 <attached> 305 <Model scale= <?lua print(math.random(20,70)) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false/>305 <Model scale="<?lua print(math.random(20,70)) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false/> 306 306 </attached> 307 307 <collisionShapes> -
code/trunk/data/levels/lastManStanding.oxw
r7785 r8079 76 76 <SpawnPoint team=0 position="<?lua print(y*1.4+z*0.2) ?>,0,<?lua print(z*1.4-y*0.2) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 77 77 78 <StaticEntity position="<?lua print(y) ?>,0,<?lua print(z) ?>" scale= <?lua print(j * 2) ?>collisionType=static >78 <StaticEntity position="<?lua print(y) ?>,0,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static > 79 79 <attached> 80 80 <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh"> … … 86 86 </StaticEntity> 87 87 88 <StaticEntity position="<?lua print(y) ?>,100,<?lua print(z) ?>" scale= <?lua print(j * 2) ?>collisionType=static >88 <StaticEntity position="<?lua print(y) ?>,100,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static > 89 89 <attached> 90 90 <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i+3,6) + 1) ?>.mesh"> … … 96 96 </StaticEntity> 97 97 98 <StaticEntity position="<?lua print(y) ?>,200,<?lua print(z) ?>" scale= <?lua print(j * 2) ?>collisionType=static >98 <StaticEntity position="<?lua print(y) ?>,200,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static > 99 99 <attached> 100 100 <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*5,6) + 1) ?>.mesh"> … … 106 106 </StaticEntity> 107 107 108 <StaticEntity position="<?lua print(y) ?>,-100,<?lua print(z) ?>" scale= <?lua print(j * 2) ?>collisionType=static >108 <StaticEntity position="<?lua print(y) ?>,-100,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static > 109 109 <attached> 110 110 <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*13+1,6) + 1) ?>.mesh"> … … 116 116 </StaticEntity> 117 117 118 <StaticEntity position="<?lua print(y) ?>,-200,<?lua print(z) ?>" scale= <?lua print(j * 2) ?>collisionType=static >118 <StaticEntity position="<?lua print(y) ?>,-200,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static > 119 119 <attached> 120 120 <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*17,6) + 1) ?>.mesh"> … … 127 127 128 128 <!-- ---------Top Asteroid----------- --> 129 <StaticEntity position="<?lua print(y) ?>,300,<?lua print(z) ?>" scale= <?lua print(j * 2.1) ?>pitch="90" roll="180" yaw="<?lua print(-90+i*360/max) ?>" collisionType=static >129 <StaticEntity position="<?lua print(y) ?>,300,<?lua print(z) ?>" scale="<?lua print(j * 2.1) ?>" pitch="90" roll="180" yaw="<?lua print(-90+i*360/max) ?>" collisionType=static > 130 130 <attached> 131 131 <Model position="0,0,0" scale=25 mesh="ast6.mesh"> -
code/trunk/data/levels/presentation09.oxw
r7679 r8079 1 1 <LevelInfo 2 name = "Presentation X "3 description = " 1stPresentation level for Orxonox Convention X"2 name = "Presentation X 3rd" 3 description = "3rd Presentation level for Orxonox Convention X" 4 4 tags = "presentation" 5 5 /> … … 47 47 ?> 48 48 49 <MovableEntity position="<?lua print(x + math.random() * 10000-2500) ?>,<?lua print(y + math.random() * 5000-2500) ?>,<?lua print(z + math.random() * 1000-500) ?>" <?lua if i == 5 then ?> collisionType=dynamic linearDamping=0.8 angularDamping=0 mass= <?lua print(j * 50) ?> <?lua end ?> scale=<?lua print(j * 5) ?>rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">49 <MovableEntity position="<?lua print(x + math.random() * 10000-2500) ?>,<?lua print(y + math.random() * 5000-2500) ?>,<?lua print(z + math.random() * 1000-500) ?>" <?lua if i == 5 then ?> collisionType=dynamic linearDamping=0.8 angularDamping=0 mass="<?lua print(j * 50) ?>" <?lua end ?> scale="<?lua print(j * 5) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 50 50 <attached> 51 <Model position="0,0,0" scale= <?lua print(j * 10) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />51 <Model position="0,0,0" scale="<?lua print(j * 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> 52 52 </attached> 53 53 <?lua if i == 5 then ?><collisionShapes> -
code/trunk/data/levels/presentation09b.oxw
r7679 r8079 281 281 material="Examples/Flare" 282 282 colour="1.0, 0.5, 0.3" 283 phase= <?lua print(-360/8*i)?>283 phase="<?lua print(-360/8*i)?>" 284 284 amplitude=0.1 285 285 frequency=0.5 … … 291 291 material="Examples/Flare" 292 292 colour="1.0, 0.5, 0.3" 293 phase= <?lua print(-360/8*i)?>293 phase="<?lua print(-360/8*i)?>" 294 294 amplitude=0.1 295 295 frequency=0.5 … … 357 357 <MovableEntity position="<?lua print(x) ?>,<?lua print(y) ?>,<?lua print(z) ?>" linearDamping=0.8 angularDamping=0.8 rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 - 15) ?>"> 358 358 <attached> 359 <Model position="0,0,0" scale= <?lua print(s) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />359 <Model position="0,0,0" scale="<?lua print(s) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> 360 360 </attached> 361 361 </MovableEntity> -
code/trunk/data/levels/presentationDM.oxw
r7679 r8079 46 46 j = math.random() 47 47 ?> 48 <MovableEntity position="<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000 - 2000) ?>" collisionType=dynamic linearDamping=0.8 angularDamping=0 mass= <?lua print(j * 50) ?> scale=<?lua print(j * 5) ?>rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">48 <MovableEntity position="<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000-2000) ?>,<?lua print(math.random() * 5000 - 2000) ?>" collisionType=dynamic linearDamping=0.8 angularDamping=0 mass="<?lua print(j * 50) ?>" scale="<?lua print(j * 5) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 49 49 <attached> 50 <Model position="0,0,0" scale= <?lua print(j * 10) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />50 <Model position="0,0,0" scale="<?lua print(j * 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> 51 51 </attached> 52 52 <collisionShapes> -
code/trunk/data/levels/presentationFS102.oxw
r7679 r8079 1 1 <LevelInfo 2 name = "Presentation XI FPS "2 name = "Presentation XI FPS 1st" 3 3 description = "2nd Presentation level for Orxonox Convention XI, FPS" 4 4 tags = "presentation" -
code/trunk/data/levels/presentationFS10Ed.oxw
r7679 r8079 1 1 <LevelInfo 2 name = "Presentation XI FPS "2 name = "Presentation XI FPS 2nd" 3 3 description = "3rd Presentation level for Orxonox Convention XI, FPS" 4 4 tags = "presentation" -
code/trunk/data/levels/presentationHS09.oxw
r7679 r8079 1 1 <LevelInfo 2 name = "Presentation X "2 name = "Presentation X 1st" 3 3 description = "1st Presentation level for Orxonox Convention X" 4 4 tags = "presentation" … … 193 193 </templates> 194 194 <controller> 195 <WaypointPatrolController name=attacker alertnessradius= <?lua print(math.random() * 2000) ?>team=0 active=false>195 <WaypointPatrolController name=attacker alertnessradius="<?lua print(math.random() * 2000) ?>" team=0 active=false> 196 196 <waypoints> 197 197 <StaticEntity position="<?lua print(2800 + math.random() * 500 - 250) ?>,<?lua print(2500 + math.random() * 500 - 250) ?>,<?lua print(1500 + math.random() * 500 - 250) ?>" /> … … 284 284 material="Examples/Flare" 285 285 colour="1.0, 0.5, 0.3" 286 phase= <?lua print(-360/8*i)?>286 phase="<?lua print(-360/8*i)?>" 287 287 amplitude=0.1 288 288 frequency=0.5 … … 294 294 material="Examples/Flare" 295 295 colour="1.0, 0.5, 0.3" 296 phase= <?lua print(-360/8*i)?>296 phase="<?lua print(-360/8*i)?>" 297 297 amplitude=0.1 298 298 frequency=0.5 … … 368 368 <MovableEntity mass=90000 position="<?lua print(x) ?>,<?lua print(y) ?>,<?lua print(z) ?>" linearDamping=0.8 angularDamping=0.8 rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 100 - 15) ?>"> 369 369 <attached> 370 <Model position="0,0,0" scale= <?lua print(s) ?>mesh="<?lua print(elements[e])?>" />370 <Model position="0,0,0" scale="<?lua print(s) ?>" mesh="<?lua print(elements[e])?>" /> 371 371 </attached> 372 372 </MovableEntity> -
code/trunk/data/levels/presentationHS09b.oxw
r7854 r8079 1 1 <LevelInfo 2 name = "Presentation X "2 name = "Presentation X 2nd" 3 3 description = "2nd Presentation level for Orxonox Convention X" 4 4 tags = "presentation" … … 46 46 s = math.random() * 100 47 47 ?> 48 <MovableEntity collisiontype=dynamic mass= <?lua print(s*10)?>position="<?lua print(x) ?>,<?lua print(y) ?>,<?lua print(z) ?>" linearDamping=0.01 angularDamping=0 rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 100 - 15) ?>">48 <MovableEntity collisiontype=dynamic mass="<?lua print(s*10)?>" position="<?lua print(x) ?>,<?lua print(y) ?>,<?lua print(z) ?>" linearDamping=0.01 angularDamping=0 rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 100 - 15) ?>"> 49 49 <attached> 50 <Model position="0,0,0" scale= <?lua print(s) ?>mesh="asteroid_UV.mesh" />50 <Model position="0,0,0" scale="<?lua print(s) ?>" mesh="asteroid_UV.mesh" /> 51 51 </attached> 52 52 <collisionShapes> … … 145 145 material="Examples/Flare" 146 146 colour="1.0, 0.5, 0.3" 147 phase= <?lua print(-360/8*i)?>147 phase="<?lua print(-360/8*i)?>" 148 148 amplitude=0.1 149 149 frequency=0.5 … … 155 155 material="Examples/Flare" 156 156 colour="1.0, 0.5, 0.3" 157 phase= <?lua print(-360/8*i)?>157 phase="<?lua print(-360/8*i)?>" 158 158 amplitude=0.1 159 159 frequency=0.5 … … 203 203 s = math.random() * 100 204 204 ?> 205 <MovableEntity collisiontype=dynamic mass= <?lua print(s*10)?>position="<?lua print(x) ?>,<?lua print(y) ?>,<?lua print(z) ?>" linearDamping=0.01 angularDamping=0 rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 100 - 15) ?>">205 <MovableEntity collisiontype=dynamic mass="<?lua print(s*10)?>" position="<?lua print(x) ?>,<?lua print(y) ?>,<?lua print(z) ?>" linearDamping=0.01 angularDamping=0 rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 100 - 15) ?>"> 206 206 <attached> 207 <Model position="0,0,0" scale= <?lua print(s) ?>mesh="asteroid_ice.mesh" />207 <Model position="0,0,0" scale="<?lua print(s) ?>" mesh="asteroid_ice.mesh" /> 208 208 </attached> 209 209 <collisionShapes> -
code/trunk/data/levels/teamBaseMatch.oxw
r7679 r8079 56 56 for i = 1, 10, 1 do 57 57 ?> 58 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay= <?lua print(math.random()) ?>source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>58 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay="<?lua print(math.random()) ?>" source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 59 59 <events> 60 60 <spawn> … … 97 97 for i = 1, 10, 1 do 98 98 ?> 99 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay= <?lua print(math.random()) ?>source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>99 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay="<?lua print(math.random()) ?>" source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 100 100 <events> 101 101 <spawn> … … 138 138 for i = 1, 10, 1 do 139 139 ?> 140 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay= <?lua print(math.random()) ?>source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>140 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay="<?lua print(math.random()) ?>" source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 141 141 <events> 142 142 <spawn> … … 178 178 for i = 1, 10, 1 do 179 179 ?> 180 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay= <?lua print(math.random()) ?>source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>180 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay="<?lua print(math.random()) ?>" source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 181 181 <events> 182 182 <spawn> … … 219 219 for i = 1, 10, 1 do 220 220 ?> 221 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay= <?lua print(math.random()) ?>source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>221 <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay="<?lua print(math.random()) ?>" source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 222 222 <events> 223 223 <spawn> -
code/trunk/data/levels/testSwallow.oxw
r7679 r8079 46 46 ?> 47 47 48 <MovableEntity position="<?lua print(x + math.random() * 10000-2500) ?>,<?lua print(y + math.random() * 5000-2500) ?>,<?lua print(z + math.random() * 1000-500) ?>" <?lua if i == 5 then ?> collisionType=dynamic linearDamping=0.8 angularDamping=0 mass= <?lua print(j * 50) ?> <?lua end ?> scale=<?lua print(j * 5) ?>rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>">48 <MovableEntity position="<?lua print(x + math.random() * 10000-2500) ?>,<?lua print(y + math.random() * 5000-2500) ?>,<?lua print(z + math.random() * 1000-500) ?>" <?lua if i == 5 then ?> collisionType=dynamic linearDamping=0.8 angularDamping=0 mass="<?lua print(j * 50) ?>" <?lua end ?> scale="<?lua print(j * 5) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 49 49 <attached> 50 <Model position="0,0,0" scale= <?lua print(j * 10) ?>mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />50 <Model position="0,0,0" scale="<?lua print(j * 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" /> 51 51 </attached> 52 52 <?lua if i == 5 then ?><collisionShapes> -
code/trunk/data/levels/underAttack.oxw
r7679 r8079 36 36 </attached> 37 37 <collisionShapes> 38 <SphereCollisionShape radius= <?lua print(x) ?>position="0,0,0" />38 <SphereCollisionShape radius="<?lua print(x) ?>" position="0,0,0" /> 39 39 </collisionShapes> 40 40 </MovableEntity> … … 99 99 material="Examples/Flare" 100 100 colour="1.0, 0.5, 0.3" 101 phase= <?lua print(-360/8*i)?>101 phase="<?lua print(-360/8*i)?>" 102 102 amplitude=0.1 103 103 frequency=0.5 … … 109 109 material="Examples/Flare" 110 110 colour="1.0, 0.5, 0.3" 111 phase= <?lua print(-360/8*i)?>111 phase="<?lua print(-360/8*i)?>" 112 112 amplitude=0.1 113 113 frequency=0.5 -
code/trunk/data/overlays/debug.oxo
r6417 r8079 66 66 /> 67 67 68 <PauseNotice 69 name = "pausenotice" 70 position = "0.5, 0.1" 71 font = "VeraMono" 72 textsize = 0.03 73 colour = "1.0, 1.0, 1.0, 1.0" 74 align = "center" 75 /> 76 68 77 <AnnounceMessage 69 78 name = "announcemessage"
Note: See TracChangeset
for help on using the changeset viewer.