Commit History

Author SHA1 Message Date
  rcoaxil 71326564f0 removed some more trailing spaces 8 years ago
  rcoaxil 38a6176665 issues addressed 8 years ago
  rcoaxil c5e0846c52 fixed stream seeking bug 8 years ago
  rcoaxil 00c02adcd0 issues addressed 8 years ago
  rcoaxil b757a0534e pull request feedback addressed 8 years ago
  raidho36 b1c842f186 fixed bug preventing stream sources from loading data 8 years ago
  raidho36 10710d3428 queueData now returns success state, couple bug fixes 8 years ago
  raidho36 7934bfaf7f ported TYPE_QUEUE Source from default to minor 8 years ago
  Bart van Strien 55aa09bb42 Allow seeking all paused sources (fixes #1152) 9 years ago
  Alex Szpakowski 094f9a13fe Merge default into minor 9 years ago
  Alex Szpakowski 03801e49d6 Fix a potential issue when an OpenAL source that was previously static is reused for a streaming Source. 9 years ago
  Bart van Strien f76879c6b7 New audio playback API 9 years ago
  Alex Szpakowski f51bbb8462 Cleaned up some StrongRef-related code. 9 years ago
  Alex Szpakowski 7ff411bb00 Merged in TannerRogalsky/love/source_relative_bug_fix (pull request #54) 9 years ago
  Tanner Rogalsky 6336f2adac Use passed value when setting a Source's relative state instead of the stale, cached value. 9 years ago
  Alex Szpakowski 46a2e7b85c Happy new year! 🎉 9 years ago
  Alex Szpakowski 0558fcdbd4 Added Source:getDuration (thanks Boolsheet!) 9 years ago
  Alex Szpakowski 74ad3b8be6 Don't try to put zero-length data into OpenAL buffers (see issue #1083.) 10 years ago
  Alex Szpakowski 52c4f2c119 Improved the performance of love.window.getPixelScale / toPixels / fromPixels by caching some values. Made some coordinate space-sensitive code use the proper conversions to get to the correct coordinate space. 10 years ago
  Alex Szpakowski ebc68023a7 Fix many warnings about implicit integer conversions when compiling for 64 bits. 10 years ago
  Alex Szpakowski 1f726b2fa1 Code style cleanup. 10 years ago
  Alex Szpakowski 813457aa71 Pre-emptive fix for an attenuation distance issue in iOS' OpenAL implementation. 10 years ago
  Alex Szpakowski 60c6b6a155 Cleaned up the code that triggers an error when using spatial Source methods on multi-channel Sources. 10 years ago
  Alex Szpakowski a7e4148869 Merged default into minor 10 years ago
  Alex Szpakowski f1634bc6a8 The existence of the AL_EXT_MCFORMATS OpenAL extension is checked when creating 5.1 and 7.1 (6 and 8 channel) Sources. love.audio.newSource now errors if the channel count and bit-depth combination of the Source isn't supported. 10 years ago
  Bart van Strien 181196fc0c Add support for 5.1 and 7.1 audio loading, still seems a bit dodgy (issue #970) 10 years ago
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 10 years ago
  Alex Szpakowski fffbd3ecab Merged default into minor 11 years ago
  Alex Szpakowski 346aa7d839 Fixed a memory leak in Sources created from SoundData. 11 years ago
  Alex Szpakowski 2a1e1d01d3 Merged default into minor 11 years ago