ACE3/addons/markers
Daniël 1563eb9336
Markers - Add the option for UTC/System time timestamps (#9121)
* Markers - Add setting for system timestamps

* Moved time zone to different setting
Added UTC Time zone
Added UTC time offset slider
Added translation in stringtable

* Update fnc_onButtonClickConfirm.sqf

Fixed mistake that added offset twice

* - Removed tabs
- Fixed calculating error

* - Fixed tab problem

Was a bit enthusiastic with removing tabs. This should to the trick.

* - Changed tabs to spaces (Finaly)
- Checked SQF with sqf_validator.py
- Fixed decimal error by CBA menu

* Delete build/_deps directory

- This does not belong here

* Update fnc_onButtonClickConfirm.sqf

Added empty line back

* Update addons/markers/functions/fnc_onButtonClickConfirm.sqf

Formatting update

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update addons/markers/functions/fnc_onButtonClickConfirm.sqf

Formatting update

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update initSettings.sqf

Added newline at end of file

* Update fnc_onButtonClickConfirm.sqf

Fixed fnc header formatting

* Update addons/markers/functions/fnc_onButtonClickConfirm.sqf

Formatting

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

* Update fnc_onButtonClickConfirm.sqf

Updated formatting

* Implemented review changes

* Review suggestion

* Bugfix return absolute positive number with modulo

* Updated script to allow offset to exeed midnight in the past

* Updated script to allow offset to exeed midnight in the past

* Updated script to allow offset to exeed midnight in the past

* Updated hour offset calculation

* Add support for UTC+13 and +14 timezone

* Add minutes UTC offset to timestamp

* Add UTC minutes offset setting

* Add translation for UTC minute offset setting

* Prevent timestamp going over 24 after adding minutes offset

* Modify english description for offset settings

* Update addons/markers/initSettings.sqf

* Properly handle minute offset with negative timezone

* Implemented better solution to handle negative timestamp seconds offset

* reverted 'Implemented better solution to handle negative timestamp seconds offset'

* Revert "Implemented better solution to handle negative timestamp seconds offset"

This reverts commit d2599bd9aa.

* Update timestamp calculation comments

* Update timestamp calculation comments

* Update documentation in UTC timestamp calculation

---------

Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-01-07 10:06:35 -08:00
..
functions Markers - Add the option for UTC/System time timestamps (#9121) 2024-01-07 10:06:35 -08:00
UI added movable markers option (#5397) 2017-09-07 19:26:32 +02:00
$PBOPREFIX$ port markers 2015-01-18 08:20:55 +01:00
ACE_Settings.hpp Various - Fix setting var name (#8528) 2021-10-15 19:08:42 -05:00
CfgEventHandlers.hpp Add SQFC support (#8235) 2021-09-03 19:08:34 -05:00
CfgVehicles.hpp overhaul movable markers (#5922) 2018-01-05 18:55:00 +01:00
config.cpp Dev helper function to convert settings to code (#5752) 2018-01-07 02:46:47 +01:00
initSettings.inc.sqf Markers - Add the option for UTC/System time timestamps (#9121) 2024-01-07 10:06:35 -08:00
InsertMarker.hpp Tools - HEMTT PW3 fixes (#9585) 2023-11-01 02:29:59 +01:00
README.md Update contribution documents (#8382) 2021-08-16 20:17:56 +01:00
script_component.hpp Markers - Add scale slider (#8059) 2021-04-21 22:36:08 +02:00
stringtable.xml Markers - Add the option for UTC/System time timestamps (#9121) 2024-01-07 10:06:35 -08:00
XEH_postInit.sqf Markers - Add scale slider (#8059) 2021-04-21 22:36:08 +02:00
XEH_preInit.sqf Tools - Add HEMTT SQF support and fix commas are not semicolons (#9663) 2023-12-07 03:20:47 +00:00
XEH_PREP.hpp Markers - Add direction/scale reset on Right Mouse Button (#8319) 2021-07-23 15:06:31 +02:00
XEH_preStart.sqf precompile on game start 2016-02-22 15:20:36 +01:00

ace_markers

Completely replaces the default marker system, allowing quicker and more precise placement of markers.