Commit Graph

  • 3ea48e884f added vehicle config for the core module Valmo Trindade 2024-07-30 13:36:15 -03:00
  • 23499b4545 added initial module function to handle the addon init Valmo Trindade 2024-07-30 13:35:52 -03:00
  • b0daa39912 removed post build hook to grab extensions, HEMTT rhai could not work, issue already opened Valmo Trindade 2024-07-29 20:17:20 -03:00
  • e7901c2f4c attt Valmo Trindade 2024-07-29 11:31:27 -03:00
  • 1236f36176 added error return to putGeoObject function Valmo Trindade 2024-07-28 20:20:15 -03:00
  • e32507b70b removed unused variables on main bootstrap of extension Valmo Trindade 2024-07-28 20:19:50 -03:00
  • 1c14f93b75 added mission variable catching for getting FTS instance information Valmo Trindade 2024-07-27 08:59:36 -03:00
  • 0fb5dc5f81 updated extract info to get fts instance info from missionNamespace Valmo Trindade 2024-07-26 03:05:52 -03:00
  • 5dd31af220 [BugFixInProgress] Getting a error on a3go/assemblyfinder, didnt change the version, and now its broken Valmo Trindade 2024-07-26 03:05:26 -03:00
  • 5c75f141af added initial 3den editor module config Valmo Trindade 2024-07-26 03:03:40 -03:00
  • b7ffb71250 added putGeoObject controllers Valmo Trindade 2024-07-26 03:03:14 -03:00
  • 2282f91e46 added fts instance info as mission paramether to be passed as SQF function paramether Valmo Trindade 2024-07-26 03:02:18 -03:00
  • 919ea92030 added putGeoObject method to DLL Valmo Trindade 2024-07-26 03:01:37 -03:00
  • 2c5cbec6bd added sqf functions as each API endpoint Valmo Trindade 2024-07-25 00:04:45 -03:00
  • 864875d979 removed env example Valmo Trindade 2024-07-25 00:03:48 -03:00
  • 733559e1a1 removed environment variables handling with godotenv, its just not working and it wont scalate Valmo Trindade 2024-07-25 00:02:27 -03:00
  • b3dc4281e3 added putRequest method to utils Valmo Trindade 2024-07-24 23:53:51 -03:00
  • 520b544d0a moved extract info to its own folder Valmo Trindade 2024-07-24 13:54:59 -03:00
  • a3f35ec0a1 added first succefull post request method on postGeoObject endpoint Valmo Trindade 2024-07-24 05:35:52 -03:00
  • 6d63768f84 added bearer token Valmo Trindade 2024-07-24 05:35:17 -03:00
  • 8ec5168cf8 changed float type of coordinates on go lang structs Valmo Trindade 2024-07-24 05:09:54 -03:00
  • 3a1bd8c664 added the new functions to CfgFunctions Valmo Trindade 2024-07-24 05:08:55 -03:00
  • 55bf5f44b9 improved extract info function to handle every step needed by ATAK Valmo Trindade 2024-07-24 05:08:37 -03:00
  • 93e5e8e216 added altis game location to real location support Valmo Trindade 2024-07-24 05:08:02 -03:00
  • 1e0591b809 [WIP] correct struct parsed on postGeoObject service, will have to finish real location handling to continue the tests on real FTS API, using a mocked backend for now Valmo Trindade 2024-07-23 19:29:11 -03:00
  • cd98e49eb8 added handling to the first route controller (postGeoObject endpoint) Valmo Trindade 2024-07-23 19:28:22 -03:00
  • cc2f7c3b96 [WIP] updated extract_info function to be more similar to the desired post body object Valmo Trindade 2024-07-23 19:27:51 -03:00
  • 9c987747df fixed GeoObject struct to handle json marshalling Valmo Trindade 2024-07-23 19:27:15 -03:00
  • e1d01b8f8f expanded readme file Valmo Trindade 2024-07-23 19:26:54 -03:00
  • e7dc9c09c2 fixed error handling and other types into request methods Valmo Trindade 2024-07-23 19:26:46 -03:00
  • 8603dd6d93 [WIP] refactoring extract info function into more functions to handle the data to be grabbed Valmo Trindade 2024-07-23 16:58:06 -03:00
  • 9d89c5fb69 refactored env variables handling Valmo Trindade 2024-07-22 17:11:28 -03:00
  • a47b3afdeb updated env example Valmo Trindade 2024-07-22 17:10:59 -03:00
  • 10540bfdd9 added first route handler to the project, the route is returning a 500 error, DAMN DAY I STARTED USING A COMPUTER Valmo Trindade 2024-07-22 17:08:13 -03:00
  • d328fd7a46 added latest golang to docker build for extension building Valmo Trindade 2024-07-22 17:07:21 -03:00
  • fc32926a92 moved reusabled functions to a different folder for DRY reasons Valmo Trindade 2024-07-22 17:02:52 -03:00
  • 974c84fd81 added dockerfile for building the libraries for linux Valmo Trindade 2024-07-22 08:58:40 -03:00
  • 1d28f063ae refecatored disclaimer in readme.md Valmo Trindade 2024-07-21 18:40:39 -03:00
  • 6ce0f25945 added print to modulePathDir Valmo Trindade 2024-07-21 18:39:44 -03:00
  • 043d58ee2a [WIP] added initial controller and services structure files with defined functions on it Valmo Trindade 2024-07-21 02:08:18 -03:00
  • 8d7f61fdd6 cleaned comments on main bootstrap Valmo Trindade 2024-07-21 02:07:39 -03:00
  • 05d2495c0a renamed data file to structs, will be used to define composed types Valmo Trindade 2024-07-21 02:05:33 -03:00
  • ddb0dafcec added all FTS API endpoints as a3go registery commands, will use a MVC approach on API to handle the FTS interation Valmo Trindade 2024-07-21 02:04:59 -03:00
  • 4dbe91958f updated the readme file Valmo Trindade 2024-07-19 20:04:07 -03:00
  • c0efaf6590 added dist folder, target of dll, to ignore list, it should be build by CICD tools instead of commiting every DLL version Valmo Trindade 2024-07-19 16:20:07 -03:00
  • 8c89ce4a7d fixed CfgFunctions hierarchy Valmo Trindade 2024-07-19 03:09:35 -03:00
  • e8fc7391da updated hemtt version and fixed the toml file Valmo Trindade 2024-07-19 03:09:09 -03:00
  • b98c321a63 added intial sqf functions Valmo Trindade 2024-07-19 02:11:31 -03:00
  • 764dd5f20f removed useless comments on project toml Valmo Trindade 2024-07-19 00:59:54 -03:00
  • b73b5d10c5 changed request function name Valmo Trindade 2024-07-19 00:52:32 -03:00
  • 917b11bb4f moved .env file to golang project folder Valmo Trindade 2024-07-19 00:52:17 -03:00
  • 8708badc43 changed pre release hook to post release hook Valmo Trindade 2024-07-19 00:51:53 -03:00
  • ef89a0cec4 added pre release hook to grab the extensions to the release Valmo Trindade 2024-07-18 21:51:18 -03:00
  • b7f6040631 added asset files to project hemtt include Valmo Trindade 2024-07-18 02:51:01 -03:00
  • 31d46bc04c After 6 straight hours testing a 40 lines code, first working dll that gets any argument from the ping command and send it to a webhook, i hate golang, actually the env variables are not working as this, you have to set it manually for it to work Valmo Trindade 2024-07-18 02:49:35 -03:00
  • 96a89469b0 added project mod config file and asset images Valmo Trindade 2024-07-17 20:36:30 -03:00
  • b716c18d4d changed main addon className Valmo Trindade 2024-07-17 20:15:19 -03:00
  • 95265efccc added env extension to ignore list Valmo Trindade 2024-07-17 20:14:46 -03:00
  • 9e853b79d1 added Dockerfile for golang dll build Valmo Trindade 2024-07-17 20:14:13 -03:00
  • 2058b176d7 added main addon config file, for now just for handling pinging a local api for request testing Valmo Trindade 2024-07-17 03:05:36 -03:00
  • bb50f7036c added pboprefix for main addon Valmo Trindade 2024-07-17 03:04:44 -03:00
  • 68b6235cbc added pre build hook to join the dll file Valmo Trindade 2024-07-17 03:04:29 -03:00
  • 02a1e0343a initial main dll extension using a3go as template Valmo Trindade 2024-07-17 03:03:28 -03:00
  • 5e3b86f417 refactored hemtt launch params Valmo Trindade 2024-07-17 02:54:20 -03:00
  • 150415a5a5 updated hemtt project config file to handle hooks for extension deployment Valmo Trindade 2024-07-17 02:33:32 -03:00
  • ec7345c35b added initial main addon on core mod Valmo Trindade 2024-07-14 23:54:15 -03:00
  • 9118b60d60 expanded readme doc Valmo Trindade 2024-07-14 23:52:43 -03:00
  • f8271b177c added initial HEMTT config files Valmo Trindade 2024-07-14 23:52:21 -03:00
  • 45e6f930ce initializing commit history, README file wireframe Valmo Trindade 2024-07-14 04:49:24 -03:00