Releases: paissaheavyindustries/Triggernometry
Releases · paissaheavyindustries/Triggernometry
v1.0.8.0
- Alternative trigger event sources supported, added FFXIV network events as the second source (aside from ACT log lines)
- This setting is temporarily located on the Scheduling tab of the trigger
- Added an option to Configuration window to enable logging of ACT log lines (on by default)
- Added an option to Configuration window to enable logging of FFXIV network events (off by default)
v1.0.7.6
- Currenttp and maxtp have been removed from FFXIV functions due to game changes
- Added Gunbreaker and Dancer jobs to relevant FFXIV functions
- It's recommended to adjust FFXIV party order (or restore default) in Configuration, as the new jobs will otherwise be last on the list
v1.0.7.5
- Added _timestampms, _systemtime, and _systemtimems
- Fixed an issue with aura TTL expressions
v1.0.7.4
- Triggernometry is now split into two releases: one for vanilla ACT, and one for the Chinese custom version of ACT.
- Both will be included in the release ZIPs from now on.
- Currentworldid available on _ffxiventity and _ffxivparty
- More accurate timer and delta time catch up for aura updates
- Fixed an issue with aura animations not playing
- Fixed a problem where numeric expression evaluation didn't always work as expected inside conditions
v1.0.7.2
- Supports upcoming breaking changes for Ravahn's FFXIV ACT plugin (required for 5.0)
- Changed internal referencing so that Triggernometry should be usable on custom versions of ACT (for ex. Chinese)
- These two changes have some impact, so do let me know asap if something has broken!
- Heading, targetid, and distance available on _ffxiventity and _ffxivparty
- Added numeric functions arctan2(a, b) and distance(x1, y1, x2, y2)
- Added numeric functions sec(x), cosec(x), and cotan(x)
- Added numeric functions radtodeg(x) and degtorad(x)
- Arcanist didn't behave properly when providing a custom FFXIV party order
- Adding FFXIV job filtering to folder no longer causes an exception
v1.0.7.1
- Warning message if ACT is not running as Administrator
- Added casttargetid to _ffxivparty and _ffxiventity
- Fixed an issue where nesting _ffxivparty and _ffxiventity didn't always work properly
- Fixed an exception that occurred when trying to proceed without entering anything in Test Input
- Fixed a problem with default translation for enable folder action, which caused an exception
v1.0.7.0
- 你好! 今日は! Thorough translation capabilities allowing internal logging, user interface, etc to be translated to other languages
- Fixed error preventing creation of condition on new trigger before creating the trigger itself
- Fixed error preventing creation of condition on new action before creating the action itself
- Fixed a crash that occurred when FFXIV job filtering was enabled on a folder but FFXIV job information was not available
v1.0.6.0
- New boolean logic editor allowing conditions of arbitrary complexity for triggers and actions
- Update notifications
- Windows now remember their sizes during a session
- Paste context menu item was erroneously disabled on the main view when using OS clipboard
v1.0.5.7
- Import can now import URI links directly (Load from file -> Load from file or URI)
- Crafting and gathering resource available as properties for FFXIV entities: currentcp, currentgp, maxcp, maxgp
- World ID and name available as properties for FFXIV entities: worldid, worldname
- Fixed a config saving issue that appeared on completely fresh installations
v1.0.5.6
- Preparation work for future ACT plugin interface changes
- Generic JSON operation implemented
- _response special variable for getting responses from remote endpoint operations
- Suppressed saving of new condition configuration until new condition editor is available
- Triggernometry now keeps the previous configuration from last run saved as "Triggernometry.config.xml.previous", so you can revert if you notice you have accidentally saved over a good config
- By default, triggers created from importing ACT trigger snippets are now set as enabled instead of disabled