Skip to content

Releases: paissaheavyindustries/Triggernometry

v1.0.5.5

08 May 08:41
7854cd6
Compare
Choose a tag to compare
  • Considerable performance improvements
  • Configuration and export size reductions
  • Saving configuration manually is now possible
  • _ffxivtime giving you the current Eorzean time in minutes (0 = midnight, 720 = noon)
  • Or-function had an issue where the result was not always accurate
  • _opacity special variable (in aura context) has been fixed
  • Welcome screen for new users has been added
  • Improved detection for things that have broken the configuration, so invalid configurations don't end up getting saved
  • Control characters in regular expressions no longer cause issues on startup if they were saved into configuration
  • Fixed a problem loading trigger operation skip flags on startup
  • FFXIV party sorting fixed
  • Blue mage added

v1.0.5.4

08 May 08:41
7854cd6
Compare
Choose a tag to compare
  • Sound playback action now has an option to override ACT hook setting and use Triggernometry's own output
  • TTS action now has an option to override ACT hook setting and use Triggernometry's own output
  • Hex2dec function did not parse properly in all situations

v1.0.5.3

08 May 08:40
7854cd6
Compare
Choose a tag to compare
  • Log message action can now send a message for log line processing instead of just logging it
  • Benchmark erroneously measured triggers even though their parent's parent folders were disabled
  • Improved aura cleanup when TTL expires
  • Trigger firing action didn't correctly evaluate the given text expressions

v1.0.5.2

08 May 08:40
7854cd6
Compare
Choose a tag to compare
  • OBS remote control operation added (requires obs-websocket plugin to be installed for OBS)
  • New property "id" exposing actor ID in hexadecimal for both _ffxivplayer and _ffxiventity
  • New property "order" for _ffxivplayer, giving you the index number of the party member in the array
  • _ffxivplayer and _ffxiventity addressable by hexadecimal ID (for ex. ${_ffxiventity[1234ABCD].name})
  • Fixed bug with splitting scalar variable into string variable

v1.0.5.1

08 May 08:38
7854cd6
Compare
Choose a tag to compare
  • in some circumstances, several actions failed to execute:
    • unset all scalar variables
    • unset all list variables
    • remove all image auras
    • remove all text auras
  • a visible warning on the UI in case errors occur

v1.0.5.0

08 May 08:38
7854cd6
Compare
Choose a tag to compare
  • List variables and operations have been added
  • Extra conditions have been added to support easy list lookup
  • Configurable party order for FFXIV party related functionality (_ffxivparty and list sorting)
  • Some cleanup cutting configuration file and export sizes by roughly 50 X
  • Multiline test input box making it possible to send a lot of lines in quick succession
  • Configuration option for using OS clipboard instead of Triggernometry's own clipboard
  • Triggers can now include a description for documentation and usage

v1.0.4.4

08 May 08:37
7854cd6
Compare
Choose a tag to compare
  • More control over trigger action scheduling
  • More finegrained logging where you can turn debugging on for specific triggers or actions
  • Special variable _incombat for determining if you are in combat or not
  • Special variable _duration exposing the duration of the current encounter in seconds
  • _ffxivparty can now be accessed by name as well as index number (for ex. ${_ffxivparty[My Name].currenthp})
  • _ffxivparty and _ffxiventity now include inparty property which can be used to check if the player exists and/or is in party
  • Log view features an added clear log button
  • When you update the plugin to a newer version, Triggernometry will auto-backup old configurations for each version in case you want to return to a previous version
  • Minor user interface redesign
  • Alternate method for aura activation, hopefully reducing instances where aura activation steals focus
  • Identifier expressions for image and text auras were not evaluated properly

v1.0.4.3

08 May 08:36
7854cd6
Compare
Choose a tag to compare
  • Special variable _ffxivparty now exposes level and position (x, y, z) as well
  • Special variable ffxiventity allows access to any entity by name (for example, ${_ffxiventity[Titan].x}), exposing all the same properties as _ffxivparty
  • Discord webhook action has the option to send the message as a TTS message
  • Delete key is now accepted input on relevant views, corresponding to hitting the Remove button
  • Log message action to assist with debugging triggers

v1.0.4.2

08 May 08:36
7854cd6
Compare
Choose a tag to compare
  • UI bug on force trigger checkboxes, not properly applied when opening edit dialog
  • Width and height update expressions didn't work for text auras, now they do
  • Action for disabling all text auras didn't work properly
  • HexToDec numeric function to convert hexadecimal values into decimal values
  • If numeric function for comparison, for example if(3>2,4,5)
  • Trigger action to allow clearing all queued actions from all triggers
  • Button for resetting all variables

v1.0.4.1

08 May 08:35
7854cd6
Compare
Choose a tag to compare
  • Trigger actions and conditions can now be copypasted
  • Minor user interface adjustments
  • Fixed an issue which prevented job based filtering from working properly
  • Fixed an error when trying to open the font dialog when the font size hasn't been initialized