Difference between revisions of "User:Warriorstar/Contributor Resources"

From Paradise Station Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== Internals ==
== Guides ==


* tick order overview: https://github.com/ParadiseSS13/Paradise/blob/master/.github/TICK_ORDER.md
* [[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]


== Tooling ==
== Policies ==


* setting up git https://github.com/ParadiseSS13/Paradise/blob/master/.github/SETTING_UP_GIT.md
* [https://www.paradisestation.org/dev/policy/ Dev Team Policy]


== Community ==
== References ==


* rust-g: https://github.com/tgstation/rust-g
* [[Github Glossary]]
* strongdmm mapper: https://github.com/SpaiR/StrongDMM
* [https://codedocs.paradisestation.org/ Paradise Dmdoc]
* byond-rs API: https://github.com/PJB3005/byond-rs
* [https://github.com/ParadiseSS13/Paradise/blob/master/.github/AUTODOC_GUIDE.md Autodoc Guide]
* spacemandmm: https://github.com/SpaceManiac/SpacemanDMM
* [https://github.com/ParadiseSS13/Paradise/blob/master/.github/TICK_ORDER.md Tick Order Overview]
* [https://secure.byond.com/docs/ref BYOND Reference]


== Services ==
== Services ==


* Parastats: https://affectedarc07.github.io/ParaStats and Source code: https://github.com/AffectedArc07/ParaStats
* [https://affectedarc07.github.io/ParaStats Parastats]
* Profile viewer: https://www.paradisestation.org/espresso/paradise_main.profile_viewer.html
* [https://arabica.paradisestation.org/public/mapshow.htm?id=2045&mapid=8D65A406-E277-49A8-B67C-199DB6991041 Paradise Network Map]
* Last round full runtime log (coder access only): https://www.paradisestation.org/forum/custom/paradise_main.runtime.php
* [https://www.paradisestation.org/espresso/paradise_main.profile_viewer.html Profile Viewer]
* Paradise network map: https://arabica.paradisestation.org/public/mapshow.htm?id=2045&mapid=8D65A406-E277-49A8-B67C-199DB6991041
* [https://www.paradisestation.org/forum/custom/paradise_main.runtime.php Last Round Runtime Log (coder only)]


== Coding References ==
== Tools ==


* Byond ref: https://secure.byond.com/docs/ref
* [https://github.com/AffectedArc07/ParaStats parastats source]
* Autodoc guide https://github.com/ParadiseSS13/Paradise/blob/master/.github/AUTODOC_GUIDE.md
* [https://github.com/PJB3005/byond-rs byond-rs Library]
* Paradise DMDOC https://codedocs.paradisestation.org/
* [https://github.com/SpaceManiac/SpacemanDMM SpacemanDMM Library]
 
* [https://github.com/SpaiR/StrongDMM StrongDMM Mapper]
== Coding Guides ==
* [https://github.com/spacestation13/dmi-rust dmi-rust Library]
 
* [https://github.com/tgstation/rust-g rust-g Library]
* 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

Revision as of 19:32, 16 August 2023