Commit History

Author SHA1 Message Date
  Alex Szpakowski 0752f27bdf Update copyright year for 2019 6 years ago
  Bart van Strien e80247c191 Happy new year! ✨ 7 years ago
  Alex Szpakowski bf6983beac Rename Source/SoundData/Decoder:getChannels to getChannelCount (resolves issue #1307). Deprecate the old methods rather than completely removing them. 8 years ago
  Alex Szpakowski 5fc2190ce4 Rename love.audio.getEffectsList and Source:getEffectsList to getActiveEffects. They now return an empty table instead of nil when there are no active effects, as well. 8 years ago
  raidho36 157d94fae3 Effects re-made to operate on literal names instead of numerical indices. 8 years ago
  Alex Szpakowski 7b6e1523b4 Very minor style cleanup 8 years ago
  Bart van Strien cbaf9e047b Merged in rcoaxil/love-patches/minor (pull request #75) 8 years ago
  Raidho 94b4d2bdef naming updated, Filters patched up 8 years ago
  Alex Szpakowski abb72cb813 Happy new year! 🥂 8 years ago
  Raidho e60f3c6cda EFX implemented 8 years ago
  Raidho 332ba76e62 Implement audio filters 8 years ago
  Alex Szpakowski 0653ec9564 Address some compiler warnings about implicit integer conversions. 8 years ago
  rcoaxil 71326564f0 removed some more trailing spaces 8 years ago
  rcoaxil 38a6176665 issues addressed 8 years ago
  rcoaxil b757a0534e pull request feedback addressed 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 f76879c6b7 New audio playback API 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 a7e4148869 Merged default into minor 10 years ago
  Alex Szpakowski c7b45b3505 Updated copyright for the new year 10 years ago
  Alex Szpakowski 60cd1456ea Merged default into minor 11 years ago
  Alex Szpakowski a49c2a88c1 Increased robustness of audio module initialization (see issue #646.) Also changed Source:play to return a boolean indicating success. 11 years ago
  Alex Szpakowski b1edf5e7bf Added Source:getType, removed Source:isStatic (resolves issue #776) 11 years ago
  Alex Szpakowski 3120a0e650 Goodbye 2013, hello 2014! 11 years ago
  Alex Szpakowski e6f2d4f1ac Added Source:clone() and love.audio.newSource(source): creates a new (stopped) Source which has all of the settable state of the original. 11 years ago
  Alex Szpakowski b57256b3e5 Renamed Source:setRelativePosition and Source:hasRelativePosition to Source:setRelative and Source:isRelative. Updated changelog. 11 years ago
  Alex Szpakowski cf6acfa258 Added Source:getChannels. Positional/directional audio only works with 1-channel (mono) sources. 11 years ago
  Alex Szpakowski 13ea750454 Added Source:setCone(innerAngle, outerAngle, outerVolume). Resolves issue #643. 12 years ago