Skip to content

Commit

Permalink
Merge pull request #1 from acemod/master
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Lukas authored and Lukas committed Feb 3, 2016
2 parents 78729e9 + 4612652 commit 714a885
Show file tree
Hide file tree
Showing 111 changed files with 470 additions and 27 deletions.
1 change: 1 addition & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Falke75
Ferenczi
Ferenzi
Filip Basara <[email protected]>
fr89k <[email protected]>
FreeZbe <[email protected]>
geraldbolso1899
Ghost
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src="https://github.com/acemod/ACE3/blob/master/extras/assets/logo/black/ACE3-Logo.jpg" width="480">
<img src="https://github.com/acemod/ACE3/raw/master/extras/assets/logo/black/ACE3-Logo.jpg" width="480">
</p>

<p align="center">
Expand Down
5 changes: 5 additions & 0 deletions addons/advanced_ballistics/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT advanced_ballistics
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_ADVANCEDBALLISTICS
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/ai/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT ai
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_AI
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/aircraft/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT aircraft
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_AIRCRAFT
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/apl/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT APL
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_APL
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/atragmx/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT atragmx
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_ATRAGMX
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/attach/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT attach
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_ATTACH
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/backpacks/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT backpacks
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_BACKPACKS
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/ballistics/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT ballistics
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_BALLISTICS
#define DEBUG_MODE_FULL
#endif
Expand Down
3 changes: 3 additions & 0 deletions addons/captives/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_CAPTIVES
#define DEBUG_MODE_FULL
Expand Down
3 changes: 3 additions & 0 deletions addons/cargo/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_CARGO
#define DEBUG_MODE_FULL
Expand Down
2 changes: 1 addition & 1 deletion addons/common/functions/fnc__handleSyncedEvent.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Arguments [Client] :
* 0: eventName <STRING>
* 1: arguments <ARRAY>
* 2: ttl <SCALAR>
* 2: ttl <NUMBER>
*
* Return Value:
* Boolean of success <BOOL>
Expand Down
2 changes: 2 additions & 0 deletions addons/common/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_COMMON
#define DEBUG_MODE_FULL
Expand Down
3 changes: 3 additions & 0 deletions addons/concertina_wire/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_CONCERTINA_WIRE
#define DEBUG_MODE_FULL
Expand Down
5 changes: 5 additions & 0 deletions addons/dagr/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT dagr
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_DAGR
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/difficulties/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT difficulties
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_DIFFICULTIES
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/disarming/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT disarming
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_DISARMING
#define DEBUG_MODE_FULL
#endif
Expand Down
3 changes: 3 additions & 0 deletions addons/disposable/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_ATTACH
#define DEBUG_MODE_FULL
Expand Down
4 changes: 4 additions & 0 deletions addons/dragging/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#include "\z\ace\addons\main\script_mod.hpp"

//#define DEBUG_ENABLED_DRAGGING
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_DRAGGING
#define DEBUG_MODE_FULL
Expand Down
3 changes: 3 additions & 0 deletions addons/explosives/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_EXPLOSIVES
#define DEBUG_MODE_FULL
Expand Down
5 changes: 5 additions & 0 deletions addons/fcs/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT fcs
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_FCS
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/finger/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT finger
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_FINGER
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/flashlights/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT flashlights
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_FLASHLIGHTS
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/flashsuppressors/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT flashsuppressors
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_FLASHSUPPRESSORS
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/fonts/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT fonts
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_FONTS
#define DEBUG_MODE_FULL
#endif
Expand Down
4 changes: 4 additions & 0 deletions addons/frag/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#include "\z\ace\addons\main\script_mod.hpp"

//#define DEBUG_ENABLED_FRAG
// #define DEBUG_MODE_FULL
// #define DISABLE_COMPILE_CACHE
// #define CBA_DEBUG_SYNCHRONOUS
// #define ENABLE_PERFORMANCE_COUNTERS

#ifdef DEBUG_ENABLED_FRAG
#define DEBUG_MODE_FULL
Expand Down
5 changes: 5 additions & 0 deletions addons/gestures/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT Gestures
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_GESTURES
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/gforces/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT gforces
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_GFORCES
#define DEBUG_MODE_FULL
#endif
Expand Down
5 changes: 5 additions & 0 deletions addons/goggles/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT goggles
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_GOGGLES
#define DEBUG_MODE_FULL
#endif
Expand Down
3 changes: 3 additions & 0 deletions addons/grenades/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_GRENADES
#define DEBUG_MODE_FULL
Expand Down
3 changes: 3 additions & 0 deletions addons/hearing/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_HEARING
#define DEBUG_MODE_FULL
Expand Down
5 changes: 5 additions & 0 deletions addons/hitreactions/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT hitreactions
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_HITREACTIONS
#define DEBUG_MODE_FULL
#endif
Expand Down
3 changes: 3 additions & 0 deletions addons/huntir/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_HUNTIR
#define DEBUG_MODE_FULL
Expand Down
3 changes: 3 additions & 0 deletions addons/interact_menu/script_component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_INTERACT_MENU
#define DEBUG_MODE_FULL
Expand Down
5 changes: 5 additions & 0 deletions addons/interaction/script_component.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
#define COMPONENT interaction
#include "\z\ace\addons\main\script_mod.hpp"

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

#ifdef DEBUG_ENABLED_INTERACTION
#define DEBUG_MODE_FULL
#endif
Expand Down
Loading

0 comments on commit 714a885

Please sign in to comment.