Alex Szpakowski
|
b794ffa84a
love.touch.getTouches now returns the list of ids in a stable order, instead of being effectively randomly ordered.
|
9 gadi atpakaļ |
Alex Szpakowski
|
7db2997bc3
Improved the error messages caused when invalid or missing arguments are given to ImageData and SoundData methods.
|
9 gadi atpakaļ |
Alex Szpakowski
|
ab91ff0bfe
Removed LOVE_LEGENDARY_UTF8_ARGV_HACK, SDL 2.0 does it for us.
|
9 gadi atpakaļ |
Bart van Strien
|
95ae3183da
Remove extra period causing formatting error in manpage
|
9 gadi atpakaļ |
Bart van Strien
|
edda7d2dcc
Merged in anjbe/love (pull request #51)
|
9 gadi atpakaļ |
Alex Szpakowski
|
518f91b53a
Make sure the high-power AMD GPU is used on Windows laptops with switchable Intel+AMD GPUs.
|
9 gadi atpakaļ |
Alex Szpakowski
|
6aa84187ba
Fixed loading BMFont files which have characters with 0 width or height (e.g. a space character).
|
9 gadi atpakaļ |
Alex Szpakowski
|
7299a237fb
Added Text:getDimensions
|
9 gadi atpakaļ |
Alex Szpakowski
|
9ec6eceb8a
Cleaned up the error message code when love.window.setMode fails.
|
9 gadi atpakaļ |
Alex Szpakowski
|
abd3c64bc5
Moved another AMD-specific driver bug workaround to the OpenGL Bugs struct.
|
9 gadi atpakaļ |
Alex Szpakowski
|
314a82b126
Fixed the piecewise function in linearToGamma to use <= instead of < when determining whether to use the linear part of the function.
|
9 gadi atpakaļ |
Alex Szpakowski
|
a95235ffa1
Typo fixes in a comment
|
9 gadi atpakaļ |
Alex Szpakowski
|
8566729229
Merged in Bobbyjones/love/new-conf-flag-for-android-2 (pull request #53)
|
9 gadi atpakaļ |
Alex Szpakowski
|
8a59743481
Added comments to the Bugs struct in OpenGL.h detailing some driver bugs that have workarounds that don't need conditional codepaths.
|
9 gadi atpakaļ |
Alex Szpakowski
|
6d6d805858
Workaround for love.graphics.clear + love.graphics.setCanvas AMD driver bug, take two.
|
9 gadi atpakaļ |
BobbyJones
|
2c550fbf6d
now I removed it from the wrap :)
|
9 gadi atpakaļ |
BobbyJones
|
e855f2ae01
removed the isAndroidSaveExternal from the wrap
|
9 gadi atpakaļ |
Alex Szpakowski
|
4f093e7fac
Added a workaround for an AMD driver bug where setCanvas + clear + setCanvas doesn't work.
|
9 gadi atpakaļ |
BobbyJones
|
57467448ad
Made the android set save functions private.
|
9 gadi atpakaļ |
Alex Szpakowski
|
9d6ff6e5de
Fixed love.graphics.newFont(filedata) causing crashes (resolves issue #1119).
|
9 gadi atpakaļ |
Alex Szpakowski
|
a590cf17aa
The default error handler resets the mouse cursor now.
|
9 gadi atpakaļ |
Bart van Strien
|
f53e0026ab
Make VideoStream::isPlaying return false when EOS has been reached
|
9 gadi atpakaļ |
Bart van Strien
|
2313f3091a
Improve seeking, hopefully fix hangs on shutdown
|
9 gadi atpakaļ |
Alex Szpakowski
|
a9e10dcadf
Fixed RandomGenerator.random crashing if a nil 'self' is passed. (closes issue #1116)
|
9 gadi atpakaļ |
BobbyJones
|
9dc50fe423
switched c.useexternalstorage to c.externalstorage
|
9 gadi atpakaļ |
David Serrano
|
eb5669db22
Created new branch new-conf-flag-for-android-2
|
9 gadi atpakaļ |
BobbyJones
|
e3da734ace
clean up
|
9 gadi atpakaļ |
BobbyJones
|
3aa51763e2
made a method for setting external save location on android
|
9 gadi atpakaļ |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 gadi atpakaļ |
Alex Szpakowski
|
b48117544d
Added "lighten" and "darken" blend modes (resolves issue #443).
|
9 gadi atpakaļ |