Skip to content

Commit f9ecabc

Browse files
committed
Merge branch 'Firestorm_Release_7.1.11' of https://github.com/FirestormViewer/phoenix-firestorm into Heuguchon_1.0.0
# Conflicts: # indra/newview/CMakeLists.txt # indra/newview/VIEWER_VERSION.txt # indra/newview/growlnotifierwin.cpp # scripts/configure_heuguchon.sh
2 parents f30362f + 7dc08a7 commit f9ecabc

2,864 files changed

Lines changed: 73146 additions & 57917 deletions

File tree

Some content is hidden

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

.clang-format

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CompactNamespaces: false
4040
ConstructorInitializerAllOnOneLineOrOnePerLine: true
4141
ConstructorInitializerIndentWidth: 4
4242
ContinuationIndentWidth: 4
43-
Cpp11BracedListStyle: true
43+
Cpp11BracedListStyle: false
4444
DeriveLineEnding: true
4545
DerivePointerAlignment: false
4646
DisableFormat: false
@@ -87,15 +87,15 @@ PenaltyBreakString: 1000
8787
PenaltyBreakTemplateDeclaration: 10
8888
PenaltyExcessCharacter: 1000000
8989
PenaltyReturnTypeOnItsOwnLine: 1000
90-
PointerAlignment: Right
90+
PointerAlignment: Left
9191
ReflowComments: true
9292
SortIncludes: false
9393
SortUsingDeclarations: true
9494
SpaceAfterCStyleCast: true
9595
SpaceAfterLogicalNot: false
9696
SpaceAfterTemplateKeyword: true
9797
SpaceBeforeAssignmentOperators: true
98-
SpaceBeforeCpp11BracedList: true
98+
SpaceBeforeCpp11BracedList: false
9999
SpaceBeforeCtorInitializerColon: true
100100
SpaceBeforeInheritanceColon: true
101101
SpaceBeforeParens: ControlStatements

.git-blame-ignore-revs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Replace tabs with spaces
2+
1b68f71348ecf3983b76b40d7940da8377f049b7
3+
33418a77b716e122da9778869cdbabe97c83ff37
4+
# Trim trailing whitespace
5+
a0b3021bdcf76859054fda8e30abb3ed47749e83
6+
8444cd9562a6a7b755fcb075864e205122354192
7+
863c541ce0b2e3e1e566cc88423d3e87aaedb6ca
8+
# Wrong line endings
9+
1b67dd855c41f5a0cda7ec2a68d98071986ca703
10+
6cc7dd09d5e69cf57e6de7fb568a0ad2693f9c9a
11+
e2e37cced861b98de8c1a7c9c0d3a50d2d90e433

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ FILES_ARE_UNICODE_UTF-16LE.txt text eol=crlf
3333

3434
# Windows Manifest files
3535
*.manifest text eol=crlf
36+
37+
# Windows Installer Script files (normalization disabled)
38+
*.nsi -text

.github/labeler.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
llappearance:
22
- indra/llappearance/**/*
3-
3+
44
llaudio:
55
- indra/llaudio/**/*
66

@@ -76,3 +76,6 @@ c/cpp:
7676
- '**/*.i'
7777
- '**/*.inl'
7878
- '**/*.y'
79+
80+
'team:viewer':
81+
- '*'

.github/pull_request_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Firestorm Pull Request Checklist
2+
Thank you for contributing to the Phoenix Firestorm Project.
3+
We will endeavour to review you changes and accept/reject/request changes as soon as possible.
4+
Please read and follow the [Firestorm Pull Request Guidelines](https://github.com/firestormviewer/phoenix-firestorm/blob/master/FS_PR_GUIDELINES.md) to reduce the likelihood that we need to ask for "Bureaucratic" changes to make the code comply with our workflows.

0 commit comments

Comments
 (0)