Skip to content

Commit ed97ec6

Browse files
committed
release: version 5.0.0 / alpha 20
2 parents 0fa1272 + a81b863 commit ed97ec6

File tree

2,268 files changed

+16396
-26779
lines changed

Some content is hidden

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

2,268 files changed

+16396
-26779
lines changed

.github/labels.json

Lines changed: 182 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
1+
[
2+
{
3+
"color": "FF0000",
4+
"description": "Issue reporting or PR addressing a critical problem that blocks other efforts",
5+
"name": "Blocker",
6+
"aliases": ["not possible yet"]
7+
},
8+
{
9+
"color": "ba0000",
10+
"description": "API breaking change requiring follow-up work in dependant areas",
11+
"name": "Breaking Change"
12+
},
13+
{
14+
"color": "f5a342",
15+
"description": "Requests, Issues and Changes targeting gradle, groovy, Jenkins, etc.",
16+
"name": "Category: Build/CI",
17+
"aliases": ["logistics"]
18+
},
19+
{
20+
"color": "ff7332",
21+
"description": "Requests, Issues and Changes targeting unexpected terminations, segfaults, etc.",
22+
"name": "Category: Crash"
23+
},
24+
{
25+
"color": "f5a342",
26+
"description": "Requests, Issues and Changes targeting javadoc and module documentation",
27+
"name": "Category: Doc",
28+
"aliases": ["documentation"]
29+
},
30+
{
31+
"color": "f5a342",
32+
"description": "Requests, Issues and Changes targeting gameplay mechanics and content",
33+
"name": "Category: Gameplay Content",
34+
"aliases": ["content"]
35+
},
36+
{
37+
"color": "f5a342",
38+
"description": "Requests, Issues and Changes targeting performance",
39+
"name": "Category: Performance",
40+
"aliases": ["performance"]
41+
},
42+
{
43+
"color": "f5a342",
44+
"description": "Requests, Issues and Changes targeting security",
45+
"name": "Category: Security",
46+
"aliases": ["security"]
47+
},
48+
{
49+
"color": "f5a342",
50+
"description": "Requests, Issues and Changes targeting tests and quality assurance",
51+
"name": "Category: Test/QA"
52+
},
53+
{
54+
"color": "94EC55",
55+
"description": "Good for learners that are new to Terasology",
56+
"name": "Good First Issue"
57+
},
58+
{
59+
"color": "876314",
60+
"description": "Affects aspects not visible in Singleplayer mode only",
61+
"name": "Multiplayer"
62+
},
63+
{
64+
"color": "AAd9d2",
65+
"description": "Very big effort likely requiring a lot of research and work in many areas across the codebase",
66+
"name": "Size: L",
67+
"aliases": ["epic"]
68+
},
69+
{
70+
"color": "AAd9d2",
71+
"description": "Medium-sized effort likely requiring some research and work in multiple areas",
72+
"name": "Size: M",
73+
"aliases": ["mentor size"]
74+
},
75+
{
76+
"color": "AAd9d2",
77+
"description": "Small effort likely only affecting a single area and requiring little to no research",
78+
"name": "Size: S",
79+
"aliases": ["bite-size"]
80+
},
81+
{
82+
"color": "ff7d7d",
83+
"description": "Is currently blocked by missing dependencies, pre-requisites, etc.",
84+
"name": "Status: Blocked"
85+
},
86+
{
87+
"color": "E99695",
88+
"description": "Requires more information by the author on the reported issue or provided changes",
89+
"name": "Status: Needs Author Input"
90+
},
91+
{
92+
"color": "E99695",
93+
"description": "Requires help discussing a reported issue or provided PR",
94+
"name": "Status: Needs Discussion",
95+
"aliases": ["help wanted", "support"]
96+
},
97+
{
98+
"color": "E99695",
99+
"description": "Requires to be checked for feasibility, reproducability, etc.",
100+
"name": "Status: Needs Investigation",
101+
"aliases": ["research", "needs info"]
102+
},
103+
{
104+
"color": "E99695",
105+
"description": "Requires to be tested in-game",
106+
"name": "Status: Needs Testing"
107+
},
108+
{
109+
"color": "DDDDDD",
110+
"description": "Wasn't reviewed or continued for a while",
111+
"name": "Status: Stale"
112+
},
113+
{
114+
"color": "3b808e",
115+
"description": "Requests, Issues and Changes related to software architecture, programming patterns, etc.",
116+
"name": "Topic: Architecture",
117+
"aliases": ["architecture", "api"]
118+
},
119+
{
120+
"color": "3b808e",
121+
"description": "Requests, Issues and Changes related to bullet, collisions, gravity, etc.",
122+
"name": "Topic: Physics",
123+
"aliases": ["physics"]
124+
},
125+
{
126+
"color": "3b808e",
127+
"description": "Requests, Issues and Changes related to pathfinding, behaviors, etc.",
128+
"name": "Topic: AI",
129+
"aliases": ["ai"]
130+
},
131+
{
132+
"color": "3b808e",
133+
"description": "Requests, Issues and Changes related to lighting, meshes, camera, etc.",
134+
"name": "Topic: Rendering",
135+
"aliases": ["rendering"]
136+
},
137+
{
138+
"color": "3b808e",
139+
"description": "Requests, Issues and Changes related to improving stablity and reducing flakyness",
140+
"name": "Topic: Stabilization",
141+
"aliases": ["stabilization"]
142+
},
143+
{
144+
"color": "3b808e",
145+
"description": "Requests, Issues and Changes related to screens, artwork, sound and overall user experience",
146+
"name": "Topic: UI/UX",
147+
"aliases": ["art", "ui", "artwork"]
148+
},
149+
{
150+
"color": "3b808e",
151+
"description": "Requests, Issues and Changes related to facets, rasterizers, etc.",
152+
"name": "Topic: WorldGen"
153+
},
154+
{
155+
"color": "d73a4a",
156+
"description": "Issues reporting and PRs fixing problems",
157+
"name": "Type: Bug",
158+
"aliases": ["bug"]
159+
},
160+
{
161+
"color": "666666",
162+
"description": "Request for or implementation of maintenance changes",
163+
"name": "Type: Chore"
164+
},
165+
{
166+
"color": "0E8A16",
167+
"description": "Request for or addition/enhancement of a feature",
168+
"name": "Type: Improvement",
169+
"aliases": ["enhancement", "new feature"]
170+
},
171+
{
172+
"color": "66CBED",
173+
"description": "Issue intended to help understanding something that is unclear",
174+
"name": "Type: Question",
175+
"aliases": ["question"]
176+
},
177+
{
178+
"color": "fbca04",
179+
"description": "Request for or implementation of pure and automatic refactorings, e.g. renaming, to improve clarity",
180+
"name": "Type: Refactoring"
181+
}
182+
]

