Difference between revisions of "User:Warriorstar/Contributor Resources"
Jump to navigation
Jump to search
Warriorstar (talk | contribs) |
Warriorstar (talk | contribs) |
||
Line 22: | Line 22: | ||
* [https://github.com/ParadiseSS13/Paradise/discussions/19410 Beginner PR Reviewer Crash Course] | * [https://github.com/ParadiseSS13/Paradise/discussions/19410 Beginner PR Reviewer Crash Course] | ||
* [https://github.com/ParadiseSS13/Paradise/discussions/21968 PR Reviewer Checklist] | * [https://github.com/ParadiseSS13/Paradise/discussions/21968 PR Reviewer Checklist] | ||
* [https://hackmd.io/@PowerfulBacon/B1SeqStVq Guide to Coding for Space Station 13] | |||
* [https://hackmd.io/@goonstation/docs/%2F%40goonstation%2Fdev Goonstation Knowledge Base] | |||
* [https://spacestation13.github.io/DMByExample/ DM By Example] | |||
== Policies == | == Policies == | ||
Line 31: | Line 34: | ||
* [[Github Glossary]] | * [[Github Glossary]] | ||
* [https://codedocs.paradisestation.org/ Paradise Dmdoc] | * [https://codedocs.paradisestation.org/ Paradise Dmdoc] | ||
* [https://docs.google.com/document/d/1HGkCp4eQU8Jp14Srh8Isuv_liehzV_XB6IcSUbVFFiY/edit The Red Book] | |||
* [https://github.com/ParadiseSS13/Paradise/blob/master/.github/AUTODOC_GUIDE.md Autodoc Guide] | * [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://github.com/ParadiseSS13/Paradise/blob/master/.github/TICK_ORDER.md Tick Order Overview] | ||
* [https://github.com/ParadiseSS13/Paradise/tree/master/tgui/packages/tgui/components TGUI Common Components] | |||
* [https://github.com/tgstation/tgstation/blob/fc4d27ac77f1c8eef7f2fae0d9103f3ef7bcad02/code/_onclick/hud/rendering/_render_readme.md Render README] | |||
* [https://secure.byond.com/docs/ref BYOND Reference] | * [https://secure.byond.com/docs/ref BYOND Reference] | ||
Line 40: | Line 46: | ||
* [https://arabica.paradisestation.org/public/mapshow.htm?id=2045&mapid=8D65A406-E277-49A8-B67C-199DB6991041 Paradise Network Map] | * [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/espresso/paradise_main.profile_viewer.html Profile Viewer] | ||
* [https://www.paradisestation.org/forum/custom/paradise_main.runtime.php Last Round Runtime Log ( | * [https://www.paradisestation.org/forum/custom/paradise_main.runtime.php Last Round Runtime Log (+VIEWRUNTIMES only)] | ||
== Tools == | == Tools == |
Revision as of 17:02, 17 August 2023
The purpose of this page is to collate all useful possible links for coders. This includes wiki links as well as external links to GitHub Discussions and files. It also includes resources such as coding/framework references, server debugging and statistics pages, and links to third-party libraries. This set of links exists as a spreadsheet and is converted into a wiki format, in order to facilitate being used elsewhere/useful categorization.
If you see a link missing here, feel free to comment on the source spreadsheet and request it be added: https://docs.google.com/spreadsheets/d/1bMeDuSOEmqEgz-dt1xJy9tq6mtAxpH7IbRRM_jfsgDo/edit#gid=0
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
- Guide to Coding for Space Station 13
- Goonstation Knowledge Base
- DM By Example
Policies
References
- Github Glossary
- Paradise Dmdoc
- The Red Book
- Autodoc Guide
- Tick Order Overview
- TGUI Common Components
- Render README
- BYOND Reference