Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master

Commits on Jul 11, 2021

  1. tiny diff fixes

    withmorten committed Jul 11, 2021

Commits on Jul 10, 2021

  1. Multi-threaded audio fixes

    erorcun committed Jul 10, 2021
  2. Multi-threaded audio streams

    Under MULTITHREADED_AUDIO define.
    erorcun committed Jul 10, 2021
  3. Fix debug script loader crashing missions

    * open_script is now exposed in Script.h, perhaps it should be namespaced
    as a static method on CTheScripts? I'm unsure what is preferred.
    * I've moved the joypad code out of open_script to prevent buttons held
      down at mission load time from changing the scriptToLoad.
    Nopey committed Jul 10, 2021

Commits on Jul 6, 2021

  1. fix sampman_null build

    withmorten committed Jul 6, 2021

Commits on Jul 5, 2021

  1. Merge pull request #1188 from mssx86/echo_to_printf

    fix: printHash.sh; replace echo -n, check if $1 is set.
    erorcun committed Jul 5, 2021
  2. Merge pull request #1187 from mssx86/musl_fix

    fix: add missing limits.h includes to enable bulding on musl.
    erorcun committed Jul 5, 2021
  3. fix cmake workflow

    withmorten committed Jul 5, 2021

Commits on Jul 4, 2021

  1. Merge pull request #1202 from AGraber/librw_update

    Update librw
    erorcun committed Jul 4, 2021
  2. Update librw

    AGraber committed Jul 4, 2021

Commits on Jul 2, 2021