Difference between revisions of "User:Warriorstar/Contributor Resources"
Jump to navigation
Jump to search
Warriorstar (talk | contribs) |
Warriorstar (talk | contribs) |
||
Line 6: | Line 6: | ||
* setting up git https://github.com/ParadiseSS13/Paradise/blob/master/.github/SETTING_UP_GIT.md | * setting up git https://github.com/ParadiseSS13/Paradise/blob/master/.github/SETTING_UP_GIT.md | ||
== Community == | |||
* rust-g: https://github.com/tgstation/rust-g | |||
* strongdmm mapper: https://github.com/SpaiR/StrongDMM | |||
* byond-rs API: https://github.com/PJB3005/byond-rs | |||
* spacemandmm: https://github.com/SpaceManiac/SpacemanDMM | |||
== Services == | == Services == | ||
Line 12: | Line 19: | ||
* Profile viewer: https://www.paradisestation.org/espresso/paradise_main.profile_viewer.html | * Profile viewer: https://www.paradisestation.org/espresso/paradise_main.profile_viewer.html | ||
* Last round full runtime log (coder access only): https://www.paradisestation.org/forum/custom/paradise_main.runtime.php | * Last round full runtime log (coder access only): https://www.paradisestation.org/forum/custom/paradise_main.runtime.php | ||
* Paradise network map: https://arabica.paradisestation.org/public/mapshow.htm?id=2045&mapid=8D65A406-E277-49A8-B67C-199DB6991041 | |||
== Coding References == | == Coding References == |
Revision as of 18:12, 16 August 2023
Internals
- tick order overview: https://github.com/ParadiseSS13/Paradise/blob/master/.github/TICK_ORDER.md
Tooling
Community
- rust-g: https://github.com/tgstation/rust-g
- strongdmm mapper: https://github.com/SpaiR/StrongDMM
- byond-rs API: https://github.com/PJB3005/byond-rs
- spacemandmm: https://github.com/SpaceManiac/SpacemanDMM
Services
- Parastats: https://affectedarc07.github.io/ParaStats and Source code: https://github.com/AffectedArc07/ParaStats
- Profile viewer: https://www.paradisestation.org/espresso/paradise_main.profile_viewer.html
- Last round full runtime log (coder access only): https://www.paradisestation.org/forum/custom/paradise_main.runtime.php
- Paradise network map: https://arabica.paradisestation.org/public/mapshow.htm?id=2045&mapid=8D65A406-E277-49A8-B67C-199DB6991041
Coding References
- Byond ref: https://secure.byond.com/docs/ref
- Autodoc guide https://github.com/ParadiseSS13/Paradise/blob/master/.github/AUTODOC_GUIDE.md
- Paradise DMDOC https://codedocs.paradisestation.org/
Coding Guides
- Using feedback and ssblackbox https://github.com/ParadiseSS13/Paradise/blob/master/.github/USING_FEEDBACK_DATA.md
Mapping
- A guide to fixing map conflicts: https://github.com/ParadiseSS13/Paradise/discussions/16402
PRs and Reviews
- PR Reviewer Checklist https://github.com/ParadiseSS13/Paradise/discussions/21968
- Beginner PR Reviewer Crash Course https://github.com/ParadiseSS13/Paradise/discussions/19410
- contributing guidelines https://github.com/ParadiseSS13/Paradise/blob/master/.github/CONTRIBUTING.md