Alex Szpakowski
|
e824a1e26b
iOS: remove obsolete app icons.
|
6 years ago |
Alex Szpakowski
|
48343d5965
iOS: remove Launch Images references, it's been replaced by a Launch Screen file since iOS 8.
|
6 years ago |
Alex Szpakowski
|
89eb3c6236
Remove a static_assert that fails in some compilers
|
6 years ago |
Alex Szpakowski
|
55d4dc0f9e
Restructure some internal vertex buffer binding code to be closer to how graphics APIs actually behave.
|
6 years ago |
Bart van Strien
|
932068e777
Stop the attached Source when a Video gets destroyed
|
6 years ago |
Bart van Strien
|
cb625d890a
Make sure luax_getfile always returns a retained value
|
6 years ago |
Alex Szpakowski
|
639bdb10e9
Fix love.filesystem.mount(data). Resolves issue #1506.
|
6 years ago |
Alex Szpakowski
|
528c1e2390
love.filesystem's loaders in the package.loaders table error instead of crashing when no argument is given to them (resolves issue #1504).
|
6 years ago |
Alex Szpakowski
|
459d31db7e
Fix the Data-returning variant of love.filesystem.read/File:read to return the size that was read. Now it's consistent with the string-returning variant.
|
6 years ago |
Alex Szpakowski
|
56e3af1744
Slightly improve performance of Channel:push(table).
|
6 years ago |
Alex Szpakowski
|
b43074efa5
Add an easier std::string Variant constructor.
|
6 years ago |
Alex Szpakowski
|
32f381576e
Avoid using lightuserdata in internal wrapper code for the math module.
|
6 years ago |
Alex Szpakowski
|
cb4b45dcf1
Add Data:getFFIPointer. Similar to Data:getPointer but returns a cdata pointer directly (or nil if the FFI isn't available).
|
6 years ago |
Alex Szpakowski
|
d700800888
Update the changelog
|
6 years ago |
Alex Szpakowski
|
5a6bb2d2f9
typo...
|
6 years ago |
Alex Szpakowski
|
09f4b59925
Update the readme.
|
6 years ago |
Alex Szpakowski
|
93fef5f144
Remove some dead code.
|
6 years ago |
Alex Szpakowski
|
f192eca727
Add a .gitignore file based on .hgignore.
|
6 years ago |
Alex Szpakowski
|
5c01289300
Fix love.graphics.getTextureTypes to return a table with boolean values instead of number values.
|
6 years ago |
Alex Szpakowski
|
b158aef11e
Add Android.mk file from the love-android repository.
|
6 years ago |
Alex Szpakowski
|
aca979c3ea
Add Joystick:getDeviceInfo(). Returns USB vendor id, product id, and product version numbers (consistent across operating systems).
|
6 years ago |
Alex Szpakowski
|
3c9662a9ce
Fix a typo in the line smoothing code. I don't think it causes any visual change.
|
6 years ago |
Alex Szpakowski
|
3938da9cc6
Fix compiler warnings about Optional field initialization order
|
6 years ago |
Bart van Strien
|
65d9d7fbbd
Re-enable building FLAC decoder with autotools
|
6 years ago |
Alex Szpakowski
|
f911af88c9
Possibly fix win32 compile error. This change should probably be upstreamed...
|
6 years ago |
Alex Szpakowski
|
e66ecd03a8
Minor code cleanup of FLAC decoder.
|
6 years ago |
Alex Szpakowski
|
07179f11ea
Add dr_flac header file to cmakelists and xcode
|
6 years ago |
Alex Szpakowski
|
62d6573216
Rearrange fields in the Optional struct for less wasted padding.
|
6 years ago |
Alex Szpakowski
|
9833515eba
Merged in AuahDark/love/flac-audio (pull request #125)
|
6 years ago |
Alex Szpakowski
|
37472d6f5e
Add 'usedpiscale' boolean (true by default) to love.window.setMode's settings table and love.conf's t.window table. Add love.window.getNativeDPIScale.
|
6 years ago |