Alex Szpakowski
|
cf6acfa258
Added Source:getChannels. Positional/directional audio only works with 1-channel (mono) sources.
|
12 年 前 |
Bart van Strien
|
f846ed60b2
Old merge?
|
12 年 前 |
Bart van Strien
|
f6f8251234
Hopefully fix appdata dir creation on windows
|
12 年 前 |
Alex Szpakowski
|
b556dde3cb
love.graphics.draw(image, quad, x, y, ...) now errors instead of shifting parameters if the quad argument is nil
|
12 年 前 |
Alex Szpakowski
|
43b3629e01
Improved performance of Image:refresh
|
12 年 前 |
Alex Szpakowski
|
e068aab6ea
The function passed to ImageData:mapPixel must return at least r,g,b. Alpha component defaults to 255 (resolves issue #603)
|
12 年 前 |
Alex Szpakowski
|
e5f56d93ce
Updated visual studio project files (thanks Boolsheet)
|
12 年 前 |
Alex Szpakowski
|
13ea750454
Added Source:setCone(innerAngle, outerAngle, outerVolume). Resolves issue #643.
|
12 年 前 |
Alex Szpakowski
|
e2eb99a6af
Added BezierCurve:getControlPointCount (resolves issue #759)
|
12 年 前 |
Alex Szpakowski
|
b21f8ed3af
Updated CMakeLists.txt
|
12 年 前 |
Alex Szpakowski
|
7f3cd7f044
Added Source:setRelativePosition and Source:hasRelativePosition, if enabled the Source's position will always be relative to the listener instead of absolute.
|
12 年 前 |
Alex Szpakowski
|
2710c6c488
Renamed Source:s/getDistance to Source:s/getAttenuationDistances (resolves issue #632).
|
12 年 前 |
Alex Szpakowski
|
bf070afffa
Fixed a SoundData constructor to compile in Visual C++ 2010
|
12 年 前 |
Alex Szpakowski
|
1c7c72472a
Removed unused wrap_Geometry.cpp file
|
12 年 前 |
Alex Szpakowski
|
206e184cde
love.graphics.print's x and y arguments now default to 0 (resolves issue #638)
|
12 年 前 |
Alex Szpakowski
|
951f5740bb
Renamed ChainShape:setPrevVertex to ChainShape:setPreviousVertex (see issue #691)
|
12 年 前 |
Alex Szpakowski
|
4fa7347e26
Reduced code duplication in love.graphics.newImage
|
12 年 前 |
Alex Szpakowski
|
0f3c28392f
Updated changelog
|
12 年 前 |
Alex Szpakowski
|
83a9e5912f
Merged bartbes/love-experiments/Mesh into default
|
12 年 前 |
Alex Szpakowski
|
fb34f5bc9e
Auto-padded NPOT images' texture coordinates are now scaled at draw time via the texture matrix (fixes auto-padded images with Meshes.) Also fixed love.graphics.newQuad.
|
12 年 前 |
Alex Szpakowski
|
f87f97e4fe
Better parameter checking for SoundData (resolves issue #764)
|
12 年 前 |
Alex Szpakowski
|
25caa188ba
Fixed Joystick:getName to be more consistent
|
12 年 前 |
Alex Szpakowski
|
8b7f151a4d
Added joystick vibration support for most common controllers (resolves issue #159).
|
12 年 前 |
Bart van Strien
|
6aa150fe8b
Add t.window.icon to love.conf (resolves #668)
|
12 年 前 |
Bart van Strien
|
0e6786988e
Try to create appdata dir if it doesn't exist (hopefully resolves #680)
|
12 年 前 |
Bart van Strien
|
89140ee657
Add currently disabled automake rule for updating scripts
|
12 年 前 |
Bart van Strien
|
3ba22cad7b
Seed love.math's random, instead of lua's in love.run (resolves #732)
|
12 年 前 |
Alex Szpakowski
|
d161d5c0fc
Fixed an uncaught exception in Mesh:getVertexMap
|
12 年 前 |
Alex Szpakowski
|
c426998b04
Fixed Mesh:setVertexMap when the mesh has more than 2^16-1 vertices (still needs more work to make it use smaller data types when available), added Mesh:setVertices
|
12 年 前 |
Alex Szpakowski
|
857296f107
Merged default into Mesh
|
12 年 前 |