Alex Szpakowski
|
abd3c64bc5
Moved another AMD-specific driver bug workaround to the OpenGL Bugs struct.
|
9 years ago |
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 years ago |
Alex Szpakowski
|
a95235ffa1
Typo fixes in a comment
|
9 years ago |
Alex Szpakowski
|
8566729229
Merged in Bobbyjones/love/new-conf-flag-for-android-2 (pull request #53)
|
9 years ago |
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 years ago |
Alex Szpakowski
|
6d6d805858
Workaround for love.graphics.clear + love.graphics.setCanvas AMD driver bug, take two.
|
9 years ago |
BobbyJones
|
2c550fbf6d
now I removed it from the wrap :)
|
9 years ago |
BobbyJones
|
e855f2ae01
removed the isAndroidSaveExternal from the wrap
|
9 years ago |
Alex Szpakowski
|
4f093e7fac
Added a workaround for an AMD driver bug where setCanvas + clear + setCanvas doesn't work.
|
9 years ago |
BobbyJones
|
57467448ad
Made the android set save functions private.
|
9 years ago |
Alex Szpakowski
|
9d6ff6e5de
Fixed love.graphics.newFont(filedata) causing crashes (resolves issue #1119).
|
9 years ago |
Alex Szpakowski
|
a590cf17aa
The default error handler resets the mouse cursor now.
|
9 years ago |
Bart van Strien
|
f53e0026ab
Make VideoStream::isPlaying return false when EOS has been reached
|
9 years ago |
Bart van Strien
|
2313f3091a
Improve seeking, hopefully fix hangs on shutdown
|
9 years ago |
Alex Szpakowski
|
a9e10dcadf
Fixed RandomGenerator.random crashing if a nil 'self' is passed. (closes issue #1116)
|
9 years ago |
BobbyJones
|
9dc50fe423
switched c.useexternalstorage to c.externalstorage
|
9 years ago |
David Serrano
|
eb5669db22
Created new branch new-conf-flag-for-android-2
|
9 years ago |
BobbyJones
|
e3da734ace
clean up
|
9 years ago |
BobbyJones
|
3aa51763e2
made a method for setting external save location on android
|
9 years ago |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 years ago |
Alex Szpakowski
|
b48117544d
Added "lighten" and "darken" blend modes (resolves issue #443).
|
9 years ago |
Alex Szpakowski
|
5a98af7e2d
ASTC has guaranteed support when OpenGL ES 3.2 is used.
|
9 years ago |
Alex Szpakowski
|
1461da598e
Updated GLAD to use the latest OpenGL and OpenGL ES extensions and versions.
|
9 years ago |
BobbyJones
|
c283e36126
made a new boot.lua.h
|
9 years ago |
BobbyJones
|
3c83fb8626
Added a flag that changes android storage from internal to external.
|
9 years ago |
Alex Szpakowski
|
a42341aa73
Added a new variant of love.graphics.arc: arc(drawmode, arcmode, x, y, radius, angle1, angle2 [, points]).
|
9 years ago |
Alex Szpakowski
|
2cadb30ecf
Updated the version to 0.10.1.
|
9 years ago |
Alex Szpakowski
|
ef94e43af1
Fixed Shader:sendColor incorrectly converting alpha from sRGB to linear RGB when gamma-correct rendering is enabled.
|
9 years ago |
Alex Szpakowski
|
1ad5a768f6
Fixed love.graphics.newMesh(vertices) double-converting colors from sRGB to linear RGB, when gamma-correct rendering is enabled.
|
9 years ago |
Alex Szpakowski
|
09e6a9a434
When multiple canvases are active at once (MRT), individual canvases can now be selectively cleared with love.graphics.clear(c1, c2, ...) by passing empty tables for the canvases that shouldn't be cleared, and color tables for the canvases that should.
|
9 years ago |