.github/release-drafter-config.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,42 @@ categories:
99
- title: ':rocket: Features'
1010
labels:
1111
- 'Enhancement'
12+
- 'Type: Improvement'
1213
- title: ':bug: Bug Fixes'
1314
labels:
1415
- 'Bug'
16+
- 'Type: Bug'
1517
- title: ':toolbox: Maintenance'
1618
labels:
1719
- 'Stabilization'
20+
- 'Topic: Stabilization'
21+
- 'Type: Chore'
22+
- 'Type: Refactoring'
1823
- title: ':books: Documentation'
1924
labels:
25+
- 'Category: Doc'
2026
- 'Documentation'
2127
- title: ':gear: Logistics'
2228
labels:
23-
- 'Logistics'
29+
- 'Category: Build/CI'
30+
- 'Logistics'
2431
autolabeler:
25-
- label: 'Documentation'
32+
- label: 'Category: Doc'
2633
title:
2734
- '/doc/i'
28-
- label: 'Bug'
35+
- label: 'Type: Bug'
2936
title:
3037
- '/fix/i'
31-
- label: 'Enhancement'
38+
- label: 'Type: Improvement'
3239
title:
3340
- '/feat/i'
34-
- label: 'Logistics'
41+
- label: 'Category: Build/CI'
3542
title:
3643
- '/build/i'
3744
- '/ci/i'
38-
- label: 'Stabilization'
45+
- label: 'Type: Chore'
3946
title:
4047
- '/chore/i'
48+
- label: 'Type: Refactoring'
49+
title:
4150
- '/refactor/i'

.github/workflows/release-draft.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
# branches to consider in the event; optional, defaults to all
66
branches:
77
- develop
8+
# pull_request event is required only for autolabeler
9+
pull_request:
10+
# Only following types are handled by the action, but one can default to all as well
11+
types: [opened, reopened, synchronize]
812

913
jobs:
1014
update_release_draft:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Thumbs.db
7878
/terasology-3rdclient/
7979
config.cfg
8080
entityDump.txt
81+
*entityDump*.json
8182
nuiEditorAutosave.json
8283

8384
# Historical Output

.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyles/Project.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/dictionaries/kevint.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)