Commit Graph

325 Commits

Author SHA1 Message Date
Valmo Trindade
c0c93eb36e added handling for no auth token provided 2024-09-03 00:21:32 -03:00
Valmo Trindade
bc07343edb added a more refined way to handle drones used by the player 2024-09-03 00:21:17 -03:00
Valmo Trindade
eacccd8911 added pull request template 2024-09-01 20:19:12 -03:00
Valmo Trindade
501d8a0f42 added server instance check on main function 2024-08-30 12:59:03 -03:00
Valmo Trindade
8617d4c029 linted invalid call extension message 2024-08-30 12:58:39 -03:00
Valmo Trindade
12d25518ed fixed post marker default message 2024-08-30 12:57:59 -03:00
Valmo Trindade
10cca1cad5 removed items pbo, too many things to do before it 2024-08-30 12:57:38 -03:00
Valmo Trindade
aa04b2a16e updated required version to handle Mission end event handler 2024-08-30 02:21:45 -03:00
Valmo Trindade
885e6441cb added deleteMarker function 2024-08-29 18:42:36 -03:00
Valmo Trindade
03266bf4ec added delete marker endpoint on dynamic library 2024-08-29 18:23:16 -03:00
Valmo Trindade
2ad769913e added VR map support 2024-08-29 17:16:10 -03:00
Valmo Trindade
7234ff084a added 3den enhanced as launch dependency 2024-08-29 17:15:58 -03:00
Valmo Trindade
97ac46e408 added Stratis Map support 2024-08-28 21:26:51 -03:00
Valmo Trindade
206787b271 updated extensions with course handling, fixing the azimuth showed on TAK EUD, still have to figure out a way to show the direction/elevation of the turret as marker sensor 2024-08-28 18:40:35 -03:00
Valmo Trindade
49caa11a22 changed postDroneMarker function to handle multiseated UAVs, still have to figure out a way to keep marking the drones used by players 2024-08-28 18:24:49 -03:00
Valmo Trindade
5f2a1a79bc changed marker azimuth to course property, add math to handle true north convertion 2024-08-28 18:23:52 -03:00
Valmo Trindade
e2dc5aa3ae added mechanized infantry type 2024-08-28 00:38:49 -03:00
Valmo Trindade
d20530c903 handled arrays in extract role function 2024-08-27 05:30:43 -03:00
Valmo Trindade
1c74f9cb94 linted extract role func 2024-08-27 05:07:56 -03:00
Valmo Trindade
8f33a23327 updated minor 2024-08-27 04:38:45 -03:00
Valmo Trindade
b7a54b463c refactored init function to work on multiplayer, still facing some problems when trying to send many users/units, will have to deal with it 2024-08-27 04:38:25 -03:00
Valmo Trindade
db32eb84cf refactored extract_role function to use BIS objectType function as param 2024-08-27 04:36:57 -03:00
Valmo Trindade
f71b299baa updated DLLs with speed and altitude handling 2024-08-21 18:59:25 -03:00
Valmo Trindade
af08a446f8 removed deleted functions from config file 2024-08-21 18:58:33 -03:00
Valmo Trindade
97c7709faf refactored drone handling in init function (WIP, gunner and driver are being showed as different markers) 2024-08-21 18:57:27 -03:00
Valmo Trindade
c42393013e trying to handle the difference between showed speed on ATAK and the in game speed, divided by 4 the outputted speed 2024-08-21 18:56:40 -03:00
Valmo Trindade
47344bdc12 added tanks as a possible marker 2024-08-21 18:55:59 -03:00
Valmo Trindade
df2029d6b9 refactored whole postDroneMarker to be a single executed function, because SQF sucks 2024-08-21 18:55:45 -03:00
Valmo Trindade
48c5674f17 refactored location handler functions, ARMA HAS A TERRIBLE WAY TO HANDLE ARRAY AS VARIABLES 2024-08-21 18:55:20 -03:00
Valmo Trindade
fdee644d64 removed guides to be on the wiki repo 2024-08-21 02:21:51 -03:00
Valmo Trindade
0abd7b9e56 fixed CfgPatches on main pbo 2024-08-21 01:59:30 -03:00
Valmo Trindade
1e94a01f90 Added ATAK Guide for Arma 3 Players 2024-08-20 21:38:00 -03:00
Valmo Trindade
eff3160070 updated dlls 2024-08-20 06:17:58 -03:00
Valmo Trindade
5494c4c8ba improved type handling for UAVs 2024-08-20 06:07:14 -03:00
Valmo Trindade
c38b5b3ff0 added drone handling to the core module init function 2024-08-20 05:59:11 -03:00
Valmo Trindade
5741f9ced1 added altitude handling in extensions 2024-08-20 05:57:12 -03:00
Valmo Trindade
00d1b2a24f expanded marker types to planes and helis 2024-08-20 05:56:41 -03:00
Valmo Trindade
e30b979747 added UAV handling 2024-08-20 05:56:09 -03:00
Valmo Trindade
19cd267c10 added altitude to extracted info for the maker 2024-08-20 05:55:40 -03:00
Valmo Trindade
a8503d1c26 fixed comma on extract role function 2024-08-19 14:05:13 -03:00
Valmo Trindade
9b8a267c45 Merge branch 'main' of https://github.com/valmojr/armatak 2024-08-19 04:48:28 -03:00
Valmo Trindade
144d7acf80 updated extensions with the OTS api working 2024-08-19 04:48:03 -03:00
Valmo Trindade
36c8b12da6 added postMarker command to extensions 2024-08-19 04:47:39 -03:00
Valmo Trindade
2578cf146e added loop handling streaming all players to TCP 2024-08-19 04:47:11 -03:00
Valmo Trindade
733b01b69e changed postGeoObject function to postMarkerto be more accurate with the api endpoints 2024-08-19 04:46:48 -03:00
Valmo Trindade
3017e1bcf1 added air type to extract type handling 2024-08-19 04:46:12 -03:00
Valmo Trindade
5bcdb29515 fixed extract uuid function 2024-08-19 04:45:28 -03:00
Valmo Trindade
4ae677f06c added server check for being server side only runned 2024-08-19 03:45:30 -03:00
Valmo Trindade
558a5fc4f7 added get_uid and get_auth_token functions 2024-08-19 03:38:27 -03:00
Valmo Trindade
d514983806 added http request handlers on util functions 2024-08-19 03:37:37 -03:00