Commit History

Автор SHA1 Съобщение Дата
  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 години
  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 години
  Alex Szpakowski b56a0cfc3d Avoid hard crashes when calling love.filesystem functions if love.filesystem.init was never called. преди 9 години