Skip to content

Commit 365a168

Browse files
author
LocalIdentity
committed
Merge branch 'dev'
2 parents de99984 + 919b806 commit 365a168

File tree

192 files changed

+228626
-25756
lines changed

Some content is hidden

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

192 files changed

+228626
-25756
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.lua]
2+
trim_trailing_whitespace = false
3+
indent_style = tab
4+
max_line_length = 120

.github/ISSUE_TEMPLATE/accuracy_bug_report.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ body:
2121
options:
2222
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
2323
required: true
24+
- type: dropdown
25+
id: platform
26+
attributes:
27+
label: What platform are you running Path of Building on?
28+
options:
29+
- Windows
30+
- Linux - Wine
31+
- Linux - PoB Frontend
32+
- MacOS
33+
default: 0
34+
validations:
35+
required: true
2436
- type: textarea
2537
id: expected
2638
attributes:

.github/ISSUE_TEMPLATE/application_bug_report.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ body:
2121
options:
2222
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
2323
required: true
24+
- type: dropdown
25+
id: platform
26+
attributes:
27+
label: What platform are you running Path of Building on?
28+
options:
29+
- Windows
30+
- Linux - Wine
31+
- Linux - PoB Frontend
32+
- MacOS
33+
default: 0
34+
validations:
35+
required: true
2436
- type: textarea
2537
id: expected
2638
attributes:

.github/ISSUE_TEMPLATE/behaviour_bug_report.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ body:
2828
options:
2929
- label: I've checked that the behaviour is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
3030
required: true
31+
- type: dropdown
32+
id: platform
33+
attributes:
34+
label: What platform are you running Path of Building on?
35+
options:
36+
- Windows
37+
- Linux - Wine
38+
- Linux - PoB Frontend
39+
- MacOS
40+
default: 0
41+
validations:
42+
required: true
3143
- type: textarea
3244
id: expected
3345
attributes:

.github/ISSUE_TEMPLATE/calculation_bug_report.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ body:
2828
options:
2929
- label: I've checked that the calculation is supposed to be supported. If it isn't please open a feature request instead (Red text is a feature request).
3030
required: true
31+
- type: dropdown
32+
id: platform
33+
attributes:
34+
label: What platform are you running Path of Building on?
35+
options:
36+
- Windows
37+
- Linux - Wine
38+
- Linux - PoB Frontend
39+
- MacOS
40+
default: 0
41+
validations:
42+
required: true
3143
- type: textarea
3244
id: expected
3345
attributes:

.github/ISSUE_TEMPLATE/crash_report.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ body:
2121
options:
2222
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
2323
required: true
24+
- type: dropdown
25+
id: platform
26+
attributes:
27+
label: What platform are you running Path of Building on?
28+
options:
29+
- Windows
30+
- Linux - Wine
31+
- Linux - PoB Frontend
32+
- MacOS
33+
default: 0
34+
validations:
35+
required: true
2436
- type: textarea
2537
id: context
2638
attributes:

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ body:
1414
options:
1515
- label: I've checked for duplicate open **and closed** issues by using the search function of the [issue tracker](https://github.com/PathOfBuildingCommunity/PathOfBuilding/issues?q=is%3Aissue)
1616
required: true
17+
- type: dropdown
18+
id: platform
19+
attributes:
20+
label: What platform are you running Path of Building on?
21+
options:
22+
- Windows
23+
- Linux - Wine
24+
- Linux - PoB Frontend
25+
- MacOS
26+
default: 0
27+
validations:
28+
required: true
1729
- type: textarea
1830
id: problem
1931
attributes:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install busted
2020
run: luarocks install busted
2121
- name: Install cluacov
22-
run: luarocks install cluacov
22+
run: luarocks install cluacov 0.1.2-1
2323
- name: Install coveralls integration
2424
run: luarocks install luacov-coveralls
2525
- name: Run tests

CHANGELOG.md

Lines changed: 6159 additions & 6039 deletions
Large diffs are not rendered by default.

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Steps:
5454
according to the file's format. This is important, otherwise the JSON data converter
5555
won't trigger.
5656
7. Restart Path of Building Community. This should result in a new file `tree.lua`.
57-
8. Remove `data.json` from the new directory. Do not commit this file.
57+
8. Remove `data.json` and `sprites.json` from the new directory. Do not commit these files.
5858

5959
## Installer creation
6060

0 commit comments

Comments
 (0)