Releases: FFXIVAPP/ffxivapp
Releases · FFXIVAPP/ffxivapp
3.0.5673.14425 [FFXIVAPP]
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]
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]
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]
Update Notes:
- App: Merge requests and fixed PlayerInfo and PartyInfo for patch 3.0.1.
3.0.5662.22794 [FFXIVAPP]
Update Notes:
- App: Merge requests and fixed CharMap so that it returns all entities within 150 malms around you.
3.0.5661.34112 [FFXIVAPP]
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]
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]
Update Notes:
- App: Fixed issue with signature and key not found exception.
3.0.5658.21972 [FFXIVAPP]
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]
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.