Commit Graph

  • 10cca1cad5 removed items pbo, too many things to do before it Valmo Trindade 2024-08-30 12:57:38 -03:00
  • aa04b2a16e updated required version to handle Mission end event handler Valmo Trindade 2024-08-30 02:21:45 -03:00
  • 885e6441cb added deleteMarker function Valmo Trindade 2024-08-29 18:42:36 -03:00
  • 03266bf4ec added delete marker endpoint on dynamic library Valmo Trindade 2024-08-29 18:23:16 -03:00
  • 2ad769913e added VR map support Valmo Trindade 2024-08-29 17:16:10 -03:00
  • 7234ff084a added 3den enhanced as launch dependency Valmo Trindade 2024-08-29 17:15:58 -03:00
  • 97ac46e408 added Stratis Map support Valmo Trindade 2024-08-28 21:26:51 -03:00
  • 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 Valmo Trindade 2024-08-28 18:40:35 -03:00
  • 49caa11a22 changed postDroneMarker function to handle multiseated UAVs, still have to figure out a way to keep marking the drones used by players Valmo Trindade 2024-08-28 18:24:49 -03:00
  • 5f2a1a79bc changed marker azimuth to course property, add math to handle true north convertion Valmo Trindade 2024-08-28 18:23:52 -03:00
  • e2dc5aa3ae added mechanized infantry type Valmo Trindade 2024-08-28 00:38:49 -03:00
  • d20530c903 handled arrays in extract role function Valmo Trindade 2024-08-27 05:30:43 -03:00
  • 1c74f9cb94 linted extract role func Valmo Trindade 2024-08-27 05:07:56 -03:00
  • 8f33a23327 updated minor Valmo Trindade 2024-08-27 04:38:45 -03:00
  • 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 Valmo Trindade 2024-08-27 04:38:25 -03:00
  • db32eb84cf refactored extract_role function to use BIS objectType function as param Valmo Trindade 2024-08-27 04:36:57 -03:00
  • f71b299baa updated DLLs with speed and altitude handling Valmo Trindade 2024-08-21 18:59:25 -03:00
  • af08a446f8 removed deleted functions from config file Valmo Trindade 2024-08-21 18:58:33 -03:00
  • 97c7709faf refactored drone handling in init function (WIP, gunner and driver are being showed as different markers) Valmo Trindade 2024-08-21 18:57:27 -03:00
  • c42393013e trying to handle the difference between showed speed on ATAK and the in game speed, divided by 4 the outputted speed Valmo Trindade 2024-08-21 18:56:40 -03:00
  • 47344bdc12 added tanks as a possible marker Valmo Trindade 2024-08-21 18:55:59 -03:00
  • df2029d6b9 refactored whole postDroneMarker to be a single executed function, because SQF sucks Valmo Trindade 2024-08-21 18:55:45 -03:00
  • 48c5674f17 refactored location handler functions, ARMA HAS A TERRIBLE WAY TO HANDLE ARRAY AS VARIABLES Valmo Trindade 2024-08-21 18:55:20 -03:00
  • fdee644d64 removed guides to be on the wiki repo Valmo Trindade 2024-08-21 02:21:51 -03:00
  • 0abd7b9e56 fixed CfgPatches on main pbo Valmo Trindade 2024-08-21 01:59:30 -03:00
  • 1e94a01f90 Added ATAK Guide for Arma 3 Players Valmo Trindade 2024-08-20 21:38:00 -03:00
  • eff3160070 updated dlls Valmo Trindade 2024-08-20 06:17:58 -03:00
  • 5494c4c8ba improved type handling for UAVs Valmo Trindade 2024-08-20 06:07:14 -03:00
  • c38b5b3ff0 added drone handling to the core module init function Valmo Trindade 2024-08-20 05:59:11 -03:00
  • 5741f9ced1 added altitude handling in extensions Valmo Trindade 2024-08-20 05:57:12 -03:00
  • 00d1b2a24f expanded marker types to planes and helis Valmo Trindade 2024-08-20 05:56:41 -03:00
  • e30b979747 added UAV handling Valmo Trindade 2024-08-20 05:56:09 -03:00
  • 19cd267c10 added altitude to extracted info for the maker Valmo Trindade 2024-08-20 05:55:40 -03:00
  • a8503d1c26 fixed comma on extract role function Valmo Trindade 2024-08-19 14:05:13 -03:00
  • 9b8a267c45 Merge branch 'main' of https://github.com/valmojr/armatak Valmo Trindade 2024-08-19 04:48:28 -03:00
  • 144d7acf80 updated extensions with the OTS api working Valmo Trindade 2024-08-19 04:48:03 -03:00
  • 36c8b12da6 added postMarker command to extensions Valmo Trindade 2024-08-19 04:47:39 -03:00
  • 2578cf146e added loop handling streaming all players to TCP Valmo Trindade 2024-08-19 04:47:11 -03:00
  • 733b01b69e changed postGeoObject function to postMarkerto be more accurate with the api endpoints Valmo Trindade 2024-08-19 04:46:48 -03:00
  • 3017e1bcf1 added air type to extract type handling Valmo Trindade 2024-08-19 04:46:12 -03:00
  • 5bcdb29515 fixed extract uuid function Valmo Trindade 2024-08-19 04:45:28 -03:00
  • 4ae677f06c added server check for being server side only runned Valmo Trindade 2024-08-19 03:45:30 -03:00
  • 558a5fc4f7 added get_uid and get_auth_token functions Valmo Trindade 2024-08-19 03:38:27 -03:00
  • d514983806 added http request handlers on util functions Valmo Trindade 2024-08-19 03:37:37 -03:00
  • ecfbbf7b4c added AuthInfo struct Valmo Trindade 2024-08-19 03:33:57 -03:00
  • 89891ef652 added extract auth token function Valmo Trindade 2024-08-19 01:41:38 -03:00
  • 1b6a3fe525 added admin and password to armatak core params Valmo Trindade 2024-08-19 01:40:17 -03:00
  • 4066d27f29 removed send message function, not implemented on OTS API Valmo Trindade 2024-08-19 01:37:33 -03:00
  • 4f6b0e684e added extract_uuid sqf function and refactored other extract info functions to handle the Valmo Trindade 2024-08-19 01:37:07 -03:00
  • f99c6b7084 update README.md Valmo Trindade 2024-08-18 02:47:37 -03:00
  • 5b1890d0cf refactored Marker struct Valmo Trindade 2024-08-17 15:31:19 -03:00
  • a9793bcbe4 added google golang uuid generator dependency Valmo Trindade 2024-08-17 06:21:59 -03:00
  • 524b025bf6 changed the structs to match the OTS api types Valmo Trindade 2024-08-17 06:21:30 -03:00
  • a5281021bf changed dockerfile for generating the linux env entensions Valmo Trindade 2024-08-17 06:20:31 -03:00
  • c523a6f865 added ping command to extension Valmo Trindade 2024-08-17 03:42:15 -03:00
  • d321279c53 added target folder to ignore list Valmo Trindade 2024-08-12 18:29:03 -03:00
  • ca1cfa3c9f linted readme file Valmo Trindade 2024-08-12 13:45:59 -03:00
  • d36286026a expanded ignore file to handle multibranching Valmo Trindade 2024-08-12 03:37:20 -03:00
  • 52b4b17c55 updated DLL files with messsage handling Valmo Trindade 2024-08-12 01:25:40 -03:00
  • a0221c68d4 added sendMessage sqf function Valmo Trindade 2024-08-12 01:25:15 -03:00
  • 8fd321e47a added postChat message route on extension Valmo Trindade 2024-08-12 01:22:16 -03:00
  • aeaa6e4d4c removed environment variables from extension Valmo Trindade 2024-08-09 01:14:45 -03:00
  • 53b338b1f9 updated the how to use section on readme file Valmo Trindade 2024-08-09 00:15:48 -03:00
  • b582daa862 added ace dependecy to HEMTT file Valmo Trindade 2024-08-08 16:30:25 -03:00
  • f56ed7bae6 added ACE dependency, is used for getting some roles Valmo Trindade 2024-08-08 16:30:08 -03:00
  • 20bc8df780 added more roles handling Valmo Trindade 2024-08-08 16:29:50 -03:00
  • 42bc94e8c7 linted some SQF functions Valmo Trindade 2024-08-08 16:29:24 -03:00
  • 83a94befdd fixed side handling function Valmo Trindade 2024-08-08 16:28:49 -03:00
  • dd54f355d4 updated discord webhook on github publish workflow Valmo Trindade 2024-08-06 22:59:57 -03:00
  • 1bb6fc0168 switched hook type to be on hemtt build Valmo Trindade 2024-08-06 22:52:31 -03:00
  • 0b36d5e1b6 rolledback github workflow to publish Valmo Trindade 2024-08-06 22:40:03 -03:00
  • 7f54a119ed fixed hemtt post build hook Valmo Trindade 2024-08-06 22:39:13 -03:00
  • aa9bde400c linted addon main config file Valmo Trindade 2024-08-06 19:07:25 -03:00
  • 07bb61798e changed author on addon because i am doing all alone Valmo Trindade 2024-08-06 19:06:34 -03:00
  • 95bf7aaaac att Valmo Trindade 2024-08-04 18:43:38 -03:00
  • 19efa72257 att Valmo Trindade 2024-08-04 18:40:52 -03:00
  • d1692d620d att Valmo Trindade 2024-08-04 18:38:09 -03:00
  • ad46b7087c att Valmo Trindade 2024-08-04 18:35:22 -03:00
  • a978657a1c att Valmo Trindade 2024-08-04 18:32:25 -03:00
  • f965f89e30 att Valmo Trindade 2024-08-04 18:30:12 -03:00
  • b5205bd72c added tree to understand filepaths in action runner Valmo Trindade 2024-08-04 18:24:26 -03:00
  • 7de771c049 added absolute path to github publish workflows Valmo Trindade 2024-08-04 18:21:00 -03:00
  • 0bca8dc58f fixed comma on init function Valmo Trindade 2024-08-04 18:17:10 -03:00
  • 0b51661fb1 updated readme file Valmo Trindade 2024-08-04 18:13:03 -03:00
  • 2e537455b7 ADded handling for multiplayer or singleplayer sessions on init function Valmo Trindade 2024-08-04 18:12:49 -03:00
  • 29a75daa68 fixed install dependencies on publish workflow Valmo Trindade 2024-08-03 19:17:39 -03:00
  • c34818786f trying again Valmo Trindade 2024-08-03 19:10:37 -03:00
  • fc90dde660 ignored bash files to avoid leaking personal info Valmo Trindade 2024-08-03 18:29:18 -03:00
  • 49ce8b5e59 removed interable param on publish workflow Valmo Trindade 2024-08-03 18:28:35 -03:00
  • 2ff85f8060 [WIP] trying to add extension building to github workflows Valmo Trindade 2024-08-03 18:16:56 -03:00
  • 9a13761514 changed end of line params to sqf files Valmo Trindade 2024-08-03 18:13:37 -03:00
  • 41de728448 fixed the urls on discord wehooks Valmo Trindade 2024-08-02 02:51:13 -03:00
  • 47d726de46 fixed armatak addon name on publish flow Valmo Trindade 2024-08-02 02:31:54 -03:00
  • 8ff72abe87 updated readme file Valmo Trindade 2024-08-02 02:29:32 -03:00
  • 965b9f3b21 added initial publish workflow for github Valmo Trindade 2024-08-02 02:29:07 -03:00
  • d7b9fdab84 added connected warning to init function Valmo Trindade 2024-08-02 02:03:16 -03:00
  • 9a24e4557b removed unused docker file Valmo Trindade 2024-08-02 02:02:56 -03:00
  • 5f9a732101 refactored init function Valmo Trindade 2024-07-30 13:52:10 -03:00
  • d036f50d4f added handler for getting uid in postGeoObject endpoint Valmo Trindade 2024-07-30 13:37:14 -03:00
  • 1a4ed09e5c updated CfgPatches with module Valmo Trindade 2024-07-30 13:36:26 -03:00