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
atom0s
962a2f4fe0
Updated copyrights to proper year.
...
Fixed issues with timer library. (Thanks matix!)
8 years ago
atom0s
c170128541
Fixed issue with /paste command not working with Shift-JIS characters.
8 years ago
atom0s
939ab22480
Part 2 of the packet system changes has been implemented.
8 years ago
atom0s
a3b8d536d8
Fixed issue that would cause some system messages to not appear in the chat log.
8 years ago
atom0s
a941513e0f
Adjusted registry setting paths for Japanese client to use older JP client path first.
8 years ago
atom0s
0d3698f1b3
Reverted chat changes (partially) from earlier. Plugins will no longer receive messages added to chat from other plugins/addons.
...
- This caused some deadlocks in some situations.
8 years ago
atom0s
324fda7375
Updated copyright across all source files.
...
Adjusted how the packet handler handles modified packets internally.
8 years ago
atom0s
f2d5b7ae3d
Fixed issue with timestamp double-stamping npc chat lines.
8 years ago
atom0s
d8551f566b
Updated plugins for new alignment fixes.
8 years ago
atom0s
a2b8e91a8e
Fixed struct packing issue with player struct causing some fields to unalign.
8 years ago
atom0s
f60fe75c1d
Fixed an inconsistency with plugin chat messages not being sent to the incoming text handler properly.
8 years ago
atom0s
80589a39f5
Fixed issue where plugins would receive Direct3D calls even if they failed to initialize for Direct3D.
8 years ago
atom0s
7b209061bc
Adjusted Ashita to not log anything until after the boot file has been parsed.
...
Fixed issue where Ashita would not properly function if fullscreen was enabled.
Fixed a crash when Ashita was exiting from FFXI back to pol while in fullscreen mode.
8 years ago
atom0s
491ce9be02
Adjusted how modified packet buffer is handled for Incoming and Outgoing packet events to plugins and addons.
...
- The modified buffer will now contain the original packet by default rather than be an empty array.
8 years ago
atom0s
e970d5a881
Fixed resource parsing issues with specific language settings.
8 years ago
atom0s
61c1bd80b6
Fixed broken player pointer.
8 years ago
atom0s
d82dec0d22
Added functions to trim colors and translate tags from a string.
8 years ago
atom0s
09a6e499a2
Added ashita.regex.search to make use of C++11's regex_search feature.
8 years ago
atom0s
3477626a30
Fixed issue with scripts double printing .txt extension.
8 years ago
atom0s
f1f543d253
Reverted the render order of font objects as layered plugins were now rendering incorrectly.
8 years ago
atom0s
40d4e5005c
Fixed issues with controllers not working always.
8 years ago
atom0s
35fa8ac0fc
Fixed issue with configuration files that have .xml in their path already.
8 years ago
atom0s
2feb75032a
Adjusted font code some.
8 years ago
atom0s
3f403207fc
Adjusted font issue to use a larger vertex buffer to try and prevent font bug.
8 years ago
atom0s
1d400209bd
Slight fix to memory changes.
...
Updated stock plugins.
8 years ago
atom0s
b084ff353a
Reverted memory scanner changes, the newer method was too unreliable.
...
Reverted change includes some minor updates, using a less overhead object than a vector.
8 years ago
atom0s
1179b2cf31
Adjusted the mouse callback function to include the message.
8 years ago
atom0s
418d9a480a
Adjusted font rendering to try and fix invisible font bug.
...
Fixed crash issues with keyboard and mouse callbacks.
8 years ago
atom0s
3282f0d1c2
General update commit.
8 years ago
atom0s
8d1af2b313
Force require various Lua libraries to adjust to recent addon change.
8 years ago