Merge pull request #2045 from vgturtle127/3.0-develop

Adding my PR and issue templates and updating documentation
This commit is contained in:
zilmar 2021-05-19 19:33:54 +09:30 committed by GitHub
commit 202b30dd31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 79 additions and 39 deletions

View File

@ -1,19 +0,0 @@
## Expected behavior
## Actual behavior
## Steps to reproduce the problem
1.
1.
1.
1.
1.
## Specifications
- Windows version:
- Project64 version:
- Plugins used:

44
.github/ISSUE_TEMPLATE/BUG.md vendored Normal file
View File

@ -0,0 +1,44 @@
### Expected behavior
-
-
-
### Actual behavior
-
-
-
### Steps to reproduce the problem
1.
1.
1.
1.
1.
### Error messages you received
-
-
-
### Screenshots (if applicable)
-
-
-
### Specifications
- Hardware specifications of the computer or device you used to run Project64
- CPU
- GPU
- RAM
- Windows version (include version and OS build number using WinVer):
- Project64 version (include commit version number and whether you are using the 32-bit or 64-bit version):
### Plugins used while the issue occurred:
- Graphics plugin (and HLE or LLE):
- Sound plugin:
- Input plugin:
- RSP plugin:

8
.github/ISSUE_TEMPLATE/FEATURE.md vendored Normal file
View File

@ -0,0 +1,8 @@
### Feature desired:
-
### Why this feature should be added:
-
### Examples of it being successfully implemented in other software:
-

View File

@ -1,7 +1,13 @@
[Add description of the PR here]
Fixes #
## Proposed Changes
### Proposed changes
-
-
-
-
-
-
### Does this make breaking changes?
### Does this version of Project64 compile and run without issue?

View File

@ -3,7 +3,7 @@ Project64 - Building from source
This document describes how to set up a local build environment for Project64 on Windows.
It is meant for helping contributors set up building Project64 on their machines so that they can write code to fix bugs and add new features.
If you just want to run Project64 or its development builds, use the [Readme](https://github.com/project64/project64user-content-project64---nintendo-64-emulator) instead.
If you just want to run Project64 or its development builds, use the [Readme](https://github.com/project64/project64/blob/develop/README.md) instead.
## Required software

View File

@ -1,16 +1,17 @@
Android Release 9:
- Add ability to change screen res
- Fix multiple pause/resume
- minor bug fixes
Windows 2.4
- Build with v2015
- fixed fpu issue - Indiana Jones (#76)
- Fix bug in key assignment (#1309)
- Add Shygoo's debugger code
- New audio plugin
- large address aware
Version 3.0
- GLideN64 has been added and you can select it as the default plugin in the welcome screen
- Add new audio and input plugin
- Added "enhancement patches"
- Cheat system has been rebuilt from the ground up
- Ability to change defaults
- Add GlideN64
- Add New controller plugin
- Saves in unique directory
- Saves in their own unique directory
- Add Shygoo's debugger code
- Fixed FPU issue - Indiana Jones (#76)
- Fix bug in key assignment (#1309)
- Large address aware
- Now built with Visual Studio 2015
Android Release 9:
- Add ability to change screen resolution
- Fix multiple pause/resume
- Minor bug fixes