Raidho
|
57d02dec2b
Addressed some criticism
|
8 gadi atpakaļ |
Raidho
|
a99c757652
made :getData produce SoundData directly
|
9 gadi atpakaļ |
Raidho
|
3de68707d1
made device enumeration lazy
|
9 gadi atpakaļ |
Raidho
|
424d2704ec
made RecordingDevice throw errors on invalid parameters
|
9 gadi atpakaļ |
Raidho
|
9a090e8df8
made RecordingDevice create new SoundData every time captured samples are aquired
|
9 gadi atpakaļ |
Raidho
|
87f0b2811e
Microphone input implemented.
|
9 gadi atpakaļ |
Raidho
|
e5be492431
Created new branch minor-mic-input
|
9 gadi atpakaļ |
Alex Szpakowski
|
0653ec9564
Address some compiler warnings about implicit integer conversions.
|
9 gadi atpakaļ |
Alex Szpakowski
|
2e016810c9
Update Xcode project
|
9 gadi atpakaļ |
Alex Szpakowski
|
b8b670e0ae
Simplify Drawable code
|
9 gadi atpakaļ |
Alex Szpakowski
|
a844c16657
Simplified Source constructors.
|
9 gadi atpakaļ |
Bart van Strien
|
a3f381be07
Update changelog
|
9 gadi atpakaļ |
Alex Szpakowski
|
7cd24de402
Merged in rcoaxil/love/minor (pull request #63)
|
9 gadi atpakaļ |
Alex Szpakowski
|
dafacf3fbc
test
|
9 gadi atpakaļ |
Alex Szpakowski
|
4930d85870
Close branch minor
|
9 gadi atpakaļ |
rcoaxil
|
71326564f0
removed some more trailing spaces
|
9 gadi atpakaļ |
rcoaxil
|
38a6176665
issues addressed
|
9 gadi atpakaļ |
rcoaxil
|
c5e0846c52
fixed stream seeking bug
|
9 gadi atpakaļ |
rcoaxil
|
00c02adcd0
issues addressed
|
9 gadi atpakaļ |
rcoaxil
|
b757a0534e
pull request feedback addressed
|
9 gadi atpakaļ |
Alex Szpakowski
|
a4bdbcdf10
Fix love.audio.newSource(decoder) and love.audio.newSource(sounddata) to no longer require a Source type argument.
|
9 gadi atpakaļ |
raidho36
|
b1c842f186
fixed bug preventing stream sources from loading data
|
9 gadi atpakaļ |
raidho36
|
10710d3428
queueData now returns success state, couple bug fixes
|
9 gadi atpakaļ |
raidho36
|
7934bfaf7f
ported TYPE_QUEUE Source from default to minor
|
9 gadi atpakaļ |
Alex Szpakowski
|
e969f541ba
Fix love.window.setMode to use the proper defaults for window settings that aren't specified.
|
9 gadi atpakaļ |
Alex Szpakowski
|
15ba27f417
Merge default into minor
|
9 gadi atpakaļ |
Alex Szpakowski
|
b1b4a637b5
Fix a potential crash when a Thread ends (resolves issue #1219).
|
9 gadi atpakaļ |
Alex Szpakowski
|
2bc036f4c9
Use love's sized int typedefs instead of C's.
|
9 gadi atpakaļ |
Alex Szpakowski
|
37520bd18b
Added Object:release. Calling it is the equivalent of removing all Lua-side references to an object and doing a full garbage collection cycle (thus deleting the object from memory if nothing else in LÖVE's code is referencing it).
|
9 gadi atpakaļ |
Alex Szpakowski
|
bfb00239fd
Fix compiling for iOS
|
9 gadi atpakaļ |