Commit History

Author SHA1 Message Date
  Alex Szpakowski aeca14a35a Merged in rcoaxil/love/minor (pull request #66) 8 years ago
  rcoaxil 3c413a293b stray minus sign 8 years ago
  rcoaxil 9bed2ac33a moved back update cycle constant looping override for static sources 8 years ago
  rcoaxil b337e0ff6f consistified seeking to invalid location behavior 8 years ago
  Alex Szpakowski a844c16657 Simplified Source constructors. 8 years ago
  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
  Alex Szpakowski 0653ec9564 Address some compiler warnings about implicit integer conversions. 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