Skip to content
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

Add support for items in shortcuts addon. #2076

Open
wants to merge 1,040 commits into
base: dev
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 28, 2020

  1. Fix use of quotes in gs equip and exit loop properly

    This is intended to allow quotes to be omitted when using brackets`[]` in the equip command. This allows the command to function properly when double quites are used.
    The following should now all work:
    gs equip precast.WS["Rudra's Storm"]
    gs equip precast.WS['Rudra's Storm']
    gs equip precast.WS[Rudra's Storm]
    gs equip precast.WS.Rudra's Storm
    While I'm at it, the function also would only ever exit after 30 iterations. This is now fixed.
    RubenatorX authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    94302a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Adding Chaosbringer

    Adding Chaosbringer to the list of checkable weapons (DRK flag quest weapon)
    lili-ffxi authored Dec 31, 2020
    1 Configuration menu
    Copy the full SHA
    6426cd0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#1984 from lili-ffxi/patch-4

    Adding Chaosbringer
    Chiaia authored Dec 31, 2020
    Configuration menu
    Copy the full SHA
    f09151f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. Update slips.lua

    Added new items to Slip 22
    Hadin1 authored Jan 9, 2021
    Configuration menu
    Copy the full SHA
    c70e4b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#1986 from Hadin1/patch-1

    Update slips.lua
    z16 authored Jan 9, 2021
    Configuration menu
    Copy the full SHA
    c4c160b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. jan update changes

    Chiaia committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    dda6ca3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Mastery Rank

    Added Mastery Rank to 0x01B and an unknown/junk field to 0x061
    RubenatorX authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    29d6a0e View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Update craft.lua

    This is to add back the synthesis results that are lost on the injected synths.
    Ian Anderson authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    194ceff View commit details
    Browse the repository at this point in the history
  2. Updated to version 2.0

    Added resize and reset commands, implemented IPC, cleaned up code.
    lili-ffxi authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    a2b045b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    lili-ffxi authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    8582160 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Windower#1992 from lili-ffxi/patch-6

    Update README.md
    z16 authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    425df84 View commit details
    Browse the repository at this point in the history
  5. Code cleanup

    Got rid of windower.ffxi.get_info() and .get_player() calls.
    lili-ffxi authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    8f17534 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be55431 View commit details
    Browse the repository at this point in the history
  7. Update craft.lua

    Ian Anderson authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    16b3499 View commit details
    Browse the repository at this point in the history
  8. Added Cumulus Masque +1

    lili-ffxi authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    de61b2d View commit details
    Browse the repository at this point in the history
  9. Update Dimmer.lua

    lili-ffxi authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    78fe1d2 View commit details
    Browse the repository at this point in the history
  10. Less spaces

    lili-ffxi authored Jan 23, 2021
    Configuration menu
    Copy the full SHA
    cbe51ae View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Merge pull request Windower#1993 from lili-ffxi/patch-7

    Added Cumulus Masque +1
    z16 authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    5512a80 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#1991 from lili-ffxi/patch-5

    Updated to version 2.0
    z16 authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    8372e24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Windower#1990 from ianandersonlol/patch-4

    Update craft.lua
    z16 authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    ceb9ef2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Windower#1989 from RubenatorX/patch-10

    Mastery Rank
    Chiaia authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    63c294d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Update slips.lua

    Update/Fix slips.lua lib
    KenshiDRK committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    5b8e331 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#1995 from KenshiDRK/dev

    Update slips.lua
    z16 authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    83073da View commit details
    Browse the repository at this point in the history
  3. Merge pull request Windower#1947 from xurion/dev

    Upgrade EmpyPopTracker to 2.5.0
    z16 authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    f8d4bc4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Windower#1983 from RubenatorX/patch-9

    Fix use of quotes in `gs equip` and exit loop properly
    z16 authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    2d77f3e View commit details
    Browse the repository at this point in the history
  5. Update message_ids.lua

    dtw committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    7f19856 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Windower#1996 from dtw/pointwatch-jan21

    Update message_ids.lua
    z16 authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    b57d448 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Windower#1871 from AkadenTK/addons/jobchange

    JobChange: Added command to change both jobs at once and prefer dw subjobs on reset
    z16 authored Feb 7, 2021
    Configuration menu
    Copy the full SHA
    46caf0d View commit details
    Browse the repository at this point in the history
  8. Yush: Added function support

    z16 committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    b42bd9e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Packets fields.lua incoming 0x017 and 0x01B for Assist Channels

    `incoming 0x017` changed to have different data for different chat modes
    Also tweaked `incoming 0x01B` for Mastery Rank and Mentor icon data
    RubenatorX authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c0bcc0e View commit details
    Browse the repository at this point in the history
  2. Unity Warps

    Chiaia authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    05b2971 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Merge pull request Windower#1998 from RubenatorX/patch-14

    Packets fields.lua incoming `0x017` and `0x01B` for Assist Channels
    z16 authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    332c98c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Update slips.lua

    Adding Troth and Helgoland
    KenshiDRK committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    780e841 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Merge pull request Windower#2000 from KenshiDRK/dev

    Update slips.lua
    z16 authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    66cade8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Fixing errors on Linkshell/Linkpearls/Pearlsacks

    This change fixes two errors that happen when Linkshells with certain combinations of characters result in a bitpacked LS name that contains zeroed bytes in the middle.
    First change detects the length of the name properly, second change fixes the `nil` error.
    lili-ffxi authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    cba53dd View commit details
    Browse the repository at this point in the history
  2. Slips-be-fixed

    Looks like it was just a typo. Looking in game the 2 items before and after are what go together.
    Chiaia committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    c8fa161 View commit details
    Browse the repository at this point in the history
  3. Use logger instead of add_to_chat

    dtw committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    30b8859 View commit details
    Browse the repository at this point in the history
  4. Adjust wording

    ... this is more personal preference, I guess...
    dtw committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    42ed61c View commit details
    Browse the repository at this point in the history
  5. Update extdata.lua

    lili-ffxi authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    290f004 View commit details
    Browse the repository at this point in the history
  6. Update extdata.lua

    lili-ffxi authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    9cfde8c View commit details
    Browse the repository at this point in the history
  7. Merge pull request Windower#2001 from lili-ffxi/patch-8

    Fixing errors on Linkshell/Linkpearls/Pearlsacks
    z16 authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    c9fdaa7 View commit details
    Browse the repository at this point in the history
  8. Whitespace

    dtw committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    4d5c3c3 View commit details
    Browse the repository at this point in the history
  9. Switch warning to notice

    dtw committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    4a0a241 View commit details
    Browse the repository at this point in the history
  10. Use coroutine.sleep

    dtw committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    24f3fb0 View commit details
    Browse the repository at this point in the history
  11. Whitespace

    Moar!
    dtw committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    3b2700c View commit details
    Browse the repository at this point in the history
  12. Merge pull request Windower#2003 from dtw/dtw_MacroChanger

    Dtw macro changer
    z16 authored Feb 13, 2021
    Configuration menu
    Copy the full SHA
    116115e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Update fields.lua

    Change errors in fields for 0x064 and 0x075
    Ian Anderson authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    272ce4e View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2004 from ianandersonlol/patch-4

    Update fields.lua
    z16 authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    0d7ca0c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Minor change to functions.schedule

    Functions.schedule now returns the coroutine created by coroutine.schedule.
    lili-ffxi authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    93dd76e View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2005 from lili-ffxi/patch-9

    Minor change to functions.schedule
    z16 authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    d2eb063 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Bugfix

    Fixing bugs because I'm a real dev
    (Fixed bug where characters with the same name as one of the methods defined in tables.lua would cause an error in the tables library.)
    lili-ffxi authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    f70c941 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f6edcb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Fixes for Kenshi Slip data so it doesn't break stuff.

    SE skipped an index so we're using 0 as it is not part of item ids as a placeholder.
    Chiaia committed Mar 2, 2021
    2 Configuration menu
    Copy the full SHA
    191bc6f View commit details
    Browse the repository at this point in the history
  2. Versions Bumps...

    Chiaia committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    99f001f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Configuration menu
    Copy the full SHA
    e863250 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Merge pull request Windower#2007 from teschnei/fields-mount-music

    Added mount music field to incoming 0x00A packet
    z16 authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    cf0f1ae View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. [Battlemod] Singular/Plural addition

    Added singular/plural handling.
    Added common/proper noum handling.
    Added quantity of items for message id 377 (Treasury autostack option sometimes interfere with it).
    Some minor changes.
    KenshiDRK committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    a827f92 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Typo bugfix

    lili-ffxi authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    2e28261 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2011 from lili-ffxi/patch-1

    Typo bugfix
    Chiaia authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    3f231c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. fixing a bug

    fixing a bug
    KenshiDRK committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    5820f92 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Add equipviewer addon

    paulframe committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    19c6271 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Five more built in item groups for Treasury.lua

    Added built in mapping for a number of objects often pooled by linkshells.  Heroism, Detritus, Moldy Items, Dynamis Divergence Cards, and Shards/Voids.
    kylericks committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6160423 View commit details
    Browse the repository at this point in the history
  2. Update Treasury.lua

    removed extra carriage return
    kylericks authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d828596 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Windower#2014 from kylericks/dev

    Five more built in item groups for Treasury.lua
    z16 authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    bbdabd2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    318c06c View commit details
    Browse the repository at this point in the history
  5. comment header

    RubenatorX authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    7ed5899 View commit details
    Browse the repository at this point in the history
  6. whitespace fix

    RubenatorX authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a95d56f View commit details
    Browse the repository at this point in the history
  7. header update

    RubenatorX authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ed27828 View commit details
    Browse the repository at this point in the history
  8. header update

    RubenatorX authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8898ee7 View commit details
    Browse the repository at this point in the history
  9. header fix

    RubenatorX authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    5266cf6 View commit details
    Browse the repository at this point in the history
  10. header fix

    RubenatorX authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    840f311 View commit details
    Browse the repository at this point in the history
  11. header fix

    RubenatorX authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    f10ba66 View commit details
    Browse the repository at this point in the history
  12. Update to Treasury ReadMe.md

    Updated list of special names to reflect new options (detritus, heroism, moldy, dynad, papers)
    kylericks committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    52b8e11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95e4697 View commit details
    Browse the repository at this point in the history
  14. Merge pull request Windower#2015 from kylericks/dev

    Treasury ReadMe.md updated with new special names
    z16 authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    ebef7d8 View commit details
    Browse the repository at this point in the history
  15. more fixes

    more fixes
    KenshiDRK committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    380bab5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Update setbgm.lua

    Official song name currently unknown. Added in March 2021 update.
    funkworkz authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b6ca5b5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2016 from funkworkz/patch-1

    Update setbgm.lua
    z16 authored Mar 26, 2021
    Configuration menu
    Copy the full SHA
    42e0951 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. moved to main lua

    RubenatorX authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    adbe571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4976f5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    955e608 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. more fixes

    more fixes
    KenshiDRK committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e42e631 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. equipviewer bugfix

    fix ammo left justify display issue and parentheses error
    RubenatorX authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    4648583 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Equipviewer Various Fixes

    RubenatorX authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    604d288 View commit details
    Browse the repository at this point in the history
  2. Equipviewer Various Fixes

    RubenatorX authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    635318e View commit details
    Browse the repository at this point in the history
  3. Add Equipviewer

    RubenatorX authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    96f3852 View commit details
    Browse the repository at this point in the history
  4. Create README.md

    RubenatorX authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    23af758 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    RubenatorX authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    2457d40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d99469 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e1b699 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45ed717 View commit details
    Browse the repository at this point in the history
  9. Merge pull request Windower#2013 from RubenatorX/dev

    Add equipviewer addon
    z16 authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    c6a20d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    47c8acc View commit details
    Browse the repository at this point in the history
  2. equipviewer game_path fix

    RubenatorX authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    0b74ca0 View commit details
    Browse the repository at this point in the history
  3. equipviewer add game_path

    RubenatorX authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    baacbcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbefed6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0cfab9b View commit details
    Browse the repository at this point in the history
  6. Merge pull request Windower#2020 from RubenatorX/patch-1

    equipviewer image fit bugfix and new game_path option
    Chiaia authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    6ea7d4b View commit details
    Browse the repository at this point in the history
  7. equipviewer ffxi_path update

    DO NOT ACCEPT/MERGE THIS till the luacore patch adding `windower.ffxi_path` is deployed
    RubenatorX authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    04ca84c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6f4394 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. requested changes

    requested changes
    KenshiDRK committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    2c9d0e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2010 from KenshiDRK/dev

    [Battlemod] Singular/Plural addition
    z16 authored Apr 17, 2021
    Configuration menu
    Copy the full SHA
    a7c1546 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Update addons.xml

    Ian Anderson authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    97fb5a4 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    ianandersonlol authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    6f9a66d View commit details
    Browse the repository at this point in the history
  3. Update addons.xml

    Ian Anderson authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    47300e2 View commit details
    Browse the repository at this point in the history
  4. Update Stubborn.lua

    Ian Anderson authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    21ad3ea View commit details
    Browse the repository at this point in the history
  5. Update Stubborn.lua

    Ian Anderson authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    0b78aeb View commit details
    Browse the repository at this point in the history
  6. Update readme.md

    Ian Anderson authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    3c03b0f View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Update refresh.lua

    lili-ffxi authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    dc7474d View commit details
    Browse the repository at this point in the history
  2. Update refresh.lua

    Reverting some changes from previous commit that were unnecessary.
    lili-ffxi authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    f91eb07 View commit details
    Browse the repository at this point in the history
  3. Update statics.lua

    lili-ffxi authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    c090358 View commit details
    Browse the repository at this point in the history
  4. Update gearswap.lua

    lili-ffxi authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    3f07f71 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Windower#2026 from lili-ffxi/patch-6

    Keep gearswap active when a user profile cannot be found.
    z16 authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    1cebfa2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Update Stubborn.lua

    Ian Anderson authored May 5, 2021
    Configuration menu
    Copy the full SHA
    e5f19ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2024 from ianandersonlol/patch-5

    Suggest Stubborn Addon
    z16 authored May 5, 2021
    Configuration menu
    Copy the full SHA
    9cf9d2b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Update readme.md

    Ian Anderson authored May 12, 2021
    Configuration menu
    Copy the full SHA
    8bd4324 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2029 from ianandersonlol/patch-6

    Update readme.md
    z16 authored May 12, 2021
    Configuration menu
    Copy the full SHA
    3a64fda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    331e0c3 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Merge pull request Windower#2030 from johnarnfield/patch-3

    Add support for Gaol in JobChange
    z16 authored May 13, 2021
    Configuration menu
    Copy the full SHA
    e4cf9e9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Merge pull request Windower#2022 from RubenatorX/patch-2

    equipviewer ffxi_path update
    z16 authored May 16, 2021
    Configuration menu
    Copy the full SHA
    df25880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55b8f98 View commit details
    Browse the repository at this point in the history
  3. Update items.lua

    Storage is not available at Nomad/Pilgrim Moogles.
    lili-ffxi authored May 16, 2021
    Configuration menu
    Copy the full SHA
    b105643 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Implemented new functions

    lili-ffxi authored May 18, 2021
    Configuration menu
    Copy the full SHA
    6c8b61f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85fff0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Windower#2033 from RubenatorX/patch-3

    windower.ffxi_path game_path readme changes
    z16 authored May 18, 2021
    Configuration menu
    Copy the full SHA
    5db1339 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Check for bag availableness.

    Fixed an issue where Myhome would try to use rings from inside Wardrobe 3 & 4 when these were not available.
    lili-ffxi authored May 21, 2021
    Configuration menu
    Copy the full SHA
    8834cef View commit details
    Browse the repository at this point in the history
  2. Update Dimmer.lua

    lili-ffxi authored May 21, 2021
    Configuration menu
    Copy the full SHA
    67125b9 View commit details
    Browse the repository at this point in the history
  3. Version bump

    lili-ffxi authored May 21, 2021
    Configuration menu
    Copy the full SHA
    b92307f View commit details
    Browse the repository at this point in the history
  4. Version bump

    lili-ffxi authored May 21, 2021
    Configuration menu
    Copy the full SHA
    adea556 View commit details
    Browse the repository at this point in the history
  5. Version bump.

    lili-ffxi authored May 21, 2021
    Configuration menu
    Copy the full SHA
    079a749 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. Few more tweaks

    Added more specific failure status messages.
    lili-ffxi authored May 22, 2021
    Configuration menu
    Copy the full SHA
    6a4aff4 View commit details
    Browse the repository at this point in the history
  2. Few more tweaks

    Added more specific failure status messages.
    lili-ffxi authored May 22, 2021
    Configuration menu
    Copy the full SHA
    1727dbd View commit details
    Browse the repository at this point in the history
  3. Stray space

    lili-ffxi authored May 22, 2021
    Configuration menu
    Copy the full SHA
    2cec3f4 View commit details
    Browse the repository at this point in the history
  4. Stray space

    lili-ffxi authored May 22, 2021
    Configuration menu
    Copy the full SHA
    144651f View commit details
    Browse the repository at this point in the history
  5. Additional tweaks

    Added bag name in the error message
    Minor code cleanups
    lili-ffxi authored May 22, 2021
    Configuration menu
    Copy the full SHA
    d2d6865 View commit details
    Browse the repository at this point in the history
  6. Additional tweaks

    Added bag name to error message
    Minor code cleanup
    lili-ffxi authored May 22, 2021
    Configuration menu
    Copy the full SHA
    dff4790 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Update fields.lua

    Adding monstrosity fields to some packets and a few info more for 0x037 and 0x00D
    KenshiDRK committed May 27, 2021
    Configuration menu
    Copy the full SHA
    208af0d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Update fields.lua

    Changing Ballista denomination to PvP
    KenshiDRK committed May 28, 2021
    Configuration menu
    Copy the full SHA
    f123740 View commit details
    Browse the repository at this point in the history
  2. Update fields.lua

    Some changes to redundant info
    KenshiDRK committed May 28, 2021
    Configuration menu
    Copy the full SHA
    8137c01 View commit details
    Browse the repository at this point in the history
  3. Update action packet

    Fixed animation field, divided stagger field and added some info
    KenshiDRK committed May 28, 2021
    Configuration menu
    Copy the full SHA
    99de2f3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Windower#2035 from KenshiDRK/packet-lib

    Update fields.lua
    z16 authored May 28, 2021
    Configuration menu
    Copy the full SHA
    e642a88 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Windower#2036 from KenshiDRK/action-packet

    Update action packet
    z16 authored May 28, 2021
    Configuration menu
    Copy the full SHA
    886f2b7 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. Update actions.lua

    Updated actions lib for the last luacore changes
    KenshiDRK committed May 29, 2021
    Configuration menu
    Copy the full SHA
    18fe5ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2038 from KenshiDRK/actions-lib

    Update actions.lua
    Nifim authored May 29, 2021
    Configuration menu
    Copy the full SHA
    8b30b37 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Update Stubborn.lua

    Ian Anderson authored May 30, 2021
    Configuration menu
    Copy the full SHA
    7cabfab View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2039 from ianandersonlol/patch-7

    Update Stubborn.lua
    z16 authored May 30, 2021
    Configuration menu
    Copy the full SHA
    06f7619 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Fixes player.mp error on load

    When gearswap is loaded, it is initializing stuff basically by re-parsing stuff from windower.packets.last_incoming() by looping over its handlers for various packets.
    This includes the last 0x028 which relies on knowing the players MP (for checking if you have enough mp to cast the spell). So if it parses the last 0x028 before it parses 0x0DF or 0x0E2 then an error occurs. So this solution just ignores the last 0x028.
    RubenatorX authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    4bfb230 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2040 from RubenatorX/patch-4

    Fixes player.mp error on load
    z16 authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    dc61272 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eda1091 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    320e059 View commit details
    Browse the repository at this point in the history
  5. remove parentheses

    Darkdoom22 authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    0eb3e39 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Windower#2041 from Darkdoom22/dev

    change scoreboard pet display to add additional clarity
    z16 authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    16cb3cc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Private Server Ammo disappear bandaid

    For our overlords the private servers
    RubenatorX authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    0de818d View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2042 from RubenatorX/patch-5

    Equipviewer -- Private Server Ammo disappear bandaid
    z16 authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6f9769d View commit details
    Browse the repository at this point in the history
  3. Cap framerate on load if not in a cutscene

    I'm hella tired of telling ppl how to fix it when they load up the game and framerate is uncapped.
    RubenatorX authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    3f3fdc7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Windower#2043 from RubenatorX/patch-6

    Cap framerate on load if not in a cutscene
    z16 authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    be70e9d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. June 9th 2021 Update

    Chiaia authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    16d1fe4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ff8646 View commit details
    Browse the repository at this point in the history
  3. Checking for valid_target

    lili-ffxi authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    f63d708 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0979e4f View commit details
    Browse the repository at this point in the history
  5. Discussed changes

    lili-ffxi authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b5acb93 View commit details
    Browse the repository at this point in the history
  6. Trimming

    lili-ffxi authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e9af4b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    44daf4f View commit details
    Browse the repository at this point in the history
  8. Fixing Arconities

    lili-ffxi authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    165d80a View commit details
    Browse the repository at this point in the history
  9. Final cleanup

    Arcon likes cows. Do cows like acorns?
    lili-ffxi authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    657a54e View commit details
    Browse the repository at this point in the history
  10. Fixed oversight

    lili-ffxi authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    47a9bb3 View commit details
    Browse the repository at this point in the history
  11. Version bump

    lili-ffxi authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    4bc8e2a View commit details
    Browse the repository at this point in the history
  12. Merge pull request Windower#2032 from lili-ffxi/patch-9

    Make organizer also work with Nomad Moogles
    z16 authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    39d1a48 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    95b8f72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1ed6b39 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3342463 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    39fae0b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Merge pull request Windower#2034 from lili-ffxi/patch-10

    Check for bag availableness in MyHome and Dimmer.
    z16 authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    7d282da View commit details
    Browse the repository at this point in the history
  2. Update slips.lua

    Added new items to slips lib
    KenshiDRK committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    62f8bea View commit details
    Browse the repository at this point in the history
  3. Merge pull request Windower#2044 from KenshiDRK/slips-lib

    Update slips.lua
    z16 authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    f7b043f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Extend soul_plates table

    zach2good committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    8ea9cd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Update

    lili-ffxi authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    57c8694 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fcd3b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aed4210 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Windower#1892 from lili-ffxi/patch-2

    Increased delay
    z16 authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    ffcaaae View commit details
    Browse the repository at this point in the history
  5. Merge pull request Windower#2047 from zach2good/extend_soul_plates_table

    Extend soul_plates table
    z16 authored Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b9fa92c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. July 11th, 2021 Update

    Chiaia committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    78dfcca View commit details
    Browse the repository at this point in the history
  2. Update thtracker.lua

    Update th tracker to use packets instead of text
    KenshiDRK committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    492797b View commit details
    Browse the repository at this point in the history
  3. Battlemod update

    Several updates and fixes.
    KenshiDRK committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    789f37b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Merge pull request Windower#2052 from KenshiDRK/thtracker

    [thtracker] Update to use packets
    z16 authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    7dfae43 View commit details
    Browse the repository at this point in the history
  2. Update statics.lua

    Changed to single quotes
    KenshiDRK committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    3167158 View commit details
    Browse the repository at this point in the history
  3. Update slips.lua

    Adding Leafkin Bed
    KenshiDRK committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    a03b322 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Windower#2054 from KenshiDRK/Slips-lib

    Slips lib Update
    z16 authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    2f7c74d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    85ff50e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

  1. Merge pull request Windower#2056 from RubenatorX/patch-7

    Linkshell name and color fixes
    z16 authored Jul 16, 2021
    Configuration menu
    Copy the full SHA
    154dbf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Update roe.lua

    See discord message
    Ian Anderson authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    2e6f9b6 View commit details
    Browse the repository at this point in the history
  2. Update roe.lua

    Ian Anderson authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    8c7d7b4 View commit details
    Browse the repository at this point in the history
  3. Update roe.lua

    Ian Anderson authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    d283225 View commit details
    Browse the repository at this point in the history
  4. Added Nomad Moogle check.

    Check for Nomad/Pilgrim Moogles at the start of the command.
    Added appropriate debug notices.
    lili-ffxi authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    8c7b1aa View commit details
    Browse the repository at this point in the history
  5. Added poke to Nomad Moogles

    Initiate menu interaction with Moogles before using Mog House bags.
    lili-ffxi authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    20a0516 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e05ab95 View commit details
    Browse the repository at this point in the history
  7. Typo fix

    lili-ffxi authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    92abc7d View commit details
    Browse the repository at this point in the history
  8. Commas

    lili-ffxi authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    5e21c85 View commit details
    Browse the repository at this point in the history
  9. Parentheses and spaces

    lili-ffxi authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    253042c View commit details
    Browse the repository at this point in the history
  10. Merge pull request Windower#2058 from lili-ffxi/patch-7

    Further improved Nomad/Pilgrim Moogle check
    z16 authored Jul 17, 2021
    Configuration menu
    Copy the full SHA
    735fee3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2021

  1. Update roe.lua

    Ian Anderson authored Jul 18, 2021
    Configuration menu
    Copy the full SHA
    383f893 View commit details
    Browse the repository at this point in the history
  2. Update roe.lua

    Ian Anderson authored Jul 18, 2021
    Configuration menu
    Copy the full SHA
    06a5c67 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Windower#2057 from ianandersonlol/patch-11

    Update roe.lua
    z16 authored Jul 18, 2021
    Configuration menu
    Copy the full SHA
    e5121af View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Typo fix

    lili-ffxi authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    dac29e9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2060 from lili-ffxi/patch-1

    Typo fix `clear_moogle` to `clear_moogles`
    Nifim authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    cf72765 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Version Bump

    lili-ffxi authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    14a0ccf View commit details
    Browse the repository at this point in the history
  2. Removed Pilgrim moogle

    Added a comment instructing users not to add Pilgrim Moogles manually, as it won't work.
    lili-ffxi authored Jul 22, 2021
    Configuration menu
    Copy the full SHA
    9e93774 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Very Small Update to the Max

    Chiaia authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    98b8329 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2061 from lili-ffxi/patch-2

    Version bump and Pilgrim Moogle removal.
    Chiaia authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    2d3e142 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Windower#2053 from KenshiDRK/battlemod

    [Battlemod] Several updates and fixes.
    z16 authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    31b1d50 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    91b906b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    ac7d9cc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Update craft.lua

    Ian Anderson authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    b902a24 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Ian Anderson authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    9f957d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Windower#2066 from ianandersonlol/patch-12

    Update craft.lua
    z16 authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    aed7715 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. fix flatten

    fix flatten and extend function calls for non-meta tables
    RubenatorX authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d7eb005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a8373 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Inventory Full Cannot Bid

    Chiaia committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    d02d19f View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Adding Levin to Slips lib

    Adding Levin to Slips lib
    KenshiDRK committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    7b15fe8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2077 from KenshiDRK/Slips-Update

    Adding Levin to Slips lib
    z16 authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    b1d8dc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Update slips.lua

    Update Slips libs for September FFXI update
    KenshiDRK committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c038655 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2078 from KenshiDRK/Slips-Update

    Update slips.lua
    z16 authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    254835f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Update setbgm.lua

    Two new songs added in the September 2021 update. Names are not known yet.
    funkworkz authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    3f65070 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    209a739 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60e6d5a View commit details
    Browse the repository at this point in the history
  4. version bumps

    Byrth committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    82e6653 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Windower#2079 from funkworkz/patch-2

    Update setbgm.lua
    Chiaia authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    5a233e8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request Windower#2080 from Windower/gearswap-shortcuts-mon…

    …strosity-fix
    
    Gearswap shortcuts monstrosity fix
    z16 authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    00cbce7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. A few functions for decoding dialog entries

    Locals, spacing
    
    
    dev table, format arg, no more length
    
    
    the rest of the owl
    trv6 committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    02f95fa View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    f04b053 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Merge pull request Windower#2081 from trv6/dialog

    A few functions for decoding dialog entries
    z16 authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    b2ab69c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    84cc1a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2084 from Windower/adjust_0x01C_incoming

    change based on CHA CHA CHA's info
    Byrth authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    e4432cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    566a726 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Windower#2085 from Windower/fix_comment_numbering

    fixed comment numbering for 0x01C
    Byrth authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ea338e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Update README.md

    zetaepyon authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    394ebfb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Master Levels Update 1

    RubenatorX authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f774195 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Windower#2091 from RubenatorX/patch-12

    Master Levels Update 1
    alphaONE2 authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    60e1e9b View commit details
    Browse the repository at this point in the history
  3. [thtracker] variable fix

    variable fix
    KenshiDRK committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0023a17 View commit details
    Browse the repository at this point in the history
  4. Slips lib Update

    Adding Chemistry Set and Goujian to Slips library
    KenshiDRK committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    411d14f View commit details
    Browse the repository at this point in the history
  5. Merge pull request Windower#2093 from KenshiDRK/Slips

    Slips lib Update
    Nifim authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    21b32bd View commit details
    Browse the repository at this point in the history
  6. Merge pull request Windower#2092 from KenshiDRK/Thtracker

    [thtracker] variable fix
    Chiaia authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    657bd2d View commit details
    Browse the repository at this point in the history
  7. Fix dupe label

    Chiaia committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    6e2dbc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Update Master Level 2

    Changed to use boolbits and added Master Levels menu display data
    RubenatorX authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    5ade870 View commit details
    Browse the repository at this point in the history
  2. Master Levels Update 2

    Change to use Refs
    RubenatorX authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    22b865b View commit details
    Browse the repository at this point in the history
  3. Master Level Update 2

    Re-add Master flags comment
    RubenatorX authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ffa2cce View commit details
    Browse the repository at this point in the history
  4. Master Level Update 2

    spacing fix
    RubenatorX authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    cf18fa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Merge pull request Windower#2096 from RubenatorX/patch-15

    Update Master Level 2
    z16 authored Nov 12, 2021
    Configuration menu
    Copy the full SHA
    39d50b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Configuration menu
    Copy the full SHA
    7620dd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    410cd5e View commit details
    Browse the repository at this point in the history