Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Removed achievement spam placeholder. (#16)
Browse files Browse the repository at this point in the history
Updated documentation.
  • Loading branch information
mrogaski committed Jul 22, 2014
1 parent 5d158f9 commit 4bef639
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ The configuration commands are placed in the Additional Info section of the Guil

GWs="<encryption_key>"

- *encryption_key* -- This is a text string that will be used as a key for encrypted communications between co-guilds. It may include any printable character other than "[", "]", or "|".

- *encryption_key* -- This is a text string that will be used as a key for encrypted communications between co-guilds. It may include any printable character other than double quotes of the "|" character.

#### Example

Expand Down
3 changes: 0 additions & 3 deletions WsGreenWall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ local CHAN_OFFICER = 2
local defaultOptions = {
bDebug = false,
bTag = true,
bAchievement = false,
bRoster = true,
bRank = false,
bOfficerChat = false,
Expand Down Expand Up @@ -548,7 +547,6 @@ function WsGreenWall:OpenConfigForm()

-- update the configuration form
self.wndMain:FindChild("ToggleOptionTag"):SetCheck(self.scratch.bTag)
self.wndMain:FindChild("ToggleOptionAchievement"):SetCheck(self.scratch.bAchievement)
self.wndMain:FindChild("ToggleOptionRoster"):SetCheck(self.scratch.bRoster)
self.wndMain:FindChild("ToggleOptionRank"):SetCheck(self.scratch.bRank)
self.wndMain:FindChild("ToggleOptionOfficerChat"):SetCheck(self.scratch.bOfficerChat)
Expand All @@ -557,7 +555,6 @@ function WsGreenWall:OpenConfigForm()
self.wndMain:FindChild("ToggleOptionDebug"):SetCheck(self.scratch.bDebug)

-- Future features
self.wndMain:FindChild("ToggleOptionAchievement"):Enable(false)
self.wndMain:FindChild("ToggleOptionRoster"):Enable(false)
self.wndMain:FindChild("ToggleOptionRank"):Enable(false)

Expand Down
5 changes: 1 addition & 4 deletions WsGreenWall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ SOFTWARE.
<Control Class="Button" Base="BK3:btnHolo_Check" Font="DefaultButton" ButtonType="PushButton" RadioGroup="" LAnchorPoint="0" LAnchorOffset="32" TAnchorPoint="0" TAnchorOffset="64" RAnchorPoint="1" RAnchorOffset="-32" BAnchorPoint="0" BAnchorOffset="96" DT_VCENTER="1" DT_CENTER="0" BGColor="UI_BtnBGDefault" TextColor="UI_BtnTextDefault" NormalTextColor="UI_BtnTextDefault" PressedTextColor="UI_BtnTextDefault" FlybyTextColor="UI_BtnTextDefault" PressedFlybyTextColor="UI_BtnTextDefault" DisabledTextColor="UI_BtnTextDefault" TooltipType="OnCursor" Name="ToggleOptionTag" TooltipColor="" DrawAsCheckbox="1" Text="Display co-guild tags" TextId="" BlockOutIfDisabled="1">
<Event Name="ButtonSignal" Function="OnToggleOption"/>
</Control>
<Control Class="Button" Base="BK3:btnHolo_Check" Font="DefaultButton" ButtonType="PushButton" RadioGroup="" LAnchorPoint="0" LAnchorOffset="32" TAnchorPoint="0" TAnchorOffset="96" RAnchorPoint="1" RAnchorOffset="-32" BAnchorPoint="0" BAnchorOffset="128" DT_VCENTER="1" DT_CENTER="0" BGColor="UI_BtnBGDefault" TextColor="UI_BtnTextDefault" NormalTextColor="UI_BtnTextDefault" PressedTextColor="UI_BtnTextDefault" FlybyTextColor="UI_BtnTextDefault" PressedFlybyTextColor="UI_BtnTextDefault" DisabledTextColor="UI_BtnTextDefault" TooltipType="OnCursor" Name="ToggleOptionAchievement" TooltipColor="" DrawAsCheckbox="1" Text="Display co-guild achievements" TextId="" Tooltip="" BlockOutIfDisabled="1">
<Event Name="ButtonSignal" Function="OnToggleOption"/>
</Control>
<Control Class="Button" Base="BK3:btnHolo_Check" Font="DefaultButton" ButtonType="PushButton" RadioGroup="" LAnchorPoint="0" LAnchorOffset="32" TAnchorPoint="0" TAnchorOffset="128" RAnchorPoint="1" RAnchorOffset="-32" BAnchorPoint="0" BAnchorOffset="160" DT_VCENTER="1" DT_CENTER="0" BGColor="UI_BtnBGDefault" TextColor="UI_BtnTextDefault" NormalTextColor="UI_BtnTextDefault" PressedTextColor="UI_BtnTextDefault" FlybyTextColor="UI_BtnTextDefault" PressedFlybyTextColor="UI_BtnTextDefault" DisabledTextColor="UI_BtnTextDefault" TooltipType="OnCursor" Name="ToggleOptionRoster" TooltipColor="" DrawAsCheckbox="1" Text="Display co-guild roster events" TextId="" BlockOutIfDisabled="1">
<Control Class="Button" Base="BK3:btnHolo_Check" Font="DefaultButton" ButtonType="PushButton" RadioGroup="" LAnchorPoint="0" LAnchorOffset="32" TAnchorPoint="0" TAnchorOffset="112" RAnchorPoint="1" RAnchorOffset="-32" BAnchorPoint="0" BAnchorOffset="144" DT_VCENTER="1" DT_CENTER="0" BGColor="UI_BtnBGDefault" TextColor="UI_BtnTextDefault" NormalTextColor="UI_BtnTextDefault" PressedTextColor="UI_BtnTextDefault" FlybyTextColor="UI_BtnTextDefault" PressedFlybyTextColor="UI_BtnTextDefault" DisabledTextColor="UI_BtnTextDefault" TooltipType="OnCursor" Name="ToggleOptionRoster" TooltipColor="" DrawAsCheckbox="1" Text="Display co-guild roster events" TextId="" BlockOutIfDisabled="1">
<Event Name="ButtonSignal" Function="OnToggleOption"/>
</Control>
<Control Class="Button" Base="BK3:btnHolo_Check" Font="DefaultButton" ButtonType="PushButton" RadioGroup="" LAnchorPoint="0" LAnchorOffset="32" TAnchorPoint="0" TAnchorOffset="160" RAnchorPoint="1" RAnchorOffset="-32" BAnchorPoint="0" BAnchorOffset="192" DT_VCENTER="1" DT_CENTER="0" BGColor="UI_BtnBGDefault" TextColor="UI_BtnTextDefault" NormalTextColor="UI_BtnTextDefault" PressedTextColor="UI_BtnTextDefault" FlybyTextColor="UI_BtnTextDefault" PressedFlybyTextColor="UI_BtnTextDefault" DisabledTextColor="UI_BtnTextDefault" TooltipType="OnCursor" Name="ToggleOptionRank" TooltipColor="" DrawAsCheckbox="1" Text="Display co-guild rank events" TextId="" BlockOutIfDisabled="1">
Expand Down

0 comments on commit 4bef639

Please sign in to comment.