-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36a65ec
commit 9c0e0b0
Showing
3 changed files
with
208 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
## APIVersion: 100020 100021 | ||
## Title: LibAddonMenu-2.0 | ||
## Version: 2.0 rVERSION_NUMBER | ||
## AddOnVersion: VERSION_NUMBER | ||
## Author: Seerah, sirinsidiator, et al. | ||
## Contributors: votan, merlight, Garkin, Randactyl, KuroiLight, silvereyes333, Baertram, kyoma | ||
## Description: A library to aid in the creation of option panels. | ||
## | ||
## This Add-on is not created by, affiliated with or sponsored by ZeniMax Media Inc. or its affiliates. | ||
## The Elder Scrolls® and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States and/or other countries. | ||
## All rights reserved | ||
## | ||
## You can read the full terms at https://account.elderscrollsonline.com/add-on-terms | ||
LibStub\LibStub.lua | ||
development.lua | ||
LibAddonMenu-2.0\LibAddonMenu-2.0.lua | ||
LibAddonMenu-2.0\controls\panel.lua | ||
LibAddonMenu-2.0\controls\submenu.lua | ||
LibAddonMenu-2.0\controls\button.lua | ||
LibAddonMenu-2.0\controls\checkbox.lua | ||
LibAddonMenu-2.0\controls\colorpicker.lua | ||
LibAddonMenu-2.0\controls\custom.lua | ||
LibAddonMenu-2.0\controls\description.lua | ||
LibAddonMenu-2.0\controls\dropdown.lua | ||
LibAddonMenu-2.0\controls\editbox.lua | ||
LibAddonMenu-2.0\controls\header.lua | ||
LibAddonMenu-2.0\controls\slider.lua | ||
LibAddonMenu-2.0\controls\texture.lua | ||
LibAddonMenu-2.0\controls\iconpicker.lua | ||
LibAddonMenu-2.0\controls\divider.lua | ||
## APIVersion: 100022 100023 | ||
## Title: LibAddonMenu-2.0 | ||
## Version: 2.0 rVERSION_NUMBER | ||
## AddOnVersion: VERSION_NUMBER | ||
## Author: Seerah, sirinsidiator, et al. | ||
## Contributors: votan, merlight, Garkin, Randactyl, KuroiLight, silvereyes333, Baertram, kyoma | ||
## Description: A library to aid in the creation of option panels. | ||
## | ||
## This Add-on is not created by, affiliated with or sponsored by ZeniMax Media Inc. or its affiliates. | ||
## The Elder Scrolls® and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States and/or other countries. | ||
## All rights reserved | ||
## | ||
## You can read the full terms at https://account.elderscrollsonline.com/add-on-terms | ||
|
||
LibStub\LibStub.lua | ||
development.lua | ||
LibAddonMenu-2.0\LibAddonMenu-2.0.lua | ||
|
||
LibAddonMenu-2.0\controls\panel.lua | ||
LibAddonMenu-2.0\controls\submenu.lua | ||
LibAddonMenu-2.0\controls\button.lua | ||
LibAddonMenu-2.0\controls\checkbox.lua | ||
LibAddonMenu-2.0\controls\colorpicker.lua | ||
LibAddonMenu-2.0\controls\custom.lua | ||
LibAddonMenu-2.0\controls\description.lua | ||
LibAddonMenu-2.0\controls\dropdown.lua | ||
LibAddonMenu-2.0\controls\editbox.lua | ||
LibAddonMenu-2.0\controls\header.lua | ||
LibAddonMenu-2.0\controls\slider.lua | ||
LibAddonMenu-2.0\controls\texture.lua | ||
LibAddonMenu-2.0\controls\iconpicker.lua | ||
LibAddonMenu-2.0\controls\divider.lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#Build Number for ANT. Do not edit! | ||
#Fri Sep 29 20:21:36 CEST 2017 | ||
build.number=26 | ||
#Build Number for ANT. Do not edit! | ||
#Sun May 20 16:59:17 CEST 2018 | ||
build.number=27 |
Oops, something went wrong.