-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'cmss13-devs/master' into forest/biometrics
- Loading branch information
Showing
899 changed files
with
15,754 additions
and
11,676 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
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
// Paygrade shorthand defines, to allow clearer designation. | ||
|
||
// Civilians | ||
/// CIV, Civilian | ||
#define PAY_SHORT_CIV "CIV" | ||
|
||
/// CNUR, Nurse | ||
#define PAY_SHORT_CNUR "CNUR" | ||
|
||
/// CDOC, Doctor | ||
#define PAY_SHORT_CDOC "CDOC" | ||
|
||
/// CCMO, Professor | ||
#define PAY_SHORT_CCMO "CCMO" | ||
|
||
/// CREP, Representative | ||
#define PAY_SHORT_CREP "CREP" | ||
|
||
/// SYN, Synthetic | ||
#define PAY_SHORT_SYN "SYN" | ||
|
||
/// OPR, Operative | ||
#define PAY_SHORT_OPR "OPR" | ||
|
||
/// CPO, Officer | ||
#define PAY_SHORT_CPO "CPO" | ||
|
||
/// CSPO, Senior Officer | ||
#define PAY_SHORT_CSPO "CSPO" | ||
|
||
/// REB, Rebel | ||
#define PAY_SHORT_REB "REB" | ||
|
||
/// REBC, Rebel Commander "REBC" | ||
#define PAY_SHORT_REBC "REBC" |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Paygrade shorthand defines, to allow clearer designation. | ||
|
||
// Colonial Marshal Bureau | ||
/// IHRO, Interstellar Human Rights Observer | ||
#define PAY_SHORT_IHRO "IHRO" | ||
|
||
/// ICCL, Interstellar Commerce Commission Corporate Liaison | ||
#define PAY_SHORT_ICCL "ICCL" | ||
|
||
/// ICCA, Interstellar Commerce Commission Agent | ||
#define PAY_SHORT_ICCA "ICCA" | ||
|
||
/// CMBM, CMB Marshal | ||
#define PAY_SHORT_CMBM "CMBM" | ||
|
||
/// CMBD, CMB Deputy | ||
#define PAY_SHORT_CMBD "CMBD" | ||
|
||
/// CMBS, CMB Synthetic | ||
#define PAY_SHORT_CMBS "CMBS" |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// Paygrade shorthand defines, to allow clearer designation. | ||
|
||
// Dutches Dozen | ||
/// DTC, Dutch's Dozen Standard Mercenary | ||
#define PAY_SHORT_DTC "DTC" | ||
|
||
/// DTCM, Dutch's Dozen Medic | ||
#define PAY_SHORT_DTCM "DTCM" | ||
|
||
/// DTCF, Dutch's Dozen Flamethrower Specialist | ||
#define PAY_SHORT_DTCF "DTCF" | ||
|
||
/// DTCMG, Dutch's Dozen Machinegunner | ||
#define PAY_SHORT_DTCMG "DTCMG" | ||
|
||
/// DTCA, Arnold | ||
#define PAY_SHORT_DTCA "DTCA" |
Oops, something went wrong.