-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for ChatPorter and Blist #2187
Open
arshesney
wants to merge
1,295
commits into
Windower:dev
Choose a base branch
from
arshesney:dev
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Initiate menu interaction with Moogles before using Mog House bags.
Further improved Nomad/Pilgrim Moogle check
Update roe.lua
Dev > Live Merge
Typo fix `clear_moogle` to `clear_moogles`
Added a comment instructing users not to add Pilgrim Moogles manually, as it won't work.
Version bump and Pilgrim Moogle removal.
Dev > Live
[Battlemod] Several updates and fixes.
Dev > Live
Update for incoming packet 0x075
Update craft.lua
I never logged in to test if this would load, but I did test it locally to see if the functions could pull the correct IDs from DAT files sent by a friend. (c) dos2unix, struct to lpack, read *a to read 2
fix flatten and extend function calls for non-meta tables
Now will properly swap for valid commands such as `/ma "Garuda"<me>` and `/ma "Elemental Siphon"<me>` Also will now properly handle (ignore) more valid forms of waits such as `<wait>` and `<wait 1.2>` and waits that are not preceded by a space `/ma garuda <me><wait 2.2>`
…bbrs [pointwatch] support job names and abbreviations
add yell and linkshell2 support
Fix weird interaction with Gearswap
Update digger messages for 2022-04 version
…2204 Update boxdestroyer for the 2022-04 version
Adding the items from the April 2022 FFXI Update.
[Slips lib] April 2022 Update
Occasionally addon will try to resume crafting too quickly after interacting with support npc causing entire queue to be dumped with "you cannot craft at this time" errors. Added a short delay in the check_queue function after poke_npc() call.
Support bug fix
Update to properly handle more valid commands
FindAll -- Allow for start/end pattern matching
…packet-parsing GearSwap: Expand party packet parsing
Update setbgm.lua
Don't know why she was commented out in the first place
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ChatPorter displays a random LS name with two linkshells equipped as the primary equipped one reported can change after zoning. By parsing the incoming packet it is possible to maintain a table with the currently equipped linkshells. The caveat is that the LS packet is only sent to the client on zoning or LS equip.
Blist has a function that automatically reloads the list on update for the other FFXI instances on the same machine that returned an error, this fix reloads the blist xml from scratch instead of merging it with the the in memory one.