Skip to content

Releases: FFXIVAPP/ffxivapp

3.0.5673.14425 [FFXIVAPP]

14 Jul 16:20
Compare
Choose a tag to compare

Update Notes:

  • Everything: Compiled as AnyCPU to work for both clients.
  • Common: Code cleanup and added extra enums for player info class.
  • App: Fixed up all DX11 memory reading except for inventory and memory mapping of player info worker.

3.0.5668.33057 [FFXIVAPP]

09 Jul 04:49
Compare
Choose a tag to compare

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)

3.0.5666.36582 [FFXIVAPP]

08 Jul 05:20
Compare
Choose a tag to compare

Update Notes:

  • App: Expanded Actor scanning and combined 2 scanners into one. Fixes include faster processing of entities array for radar and other plugins.

3.0.5666.14749 [FFXIVAPP]

07 Jul 16:17
Compare
Choose a tag to compare

Update Notes:

  • App: Merge requests and fixed PlayerInfo and PartyInfo for patch 3.0.1.

3.0.5662.22794 [FFXIVAPP]

03 Jul 21:10
Compare
Choose a tag to compare

Update Notes:

  • App: Merge requests and fixed CharMap so that it returns all entities within 150 malms around you.

3.0.5661.34112 [FFXIVAPP]

03 Jul 03:10
Compare
Choose a tag to compare

Update Notes:

  • Common: Fixed the status entires again because the merge was lost.
  • Plugins: Updated for new common library changes.

3.0.5661.13091 [FFXIVAPP]

02 Jul 15:22
Compare
Choose a tag to compare

Update Notes:

  • App: New build for target signature fixes via merge request.
  • Common: Merge request updated to have HitBoxRadius as a float.
  • Plugins: Updated for new common library changes.

3.0.5658.31200 [FFXIVAPP]

30 Jun 01:23
Compare
Choose a tag to compare

Update Notes:

  • App: Fixed issue with signature and key not found exception.

3.0.5658.21972 [FFXIVAPP]

29 Jun 20:21
Compare
Choose a tag to compare

Update Notes:

  • App: Updated larger chunk of enumerations and status effects.
  • Parse: Added new abilities and put in changes for others.

3.0.5657.38413 [FFXIVAPP]

29 Jun 06:17
Compare
Choose a tag to compare

Update Notes:

  • App: Added merge requests for Russian UI language.
  • App: Updated a good chunk of DX9 related memory items. Still in progress, but wanted to get something out.