Skip to content

Releases: FFXIVAPP/ffxivapp

3.0.6400.32643 [FFXIVAPP]

11 Jul 01:34
Compare
Choose a tag to compare

Update Notes:

  • Removed network code and made two repo's for memory (sharlayan) and network (machina)
  • Cleaned up code-base a bit more.
  • Added hotbar and recast (include proc of abililies) into events and memory reading thanks to users on Discord.

3.0.6395.32100 [FFXIVAPP]

06 Jul 01:05
Compare
Choose a tag to compare

Update Notes:

  • Code cleanup along with way better logging for every damn try/catch that doesn't set a default value :)

3.0.6392.18124 [FFXIVAPP]

02 Jul 17:09
Compare
Choose a tag to compare

Update Notes:

  • Memory: Fix API hammering.
  • Common: Fix Google translation.
  • Application: Add more logging to plugin loading and errors.
  • Log: Add new mini-translation widget.

3.0.6391.35303 [FFXIVAPP]

02 Jul 02:42
Compare
Choose a tag to compare

Update Notes:

  • Application: Forgot to change the branch back over to the master for update resolution.

3.0.6391.18069 [FFXIVAPP]

01 Jul 18:00
Compare
Choose a tag to compare

Update Notes:

  • [Breaking] Memory: Changed CurrentUser on ActoryEntity to static usage. Call with ActoryEntity.CurrentUser.
  • Memory: Added logic around not calling API during an inprocess call that's already taking place.

3.0.6383.223 [FFXIVAPP]

23 Jun 07:16
Compare
Choose a tag to compare

Update Notes:

  • Memory: Updated 64-Bit handling of byte conversion and address resolution.

3.0.6383.18916 [FFXIVAPP]

23 Jun 17:56
Compare
Choose a tag to compare

Update Notes:

  • Memory: Fixed Agro/Enmity to read from correct locations.

3.0.6379.40728 [FFXIVAPP]

20 Jun 05:43
Compare
Choose a tag to compare

Update Notes:

  • Memory: Prepare new release with enums added back to memory.

3.0.6379.35597 [FFXIVAPP]

20 Jun 03:14
Compare
Choose a tag to compare

Update Notes:

  • Memory DLL fixed to accommodate issues with json parse and also fix casting of long -> int.
  • FFXIVAPP updated to add debug flag to cache json locally.

3.0.6377.38482 [FFXIVAPP]

18 Jun 04:38
Compare
Choose a tag to compare

Update Notes:

  • Memory DLL now uses API response to get latest data required to scan on each start.
  • Updated all plugins/app to use new version of memory DLL.
  • Cleaned up some existing code and removed redundancies.

TODO:

Expose option in application to allow caching of json response data locally.