Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 24, 2018, 1:08:11 AM (6 years ago)
Author:
landauf
Message:

fixed some config values; removed unused layout; renamed some background windows; removed unknown property

Location:
code/branches/cegui0.8_ogre1.9/data/gui
Files:
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cegui0.8_ogre1.9/data/gui/layouts/CreditsMenu.layout

    r11793 r11801  
    11<?xml version='1.0' encoding='utf-8'?>
    22<GUILayout version="4">
    3     <Window name="Background" type="DefaultWindow">
     3    <Window name="CreditsBackground" type="DefaultWindow">
    44        <Property name="InheritsAlpha" value="False" />
    55        <Property name="MaxSize" value="{{1,0},{1,0}}" />
  • code/branches/cegui0.8_ogre1.9/data/gui/layouts/GameplayMenu.layout

    r11793 r11801  
    5252                    <Property name="MaxSize" value="{{1,0},{1,0}}" />
    5353                    <Property name="Area" value="{{0.05,0},{0.21,0},{0.95,0},{0.9,0}}" />
    54                     <Property name="MaxEditTextLength" value="1073741823" />
    5554                    <Property name="ReadOnly" value="True" />
    5655                    <Event function="GameplayMenu.GameplayThemeCombobox_changed" name="ListSelectionAccepted" />
  • code/branches/cegui0.8_ogre1.9/data/gui/layouts/SingleplayerConfigMenu.layout

    r11793 r11801  
    11<?xml version='1.0' encoding='utf-8'?>
    22<GUILayout version="4">
    3     <Window name="Background" type="MenuWidgets/StaticImage">
     3    <Window name="SingleplayerConfigBackground" type="MenuWidgets/StaticImage">
    44        <Property name="FrameEnabled" value="False" />
    55        <Property name="InheritsAlpha" value="False" />
  • code/branches/cegui0.8_ogre1.9/data/gui/scripts/SingleplayerConfigMenu.lua

    r11799 r11801  
    4646    table.insert(P.commandList, "LastTeamStanding bNoPunishment")
    4747    table.insert(P.commandList, "LastTeamStanding bHardPunishment")
    48     table.insert(P.commandList, "TeamDeathmatch teams_")
     48    table.insert(P.commandList, "TeamGametype teams_")
    4949    table.insert(P.commandList, "UnderAttack gameTime_")
    5050
     
    6464    table.insert(P.nameList, "LastTeamStanding: no punishment")
    6565    table.insert(P.nameList, "LastTeamStanding: hard punishment")
    66     table.insert(P.nameList, "TeamDeathmatch: Number of teams")
     66    table.insert(P.nameList, "TeamGametype: Number of teams")
    6767    table.insert(P.nameList, "UnderAttack: game time")
    6868
Note: See TracChangeset for help on using the changeset viewer.