forked from Baystation12/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Юнит тесты, стрельба и стеклянные витрины. (#336)
* я выиграл этот револьвер в конкурсе стрелков!! * чиним проверки * мгм * retrigger checks * хм * Revert "хм" This reverts commit d541d15. * на пути к цели * хахаххаха * ок * - * time to back * 4 * Feat: port Autofire (#324) * Autofire * Update gun.dm * Update gun.dm * твик боевой системы * new lasergun and balance fixes * Fix: fire delay and icon (Baystation12#383) fix fix fix Update security.dm * Update client_procs.dm * продолжаем откат * мамочки * retrigger checks * продолжаем * а * ТАААААААААБЫ * FINAL ROUND * ок * и ещё * retrigger checks * упс * хм * ок? * а если так * ладно * последние штрихи * финальный эксперемент * Revert "финальный эксперемент" This reverts commit f4a9d64. * IT'S NOT SHUTTING DOWN! * ATTEMPTING SHUTDOWN --------- Co-authored-by: Сумасандаран Cамалан Бабан <[email protected]>
- Loading branch information
1 parent
4699ea3
commit e0e4bc0
Showing
1,063 changed files
with
4,943 additions
and
9,796 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#define BACKGROUND_ENABLED 0 // The default value for all uses of set background. Set background can cause gradual lag and is recommended you only turn this on if necessary. | ||
// 1 will enable set background. 0 will disable set background. | ||
// 1 will enable set background. 0 will disable set background. |
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,4 +1,4 @@ | ||
#define GLOBAL_PROC "some_magic_bullshit" | ||
|
||
#define CALLBACK new /datum/callback | ||
#define INVOKE_ASYNC ImmediateInvokeAsync | ||
#define INVOKE_ASYNC ImmediateInvokeAsync |
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,3 +1,3 @@ | ||
#define GET_RANDOM_JOB 0 | ||
#define BE_ASSISTANT 1 | ||
#define RETURN_TO_LOBBY 2 | ||
#define RETURN_TO_LOBBY 2 |
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,7 @@ | ||
#define GUN_BULK_PISTOL 1 | ||
#define GUN_BULK_REVOLVER 2 | ||
#define GUN_BULK_SMG 3 | ||
#define GUN_BULK_CARABINE 4 | ||
//#define GUN_BULK_RIFLE 5 определено в оригинале ~bear1ake | ||
#define GUN_BULK_SNIPER_RIFLE 6 | ||
#define GUN_BULK_MACHINEGUN 7 |
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,4 +1,4 @@ | ||
#define TARGET_CAN_MOVE 1 | ||
#define TARGET_CAN_RUN 2 | ||
#define TARGET_CAN_CLICK 4 | ||
#define TARGET_CAN_RADIO 8 | ||
#define TARGET_CAN_RADIO 8 |
This file was deleted.
Oops, something went wrong.
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,10 +1,10 @@ | ||
/* | ||
* | ||
* This file is used to indicate that Unit Tests are to be ran. | ||
* Do not add anything but the UNIT_TEST definition here as it will be overwritten when running tests. | ||
* | ||
* | ||
* Should you wish to edit set UNIT_TEST to 1 like so: | ||
* #define UNIT_TEST 1 | ||
*/ | ||
* | ||
* This file is used to indicate that Unit Tests are to be ran. | ||
* Do not add anything but the UNIT_TEST definition here as it will be overwritten when running tests. | ||
* | ||
* | ||
* Should you wish to edit set UNIT_TEST to 1 like so: | ||
* #define UNIT_TEST 1 | ||
*/ | ||
#define UNIT_TEST 0 |
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 +1 @@ | ||
GLOBAL_LIST_EMPTY(ruin_landmarks) | ||
GLOBAL_LIST_EMPTY(ruin_landmarks) |
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 |
---|---|---|
|
@@ -60,4 +60,4 @@ | |
var/dist = get_dist(a, p) | ||
if(dist < closest_distance) | ||
closest_distance = dist | ||
. = p | ||
. = p |
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.