Alex Szpakowski
|
f03efd2dca
Fixed Contact:getChildren to be 1-based
|
12 years ago |
Alex Szpakowski
|
8cc5364d15
Changed the SearchOrder argument of love.filesystem.setIdentity and love.filesystem.mount to a boolean (append) instead of an enum
|
12 years ago |
Alex Szpakowski
|
95e1861f35
Mac: don't build with GME support by default (now consistent with Windows and Linux builds)
|
12 years ago |
Alex Szpakowski
|
101c6ae90a
Fixed love.window.setFullscreen to update the graphics viewport immediately instead of waiting for the next event polling
|
12 years ago |
Alex Szpakowski
|
fad9d25093
Removed Source:getType (resolves issue #776)
|
12 years ago |
Alex Szpakowski
|
3b0d5c8b6d
Removed the system cursor variant of love.mouse.newCursor and added love.mouse.getSystemCursor. love.mouse.newCursor can now take a file(path). Resolves issue #741.
|
12 years ago |
rude
|
900978baf7
Let NSIS install Win64 binaries in $PROGRAMFILES64.
|
12 years ago |
Alex Szpakowski
|
5dad6c74c9
Fixed random crashing in OS X
|
12 years ago |
Alex Szpakowski
|
4e321697d3
Renamed Font:hasGlyph to Font:hasGlyphs, and expanded it to accept multiple arguments and full strings. Resolves issue #762.
|
12 years ago |
Alex Szpakowski
|
b57256b3e5
Renamed Source:setRelativePosition and Source:hasRelativePosition to Source:setRelative and Source:isRelative. Updated changelog.
|
12 years ago |
Alex Szpakowski
|
4e1c73c1f2
Removed Quad:flip (resolves issue #770)
|
12 years ago |
Alex Szpakowski
|
74ac2820cd
Joint:enableMotor -> Joint:setMotorEnabled, Joint:enableLimit -> Joint:setLimitsEnabled, Joint:isLimitEnabled -> Joint:hasLimitsEnabled. Resolves issue #691.
|
12 years ago |
rude
|
cbd1e6937b
Added Wuff (and WaveDecoder.cpp/h) to CMakeLists.txt.
|
12 years ago |
Alex Szpakowski
|
206a1abd81
Added Mesh:getVertices (resolves issue #771)
|
12 years ago |
Alex Szpakowski
|
b2725f8cf5
Updated Visual Studio project for latest changes (thanks Boolsheet)
|
12 years ago |
Alex Szpakowski
|
e5adc4e5fd
Fixed wave sound playback by using a different wave reader library (thanks Boolsheet!)
|
12 years ago |
Alex Szpakowski
|
259bb8ffdb
Fixed errors caused by love exceptions to give a line number (see issue #772)
|
12 years ago |
Alex Szpakowski
|
faf483d156
Fixed error message when an invalid vertex index is given to Mesh:setVertex, Mesh:getVertex, and Mesh:setVertexMap (resolves issue #772)
|
12 years ago |
Alex Szpakowski
|
cfd030d4ab
Fixed building on Mac OS 10.9
|
12 years ago |
rude
|
27de844472
Include <algorithm> when std::min/max is used.
|
12 years ago |
Alex Szpakowski
|
037ba6f93d
Updated changelog
|
12 years ago |
Alex Szpakowski
|
d9da19d665
Error for misspelled / invalid window attributes in love.window.setMode (resolves issue #736)
|
12 years ago |
Alex Szpakowski
|
249dad3cae
love.filesystem.mkdir -> love.filesystem.createDirectory, love.filesystem.enumerate -> love.filesystem.getDirectoryItems. Resolves issue #609.
|
12 years ago |
Alex Szpakowski
|
3e9fcacf07
Code style fixes
|
12 years ago |
Alex Szpakowski
|
5542ab7f4e
Fixed crash when checking if a sound file can be decoded by GME
|
12 years ago |
Alex Szpakowski
|
cf6acfa258
Added Source:getChannels. Positional/directional audio only works with 1-channel (mono) sources.
|
12 years ago |
Bart van Strien
|
f846ed60b2
Old merge?
|
12 years ago |
Bart van Strien
|
f6f8251234
Hopefully fix appdata dir creation on windows
|
12 years ago |
Alex Szpakowski
|
b556dde3cb
love.graphics.draw(image, quad, x, y, ...) now errors instead of shifting parameters if the quad argument is nil
|
12 years ago |
Alex Szpakowski
|
43b3629e01
Improved performance of Image:refresh
|
12 years ago |