Skip to content

Commit 63804e3

Browse files
committed
Initial Commit!
0 parents  commit 63804e3

File tree

359 files changed

+50435
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+50435
-0
lines changed

.editorconfig

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
trim_trailing_whitespace = true
7+
insert_final_newline = false
8+
9+
[*.{lua,xml,toc,luacheckrc}]
10+
indent_style = tab
11+
tab_width = 4
12+
13+
[*/lib/**.{lua,xml,toc}]
14+
trim_trailing_whitespace = false
15+
insert_final_newline = none
16+
17+
[*.{yml,gitattributes,gitignore}]
18+
indent_style = space
19+
indent_size = 2
20+
21+
[*.md]
22+
charset = utf-8
23+
end_of_line = lf
24+
trim_trailing_whitespace = false
25+
insert_final_newline = true

.gitattributes

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.github export-ignore
2+
.gitattributes export-ignore
3+
.gitignore export-ignore
4+
.luacheckrc export-ignore
5+
.travis.yml export-ignore
6+
.editorconfig export-ignore
7+
README.md export-ignore
8+
9+
* text=auto
10+
11+
# GitHub
12+
.github text
13+
.gitattributes text
14+
*.md text
15+
16+
# Source files
17+
*.lua text
18+
*.xml text
19+
*.toc text
20+
21+
# Fonts
22+
*.ttf binary
23+
24+
# Sounds
25+
*.ogg binary
26+
*.mp3 binary
27+
*.wav binary
28+
29+
# Textures
30+
*.blp binary
31+
*.tga binary

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_dev
2+
.luacheckrc
3+
Makefile
4+
luacheck.exe
5+
*.zip

BigWigs/BigWigs.toc

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
## Interface: 30300
2+
## X-Curse-Packaged-Version: r7558
3+
## X-Curse-Project-Name: BigWigs Bossmods
4+
## X-Curse-Project-ID: big-wigs
5+
## X-Curse-Repository-ID: wow/big-wigs/mainline
6+
7+
## Title: Big Wigs
8+
## Notes: Modular, lightweight, non-intrusive approach to boss encounter warnings.
9+
## Notes-deDE: Modulare und einfache Boss Encounter Warnungen.
10+
## Notes-ruRU: Модульный, облегчённый, босс мод. Оповещает и выводит таймеры способностей/действий боссов.
11+
## Notes-zhCN: 团队首领战信息提示插件,带有计时条。
12+
## Notes-zhTW: 團隊首領戰訊息提示插件,帶有計時條。
13+
## Notes-koKR: 각종 보스에 대하여 간략하고 시각적으로 경고합니다.
14+
## Notes-frFR: Approche modulaire, légère et non-intrusive des alertes des rencontres de boss.
15+
## Notes-esES: Avisos y barras para encuentros con jefes. Modular, ligero y no intrusivo.
16+
## Notes-esMX: Avisos y barras para encuentros con jefes. Modular, ligero y no intrusivo.
17+
## Author: Ammo, Rabbit, Funkydude
18+
## Version: 3.22
19+
## X-Category: Raid
20+
21+
## LoadManagers: AddonLoader
22+
## X-LoadOn-Always: true
23+
24+
## OptionalDeps: Ace3, LibCandyBar-3.0, LibSharedMedia-3.0, LibBabble-Zone-3.0, LibBabble-Boss-3.0, LibSink-2.0, LibDBIcon-1.0
25+
26+
## SavedVariables: BigWigs3DB, BigWigs3IconDB
27+
28+
Embeds.xml
29+
Locales.xml
30+
Modules.xml

0 commit comments

Comments
 (0)