1. 05 Sep, 2020 2 commits
  2. 02 Sep, 2020 1 commit
  3. 30 Aug, 2020 3 commits
  4. 29 Aug, 2020 10 commits
  5. 28 Aug, 2020 4 commits
  6. 27 Aug, 2020 1 commit
  7. 26 Aug, 2020 2 commits
    • Clownacy's avatar
      Use fallback when SetFilePointerEX unavailable · 145520fa
      Clownacy authored
      VC6 doesn't appear to have SetFilePointerEX, so fallback on
      SetFilePointer instead. This matches-up with VC6 not supporting
      64-bit fseek.
      
      Visual Studio .NET 2003 supports it, however.
      145520fa
    • Clownacy's avatar
      Fix some VC6/2003 errors · 9f4efc25
      Clownacy authored
      For whatever reason, neither compiler likes implicit casts between
      `volatile unsigned int*` and `int*`.
      9f4efc25
  8. 25 Aug, 2020 3 commits
  9. 24 Aug, 2020 2 commits
  10. 23 Aug, 2020 9 commits
  11. 22 Aug, 2020 2 commits
    • David Reid's avatar
      Changes to fading and delays. · 1f89b003
      David Reid authored
        * Removed ma_engine_sound_set_fade_in/out()
        * Add ma_engine_sound_set_fade_point_in_frames()
        * Add ma_engine_sound_set_fade_point_in_milliseconds()
        * Add ma_engine_sound_set_stop_delay()
        * Add ma_engine_sound_get_time_in_frames()
        * Removed ma_engine_sound_group_set_fade_in/out()
        * Add ma_engine_sound_group_set_fade_point_in_frames()
        * Add ma_engine_sound_group_set_fade_point_in_milliseconds()
        * Add ma_engine_sound_group_set_stop_delay()
        * Add ma_engine_sound_group_get_time_in_frames()
      
      The fade in/out system has been replaced with something more general
      and flexible which allows for up to two fade points to be configured
      per sound or group, with arbitrary time periods and volumes.
      
      This commit also includes the addition of a placeholder parameter for
      ma_engine_sound_init_from_file() which is used to notify the caller
      when an asynchronously loaded sound has finished loading.
      1f89b003
    • David Reid's avatar
      Update documentation. · 1ea2ee3c
      David Reid authored
      1ea2ee3c
  12. 19 Aug, 2020 1 commit