forked from dpteam/ToxiphobiaEngine
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,230 changed files
with
114,166 additions
and
40,144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ language.* text | |
*.lmp binary | ||
*.flac binary | ||
*.dat binary | ||
*.ico binary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
name: Bug Report | ||
description: File a Bug report | ||
title: '[BUG] ' | ||
labels: bug | ||
#assignees: 'anonymous@temp' | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Please fill out forms as cleanly as possible. | ||
#### Make sure that you have | ||
* properly edited & filled in the title of this bug report | ||
- type: input | ||
id: version | ||
attributes: | ||
label: GZDoom version | ||
description: | | ||
What version are you using? | ||
Run `gzdoom --version` or check in the console in game. | ||
Make sure to update to latest [release](https://github.com/coelckers/gzdoom/releases) version and test again before continuing. | ||
placeholder: "ex: GZDoom 4.0.0, Git version, Branch, other" | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: gameid | ||
attributes: | ||
label: Which game are you running with GZDoom? | ||
multiple: false | ||
options: | ||
- Doom | ||
- Doom 2 | ||
- Heretic | ||
- Hexen | ||
- Strife | ||
- Other | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: OS | ||
attributes: | ||
label: What Operating System are you using? | ||
multiple: false | ||
options: | ||
- Windows 11 | ||
- Windows 10 | ||
- Windows 8 | ||
- Windows 7 | ||
- Windows Other | ||
- Mac OS | ||
- Linux x86 | ||
- Linux x86_64 | ||
- Linux ARM (Raspberry Pi) | ||
- Other | ||
validations: | ||
required: false | ||
- type: input | ||
id: os_detail | ||
attributes: | ||
label: Please describe your specific OS version | ||
description: Other details | ||
placeholder: "Windows 11 Home/Pro/Server/etc, Mac OSX version, Debian 10/11/etc, Ubuntu 18/20/etc, Arch, etc." | ||
validations: | ||
required: false | ||
- type: input | ||
id: hardware | ||
attributes: | ||
label: Relevant hardware info | ||
description: Hardware | ||
placeholder: "CPU, GPU, device brand/model: e.g. Intel, AMD, Nvidia, etc" | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: checked | ||
attributes: | ||
label: Have you checked that no other similar issue already exists? | ||
description: Searched issues before creating report? | ||
options: | ||
- label: I have searched and not found similar issues. | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: A clear and concise description of what the bug is. | ||
description: Describe what happens, what software were you running? _Include screenshot if possible_ | ||
placeholder: "How & When does this occur?" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: steps | ||
attributes: | ||
label: Steps to reproduce the behaviour. | ||
description: How can we reproduce this? | ||
placeholder: "Explain how to reproduce" | ||
value: | | ||
Explain how to reproduce | ||
1. | ||
2. | ||
3. | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: config_file | ||
attributes: | ||
label: Your configuration | ||
description: | | ||
Share the config file(s) you've been using to run the program. (`gzdoom.ini`) | ||
Please avoid pasting the full config, _use attachments or links_ in a [Gist](https://gist.github.com/) | ||
placeholder: "example: cl_autorun=true" | ||
render: ini # syntax highlighting | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Provide a Log | ||
description: Please avoid pasting the full log, _use attachments or links_ in a [Gist](https://gist.github.com/) | ||
placeholder: "Copy & paste error log section or provide link" | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
* Make sure you have properly filled in the title of this bug report |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
name: Feature Request | ||
description: Suggest an idea (a new feature or other improvement) for this project | ||
title: '[Feature] ' | ||
labels: enhancement | ||
#assignees: 'anonymous@temp' | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
## Please fill out forms as cleanly as possible. | ||
#### Make sure that you have | ||
* properly edited & filled in the title of this bug report | ||
- type: input | ||
id: version | ||
attributes: | ||
label: GZDoom version | ||
description: | | ||
What version are you using? | ||
Run `gzdoom --version` or check in the console in game. | ||
Make sure to update to latest [release](https://github.com/coelckers/gzdoom/releases) version and test again before continuing. | ||
placeholder: "ex: GZDoom 4.0.0, Git version, Branch, other" | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: gameid | ||
attributes: | ||
label: Which game are you running with GZDoom? | ||
multiple: false | ||
options: | ||
- Doom | ||
- Doom 2 | ||
- Heretic | ||
- Hexen | ||
- Strife | ||
- Other | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: OS | ||
attributes: | ||
label: What Operating System are you using? | ||
multiple: false | ||
options: | ||
- Windows 11 | ||
- Windows 10 | ||
- Windows 8 | ||
- Windows 7 | ||
- Windows Other | ||
- Mac OS | ||
- Linux x86 | ||
- Linux x86_64 | ||
- Linux ARM (Raspberry Pi) | ||
- Other | ||
validations: | ||
required: false | ||
- type: input | ||
id: other | ||
attributes: | ||
label: If Other OS, please describe | ||
description: Other details | ||
placeholder: "Windows, Mac OSX version, Debian, Ubuntu, Arch, etc." | ||
validations: | ||
required: false | ||
- type: input | ||
id: hardware | ||
attributes: | ||
label: Relevant hardware info | ||
description: Hardware | ||
placeholder: "CPU, GPU, device brand/model: e.g. Intel, AMD, Nvidia, etc" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: related | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: Related | ||
placeholder: "Ex. I'm always frustrated when" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Describe the solution you'd like | ||
placeholder: "Ex. How can we make it better?" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: alternative | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
placeholder: "Similar idea or software" | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Add any other context or screenshots about the feature request here. | ||
description: Screenshots or Links? | ||
placeholder: "Ex. Screenshot or Link" | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
* Make sure you have properly filled in the title of this feature request |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.