Commit History

Author SHA1 Message Date
  Bart van Strien aefb08a261 0.10.1 release date is today 9 years ago
  Alex Szpakowski f7ee949af8 Fixed love.graphics.clear(colortable) causing crashes in GLES 2.0 when a Canvas is active (resolves issue #1127). 9 years ago
  rude 5923e2ca5b New installer graphics for Windows. 9 years ago
  Alex Szpakowski 7ff411bb00 Merged in TannerRogalsky/love/source_relative_bug_fix (pull request #54) 9 years ago
  Tanner Rogalsky 6336f2adac Use passed value when setting a Source's relative state instead of the stale, cached value. 9 years ago
  Tanner Rogalsky 026230f41a start new branch source_relative_bug_fix 9 years ago
  Bart van Strien 119af763b5 Update changelog 9 years ago
  Alex Szpakowski 57697b372b New Mac and iOS icons 9 years ago
  rude 60278b0532 Add new icons. (Linux). 9 years ago
  rude 9fae370c52 Add new icons. (Windows). 9 years ago
  Alex Szpakowski 7c4edf2efc love.graphics object creation functions (love.graphics.new*) now cause an error instead of hard-crashing, if called when the window has not been created yet. 9 years ago
  Alex Szpakowski ab4cfb4a35 Added an optional 'collideconnected' boolean argument to love.physics.newMotorJoint (resolves issue #1130). 9 years ago
  Alex Szpakowski 53795d40a6 Updated the changelog. 9 years ago
  Alex Szpakowski c2de8dbb6a Fixed audio on android to properly pause when the app is inactive, and resume when the app becomes active again. 9 years ago
  Alex Szpakowski 588013727c Updated the version number used with Appveyor. 9 years ago
  Alex Szpakowski b794ffa84a love.touch.getTouches now returns the list of ids in a stable order, instead of being effectively randomly ordered. 9 years ago
  Alex Szpakowski 7db2997bc3 Improved the error messages caused when invalid or missing arguments are given to ImageData and SoundData methods. 9 years ago
  Alex Szpakowski ab91ff0bfe Removed LOVE_LEGENDARY_UTF8_ARGV_HACK, SDL 2.0 does it for us. 9 years ago
  Bart van Strien 95ae3183da Remove extra period causing formatting error in manpage 9 years ago
  Bart van Strien edda7d2dcc Merged in anjbe/love (pull request #51) 9 years ago
  Alex Szpakowski 518f91b53a Make sure the high-power AMD GPU is used on Windows laptops with switchable Intel+AMD GPUs. 9 years ago
  Alex Szpakowski 6aa84187ba Fixed loading BMFont files which have characters with 0 width or height (e.g. a space character). 9 years ago
  Alex Szpakowski 7299a237fb Added Text:getDimensions 9 years ago
  Alex Szpakowski 9ec6eceb8a Cleaned up the error message code when love.window.setMode fails. 9 years ago
  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