Alex Szpakowski
|
2e016810c9
Update Xcode project
|
9 lat temu |
Alex Szpakowski
|
b8b670e0ae
Simplify Drawable code
|
9 lat temu |
Alex Szpakowski
|
a844c16657
Simplified Source constructors.
|
9 lat temu |
Bart van Strien
|
a3f381be07
Update changelog
|
9 lat temu |
Alex Szpakowski
|
7cd24de402
Merged in rcoaxil/love/minor (pull request #63)
|
9 lat temu |
Alex Szpakowski
|
dafacf3fbc
test
|
9 lat temu |
Alex Szpakowski
|
4930d85870
Close branch minor
|
9 lat temu |
rcoaxil
|
71326564f0
removed some more trailing spaces
|
9 lat temu |
rcoaxil
|
38a6176665
issues addressed
|
9 lat temu |
rcoaxil
|
c5e0846c52
fixed stream seeking bug
|
9 lat temu |
rcoaxil
|
00c02adcd0
issues addressed
|
9 lat temu |
rcoaxil
|
b757a0534e
pull request feedback addressed
|
9 lat temu |
Alex Szpakowski
|
a4bdbcdf10
Fix love.audio.newSource(decoder) and love.audio.newSource(sounddata) to no longer require a Source type argument.
|
9 lat temu |
raidho36
|
b1c842f186
fixed bug preventing stream sources from loading data
|
9 lat temu |
raidho36
|
10710d3428
queueData now returns success state, couple bug fixes
|
9 lat temu |
raidho36
|
7934bfaf7f
ported TYPE_QUEUE Source from default to minor
|
9 lat temu |
Alex Szpakowski
|
e969f541ba
Fix love.window.setMode to use the proper defaults for window settings that aren't specified.
|
9 lat temu |
Alex Szpakowski
|
15ba27f417
Merge default into minor
|
9 lat temu |
Alex Szpakowski
|
b1b4a637b5
Fix a potential crash when a Thread ends (resolves issue #1219).
|
9 lat temu |
Alex Szpakowski
|
2bc036f4c9
Use love's sized int typedefs instead of C's.
|
9 lat temu |
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 lat temu |
Alex Szpakowski
|
bfb00239fd
Fix compiling for iOS
|
9 lat temu |
Alex Szpakowski
|
7d11946ab7
Updated the changelog
|
9 lat temu |
Alex Szpakowski
|
25dc0ad29d
Merge default into minor
|
9 lat temu |
Alex Szpakowski
|
304ccec71c
Updated the changelog
|
9 lat temu |
Alex Szpakowski
|
aba4386807
SDL click count functionality was added in 2.0.2, not 2.0.4. So we can get rid of some useless code since we require 2.0.2+ in love 0.11...
|
9 lat temu |
Alex Szpakowski
|
b38e567e74
Added a click count argument to love.mousepressed/released. Tracks double/triple/etc. clicks.
|
9 lat temu |
Alex Szpakowski
|
25376ba310
Added SpriteBatch:setDrawRange(start, count) and SpriteBatch:getDrawRange.
|
9 lat temu |
Alex Szpakowski
|
7ab76b1ef6
Mesh:setDrawRange now takes start and count parameters, instead of min and max.
|
9 lat temu |
Alex Szpakowski
|
327682d07f
Add support for passing a table to love.mouse.isDown, love.keyboard.isDown, love.keyboard.isScancodeDown, Joystick:isDown, and Joystick:isGamepadDown.
|
9 lat temu |