Skip to content

Releases: xpdota/event-trigger

Release 10

13 Mar 23:34
d5846fb
Compare
Choose a tag to compare

As usual, you do not need to download this if you already have a working install - use the auto-updater instead. However, this release contains a few fixes for the Linux launcher, so if you are having issues running/updating on Linux, you should download this (be sure to chmod +x the scripts afterwards!)

Release 9

15 Jan 21:55
390752f
Compare
Choose a tag to compare

As usual, you do not need to download this if you already have a working install - use the auto-updater instead.

Attention: Update to latest OverlayPlugin version

13 Sep 00:04
Compare
Choose a tag to compare

OverlayPlugin made a fairly substantial change to how combatants are read. Please make sure you are using OverlayPlugin 0.19.4.0 or later, and the latest version of Triggevent. Due to OverlayPlugin moving to a new repository, older versions of OP will not automatically update - you will need to follow the instructions here.

Feature Updates

22 Jul 21:03
d30c73c
Compare
Choose a tag to compare

This release has many new features, including a redesigned Duties tab (slated to replace the Callouts tab), improved map display, and a Linux launcher (read this first).

As usual, if you have an existing install, you don't need to download this. Just update and you'll have everything.

ACT Plugin Launcher Released

19 Apr 04:45
Compare
Choose a tag to compare

REMINDER: RUN THE UPDATER AFTER INSTALLING

These downloads are only posted when there is an update to the updater/launcher itself.

There is now an ACT plugin available which will automatically start Triggevent when you start ACT.

To use it, simply add Triggevent_Stub.dll to your ACT plugins list. Make sure it is further down in the list than OverlayPlugin. It updates through the same updater as the rest of the program. In fact, you don't even need to re-download it, just run the updater, and the file should appear in your existing installation.

REMINDER: RUN THE UPDATER AFTER INSTALLING

1.0 Release 6

18 Mar 14:48
8993e6f
Compare
Choose a tag to compare

Tweaked some things in the launcher to hopefully reduce false positives overly sensitive anti-viruses.

Technical Details

The false positives appear to come from overzealous machine learning matching. On Windows's built-in AV, this is easy to see - the hit will have "ml" at the end of it:
image
What this means is that it isn't a concrete match, but rather, the machine learning is just making an educated guess. Unfortunately, these guesses are often wrong.

The exe files contain almost no code - they are generated by launch4j, and merely check if you have a usable Java install (or the bundled one) and then launch it. The updater is the only executable that contains more than that - it has a single jar file bundled into the exe.

1.0 Release 5

06 Mar 07:22
54eabc3
Compare
Choose a tag to compare

The updater is now sentient can update itself now, so you shouldn't need to ever download anything manually again, not even launcher updates. This update can be applied via the existing version of the updater. Going forward, you should avoid running the updater manually, and instead always run it through the Advanced > Updates tab, as this is the only way to update the updater itself.

However, attached is a fresh copy of the whole thing just in case an update broke your updater at any point.

1.0 Release 4

03 Mar 03:40
e901756
Compare
Choose a tag to compare

Launcher-only update. This fixes an issue with a crash while importing ACT log files.

1.0 Release 3

13 Jan 22:16
Compare
Choose a tag to compare

This updated launcher allows you to customize the JVM command line to tune memory settings and other things that can only be set before startup. The defaults have also been tweaked a bit. This is the only part that requires you to update the launcher.

image

There is also a toggle to garbage collect on wipe (enabled by default) which should also help with memory issues. Finally, the "Dump Heap" button will perform a heap dump, which you can attach when reporting issues regarding memory usage:

image

If you have not had memory issues, you probably don't need to download this. The updater will continue to work normally. I also put in some memory-related fixes and optimizations, so those issues may be fixed anyway.

1.0 Release 2

05 Jan 18:11
cffbc88
Compare
Choose a tag to compare

As mentioned in 1.0, there's an auto-updater, so you don't actually need to download new releases manually. However, I wanted to release a version that has a button to launch the updater within the application itself (Advanced > Updates > Check for Updates and Restart).