Skip to content

3.0.5668.33057 [FFXIVAPP]

Compare
Choose a tag to compare
@Icehunter Icehunter released this 09 Jul 04:49
· 86 commits to master since this release

Update Notes:

  • Common: Code cleanup.
  • IPluginInterface: New events and converted "List" events to ConcurrentDictionary's.
  • Plugins: Updated plugins with new use of event subscriber. View sample usage here: https://github.com/Icehunter/ffxivapp-sample-plugin/blob/master/Sample.Plugin/EventSubscriber.cs
  • App: Updated memory reading to only send the data once via reference, and after that added/removed notifications. CPU usage (on my machine) dropped ~20% and radar is much more responsive.
  • Radar shows every damn npc/monster/player now. Even quest ones that you aren't on quest for. (might have to somehow check that)