Commit Graph

373 Commits

Author SHA1 Message Date
Valmo Trindade
9a24e4557b removed unused docker file 2024-08-02 02:02:56 -03:00
Valmo Trindade
5f9a732101 refactored init function 2024-07-30 13:52:10 -03:00
Valmo Trindade
d036f50d4f added handler for getting uid in postGeoObject endpoint 2024-07-30 13:37:14 -03:00
Valmo Trindade
1a4ed09e5c updated CfgPatches with module 2024-07-30 13:36:26 -03:00
Valmo Trindade
3ea48e884f added vehicle config for the core module 2024-07-30 13:36:15 -03:00
Valmo Trindade
23499b4545 added initial module function to handle the addon init 2024-07-30 13:35:52 -03:00
Valmo Trindade
b0daa39912 removed post build hook to grab extensions, HEMTT rhai could not work, issue already opened 2024-07-29 20:17:20 -03:00
Valmo Trindade
e7901c2f4c attt 2024-07-29 11:31:27 -03:00
Valmo Trindade
1236f36176 added error return to putGeoObject function 2024-07-28 20:20:15 -03:00
Valmo Trindade
e32507b70b removed unused variables on main bootstrap of extension 2024-07-28 20:19:50 -03:00
Valmo Trindade
1c14f93b75 added mission variable catching for getting FTS instance information 2024-07-27 08:59:36 -03:00
Valmo Trindade
0fb5dc5f81 updated extract info to get fts instance info from missionNamespace 2024-07-26 03:05:52 -03:00
Valmo Trindade
5dd31af220 [BugFixInProgress] Getting a error on a3go/assemblyfinder, didnt change the version, and now its broken 2024-07-26 03:05:26 -03:00
Valmo Trindade
5c75f141af added initial 3den editor module config 2024-07-26 03:03:40 -03:00
Valmo Trindade
b7ffb71250 added putGeoObject controllers 2024-07-26 03:03:14 -03:00
Valmo Trindade
2282f91e46 added fts instance info as mission paramether to be passed as SQF function paramether 2024-07-26 03:02:18 -03:00
Valmo Trindade
919ea92030 added putGeoObject method to DLL 2024-07-26 03:01:37 -03:00
Valmo Trindade
2c5cbec6bd added sqf functions as each API endpoint 2024-07-25 00:04:45 -03:00
Valmo Trindade
864875d979 removed env example 2024-07-25 00:03:48 -03:00
Valmo Trindade
733559e1a1 removed environment variables handling with godotenv, its just not working and it wont scalate 2024-07-25 00:02:27 -03:00
Valmo Trindade
b3dc4281e3 added putRequest method to utils 2024-07-24 23:53:51 -03:00
Valmo Trindade
520b544d0a moved extract info to its own folder 2024-07-24 13:54:59 -03:00
Valmo Trindade
a3f35ec0a1 added first succefull post request method on postGeoObject endpoint 2024-07-24 05:35:52 -03:00
Valmo Trindade
6d63768f84 added bearer token 2024-07-24 05:35:17 -03:00
Valmo Trindade
8ec5168cf8 changed float type of coordinates on go lang structs 2024-07-24 05:09:54 -03:00
Valmo Trindade
3a1bd8c664 added the new functions to CfgFunctions 2024-07-24 05:08:55 -03:00
Valmo Trindade
55bf5f44b9 improved extract info function to handle every step needed by ATAK 2024-07-24 05:08:37 -03:00
Valmo Trindade
93e5e8e216 added altis game location to real location support 2024-07-24 05:08:02 -03:00
Valmo Trindade
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 2024-07-23 19:29:11 -03:00
Valmo Trindade
cd98e49eb8 added handling to the first route controller (postGeoObject endpoint) 2024-07-23 19:28:22 -03:00
Valmo Trindade
cc2f7c3b96 [WIP] updated extract_info function to be more similar to the desired post body object 2024-07-23 19:27:51 -03:00
Valmo Trindade
9c987747df fixed GeoObject struct to handle json marshalling 2024-07-23 19:27:15 -03:00
Valmo Trindade
e1d01b8f8f expanded readme file 2024-07-23 19:26:54 -03:00
Valmo Trindade
e7dc9c09c2 fixed error handling and other types into request methods 2024-07-23 19:26:46 -03:00
Valmo Trindade
8603dd6d93 [WIP] refactoring extract info function into more functions to handle the data to be grabbed 2024-07-23 16:58:06 -03:00
Valmo Trindade
9d89c5fb69 refactored env variables handling 2024-07-22 17:11:28 -03:00
Valmo Trindade
a47b3afdeb updated env example 2024-07-22 17:10:59 -03:00
Valmo Trindade
10540bfdd9 added first route handler to the project, the route is returning a 500 error, DAMN DAY I STARTED USING A COMPUTER 2024-07-22 17:08:13 -03:00
Valmo Trindade
d328fd7a46 added latest golang to docker build for extension building 2024-07-22 17:07:21 -03:00
Valmo Trindade
fc32926a92 moved reusabled functions to a different folder for DRY reasons 2024-07-22 17:02:52 -03:00
Valmo Trindade
974c84fd81 added dockerfile for building the libraries for linux 2024-07-22 08:58:40 -03:00
Valmo Trindade
1d28f063ae refecatored disclaimer in readme.md 2024-07-21 18:40:39 -03:00
Valmo Trindade
6ce0f25945 added print to modulePathDir 2024-07-21 18:39:44 -03:00
Valmo Trindade
043d58ee2a [WIP] added initial controller and services structure files with defined functions on it 2024-07-21 02:08:18 -03:00
Valmo Trindade
8d7f61fdd6 cleaned comments on main bootstrap 2024-07-21 02:07:39 -03:00
Valmo Trindade
05d2495c0a renamed data file to structs, will be used to define composed types 2024-07-21 02:05:33 -03:00
Valmo Trindade
ddb0dafcec added all FTS API endpoints as a3go registery commands, will use a MVC approach on API to handle the FTS interation 2024-07-21 02:04:59 -03:00
Valmo Trindade
4dbe91958f updated the readme file 2024-07-19 20:04:07 -03:00
Valmo Trindade
c0efaf6590 added dist folder, target of dll, to ignore list, it should be build by CICD tools instead of commiting every DLL version 2024-07-19 16:20:07 -03:00
Valmo Trindade
8c89ce4a7d fixed CfgFunctions hierarchy 2024-07-19 03:09:35 -03:00