Difference between revisions of "User:Warriorstar/Contributor Resources"
Jump to navigation
Jump to search
Warriorstar (talk | contribs) |
Warriorstar (talk | contribs) |
||
Line 35: | Line 35: | ||
* [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://docs.google.com/document/d/1HGkCp4eQU8Jp14Srh8Isuv_liehzV_XB6IcSUbVFFiY/edit The Red Book] | ||
* [https://github.com/20kdc/byond-data-docs BYOND Data Docs] | |||
* [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] | ||
Line 58: | Line 59: | ||
* [https://github.com/SpaiR/StrongDMM StrongDMM Mapper] | * [https://github.com/SpaiR/StrongDMM StrongDMM Mapper] | ||
* [https://github.com/spacestation13/dmi-rust dmi-rust Library] | * [https://github.com/spacestation13/dmi-rust dmi-rust Library] | ||
* [https://github.com/ss220-space/dmjit dmjit] | |||
* [https://github.com/tgstation/rust-g rust-g Library] | * [https://github.com/tgstation/rust-g rust-g Library] | ||
* [https://github.com/willox/auxtools auxtools] |
Revision as of 19:43, 29 October 2023
The purpose of this page is to collate all useful possible links for contributors. 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
- BYOND Data Docs
- Autodoc Guide
- Tick Order Overview
- TGUI Common Components
- Render README
- Components and Signals
- BYOND Reference
- Designer's Guide (PDF)