Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scratchcpp/libscratchcpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.1
Choose a base ref
...
head repository: scratchcpp/libscratchcpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.2
Choose a head ref
  • 15 commits
  • 19 files changed
  • 1 contributor

Commits on Feb 8, 2025

  1. Set version to 0.13.2

    adazem009 committed Feb 8, 2025
    Configuration menu
    Copy the full SHA
    7c6bf99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc8d45c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2025

  1. Revert "audio: Fix a race condition in miniaudio"

    This reverts commit e60f7c0.
    adazem009 committed Feb 23, 2025
    Configuration menu
    Copy the full SHA
    962abe2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdff546 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Deallocate asset data

    adazem009 committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    0fbb679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f0262 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eba7508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    52e165e View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Configuration menu
    Copy the full SHA
    a0cd2ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c2b35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca55243 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3daacaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f03eb79 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Engine: Fix use after free when using removed clone threads

    All threads are copied to m_threadsToStop, including clone threads that are removed later which can lead to use after free when the threadAboutToStop signal is emitted for these threads.
    adazem009 committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    4484d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    064d1ca View commit details
    Browse the repository at this point in the history
Loading