forked from CleverRaven/Cataclysm-DDA
-
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.
Merge pull request #2 from CleverRaven/master
Bring up to date
- Loading branch information
Showing
695 changed files
with
239,447 additions
and
413,411 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
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 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,31 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Make a player with a gun, magazine, and some ammo. | ||
2. Try to aim at a wall. | ||
3. There's no way to increase aim level. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
Ideally also describe *why* you expect it to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Versions and configuration(please complete the following information):** | ||
- OS: [e.g. iOS 8 or Windows 10 or Ubuntu 18.04] | ||
- Game Version [from the main menu, e.g. 0.C-29938-g90f5268437] | ||
- Graphics version [Tiles or Terminal] | ||
- Mods loaded [e.g.dda, boats, hacktheplanet, StatsThroughSkills] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
E.g. A link to a savegame that allows the issue to be reproduced. |
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,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context (such as mock-ups, proof of concepts or screenshots) about the feature request here. |
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,38 @@ | ||
<!-- | ||
### How to use | ||
Leave the headings unless they don't apply to your PR, replace commented out text ( surrounded with <!-- and --> ) with text describing your PR. | ||
--> | ||
|
||
#### Summary | ||
<!-- | ||
A one-line description of your change that will be extracted and added to the project changelog at https://github.com/CleverRaven/Cataclysm-DDA/blob/master/data/changelog.txt | ||
The format is: ```SUMMARY: Category "description"``` | ||
The categories to choose from are: Features, Content, Interface, Mods, Balance, Bugfixes, Performance, Infrastructure, Build, I18N | ||
Example: ```SUMMARY: Content "Adds new mutation category 'Mouse'"``` | ||
See the Changelog Guidelines at https://github.com/CleverRaven/Cataclysm-DDA/blob/master/doc/CHANGELOG_GUIDELINES.md for explanations of the categories. | ||
--> | ||
|
||
#### Purpose of change | ||
<!-- | ||
If there's an existing issue describing the problem this PR addresses or the feature it adds, please link it like: ```#1234``` | ||
If it *fully* resolves an issue, link it like: ```Fixes #1234``` | ||
Even if the issue describes the problem, please provide a few-sentence summary here. | ||
Example: ```Fixes #1234 - XL mutants cannot wear arm/leg splints due to missing OVERSIZE flag.``` | ||
If there is no related issue, please describe the issue you are addressing, including how to trigger a bug if this is a bugfix. | ||
--> | ||
|
||
#### Describe the solution | ||
<!-- | ||
How does the feature work, or how does this fix a bug? | ||
The easier you make your solution to understand, the faster it can get merged. | ||
--> | ||
|
||
#### Describe alternatives you've considered | ||
<!-- | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
--> | ||
|
||
#### Additional context | ||
<!-- | ||
Add any other context (such as mock-ups, proof of concepts or screenshots) about the feature or bugfix here. | ||
--> |
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 |
---|---|---|
|
@@ -29,6 +29,7 @@ build/ | |
dep/ | ||
*.o | ||
*.d | ||
*.a | ||
cmake-build-debug/ | ||
|
||
data/font/ | ||
|
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,8 @@ | ||
# If this commit is applied, it will .... | ||
# |<-- Using around 50, Maximum 72 Characters -->| | ||
|
||
# Explain why this change is being made | ||
# |<---- Limit Each Line to a Maximum Of 72 Characters ---->| | ||
|
||
# Provide links or keys to any relevant tickets, articles or other resources | ||
# Example: fixes #1234, closes #2345, resolves #3456, references #4567 |
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 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
Oops, something went wrong.