Commit Graph

147 Commits

Author SHA1 Message Date
Valmo Trindade
7b41e549f0 added previous OpenTAKServer defined functions 2024-12-09 23:43:03 -03:00
Valmo Trindade
e91c5aa184 readded extract uuid 2024-12-09 22:49:07 -03:00
Valmo Trindade
aade570136 adding OTS authentication handling on init function 2024-12-09 22:42:56 -03:00
Valmo Trindade
631db4fecf updated required game version to match mission EH 2024-12-05 22:47:20 -03:00
Valmo Trindade
972bd1c67e linted extension calls on init function and command index 2024-12-05 03:02:16 -03:00
Valmo Trindade
990f1035a0 added correct required version for game 2024-12-03 04:22:39 -03:00
Valmo Trindade
e64657adf2 added Malden map suppport 2024-12-03 04:22:15 -03:00
Valmo Trindade
16068090ae added init functions to handle thread socket starting and stopping 2024-12-02 05:12:46 -03:00
Valmo Trindade
0564095dee removed old function, will have to refactor everything 2024-10-23 22:57:27 -03:00
Valmo Trindade
53efeff503 commented init function 2024-10-16 13:08:09 -03:00
Valmo Trindade
31cf6ff3a2 fixed MP init function 2024-09-21 23:39:00 -03:00
Valmo Trindade
bd538483b6 added postMarkerDebug handlling function for SQF 2024-09-20 17:56:44 -03:00
Valmo Trindade
6975246ab6 added error message to the output in auth token sqf function 2024-09-20 17:53:26 -03:00
Valmo Trindade
f8ca2d21d7 removed useless information on marker struct 2024-09-20 17:53:08 -03:00
Valmo Trindade
d1a0582341 added login info on sqf function also 2024-09-20 17:03:26 -03:00
Valmo Trindade
6e9201397f trying to fix the paa not working somehow 2024-09-19 02:23:39 -03:00
Valmo Trindade
5c49a26aa4 added error handling to extract_auth_token workflow 2024-09-19 00:49:00 -03:00
Valmo Trindade
8ba6d4514e backing init function 2024-09-15 19:13:43 -03:00
Valmo Trindade
f2745e5679 renamed deleteMarkers function 2024-09-12 03:19:18 -03:00
Valmo Trindade
d7e2bbd122 updated api sqf functions 2024-09-09 02:45:28 -03:00
Valmo Trindade
e102874670 parsedarray on extract uuid function 2024-09-08 03:29:37 -03:00
Valmo Trindade
0f5b1130bc refactored get uuid fuction on extension 2024-09-08 03:15:25 -03:00
Valmo Trindade
1d3a183975 (placeholder) commented whole init function 2024-09-08 00:44:40 -03:00
Valmo Trindade
d1ac1e4f15 refactored api functions 2024-09-06 16:00:52 -03:00
Valmo Trindade
0af5f566e9 added extract_drone_info to get UAV markers information 2024-09-06 16:00:25 -03:00
Valmo Trindade
9ed73597fe added default role as friendly infantry unit on extract_role function 2024-09-03 20:12:28 -03:00
Valmo Trindade
3ab5c06029 added placeholder type for SOF units, could not find the correct name for this type 2024-09-03 01:46:13 -03:00
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
501d8a0f42 added server instance check on main function 2024-08-30 12:59:03 -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
2ad769913e added VR map support 2024-08-29 17:16:10 -03:00
Valmo Trindade
97ac46e408 added Stratis Map support 2024-08-28 21:26:51 -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
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
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
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
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
0abd7b9e56 fixed CfgPatches on main pbo 2024-08-21 01:59:30 -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
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