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.5.2 #6834

Draft
wants to merge 32 commits into
base: master
Choose a base branch
from
Draft

1.5.2 #6834

wants to merge 32 commits into from

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    f2bfa81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6237500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0e53ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1700ab9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Nov 1, 2023

  1. nxdk: Build in optimized mode

    Back port of the master build flags change to 1.5
    glebm authored and AJenbo committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    186a6c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Fix Item Validation (#6723)

    kphoenix137 authored and AJenbo committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    e42fab0 View commit details
    Browse the repository at this point in the history
  2. Displacement#distance: Use a naive hypot impl

    `std::hypot` is much slower than a naive implementation.
    It has the advantage of extra precision but we don't need that at all.
    glebm authored and AJenbo committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    d5e5fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02790d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    030a31f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Validation: Validate Item Drop Packets

    kphoenix137 authored and AJenbo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    50afd43 View commit details
    Browse the repository at this point in the history
  2. Switch to 22.04

    glebm authored and AJenbo committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5c3229f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58414e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

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

Commits on Jan 19, 2024

  1. Fix item label height for CJK

    glebm committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    710386a View commit details
    Browse the repository at this point in the history
  2. Slightly improve CJK infobox rendering

    It still isn't perfect (there just isn't enough space) but we now
    cut off fewer pixels at the bottom.
    glebm committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    813c7f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6c5e9d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

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

Commits on Jan 27, 2024

  1. DiabloUI: Fix Japanese text clipping

    Fixes #6911
    glebm authored and AJenbo committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    ed490c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Upgrade SDL to 2.30.0

    AJenbo committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4f0943f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab816be View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    c70c983 View commit details
    Browse the repository at this point in the history
  2. Upgrade vcpkg commit

    tsunamistate authored and glebm committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    8529b23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a21fa04 View commit details
    Browse the repository at this point in the history
  4. Bump version to 1.5.2

    AJenbo committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    6e0b592 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Update Packaging/nix/devilutionx.metainfo.xml

    Co-authored-by: qndel <stefan551@o2.pl>
    AJenbo and qndel committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7812d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eecb727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ea7124 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Remove offending line

    It's not relevant to flatpak anyway
    tsunamistate authored and AJenbo committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a6f9a6a View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Clear Panel so lines don't repeat

    Trihedraf authored and AJenbo committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    2471500 View commit details
    Browse the repository at this point in the history
  2. fix hp validation

    kphoenix137 authored and AJenbo committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    25dc50d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8b6dff View commit details
    Browse the repository at this point in the history