atom0s
08c4ffcbc3
Update plugins.
3 years ago
atom0s
0d0ece0628
Updated projects to VS2022.
...
SDK: Fixed broken entity structure.
SDK: Fixed broken inventory structure.
SDK: Fixed broken Containers enumeration.
3 years ago
atom0s
979835a3f7
Updated Addons plugin to include new SDK information added in last update.
3 years ago
atom0s
f6be1cf8e7
Update the included plugins.
3 years ago
atom0s
daba9da14f
SDK: Interface version bumped to 3.1
...
SDK: Updated and fixed the broken player structure. (player.h)
SDK: IPlayer: Overhauled IPlayer to add a lot of new things that have been missing for a bit and were planned for v4.
SDK: IPlayer: Reorganized the methods exposed to match the order of the data in memory.
SDK: IPlayer: Added the following:
- GetSuLevel, GetHighestItemLevel, GetItemLevel, GetMainHandItemLevel
- GetUnityFaction, GetUnityPoints, GetUnityPartialPersonalEvaluationPoints, GetUnityPersonalEvaluationPoints, GetUnityChatColorFlags
- GetMasteryJob, GetMasteryJobLevel, GetMasteryFlags, GetMasteryUnknown0000, GetMasteryExp, GetMasteryExpNeeded
- GetMountRecast, GetMountRecastTimerId
- GetDataLoadedFlags
- GetHomepointMasks
- GetIsZoning
- GetCapacityPoints, GetJobPoints, GetJobPointsSpent
SDK: IPlayer: Adjusted some return types to match their proper memory sizes.
3 years ago
atom0s
c52037002f
Fix broken target pointer offset from todays retail update.
3 years ago
atom0s
7652af5592
Fixed issue with WindowerInput not properly handling certain key presses with /sendkey.
...
Fixed issue with WindowerInput not properly handling shift state and /sendkey presses.
3 years ago
atom0s
04bf47a517
Fix broken foreign language keyboard layouts.
3 years ago
atom0s
4d89f2b7c6
Added some more debug output.
3 years ago
atom0s
04103c7d43
Add small additional debug output to DirectInput device creation.
3 years ago
atom0s
b7e0a6fa2f
Fix issue where some systems would not render text backgrounds properly.
4 years ago
atom0s
3e464293bb
Core: Fix controller acquire access issues when using DInput controllers.
...
Updated project copyright date ranges.
4 years ago
atom0s
c27ec7f611
SDK: Add string include to command parser to avoid compiler errors for some peoples environment setups.
4 years ago
atom0s
db2705a72d
Added a configuration option to disable the manual re-acquire of controllers that Ashita attempts which can cause a deadlock on some systems.
4 years ago
atom0s
88bd109d83
Fixed issue where setting the Ashita language to Default would cause default strings in the ResourceManager to not load.
5 years ago
atom0s
0f74a04fa7
Fixed /bindblock not properly working due to a second menu name being used now for the input bar.
5 years ago
atom0s
232738e50b
Added new config option: keyboard_allow_windows_key
...
- Allows users to enable the Windows key if they wish to use it normally.
5 years ago
atom0s
ed6df8645c
Fixed issue with keybinds matching modifiers in a greedy manner beyond the start of a bind name.
6 years ago
atom0s
af3fbe8862
Fixed issue where some managers would fail to reinitialize properly when exiting to PlayOnline then back to FFXI.
...
Added a lot of new logging to help diagnose some issues with managers loading.
6 years ago
atom0s
f1c5985591
Added ashita.memory.read_literal function.
6 years ago
atom0s
a77e2609d7
Added constructor to 'D3DXVECTOR3' for 'D3DVECTOR' inheritance.
6 years ago
atom0s
6d3f444a5d
Merge branch 'master' of https://git.ashitaxi.com/Ashita/Ashitav3-Release
6 years ago
atom0s
f16f8da756
Added constructor to 'D3DXMATRIX' for 'D3DMATRIX' inheritance.
6 years ago
atom0s
5e7b2d9808
Added constructor to 'D3DXMATRIX' for 'D3DMATRIX' inheritance.
6 years ago
atom0s
bd7cc4765e
Merge branch 'master' of https://git.ashitaxi.com/Ashita/Ashitav3-Release
6 years ago
atom0s
e2abb2b1c7
Addons: Added binding for IItem::ImageSize
...
Addons: Added binding for IItem::ImageType
Addons: Added binding for IItem::ImageName
Addons: Added binding for IItem::Bitmap
6 years ago
atom0s
3d908d0303
Addons: Added binding for IItem::ImageSize
...
Addons: Added binding for IItem::ImageType
Addons: Added binding for IItem::ImageName
Addons: Added binding for IItem::Bitmap
6 years ago
atom0s
bc4d9d0e40
Merge branch 'master' of https://git.ashitaxi.com/Ashita/Ashitav3-Release
7 years ago
atom0s
8f3df00f5b
Merge branch 'master' of http://127.0.0.1:3031/Ashita/Ashitav3-Release
7 years ago
atom0s
bb247490de
Fix issue preventing c modules from loading within addons.
7 years ago
atom0s
652677e920
Fix bug in addons preventing c modules from being loadable.
7 years ago
atom0s
e500039ffb
Fixed a casting bug with the memory module.
7 years ago
atom0s
3933de1b44
Addons updated to 4.0. New d3d8 features have been added. Docs coming soon.
7 years ago
atom0s
f96300d4ed
Add new d3d8 lib.
7 years ago
atom0s
31757bbe82
Merge branch 'master' of matix/Ashitav3-Release into master
7 years ago
matix
3759fd6e6b
Update 'addons/libs/ffxi/enums.lua'
7 years ago
matix
fd8c286d58
addons/libs/ffxi/enums.lua EquipmentSlots
...
EquipmentSlots.Neck (slot 9) was missing, additionally all slots using the enums after that were offset by -1
7 years ago
atom0s
6cda8298ca
Added new return handlers for incoming/outgoing packet events.
7 years ago
atom0s
d1c711cec3
Added new input events to the addon library.
...
- key
- mouse
7 years ago
atom0s
d2e87f5561
Moved keyboard callback handlers to be processed before the internal font manager. (Allows addons and plugins to manage font objects mouse movements to a degree.)
7 years ago
atom0s
69c566d1c5
Added custom "Key Press" handler to the keyboard MMF handling. This should help third party tools send more consistent and accurate key presses.
...
Command id for this new handler is: 1000
7 years ago
atom0s
c47d2233c7
Added /releasekeys to WindowerInput commands as original has a typo with a space.
...
"/release keys" will still work as well.
7 years ago
atom0s
8eb0fde9d4
Added missing enum entry 'Neck' for 'EquipmentSlots' enum.
7 years ago
atom0s
eb20d4105c
Fix crash with Steam overlay.
8 years ago
atom0s
10ce5a26c0
Fix a minor issue with the new bind change that prevented Shorthand functions from working.
8 years ago
atom0s
a168ca1625
Changed keybinds to allow multiple commands in a single line separated via semi-colons.
8 years ago
atom0s
8f7c63af9c
Updated bootloader to v1.0.0.4
8 years ago
atom0s
a4ab26191d
Added new menu pointer to the pointer scanning.
...
Refixed IsInputOpen again, this time using the menu system to ensure the valid status.
Added new command /bindblock to enable the new feature of blocking binds during input.
8 years ago
atom0s
e2ba061215
Fixed IsInputOpen function returning the wrong value due to invalid offset.
8 years ago
atom0s
a310ea6049
Input will now block keybinds allowing bound keys to be used while chatting in-game.
8 years ago