Skip to content

Commit

Permalink
Disable debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
thojkooi committed Jul 29, 2018
1 parent 9e26833 commit 0fade71
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 19 deletions.
2 changes: 1 addition & 1 deletion addons/medical/XEH_postInit.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define DEBUG_MODE_FULL
// #define DEBUG_MODE_FULL
#include "script_component.hpp"

if (!hasInterface) exitWith {};
Expand Down
2 changes: 1 addition & 1 deletion addons/medical/functions/fnc_setUnconscious.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* Public: yes
*/
#define DEBUG_MODE_FULL
// #define DEBUG_MODE_FULL
#include "script_component.hpp"

// only run this after the settings are initialized
Expand Down
4 changes: 2 additions & 2 deletions addons/medical/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#include "\z\ace\addons\main\script_mod.hpp"

// #define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
#define ENABLE_PERFORMANCE_COUNTERS
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL
#define DEBUG_MODE_FULL
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_blood/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "\z\ace\addons\main\script_mod.hpp"

// #define DEBUG_ENABLED_MEDICAL_BLOOD
#define DISABLE_COMPILE_CACHE
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL_BLOOD
Expand Down
4 changes: 2 additions & 2 deletions addons/medical_damage/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define COMPONENT_BEAUTIFIED Medical Damage
#include "\z\ace\addons\main\script_mod.hpp"

#define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
//#define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL_DAMAGE
Expand Down
4 changes: 2 additions & 2 deletions addons/medical_engine/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define COMPONENT_BEAUTIFIED Medical (Engine)
#include "\z\ace\addons\main\script_mod.hpp"

#define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
//#define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL_ENGINE
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_feedback/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "\z\ace\addons\main\script_mod.hpp"

// #define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL_FEEDBACK
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_gui/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "\z\ace\addons\main\script_mod.hpp"

// #define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL_GUI
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

#define DEBUG_MODE_FULL
#include "script_component.hpp"

params ["_unit", "_stateName"];
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_statemachine/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "\z\ace\addons\main\script_mod.hpp"

// #define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL_STATEMACHINE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*
* Public: No
*/
#define DEBUG_MODE_FULL
#include "script_component.hpp"

params ["_unit", "_knockOut"];
Expand Down
2 changes: 1 addition & 1 deletion addons/medical_status/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "\z\ace\addons\main\script_mod.hpp"

// #define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL_STATUS
Expand Down
4 changes: 2 additions & 2 deletions addons/medical_treatment/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define COMPONENT_BEAUTIFIED Medical Treatment
#include "\z\ace\addons\main\script_mod.hpp"

#define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL_TREATMENT
Expand Down
4 changes: 2 additions & 2 deletions addons/medical_vitals/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define COMPONENT_BEAUTIFIED Medical Vitals
#include "\z\ace\addons\main\script_mod.hpp"

#define DEBUG_MODE_FULL
#define DISABLE_COMPILE_CACHE
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_MEDICAL_VITALS
Expand Down

0 comments on commit 0fade71

Please sign in to comment.