1. 19 Aug, 2020 1 commit
  2. 17 Aug, 2020 2 commits
  3. 16 Aug, 2020 9 commits
  4. 15 Aug, 2020 3 commits
  5. 14 Aug, 2020 4 commits
  6. 09 Aug, 2020 8 commits
  7. 08 Aug, 2020 8 commits
  8. 03 Aug, 2020 3 commits
  9. 02 Aug, 2020 2 commits
    • David Reid's avatar
      Big refactor to the resource manager. · d48708d5
      David Reid authored
        * The data buffers and data streams are now first class data sources.
        * The ma_resource_manager_data_source object is now just a simple
          wrapper around ma_resource_manager_data_buffer and
          ma_resource_manager_data_stream.
        * Unnecessary pResourceManager parameters have been removed.
        * The part of the data buffer that's added to the BST has been split
          out from the main data buffer object so that the main object can be
          owned by the caller.
        * Add ma_resource_manager_data_source_get_available_frames() which is
          used to retrieve the number of frames that can be read at the time
          of calling. This is useful in asynchronous scenarios.
      d48708d5
    • David Reid's avatar
      5303558a