diff --git a/addons/client/XEH_preInit.sqf b/addons/client/XEH_preInit.sqf
index 1bf862a..b47cf66 100644
--- a/addons/client/XEH_preInit.sqf
+++ b/addons/client/XEH_preInit.sqf
@@ -6,4 +6,4 @@ PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
-ADDON = true;
\ No newline at end of file
+ADDON = true;
diff --git a/addons/client/XEH_preStart.sqf b/addons/client/XEH_preStart.sqf
index 3880138..0228885 100644
--- a/addons/client/XEH_preStart.sqf
+++ b/addons/client/XEH_preStart.sqf
@@ -1,3 +1,3 @@
#include "script_component.hpp"
-#include "XEH_PREP.hpp"
\ No newline at end of file
+#include "XEH_PREP.hpp"
diff --git a/addons/client/config.cpp b/addons/client/config.cpp
index 85b6eda..b1c8987 100644
--- a/addons/client/config.cpp
+++ b/addons/client/config.cpp
@@ -32,4 +32,4 @@ class CfgVehicles {
};
#include "CfgEventHandlers.hpp"
-#include "dialog.hpp"
\ No newline at end of file
+#include "dialog.hpp"
diff --git a/addons/client/dialog.hpp b/addons/client/dialog.hpp
index 4333bb1..daa44e1 100644
--- a/addons/client/dialog.hpp
+++ b/addons/client/dialog.hpp
@@ -71,4 +71,4 @@ class armatak_udp_socket_start_dialog {
h = "0.055 * safezoneH";
};
};
-};
\ No newline at end of file
+};
diff --git a/addons/client/functions/fnc_convertClientLocation.sqf b/addons/client/functions/fnc_convertClientLocation.sqf
index a5684e9..8b3a4eb 100644
--- a/addons/client/functions/fnc_convertClientLocation.sqf
+++ b/addons/client/functions/fnc_convertClientLocation.sqf
@@ -17,7 +17,7 @@
* [player] call armatak_client_fnc_convertClientLocation;
*
* Public: Yes
- */
+*/
params["_latitude", "_longitude", "_altitude"];
@@ -82,4 +82,4 @@ switch (toLower worldName) do {
};
};
-_realLocation
\ No newline at end of file
+_realLocation
diff --git a/addons/client/functions/fnc_extractClientPosition.sqf b/addons/client/functions/fnc_extractClientPosition.sqf
index 5a9eda2..2cda7ff 100644
--- a/addons/client/functions/fnc_extractClientPosition.sqf
+++ b/addons/client/functions/fnc_extractClientPosition.sqf
@@ -26,4 +26,4 @@ private _speed = speed _unit / 3.6;
_payload = [_uuid, _pos select 0, _pos select 1, _pos select 2, _callsign, _bearing, _speed, _callsign];
-_payload
\ No newline at end of file
+_payload
diff --git a/addons/client/functions/fnc_startUDPSocket.sqf b/addons/client/functions/fnc_startUDPSocket.sqf
index 5d819ba..20bf9de 100644
--- a/addons/client/functions/fnc_startUDPSocket.sqf
+++ b/addons/client/functions/fnc_startUDPSocket.sqf
@@ -28,4 +28,4 @@ player setVariable [QGVAR(eudConnected), true];
}, 0.5, []] call CBA_fnc_addPerFrameHandler;
deleteVehicle _logic;
-closeDialog 1;
\ No newline at end of file
+closeDialog 1;
diff --git a/addons/main/Cfg3den.hpp b/addons/main/Cfg3den.hpp
index 97e0a1f..ba044b3 100644
--- a/addons/main/Cfg3den.hpp
+++ b/addons/main/Cfg3den.hpp
@@ -157,4 +157,4 @@ class Cfg3den {
};
};
};
-};
\ No newline at end of file
+};
diff --git a/addons/main/CfgFunctions.hpp b/addons/main/CfgFunctions.hpp
index 697edad..4475869 100644
--- a/addons/main/CfgFunctions.hpp
+++ b/addons/main/CfgFunctions.hpp
@@ -88,4 +88,4 @@ class CfgFunctions {
};
};
};
-};
\ No newline at end of file
+};
diff --git a/addons/main/XEH_PREP.hpp b/addons/main/XEH_PREP.hpp
index 087930b..c942eb5 100644
--- a/addons/main/XEH_PREP.hpp
+++ b/addons/main/XEH_PREP.hpp
@@ -1,2 +1,2 @@
PREP(logMessage);
-PREP(notify);
\ No newline at end of file
+PREP(notify);
diff --git a/addons/main/XEH_postInit.sqf b/addons/main/XEH_postInit.sqf
index be75c32..c281c39 100644
--- a/addons/main/XEH_postInit.sqf
+++ b/addons/main/XEH_postInit.sqf
@@ -53,4 +53,4 @@ addMissionEventHandler ["ExtensionCallback", {
GVAR(group_colors) = ["White", "Yellow", "Orange", "Magenta", "Red", "Maroon", "Purple", "DarkBlue", "Blue", "Cyan", "Teal", "Green", "DarkGreen", "Brown"];
-missionNamespace setVariable [QGVAR(group_colors), GVAR(group_colors)];
\ No newline at end of file
+missionNamespace setVariable [QGVAR(group_colors), GVAR(group_colors)];
diff --git a/addons/main/XEH_preInit.sqf b/addons/main/XEH_preInit.sqf
index 1bf862a..b47cf66 100644
--- a/addons/main/XEH_preInit.sqf
+++ b/addons/main/XEH_preInit.sqf
@@ -6,4 +6,4 @@ PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
-ADDON = true;
\ No newline at end of file
+ADDON = true;
diff --git a/addons/main/XEH_preStart.sqf b/addons/main/XEH_preStart.sqf
index 3880138..0228885 100644
--- a/addons/main/XEH_preStart.sqf
+++ b/addons/main/XEH_preStart.sqf
@@ -1,3 +1,3 @@
#include "script_component.hpp"
-#include "XEH_PREP.hpp"
\ No newline at end of file
+#include "XEH_PREP.hpp"
diff --git a/addons/main/functions/api/fn_send_digital_pointer_cot.sqf b/addons/main/functions/api/fn_send_digital_pointer_cot.sqf
index 0b8e009..b04e444 100644
--- a/addons/main/functions/api/fn_send_digital_pointer_cot.sqf
+++ b/addons/main/functions/api/fn_send_digital_pointer_cot.sqf
@@ -11,4 +11,4 @@ if (!isNull _digitalPointer) then {
_dpCot = [_link_uid, _contact_callsign, _digitalPointerPosition select 0, _digitalPointerPosition select 1, _digitalPointerPosition select 2];
"armatak" callExtension ["tcp_socket:send_digital_pointer_cot", [_dpCot]];
-};
\ No newline at end of file
+};
diff --git a/addons/main/functions/api/fn_send_drone_cot.sqf b/addons/main/functions/api/fn_send_drone_cot.sqf
index 14e4038..f160cb5 100644
--- a/addons/main/functions/api/fn_send_drone_cot.sqf
+++ b/addons/main/functions/api/fn_send_drone_cot.sqf
@@ -25,4 +25,4 @@ switch (side _drone) do {
};
};
-_cot = [_drone, _atak_role, _atak_callsign] call armatak_fnc_send_marker_cot;
\ No newline at end of file
+_cot = [_drone, _atak_role, _atak_callsign] call armatak_fnc_send_marker_cot;
diff --git a/addons/main/functions/api/fn_send_eud_cot.sqf b/addons/main/functions/api/fn_send_eud_cot.sqf
index f34e123..6e45ead 100644
--- a/addons/main/functions/api/fn_send_eud_cot.sqf
+++ b/addons/main/functions/api/fn_send_eud_cot.sqf
@@ -10,4 +10,4 @@ _uuid = _unit call armatak_fnc_extract_uuid;
_eud_cot = [_uuid, _position select 0, _position select 1, _position select 2, _callsign, _group_name, _group_role, _position select 3, speed player / 3.6];
-"armatak" callExtension ["tcp_socket:send_eud_cot", [_eud_cot]];
\ No newline at end of file
+"armatak" callExtension ["tcp_socket:send_eud_cot", [_eud_cot]];
diff --git a/addons/main/functions/api/fn_send_group_cots.sqf b/addons/main/functions/api/fn_send_group_cots.sqf
index 1c9a106..077ae5e 100644
--- a/addons/main/functions/api/fn_send_group_cots.sqf
+++ b/addons/main/functions/api/fn_send_group_cots.sqf
@@ -10,4 +10,4 @@ params["_group"];
_group_role = [_x] call armatak_fnc_extract_group_role;
[_x, _callsign, _group_name, _group_role] call armatak_fnc_send_eud_cot;
-} forEach (units _group);
\ No newline at end of file
+} forEach (units _group);
diff --git a/addons/main/functions/api/fn_send_marker_cot.sqf b/addons/main/functions/api/fn_send_marker_cot.sqf
index 8ff5522..c651902 100644
--- a/addons/main/functions/api/fn_send_marker_cot.sqf
+++ b/addons/main/functions/api/fn_send_marker_cot.sqf
@@ -10,4 +10,4 @@ _uuid = _unit call armatak_fnc_extract_uuid;
_marker_cot = [_uuid, _type, _unit_position select 0, _unit_position select 1, _unit_position select 2, _callsign, _unit_position select 3, speed _unit / 3.6];
-"armatak" callExtension ["tcp_socket:send_marker_cot", [_marker_cot]];
\ No newline at end of file
+"armatak" callExtension ["tcp_socket:send_marker_cot", [_marker_cot]];
diff --git a/addons/main/functions/api/fn_stop_tcp_socket.sqf b/addons/main/functions/api/fn_stop_tcp_socket.sqf
index bbd50f6..09f6aeb 100644
--- a/addons/main/functions/api/fn_stop_tcp_socket.sqf
+++ b/addons/main/functions/api/fn_stop_tcp_socket.sqf
@@ -7,4 +7,4 @@ if (_armatak_tcp_socket_is_running) then {
} else {
_warning = format ["ARMATAK
%1", "There is no TCP Socket running to be stopped"];
[[_warning, 1.5]] call CBA_fnc_notify;
-};
\ No newline at end of file
+};
diff --git a/addons/main/functions/extract_data/fn_extract_group_color.sqf b/addons/main/functions/extract_data/fn_extract_group_color.sqf
index 38aff2d..52c57ee 100644
--- a/addons/main/functions/extract_data/fn_extract_group_color.sqf
+++ b/addons/main/functions/extract_data/fn_extract_group_color.sqf
@@ -24,4 +24,4 @@ if (isNil "_group_name") then {
};
};
-_group_name
\ No newline at end of file
+_group_name
diff --git a/addons/main/functions/extract_data/fn_extract_group_role.sqf b/addons/main/functions/extract_data/fn_extract_group_role.sqf
index a035585..5175159 100644
--- a/addons/main/functions/extract_data/fn_extract_group_role.sqf
+++ b/addons/main/functions/extract_data/fn_extract_group_role.sqf
@@ -37,4 +37,4 @@ if (!isNil "_pre_defined_role") then {
_callsign = _pre_defined_callsign;
};
-_group_role
\ No newline at end of file
+_group_role
diff --git a/addons/main/functions/extract_data/fn_extract_marker_callsign.sqf b/addons/main/functions/extract_data/fn_extract_marker_callsign.sqf
index a292260..2608c1b 100644
--- a/addons/main/functions/extract_data/fn_extract_marker_callsign.sqf
+++ b/addons/main/functions/extract_data/fn_extract_marker_callsign.sqf
@@ -30,4 +30,4 @@ if (!isNil "armatak_attribute_marker_callsign" or armatak_attribute_marker_calls
_callsign = armatak_attribute_marker_callsign;
};
-_callsign
\ No newline at end of file
+_callsign
diff --git a/addons/main/functions/extract_data/fn_extract_role.sqf b/addons/main/functions/extract_data/fn_extract_role.sqf
index eb94b3f..be4cd61 100644
--- a/addons/main/functions/extract_data/fn_extract_role.sqf
+++ b/addons/main/functions/extract_data/fn_extract_role.sqf
@@ -117,4 +117,4 @@ if (!isNil "armatak_attribute_marker_type" or armatak_attribute_marker_type != '
_role = armatak_attribute_marker_type;
};
-_role
\ No newline at end of file
+_role
diff --git a/addons/main/functions/extract_data/fn_extract_unit_callsign.sqf b/addons/main/functions/extract_data/fn_extract_unit_callsign.sqf
index 01a8ea2..d364eeb 100644
--- a/addons/main/functions/extract_data/fn_extract_unit_callsign.sqf
+++ b/addons/main/functions/extract_data/fn_extract_unit_callsign.sqf
@@ -22,4 +22,4 @@ if (!isNil "armatak_attribute_unit_callsign" or armatak_attribute_unit_callsign
_callsign = armatak_attribute_unit_callsign;
};
-_callsign
\ No newline at end of file
+_callsign
diff --git a/addons/main/functions/extract_data/fn_extract_uuid.sqf b/addons/main/functions/extract_data/fn_extract_uuid.sqf
index 5470fdb..ea52467 100644
--- a/addons/main/functions/extract_data/fn_extract_uuid.sqf
+++ b/addons/main/functions/extract_data/fn_extract_uuid.sqf
@@ -11,4 +11,4 @@ if (isNil "_uuid") then {
_unit setVariable ["_atak_uid", _uuid];
};
-_uuid
\ No newline at end of file
+_uuid
diff --git a/addons/main/functions/extract_data/fn_shorten_name.sqf b/addons/main/functions/extract_data/fn_shorten_name.sqf
index 17d2179..b2e39af 100644
--- a/addons/main/functions/extract_data/fn_shorten_name.sqf
+++ b/addons/main/functions/extract_data/fn_shorten_name.sqf
@@ -14,4 +14,4 @@ if (_nameCount == 1) then {
} else {
format ["%1 %2", _firstName select [0, 1], _lastName]
};
-};
\ No newline at end of file
+};
diff --git a/addons/main/functions/fnc_logMessage.sqf b/addons/main/functions/fnc_logMessage.sqf
index 9cc3a71..549b0c5 100644
--- a/addons/main/functions/fnc_logMessage.sqf
+++ b/addons/main/functions/fnc_logMessage.sqf
@@ -1,3 +1,3 @@
params[_type, _message];
-"armatak" callExtension ["log", [_type, _message]]
\ No newline at end of file
+"armatak" callExtension ["log", [_type, _message]]
diff --git a/addons/main/functions/fnc_notify.sqf b/addons/main/functions/fnc_notify.sqf
index 83fccfb..9e86cb0 100644
--- a/addons/main/functions/fnc_notify.sqf
+++ b/addons/main/functions/fnc_notify.sqf
@@ -18,4 +18,4 @@ switch (_type) do {
default {
systemChat format ["%1 - %2", _title, _message];
};
-};
\ No newline at end of file
+};
diff --git a/addons/main/functions/map/fn_convert_to_altis.sqf b/addons/main/functions/map/fn_convert_to_altis.sqf
index fe890ff..3f6cc50 100644
--- a/addons/main/functions/map/fn_convert_to_altis.sqf
+++ b/addons/main/functions/map/fn_convert_to_altis.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_bukovina.sqf b/addons/main/functions/map/fn_convert_to_bukovina.sqf
index bd0462e..6d7a0bd 100644
--- a/addons/main/functions/map/fn_convert_to_bukovina.sqf
+++ b/addons/main/functions/map/fn_convert_to_bukovina.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_bystrika.sqf b/addons/main/functions/map/fn_convert_to_bystrika.sqf
index 0f0b7cb..7c187ce 100644
--- a/addons/main/functions/map/fn_convert_to_bystrika.sqf
+++ b/addons/main/functions/map/fn_convert_to_bystrika.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_chernarus.sqf b/addons/main/functions/map/fn_convert_to_chernarus.sqf
index b32fa29..454e2ac 100644
--- a/addons/main/functions/map/fn_convert_to_chernarus.sqf
+++ b/addons/main/functions/map/fn_convert_to_chernarus.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_cucui.sqf b/addons/main/functions/map/fn_convert_to_cucui.sqf
index 89fcc9f..f203788 100644
--- a/addons/main/functions/map/fn_convert_to_cucui.sqf
+++ b/addons/main/functions/map/fn_convert_to_cucui.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_kunduz.sqf b/addons/main/functions/map/fn_convert_to_kunduz.sqf
index fe0f24c..4ded617 100644
--- a/addons/main/functions/map/fn_convert_to_kunduz.sqf
+++ b/addons/main/functions/map/fn_convert_to_kunduz.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_kunduz_valley.sqf b/addons/main/functions/map/fn_convert_to_kunduz_valley.sqf
index 0bc2cdf..97317c3 100644
--- a/addons/main/functions/map/fn_convert_to_kunduz_valley.sqf
+++ b/addons/main/functions/map/fn_convert_to_kunduz_valley.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_livonia.sqf b/addons/main/functions/map/fn_convert_to_livonia.sqf
index 03524c0..3fb11f5 100644
--- a/addons/main/functions/map/fn_convert_to_livonia.sqf
+++ b/addons/main/functions/map/fn_convert_to_livonia.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_malden.sqf b/addons/main/functions/map/fn_convert_to_malden.sqf
index 7e7eed8..396110b 100644
--- a/addons/main/functions/map/fn_convert_to_malden.sqf
+++ b/addons/main/functions/map/fn_convert_to_malden.sqf
@@ -20,4 +20,4 @@ _LatitudeDifference = _MapMaxLatitude - _MapMinLatitude;
_RealLongitude = (_playerLongitude / _playerMaxLongitude) * _LongitudeDifference + _MapMinLongitude;
_RealLatitude = (_playerLatitude / _playerMaxLatitude) * _LatitudeDifference + _MapMinLatitude;
-[_RealLongitude, _RealLatitude, _playerPosition select 2]
\ No newline at end of file
+[_RealLongitude, _RealLatitude, _playerPosition select 2]
diff --git a/addons/main/functions/map/fn_convert_to_southen_sahrani.sqf b/addons/main/functions/map/fn_convert_to_southen_sahrani.sqf
index 45069af..982eaa1 100644
--- a/addons/main/functions/map/fn_convert_to_southen_sahrani.sqf
+++ b/addons/main/functions/map/fn_convert_to_southen_sahrani.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_stratis.sqf b/addons/main/functions/map/fn_convert_to_stratis.sqf
index 6968819..9591928 100644
--- a/addons/main/functions/map/fn_convert_to_stratis.sqf
+++ b/addons/main/functions/map/fn_convert_to_stratis.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_takistan_montains.sqf b/addons/main/functions/map/fn_convert_to_takistan_montains.sqf
index 77bfa48..94733e8 100644
--- a/addons/main/functions/map/fn_convert_to_takistan_montains.sqf
+++ b/addons/main/functions/map/fn_convert_to_takistan_montains.sqf
@@ -20,4 +20,4 @@ _LatitudeDifference = _MapMaxLatitude - _MapMinLatitude;
_RealLongitude = (_playerLongitude / _playerMaxLongitude) * _LongitudeDifference + _MapMinLongitude;
_RealLatitude = (_playerLatitude / _playerMaxLatitude) * _LatitudeDifference + _MapMinLatitude;
-[_RealLongitude, _RealLatitude, _playerPosition select 2]
\ No newline at end of file
+[_RealLongitude, _RealLatitude, _playerPosition select 2]
diff --git a/addons/main/functions/map/fn_convert_to_tanoa.sqf b/addons/main/functions/map/fn_convert_to_tanoa.sqf
index a69a0d5..22d8cfb 100644
--- a/addons/main/functions/map/fn_convert_to_tanoa.sqf
+++ b/addons/main/functions/map/fn_convert_to_tanoa.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_united_sahrani.sqf b/addons/main/functions/map/fn_convert_to_united_sahrani.sqf
index 54662d8..02d3082 100644
--- a/addons/main/functions/map/fn_convert_to_united_sahrani.sqf
+++ b/addons/main/functions/map/fn_convert_to_united_sahrani.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/functions/map/fn_convert_to_vr.sqf b/addons/main/functions/map/fn_convert_to_vr.sqf
index 767306c..615a023 100644
--- a/addons/main/functions/map/fn_convert_to_vr.sqf
+++ b/addons/main/functions/map/fn_convert_to_vr.sqf
@@ -27,4 +27,4 @@ private _fy = _latitudeInGame / _mapHeight;
private _realLat = _SW_lat + (_fx * _edgeSE_lat) + (_fy * _edgeNW_lat);
private _realLon = _SW_lon + (_fx * _edgeSE_lon) + (_fy * _edgeNW_lon);
-[_realLat, _realLon, _altitude]
\ No newline at end of file
+[_realLat, _realLon, _altitude]
diff --git a/addons/main/script_mod.hpp b/addons/main/script_mod.hpp
index fd452f5..84ea122 100644
--- a/addons/main/script_mod.hpp
+++ b/addons/main/script_mod.hpp
@@ -29,4 +29,4 @@
#define EXTENSION_NAME QUOTE(armatak)
#define CALLEXT(var) EXTENSION_NAME callExtension [QUOTE(var),[]]
-#define CALLEXTP(var1, var2) EXTENSION_NAME callExtension [QUOTE(var1), var2] select 0
\ No newline at end of file
+#define CALLEXTP(var1, var2) EXTENSION_NAME callExtension [QUOTE(var1), var2] select 0
diff --git a/addons/main/script_version.hpp b/addons/main/script_version.hpp
index 6b60a00..7137c04 100644
--- a/addons/main/script_version.hpp
+++ b/addons/main/script_version.hpp
@@ -1,4 +1,4 @@
#define build 0
#define major 1
#define minor 1
-#define patch 0
\ No newline at end of file
+#define patch 0
diff --git a/addons/server/CfgEventHandlers.hpp b/addons/server/CfgEventHandlers.hpp
index 6446b64..865276c 100644
--- a/addons/server/CfgEventHandlers.hpp
+++ b/addons/server/CfgEventHandlers.hpp
@@ -8,4 +8,4 @@ class Extended_PreInit_EventHandlers {
class ADDON {
init = QUOTE(call COMPILE_SCRIPT(XEH_preInit));
};
-};
\ No newline at end of file
+};
diff --git a/addons/server/CfgVehicles.hpp b/addons/server/CfgVehicles.hpp
index f131d4f..d04ea07 100644
--- a/addons/server/CfgVehicles.hpp
+++ b/addons/server/CfgVehicles.hpp
@@ -87,4 +87,4 @@ class CfgVehicles {
function = QFUNC(routerEntityAdd);
icon = "\a3\Modules_F_Curator\Data\iconRadio_ca.paa";
};
-};
\ No newline at end of file
+};
diff --git a/addons/server/XEH_preInit.sqf b/addons/server/XEH_preInit.sqf
index 1bf862a..b47cf66 100644
--- a/addons/server/XEH_preInit.sqf
+++ b/addons/server/XEH_preInit.sqf
@@ -6,4 +6,4 @@ PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
-ADDON = true;
\ No newline at end of file
+ADDON = true;
diff --git a/addons/server/XEH_preStart.sqf b/addons/server/XEH_preStart.sqf
index 3880138..0228885 100644
--- a/addons/server/XEH_preStart.sqf
+++ b/addons/server/XEH_preStart.sqf
@@ -1,3 +1,3 @@
#include "script_component.hpp"
-#include "XEH_PREP.hpp"
\ No newline at end of file
+#include "XEH_PREP.hpp"
diff --git a/addons/server/config.cpp b/addons/server/config.cpp
index fd83f61..e8dd595 100644
--- a/addons/server/config.cpp
+++ b/addons/server/config.cpp
@@ -22,4 +22,4 @@ class CfgPatches {
#include "CfgEventHandlers.hpp"
#include "dialog.hpp"
-#include "CfgVehicles.hpp"
\ No newline at end of file
+#include "CfgVehicles.hpp"
diff --git a/addons/server/dialog.hpp b/addons/server/dialog.hpp
index 3714cdc..396a00e 100644
--- a/addons/server/dialog.hpp
+++ b/addons/server/dialog.hpp
@@ -139,4 +139,4 @@ class armatak_zeus_custom_marker_dialog {
h = "0.055 * safezoneH";
};
};
-};
\ No newline at end of file
+};
diff --git a/addons/server/functions/fnc_3denCoreModuleConfig.sqf b/addons/server/functions/fnc_3denCoreModuleConfig.sqf
index 9951bed..2884151 100644
--- a/addons/server/functions/fnc_3denCoreModuleConfig.sqf
+++ b/addons/server/functions/fnc_3denCoreModuleConfig.sqf
@@ -54,4 +54,4 @@ if (isServer) exitWith {
}, 2, []] call CBA_fnc_addPerFrameHandler;
};
-true;
\ No newline at end of file
+true;
diff --git a/addons/server/functions/fnc_ZeusCoreModuleConfig.sqf b/addons/server/functions/fnc_ZeusCoreModuleConfig.sqf
index fdf39b1..f95af58 100644
--- a/addons/server/functions/fnc_ZeusCoreModuleConfig.sqf
+++ b/addons/server/functions/fnc_ZeusCoreModuleConfig.sqf
@@ -57,4 +57,4 @@ GVAR(syncedUnits) = missionNamespace getVariable "armatak_marked_units";
} forEach GVAR(syncedUnits);
}, 2, []] call CBA_fnc_addPerFrameHandler;
deleteVehicle _logic;
-closeDialog 1;
\ No newline at end of file
+closeDialog 1;
diff --git a/addons/server/functions/fnc_routerEntityAdd.sqf b/addons/server/functions/fnc_routerEntityAdd.sqf
index a567714..d0c19b4 100644
--- a/addons/server/functions/fnc_routerEntityAdd.sqf
+++ b/addons/server/functions/fnc_routerEntityAdd.sqf
@@ -41,4 +41,4 @@ switch (false) do {
deleteVehicle _logic;
};
-};
\ No newline at end of file
+};
diff --git a/addons/server/functions/fnc_routerEntityRemove.sqf b/addons/server/functions/fnc_routerEntityRemove.sqf
index 14b7970..3dbbb67 100644
--- a/addons/server/functions/fnc_routerEntityRemove.sqf
+++ b/addons/server/functions/fnc_routerEntityRemove.sqf
@@ -39,4 +39,4 @@ switch (false) do {
deleteVehicle _logic;
};
-};
\ No newline at end of file
+};
diff --git a/addons/video/CfgVehicles.hpp b/addons/video/CfgVehicles.hpp
index 188535d..62d8fcf 100644
--- a/addons/video/CfgVehicles.hpp
+++ b/addons/video/CfgVehicles.hpp
@@ -37,7 +37,7 @@ class CfgVehicles {
canSetArea = 0;
canSetAreaShape = 0;
canSetAreaHeight = 0;
-
+ /*
class Attributes: AttributesBase {
class GVAR(instanceAddress): Edit {
property = QGVAR(instanceAddress);
@@ -47,26 +47,27 @@ class CfgVehicles {
defaultValue = "localhost";
};
class GVAR(instancePort): Edit {
- property = "armatak_module_mediamtx_video_stream_instance_port";
- displayname = "MediaMTX Provider Port";
- tooltip = "MediaMTX Provider Port for handling video streams";
+ property = QGVAR(instancePort);
+ displayname = QUOTE(MediaMTX Provider Port);
+ tooltip = QUOTE(MediaMTX Provider Port for handling video streams);
typeName = "STRING";
defaultValue = "8554";
};
class GVAR(instanceAuthUser): Edit {
property = QGVAR(instanceAuthUser);
- displayname = "MediaMTX Provider Username";
- tooltip = "MediaMTX Provider Instance Username";
+ displayname = QUOTE(MediaMTX Provider Username);
+ tooltip = QUOTE(MediaMTX Provider Instance Username);
typeName = "STRING";
defaultValue = "administrator";
};
class GVAR(instanceAuthPassword): Edit {
property = QGVAR(instanceAuthPassword);
- displayname = "MediaMTX Provider Password";
- tooltip = "MediaMTX Provider Instance Password";
+ displayname = QUOTE(MediaMTX Provider Password);
+ tooltip = QUOTE(MediaMTX Provider Instance Password);
typeName = "STRING";
defaultValue = "password";
};
};
+ */
};
-};
\ No newline at end of file
+};
diff --git a/addons/video/XEH_PREP.hpp b/addons/video/XEH_PREP.hpp
index eca2ead..3e47399 100644
--- a/addons/video/XEH_PREP.hpp
+++ b/addons/video/XEH_PREP.hpp
@@ -1 +1 @@
-PREP(videoParser);
\ No newline at end of file
+PREP(videoParser);
diff --git a/addons/video/XEH_preInit.sqf b/addons/video/XEH_preInit.sqf
index 1bf862a..b47cf66 100644
--- a/addons/video/XEH_preInit.sqf
+++ b/addons/video/XEH_preInit.sqf
@@ -6,4 +6,4 @@ PREP_RECOMPILE_START;
#include "XEH_PREP.hpp"
PREP_RECOMPILE_END;
-ADDON = true;
\ No newline at end of file
+ADDON = true;
diff --git a/addons/video/XEH_preStart.sqf b/addons/video/XEH_preStart.sqf
index 3880138..0228885 100644
--- a/addons/video/XEH_preStart.sqf
+++ b/addons/video/XEH_preStart.sqf
@@ -1,3 +1,3 @@
#include "script_component.hpp"
-#include "XEH_PREP.hpp"
\ No newline at end of file
+#include "XEH_PREP.hpp"
diff --git a/addons/video/config.cpp b/addons/video/config.cpp
index 2da5f13..e6e699e 100644
--- a/addons/video/config.cpp
+++ b/addons/video/config.cpp
@@ -20,4 +20,4 @@ class CfgPatches {
};
#include "CfgEventHandlers.hpp"
-#include "CfgVehicles.hpp"
\ No newline at end of file
+#include "CfgVehicles.hpp"
diff --git a/addons/video/functions/fnc_videoParser.sqf b/addons/video/functions/fnc_videoParser.sqf
index 8bf8c07..0a0aabf 100644
--- a/addons/video/functions/fnc_videoParser.sqf
+++ b/addons/video/functions/fnc_videoParser.sqf
@@ -80,4 +80,4 @@ if (isServer) exitWith {
};
};
-true;
\ No newline at end of file
+true;
diff --git a/mod.cpp b/mod.cpp
index 8ee9ff4..965e258 100644
--- a/mod.cpp
+++ b/mod.cpp
@@ -11,4 +11,4 @@ overview = "ARMATAK Addons allows Arma 3 sessions to be parsed to TAK Clients";
hideName = 0;
hidePicture = 0;
dlcColor[] = { 0.23, 0.39, 0.30, 1 };
-logoSmall = "logo_small_ca.paa";
\ No newline at end of file
+logoSmall = "logo_small_ca.paa";