Difference between revisions of "User:Warriorstar/Contributor Resources"
Jump to navigation
Jump to search
Warriorstar (talk | contribs) |
Warriorstar (talk | contribs) |
||
Line 1: | Line 1: | ||
== | == Guides == | ||
* | * [[Creating your own paracode server]] | ||
* [[Guide to Contributing]] | |||
* [[Guide to Mapping]] | |||
* [[Guide to Spriting]] | |||
* [[Guide to TGUI]] | |||
* [[Guide to Testing Your Pull Request]] | |||
* [[SS13 for experienced programmers]] | |||
* [[Setting up the Database]] | |||
* [[Text Formatting]] | |||
* [[Understanding SS13 Code]] | |||
* [https://github.com/ParadiseSS13/Paradise/blob/master/.github/CONTRIBUTING.md Contributing Guidelines] | |||
* [https://github.com/ParadiseSS13/Paradise/blob/master/.github/SETTING_UP_GIT.md Setting Up Git] | |||
* [https://github.com/ParadiseSS13/Paradise/blob/master/.github/USING_FEEDBACK_DATA.md Using Feedback and SSBlackbox] | |||
* [https://github.com/ParadiseSS13/Paradise/discussions/16402 Fixing Mapping Conflicts] | |||
* [https://github.com/ParadiseSS13/Paradise/discussions/19217 Tips and Pointers for TGUI ui_act] | |||
* [https://github.com/ParadiseSS13/Paradise/discussions/19410 Beginner PR Reviewer Crash Course] | |||
* [https://github.com/ParadiseSS13/Paradise/discussions/21968 PR Reviewer Checklist] | |||
== | == Policies == | ||
* | * [https://www.paradisestation.org/dev/policy/ Dev Team Policy] | ||
== | == References == | ||
* | * [[Github Glossary]] | ||
* | * [https://codedocs.paradisestation.org/ Paradise Dmdoc] | ||
* | * [https://github.com/ParadiseSS13/Paradise/blob/master/.github/AUTODOC_GUIDE.md Autodoc Guide] | ||
* | * [https://github.com/ParadiseSS13/Paradise/blob/master/.github/TICK_ORDER.md Tick Order Overview] | ||
* [https://secure.byond.com/docs/ref BYOND Reference] | |||
== Services == | == Services == | ||
* | * [https://affectedarc07.github.io/ParaStats Parastats] | ||
* | * [https://arabica.paradisestation.org/public/mapshow.htm?id=2045&mapid=8D65A406-E277-49A8-B67C-199DB6991041 Paradise Network Map] | ||
* | * [https://www.paradisestation.org/espresso/paradise_main.profile_viewer.html Profile Viewer] | ||
* [https://www.paradisestation.org/forum/custom/paradise_main.runtime.php Last Round Runtime Log (coder only)] | |||
== | == Tools == | ||
* | * [https://github.com/AffectedArc07/ParaStats parastats source] | ||
* [https://github.com/PJB3005/byond-rs byond-rs Library] | |||
* | * [https://github.com/SpaceManiac/SpacemanDMM SpacemanDMM Library] | ||
* [https://github.com/SpaiR/StrongDMM StrongDMM Mapper] | |||
* [https://github.com/spacestation13/dmi-rust dmi-rust Library] | |||
* [https://github.com/tgstation/rust-g rust-g Library] | |||
* | |||
* | |||
* | |||
* |
Revision as of 19:32, 16 August 2023
Guides
- Creating your own paracode server
- Guide to Contributing
- Guide to Mapping
- Guide to Spriting
- Guide to TGUI
- Guide to Testing Your Pull Request
- SS13 for experienced programmers
- Setting up the Database
- Text Formatting
- Understanding SS13 Code
- Contributing Guidelines
- Setting Up Git
- Using Feedback and SSBlackbox
- Fixing Mapping Conflicts
- Tips and Pointers for TGUI ui_act
- Beginner PR Reviewer Crash Course
- PR Reviewer Checklist