vrld
|
1a407a6af3
Make non-gcc compilers happy...
|
12 years ago |
vrld
|
ece4ff6472
Make love.math a singleton. Remove code duplication. Add love.math.triangulate.
|
12 years ago |
Alex Szpakowski
|
d383434edf
ParticleSystem:setColors now accepts multiple color arrays (issue #440)
|
12 years ago |
Alex Szpakowski
|
b8ec6633ab
Fixed love.graphics.printf wrapping when the wrap limit is the same as the text width (issue #558)
|
12 years ago |
Alex Szpakowski
|
1172d5b836
love.graphics.newScreenshot now uses the size of the current canvas (if applicable), instead of adding transparency or clipping to match the screen size
|
12 years ago |
Alex Szpakowski
|
d39bb315af
love.graphics.newScreenshot replaces alpha with full opacity by default (issue #374, thanks Boolsheet)
|
12 years ago |
Alex Szpakowski
|
e869b71c43
Fixed crash in ImageData:paste
|
12 years ago |
Alex Szpakowski
|
94f140454f
More Quad code cleanup
|
12 years ago |
Alex Szpakowski
|
17bcab4f32
Added love.graphics.getDimensions and Image/Canvas/ImageData:getDimensions (issue #566)
|
12 years ago |
Alex Szpakowski
|
4704c4e19e
Cleaned up some ParticleSystem and Quad code
|
12 years ago |
Alex Szpakowski
|
ce71bc0847
Fixed love.timer.step / dt
|
12 years ago |
Alex Szpakowski
|
6a83eba5f2
Merged love-experiments/particlesystem-quads into default
|
12 years ago |
Alex Szpakowski
|
318f335c7c
ParticleSystem:setQuads can now accept a table argument, cleaned up the ParticleSystem quad code
|
12 years ago |
Bart van Strien
|
7efe11b11f
Add centered flag to setMode, optionally centers the window (on by default, as before) (issue #463)
|
12 years ago |
Bart van Strien
|
63c57ba3f8
Make love.timer.getFPS and love.timer.getAverageDelta microsecond-accurate
|
12 years ago |
Bart van Strien
|
28af989a00
Add love.timer.getAverageDelta (issue #570) and constify love.timer.sleep
|
12 years ago |
Alex Szpakowski
|
d30809ebff
Added ParticleSystem:setQuads(q1, q2, ...), quads are chosen based on current particle lifetime in a similar style to ParticleSystem:setColors
|
12 years ago |
Alex Szpakowski
|
738f471978
Fixed shader creation
|
12 years ago |
Alex Szpakowski
|
6f67fbdfa7
Fixed a typo in joystick event code
|
12 years ago |
Alex Szpakowski
|
be648a82f7
Updated Visual Studio project for new thread module files and version changes (thanks Boolsheet)
|
12 years ago |
Alex Szpakowski
|
3c8bc9ee9f
Merged bartbes/love-experiments/joystickevents into default
|
12 years ago |
Alex Szpakowski
|
6b1222366d
Removed 'moved' suffix from new joystick callbacks
|
12 years ago |
Alex Szpakowski
|
cd21eaaf33
Re-enable GME support in OS X
|
12 years ago |
Alex Szpakowski
|
974d63124e
Removed redundant code in the event module
|
12 years ago |
Alex Szpakowski
|
a844ac2389
Added love.joystickaxismoved, love.joystickballmoved, and love.joystickhatmoved callbacks
|
12 years ago |
Alex Szpakowski
|
75c3262d49
Update changelog
|
12 years ago |
Alex Szpakowski
|
65a3206ae4
Fixed another case of issue #538 (check for non power of two support does not cover all possibilities)
|
12 years ago |
Alex Szpakowski
|
2d7dd87eb5
Removed PixelEffect compatibility functions (love.graphics.newPixelEffect is now love.graphics.newShader, etc)
|
12 years ago |
Alex Szpakowski
|
524368331d
Removed love.graphics.setColorMode
|
12 years ago |
Alex Szpakowski
|
4ae126ac44
Fixed some potential instability or crash issues
|
12 years ago |