Skip to content

Commit 14b747f

Browse files
Rebrand as GME (#37)
* Move mod files to addons/GME * Add github templates * Add editorconfig and gitattributes * Add stringtable to gitattributes * Add authors list * Change prefixes and file names to GME * Update readme * Update logo * Fix paths in readme * Change version shield label * Update AUTHORS.txt Co-authored-by: Crowdedlight <[email protected]> * Mention Odin in README.md * Update list of features Saving/loading only works on PC for MP --------- Co-authored-by: Crowdedlight <[email protected]>
1 parent 5411720 commit 14b747f

File tree

261 files changed

+1378
-4002
lines changed

Some content is hidden

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

261 files changed

+1378
-4002
lines changed

.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
charset = utf-8
7+
indent_style = space
8+
indent_size = 4
9+
trim_trailing_whitespace = true
10+
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.yml]
15+
indent_style = space
16+
indent_size = 2
17+
18+
[Makefile]
19+
indent_style = tab
20+
indent_size = 4

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
* text=auto
2+
*.png binary
3+
*.jpg binary
4+
*.edds binary
5+
6+
# Change GitHub language categorization
7+
addons/**/*.c linguist-language=EnforceScript
8+
addons/**/*.st linguist-language=Stringtable
9+
10+
optionals/**/*.c linguist-language=EnforceScript
11+
optionals/**/*.st linguist-language=Stringtable
12+
13+
# Do not count extras in language usage stats
14+
extras/* linguist-vendored

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
<!--
10+
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
11+
12+
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
13+
1. If I delete this entire template or parts of it and go my own path, the team may close my issue without further explanation or engagement.
14+
2. If I list multiple bugs/concerns in this one issue, the team may close my issue without further explanation or engagement.
15+
3. If I write an issue that has duplicates, the team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number).
16+
4. If I leave the title incomplete when filing the issue, the team may close my issue without further explanation or engagement.
17+
5. If I file something completely blank in the body, the team may close my issue without further explanation or engagement.
18+
6. If I file an issue without collecting logs (console.log file, etc...), the team may close my issue without further explanation or engagement.
19+
20+
All good? Then proceed and fill out all items below.
21+
-->
22+
23+
**Arma Reforger Version:** `1.x.x.x` (stable / experimental)
24+
**GME Version:** `1.x.x`
25+
<!-- Make sure to reproduce the issue with only GME on a official Game Master scenario! -->
26+
27+
**Mods:**
28+
```
29+
- GME
30+
```
31+
32+
**Description:**
33+
Add a detailed description of the error. This makes it easier for us to fix the issue.
34+
35+
**Expected behavior:**
36+
A clear and concise description of what you expected to happen.
37+
38+
**Steps to reproduce:**
39+
Add the steps needed to reproduce the issue.
40+
41+
1. _Go to ..._
42+
2. _Click ..._
43+
3. _See ..._
44+
45+
**Where did the issue occur?**
46+
- Dedicated / Self-Hosted Multiplayer / Singleplayer / Workbench
47+
48+
**Additional information:**
49+
Provide any additional information that will help us solve this issue.
50+
51+
**console.log file:**
52+
- Add a link ([gist](https://gist.github.com) or [pastebin](http://pastebin.com)) to the client and/or server `console.log` file. An instruction to find your log files can be found [here](https://community.bistudio.com/wiki/Arma_Reforger:Crash_Report).
53+
54+
**Screenshots:**
55+
If applicable, add screenshots to help explain your problem.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Enhancement request
3+
about: Suggest an improvement for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
---
8+
9+
<!--
10+
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
11+
12+
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
13+
1. If I delete this entire template or parts of it and go my own path, the team may close my issue without further explanation or engagement.
14+
2. If I list multiple features in this one issue, the team may close my issue without further explanation or engagement.
15+
3. If I write an issue that has duplicates, the team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number).
16+
4. If I leave the title incomplete when filing the issue, the team may close my issue without further explanation or engagement.
17+
5. If I file something completely blank in the body, the team may close my issue without further explanation or engagement.
18+
19+
All good? Then proceed and fill out all items below.
20+
-->
21+
22+
**Is your enhancement related to a problem?**
23+
A clear and concise description of what the enhancement entails. Ex. [...] would improve user experience.
24+
25+
**Solution you'd like:**
26+
A clear and concise description of what you want to happen.
27+
28+
**Alternatives you've considered:**
29+
A clear and concise description of any alternative solutions or ideas you've considered.
30+
31+
**Additional context:**
32+
Add any other context or screenshots about the enhancement here.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: feature
6+
assignees: ''
7+
---
8+
9+
<!--
10+
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
11+
12+
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
13+
1. If I delete this entire template or parts of it and go my own path, the team may close my issue without further explanation or engagement.
14+
2. If I list multiple features in this one issue, the team may close my issue without further explanation or engagement.
15+
3. If I write an issue that has duplicates, the team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number).
16+
4. If I leave the title incomplete when filing the issue, the team may close my issue without further explanation or engagement.
17+
5. If I file something completely blank in the body, the team may close my issue without further explanation or engagement.
18+
19+
All good? Then proceed and fill out all items below.
20+
-->
21+
22+
**Is your feature request related to a problem?**
23+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
24+
25+
**Solution you'd like:**
26+
A clear and concise description of what you want to happen.
27+
28+
**Alternatives you've considered:**
29+
A clear and concise description of any alternative solutions or features you've considered.
30+
31+
**Additional context:**
32+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/other.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Other
3+
about: Create an issue for something else (task, question)
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
---
8+
9+
<!--
10+
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
11+
12+
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
13+
1. If I post this blank issue that should have followed any of the premade templates, the team may close my issue without further explanation or engagement.
14+
2. If I write an issue that has duplicates, the team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number).
15+
3. If I leave the title incomplete when filing the issue, the team may close my issue without further explanation or engagement.
16+
4. If I post only one sentence without further context, the team may close my issue without further explanation or engagement.
17+
18+
All good? Then proceed and fill out all items below.
19+
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**When merged this pull request will:**
2+
- Describe what this pull request will do
3+
- Each change in a separate line
4+
- Include documentation if applicable

.github/release.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
changelog:
2+
categories:
3+
- title: '**ADDED:**'
4+
labels:
5+
- 'feature'
6+
- title: '**IMPROVED:**'
7+
labels:
8+
- 'enhancement'
9+
- 'optimization'
10+
- title: '**CHANGED:**'
11+
labels:
12+
- 'cleanup'
13+
- title: '**FIXED:**'
14+
labels:
15+
- 'bug fix'
16+
- title: '**TRANSLATIONS:**'
17+
labels:
18+
- 'translation'
19+
exclude:
20+
labels:
21+
- 'ignore changelog'

AUTHORS.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GAME MASTER ENHANCED CONTRIBUTOR LIST
2+
# If you contributed, but are not listed here,
3+
# contact one of the Core Team members.
4+
#
5+
# Feel free to add yourself to this when creating a pull
6+
# request, preferably including an email address.
7+
8+
# CORE TEAM
9+
Crowdedlight <[email protected]>
10+
11+
12+
# CONTRIBUTORS

0 commit comments

Comments
 (0)