Bart van Strien
|
e80247c191
Happy new year! ✨
|
7 years ago |
Bart van Strien
|
9e4374935d
Show (short) list of possible enum values when an invalid value is encountered (resolves #1318)
|
8 years ago |
Alex Szpakowski
|
4ee85e1793
love get* APIs which return tables with fields can optionally accept a table argument to fill in, instead of creating a new table.
|
8 years ago |
Alex Szpakowski
|
fcd9f1526c
Use different output messages for deprecated methods versus functions.
|
8 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
|
fee157b6b9
Functions that take a boolean argument now properly type-check for it.
|
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 |
Bart van Strien
|
42b8249b60
Remove extra whitespace
|
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
|
06cb7a6db6
Error instead of crash when Source:setLooping is called on a queueable Source (thanks zorg)
|
8 years ago |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
8 years ago |
Raidho
|
e60f3c6cda
EFX implemented
|
8 years ago |
Alex Szpakowski
|
8e2d9c5138
Minor code style cleanup. Fix a couple compiler warnings.
|
8 years ago |
Raidho
|
332ba76e62
Implement audio filters
|
8 years ago |
Bart van Strien
|
9f6aa716fa
Pass Type to luax_register_type by pointer instead of reference
|
8 years ago |
Bart van Strien
|
d967a755e5
Make love::Type handle type names
|
8 years ago |
Bart van Strien
|
5d43c9601a
Automatically deduce the type in luax_pushtype, if possible
|
8 years ago |
Bart van Strien
|
7dd960619d
Automatically deduce the type in luax_checktype, luax_getmodule, luax_optmodule and luax_totype
|
8 years ago |
Bart van Strien
|
c761202486
Build type information on first use (load-time), instead of using a hardcoded list
|
8 years ago |
Alex Szpakowski
|
0653ec9564
Address some compiler warnings about implicit integer conversions.
|
8 years ago |
rcoaxil
|
38a6176665
issues addressed
|
8 years ago |
rcoaxil
|
00c02adcd0
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
|
2c4e713114
Imported some of the dynamiccore branch from love-experiments:
|
9 years ago |