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

1.4.2 Release Candidate #3917

Merged
merged 55 commits into from
May 9, 2022
Merged

1.4.2 Release Candidate #3917

merged 55 commits into from
May 9, 2022

Commits on Jan 30, 2022

  1. def null for conditions (otland#3799)

    nekiro authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    fdaaba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc706f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1802210 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    561ade7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eef8df2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4225148 View commit details
    Browse the repository at this point in the history
  7. Don't allow ammo to be dressed in weapon slot (otland#3806)

    spears, throwing stars and small stones can still be equipped
    Zbizu authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    7d739a7 View commit details
    Browse the repository at this point in the history
  8. Reset idle time on reconnect (otland#3805)

    nekiro authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    73885c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04761a4 View commit details
    Browse the repository at this point in the history
  10. Update modules.lua (otland#3792)

    using the it variable instead
    EPuncker authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    b7c06b5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e8ab9e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9e8b826 View commit details
    Browse the repository at this point in the history
  13. updating login message time format (otland#3769)

    more up to date format for "your last visit" message
    Zbizu authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    178ac8b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    32c6b6e View commit details
    Browse the repository at this point in the history
  15. Fixing mistake when removing charm item (otland#3891)

    Charm items are stackable so item:remove() ends up removing whole stack instead of just one out of the stack.
    andremiles1 authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    21fba7f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a6e35f6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    84e2024 View commit details
    Browse the repository at this point in the history
  18. moved Player:getTotalMoney() to more accessible place (otland#3875)

    Co-Authored-By: Zbizu <Zbizu@users.noreply.github.com>
    2 people authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    2256bb3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    da8a657 View commit details
    Browse the repository at this point in the history
  20. Update clay_lump.lua (otland#3802)

    linter said it has nil value
    so It seems oke to declare the variable in the loop instead
    EPuncker authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    da9e888 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    61dacd4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bc7d862 View commit details
    Browse the repository at this point in the history
  23. Bump engine version to 1.4.2

    Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    a6617df View commit details
    Browse the repository at this point in the history
  24. Remove Player.updateKillTracker

    Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    7438ac7 View commit details
    Browse the repository at this point in the history
  25. Fixing The Pale Count's looktype and corpse ID (otland#3894)

    Fixing The Pale Count's looktype and corpse ID. It was previously using the looktype and corpse from a Gravedigger monster.
    andremiles1 authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    740ae58 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2c29702 View commit details
    Browse the repository at this point in the history
  27. Avoid search for C compiler (otland#3907)

    ranisalt authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    7b997bd View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1bcece0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    c40f46d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    e7a5550 View commit details
    Browse the repository at this point in the history
  31. Fix unused function warning on Linux (otland#3908)

    Replaces otland#3703
    Erza authored and Znote committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    f88fb96 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    83d9121 View commit details
    Browse the repository at this point in the history
  2. Fix OnItemMoved event when the last item of a stackable stack is move…

    …d into another stack (otland#3918)
    
    A crash would occur when moving, for example, a stack of a single gold coin into another stack of gold coins.
    The crash would only occur when the last item of a stack was being moved, aka. the stack being destroyed.
    Erza authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c11befc View commit details
    Browse the repository at this point in the history
  3. Fix whereever slot bugs (otland#3923)

    nekiro authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    d85c736 View commit details
    Browse the repository at this point in the history
  4. Fix certain scenarios where the house protection would fail to apply (o…

    …tland#3904)
    
    Fixes these scenarios:
    1. Still being able to remove or add items from a container that is placed inside of a house tile, if the container was already open prior to being uninvited from the house
    
    2. Being able to use useable items, like runes out of a house door or from a container placed in a house door, if it was already open prior to being uninvited from the house
    3. houseTile always being nullptr inside of Container::queryRemove, since the cast was not done properly, and even after fixing the cast, it had wrong behaviour afterwards
    Erza authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ec866fb View commit details
    Browse the repository at this point in the history
  5. ci: remove Travis CI and AppVeyor

    DSpeichert authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ec6b189 View commit details
    Browse the repository at this point in the history
  6. ci: build releases

    DSpeichert authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    35495e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    974558b View commit details
    Browse the repository at this point in the history
  8. Say without echo in onHear event (otland#3031)

    With this modification you will be able to speak within the listening event without overflow problems when starting an infinite listening loop
    MillhioreBT authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    91a0063 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    24bc264 View commit details
    Browse the repository at this point in the history
  10. Fixed bug in otland#3197 (otland#3926)

    DSpeichert authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    90a5d25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86580eb View commit details
    Browse the repository at this point in the history
  12. ci: Run apt-get update before installing packages (otland#3929)

    Otherwise packages can fail to install due to stale index
    kornholi authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c40ccc9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1ea07de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dc52093 View commit details
    Browse the repository at this point in the history
  15. more detailed shared exp messages (otland#3934)

    Co-authored-by: Łukasz Zbiżek <Zbizu@users.noreply.github.com>
    2 people authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    cd7aec9 View commit details
    Browse the repository at this point in the history
  16. Fix Lua getNumber range check (otland#3928)

    Follow-up to otland#3926 and otland#3197.
    
    Co-authored-by: Daniel Speichert <daniel@speichert.pl>
    2 people authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7693eb1 View commit details
    Browse the repository at this point in the history
  17. Fix trade stacking items (otland#3248)

    nekiro authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    b4e0f2e View commit details
    Browse the repository at this point in the history
  18. build: Update alpine to 3.15 (otland#3937)

    Fixes missing cryptopp during builds...for now
    kornholi authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    cbed26e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    137f538 View commit details
    Browse the repository at this point in the history
  20. Merge ioguild into guild (otland#3949)

    ranisalt authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f09e320 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    57d6db4 View commit details
    Browse the repository at this point in the history
  22. Fix summon memory leak (otland#3736)

    ramon-bernardo authored and Znote committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    a99780f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6edc763 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Update src/luascript.h

    EPuncker authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    2a75da7 View commit details
    Browse the repository at this point in the history