Commit History

Author SHA1 Message Date
  Alex Szpakowski eef4eed636 Cleaned up some Lua binding code 12 years ago
  Alex Szpakowski 23a0f3a69c Merged love-experiments/love.graphics.setColorMask into default 12 years ago
  Alex Szpakowski a55c7e871e fixed canvas:clear() when multi-canvas rendering is active, changed some names and wording 12 years ago
  Alex Szpakowski 6c5daab312 Fixed up the API: setCanvas (singular) now only takes one canvas, setCanvases must be used for multi-canvas rendering 12 years ago
  Alex Szpakowski 2ea065c68b Added MRT support to canvases via love.graphics.setCanvases(c1, c2, ...), and an 'effects' callback function in shaders. 12 years ago
  Alex Szpakowski 2009124cf9 Reworked internal anisotropic filtering code to be more concise and intuitive 12 years ago
  Alex Szpakowski 7e753a0acb Renamed love.graphics.setDefaultImageFilter to love.graphics.setDefaultFilter 12 years ago
  Alex Szpakowski 25d6700361 Moved anisotropic filtering to Image:setFilter(min, mag, anisotropy), added anisotropic filtering support to canvases and fonts 12 years ago
  Alex Szpakowski 8c406b7a4b Added anisotropic filtering functionality for images, consolidated mipmap methods into Image:setMipmapFilter(filtermode, sharpness, anisotropy), added love.graphics.setDefaultMipmapFilter(filtermode, sharpness, anisotropy) 12 years ago
  Alex Szpakowski f3290d84b7 Improved error handling and error messages when love.graphics.newShader fails 12 years ago
  Alex Szpakowski 288971a3ad Added all standard optional draw parameters to love.graphics.printf: angle, sx, sy, ox, oy, kx, and ky 12 years ago
  Alex Szpakowski 991b15d670 More renaming of "fragment" to "pixel" 12 years ago
  Alex Szpakowski 07ba81f060 Renamed all cases of "fragment shader" to "pixel shader" 12 years ago
  Alex Szpakowski e8c6a3f77c Slightly improved error messages when love.graphics.newShader fails 12 years ago
  Alex Szpakowski d39bb315af love.graphics.newScreenshot replaces alpha with full opacity by default (issue #374, thanks Boolsheet) 12 years ago
  Alex Szpakowski 94f140454f More Quad code cleanup 12 years ago
  Alex Szpakowski 17bcab4f32 Added love.graphics.getDimensions and Image/Canvas/ImageData:getDimensions (issue #566) 12 years ago
  Alex Szpakowski 4704c4e19e Cleaned up some ParticleSystem and Quad code 12 years ago
  Bart van Strien 7efe11b11f Add centered flag to setMode, optionally centers the window (on by default, as before) (issue #463) 12 years ago
  Alex Szpakowski 738f471978 Fixed shader creation 12 years ago
  Alex Szpakowski 524368331d Removed love.graphics.setColorMode 12 years ago
  Alex Szpakowski 4ae126ac44 Fixed some potential instability or crash issues 12 years ago
  Alex Szpakowski f0ca4f6c97 Removed internal code for love.graphics.triangle and love.graphics.quad 12 years ago
  Bart van Strien 3d0c5761ce Merge in default, update changelog 12 years ago
  Alex Szpakowski 395a1dbced The "alpha" blend mode now outputs more useful/intuitive alpha values (thanks Boolsheet) 12 years ago
  Alex Szpakowski e5670e69b3 Added love.graphics.setColorMask(r, g, b, a) and love.graphics.getColorMask() 12 years ago
  Alex Szpakowski e1779897ab Removed love.graphics.drawTest 12 years ago
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 years ago
  Alex Szpakowski e16b5afa6d Fixed love.graphics.getPointStyle 12 years ago
  Alex Szpakowski a9211a1389 Removed direct OpenGL calls in the SDL Window module 12 years ago