Commit Graph

160 Commits

Author SHA1 Message Date
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
Valmo Trindade
ecfbbf7b4c added AuthInfo struct 2024-08-19 03:33:57 -03:00
Valmo Trindade
89891ef652 added extract auth token function 2024-08-19 01:41:38 -03:00
Valmo Trindade
1b6a3fe525 added admin and password to armatak core params 2024-08-19 01:40:17 -03:00
Valmo Trindade
4066d27f29 removed send message function, not implemented on OTS API 2024-08-19 01:37:33 -03:00
Valmo Trindade
4f6b0e684e added extract_uuid sqf function and refactored other extract info functions to handle the 2024-08-19 01:37:07 -03:00
Valmo Trindade
f99c6b7084 update README.md 2024-08-18 02:47:37 -03:00
Valmo Trindade
5b1890d0cf refactored Marker struct 2024-08-17 15:31:19 -03:00
Valmo Trindade
a9793bcbe4 added google golang uuid generator dependency 2024-08-17 06:21:59 -03:00
Valmo Trindade
524b025bf6 changed the structs to match the OTS api types 2024-08-17 06:21:30 -03:00
Valmo Trindade
a5281021bf changed dockerfile for generating the linux env entensions 2024-08-17 06:20:31 -03:00
Valmo Trindade
c523a6f865 added ping command to extension 2024-08-17 03:42:15 -03:00
Valmo Trindade
d321279c53 added target folder to ignore list 2024-08-12 18:29:03 -03:00
Valmo Trindade
ca1cfa3c9f linted readme file 2024-08-12 13:45:59 -03:00
Valmo Trindade
d36286026a expanded ignore file to handle multibranching 2024-08-12 03:37:20 -03:00
Valmo Trindade
52b4b17c55 updated DLL files with messsage handling 2024-08-12 01:25:40 -03:00