-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into tac-refactor
- Loading branch information
Showing
161 changed files
with
1,997 additions
and
707 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,7 @@ | ||
// ------ CHANGE LOG ------ // | ||
#define URL_CHANGELOG "https://cm-ss13.com/changelog" | ||
|
||
// ------ ISSUE TRACKER ------ // | ||
#define URL_ISSUE_TRACKER "https://github.com/cmss13-devs/cmss13/issues" | ||
|
||
// ------ MISC WIKI LINKS ------ // | ||
#define URL_RULES_PAGE "https://cm-ss13.com/rules" | ||
#define URL_RULES_EORG "https://cm-ss13.com/rules#rule-4-no-griefing" | ||
#define URL_WIKI_LANDING "https://cm-ss13.com/wiki/Main_Page" | ||
#define URL_WIKI_COC "https://cm-ss13.com/wiki/Rank" | ||
#define URL_WIKI_LAW "https://cm-ss13.com/wiki/Marine_Law" | ||
#define URL_WIKI_XENO_QUICKSTART "https://cm-ss13.com/wiki/Xeno_Quickstart_Guide" | ||
#define URL_WIKI_MARINE_QUICKSTART "https://cm-ss13.com/wiki/Marine_Quickstart_Guide" | ||
#define URL_WIKI_MACROS "https://cm-ss13.com/wiki/Macros" | ||
#define URL_WIKI_SOP "https://cm-ss13.com/wiki/Standard_Operating_Procedure" | ||
#define URL_WIKI_CO_RULES "https://cm-ss13.com/wiki/CO_Council_Rulings" | ||
#define URL_WIKI_CONSTRUCTION "https://cm-ss13.com/wiki/Guide_to_construction" | ||
#define URL_WIKI_ENGINEERING "https://cm-ss13.com/wiki/Guide_to_Engineering" | ||
#define URL_WIKI_HACKING "https://cm-ss13.com/wiki/Guide_to_Engineering#Hacking" | ||
#define URL_WIKI_SURGERY "https://cm-ss13.com/wiki/Surgery" | ||
#define URL_WIKI_MEDICAL "https://cm-ss13.com/wiki/Guide_to_Medicine" | ||
|
||
// ------ SPAWN GUIDES------ // | ||
#define URL_WIKI_CO_GUIDE "https://cm-ss13.com/wiki/Commanding_Officer" // Command // | ||
#define URL_WIKI_XO_GUIDE "https://cm-ss13.com/wiki/Executive_Officer" | ||
#define URL_WIKI_SO_GUIDE "https://cm-ss13.com/wiki/Staff_Officer" | ||
#define URL_WIKI_SEA_GUIDE "https://cm-ss13.com/wiki/Senior_Enlisted_Advisor" | ||
#define URL_WIKI_SL_GUIDE "https://cm-ss13.com/wiki/Squad_Leader" | ||
#define URL_WIKI_TL_GUIDE "https://cm-ss13.com/wiki/Squad_Radio_Telephone_Operator" // Squad Roles // | ||
#define URL_WIKI_SPEC_GUIDE "https://cm-ss13.com/wiki/Squad_Specialist" | ||
#define URL_WIKI_SG_GUIDE "https://cm-ss13.com/wiki/Squad_Smartgunner" | ||
#define URL_WIKI_MEDIC_GUIDE "https://cm-ss13.com/wiki/Squad_Hospital_Corpsman" | ||
#define URL_WIKI_COMTECH_GUIDE "https://cm-ss13.com/wiki/Squad_Combat_Technician" | ||
#define URL_WIKI_CMP_GUIDE "https://cm-ss13.com/wiki/Chief_MP" // MP Roles // | ||
#define URL_WIKI_MW_GUIDE "https://cm-ss13.com/wiki/Warden" | ||
#define URL_WIKI_MP_GUIDE "https://cm-ss13.com/wiki/Military_Police" | ||
#define URL_WIKI_ASO_GUIDE "https://cm-ss13.com/wiki/Auxiliary_Support_Officer" // Auxiliary Support | ||
#define URL_WIKI_PO_GUIDE "https://cm-ss13.com/wiki/Pilot_Officer" | ||
#define URL_WIKI_DCC_GUIDE "https://cm-ss13.com/wiki/Dropship_Crew_Chief" | ||
#define URL_WIKI_IO_GUIDE "https://cm-ss13.com/wiki/Intelligence_Officer" | ||
#define URL_WIKI_SYN_GUIDE "https://cm-ss13.com/wiki/Synthetic" | ||
#define URL_WIKI_CE_GUIDE "https://cm-ss13.com/wiki/Chief_Engineer" // Engineering | ||
#define URL_WIKI_OT_GUIDE "https://cm-ss13.com/wiki/Ordnance_Technician" | ||
#define URL_WIKI_MT_GUIDE "https://cm-ss13.com/wiki/Maintenance_Technician" | ||
#define URL_WIKI_CMO_GUIDE "https://cm-ss13.com/wiki/Chief_Medical_Officer" // Medical // | ||
#define URL_WIKI_DOC_GUIDE "https://cm-ss13.com/wiki/Doctor" | ||
#define URL_WIKI_NURSE_GUIDE "https://cm-ss13.com/wiki/Nurse" | ||
#define URL_WIKI_RSR_GUIDE "https://cm-ss13.com/wiki/Researcher" | ||
#define URL_WIKI_RO_GUIDE "https://cm-ss13.com/wiki/Requisitions_Officer" // Supply // | ||
#define URL_WIKI_CT_GUIDE "https://cm-ss13.com/wiki/Cargo_Technician" | ||
#define URL_WIKI_MST_GUIDE "https://cm-ss13.com/wiki/Mess_Technician" | ||
#define URL_WIKI_CL_GUIDE "https://cm-ss13.com/wiki/Corporate_Liaison" // Misc // | ||
#define URL_WIKI_SURV_GUIDE "https://cm-ss13.com/wiki/Survivor" | ||
#define URL_WIKI_WJ_GUIDE "https://cm-ss13.com/wiki/Seegson_Working_Joe_Manual" | ||
|
||
// ------ FORUM LINKS ------ // | ||
#define URL_FORUM "https://forum.cm-ss13.com/" | ||
#define URL_FORUM_APPEALS "https://forum.cm-ss13.com/w/in-game-appeal" | ||
#define URL_FORUM_PLAYER_REPORT "https://forum.cm-ss13.com/w/player-report" | ||
#define URL_FORUM_STAFF_REPORT "https://forum.cm-ss13.com/w/staff-report" | ||
#define URL_QUEEN_GUIDE "https://cm-ss13.com/forums/showthread.php?8404-Ultimate-Queen-Guide-Rip-amp-amp-Tear-(Image-Heavy)" | ||
#define URL_WIKI_LAW "Marine_Law" | ||
#define URL_WIKI_XENO_QUICKSTART "Xeno_Quickstart_Guide" | ||
#define URL_WIKI_MARINE_QUICKSTART "Marine_Quickstart_Guide" | ||
#define URL_WIKI_MACROS "Macros" | ||
#define URL_WIKI_SOP "Standard_Operating_Procedure" | ||
#define URL_WIKI_CO_RULES "CO_Council_Rulings" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.