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