Skip to content

Commit

Permalink
Revert "Add new ACE recompile"
Browse files Browse the repository at this point in the history
This reverts commit 4cf34e5.
  • Loading branch information
James Kingsley committed Nov 25, 2016
1 parent ca8a6bc commit 89efa01
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 44 deletions.
2 changes: 0 additions & 2 deletions addons/accent/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

ADDON = true;
2 changes: 0 additions & 2 deletions addons/ai/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

ADDON = true;
2 changes: 0 additions & 2 deletions addons/artillery/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

GVAR(roundCount) = [QGVAR(roundCount), 1] call CFUNC(loadSetting);
GVAR(dispersion) = [QGVAR(dispersion), 25] call CFUNC(loadSetting);
Expand Down
2 changes: 0 additions & 2 deletions addons/attributes/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

SETUVAR(GVAR(interface),displayNull);

Expand Down
2 changes: 0 additions & 2 deletions addons/clientmenu/XEH_preInit.sqf
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
#include "script_component.hpp"

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

GVAR(terrainDetail) = profileNamespace getVariable [QGVAR(terrainDetail), 12.5];
GVAR(viewDistance) = profileNamespace getVariable [QGVAR(viewDistance), 3000];
2 changes: 0 additions & 2 deletions addons/common/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

GVAR(exceptions) = [];

Expand Down
2 changes: 0 additions & 2 deletions addons/editor/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

// Reset the stored display
SETUVAR(GVAR(interface), displayNull);
Expand Down
2 changes: 0 additions & 2 deletions addons/environment/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

ADDON = true;
16 changes: 0 additions & 16 deletions addons/main/script_debug.hpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
/**
Fast Recompiling via function
**/
// #define DISABLE_COMPILE_CACHE
// To Use: [] call MARS_PREP_RECOMPILE;

#ifdef DISABLE_COMPILE_CACHE
#define LINKFUNC(x) {_this call FUNC(x)}
#define PREP_RECOMPILE_START if (isNil "MARS_PREP_RECOMPILE") then {MARS_RECOMPILES = []; MARS_PREP_RECOMPILE = {{call _x} forEach MARS_RECOMPILES;}}; private _recomp = {
#define PREP_RECOMPILE_END }; call _recomp; MARS_RECOMPILES pushBack _recomp;
#else
#define LINKFUNC(x) FUNC(x)
#define PREP_RECOMPILE_START /* */
#define PREP_RECOMPILE_END /* */
#endif

/**
STACK TRACING
**/
Expand Down
2 changes: 0 additions & 2 deletions addons/units/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

ADDON = true;
2 changes: 0 additions & 2 deletions addons/zeus/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

ADDON = true;
2 changes: 0 additions & 2 deletions extras/blank/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

ADDON = true;
2 changes: 0 additions & 2 deletions optionals/ace/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

ADDON = true;
2 changes: 0 additions & 2 deletions optionals/acre/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

GVAR(spectatorOn) = false;

Expand Down
2 changes: 0 additions & 2 deletions optionals/arcomm/XEH_preInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

ADDON = false;

PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;

ADDON = true;

0 comments on commit 89efa01

Please sign in to comment.