Commit History

Author SHA1 Message Date
  Bart van Strien 84b6eedf1f Make the default point style to setPoint 'smooth' (issue #543), and fix setPointStyle ignoring normal operation 12 years ago
  Alexander Szpakowski eb98e8cc48 Removed unnecessary tabs in empty lines, fixed texture filtering when the minification and mipmap filter are the same 12 years ago
  Alexander Szpakowski 1de26ea1fa Added "mipmap" love.graphics.isSupported string 12 years ago
  Alexander Szpakowski 1678252b7a Applied patch from issue #542 (texture filtering inconsistencies) in main LÖVE repository 12 years ago
  Alexander Szpakowski a8dc813258 Text drawing performance improvements (issue #532) 12 years ago
  Bart van Strien 68a895e7c6 Catch errors in love.font.newRasterizer, add luax_pconvobj which pcalls, allowing love.graphics.newFont to clean up before re-erroring 12 years ago
  Bart van Strien d24c0344c8 Make second argument to setDefaultImageFilter Image:setFilter and Image:setWrap optional, and default to the first 12 years ago
  vrld 48f5afcc0e Throw error if invalid canvas type was supplied in l.g.newCanvas() 13 years ago
  vrld ccdf6e1c00 Fix Issue #476: Add HDR Canvas (thanks, Alexander Szpakowski!). 13 years ago
  Bart van Strien 148b0c2f6d Correctly read filter modes in newImageFont when the implicit newRasterizer is used (issue #437) 13 years ago
  Bart van Strien b10bc87b9a Make love.graphics.setCanvas(nil) error 13 years ago
  vrld 85fa71c519 Make love.graphics.getFont() return (and set) default font when no font set. 13 years ago
  Bart van Strien 7793e7f02f CRLF to LF 13 years ago
  rude 81c38e22d0 Applied the new style guidelines. 13 years ago
  Bart van Strien 1a89622262 Fonts and ImageFonts now use the default image filter, newImageFont gets a second and third argument, to optionally specify the filters 13 years ago
  Bill Meltsner fc6a9df304 Report lack of support for the subtract blendmode through the Blue Screen of LÖVE instead of stderr spam. 13 years ago
  Bill Meltsner 57b4d2c5b9 Add support for falling back to glBlendEquationEXT if necessary. 13 years ago
  vrld e02a2679c2 Add love.graphics.getPixelEffect() (issue #372) -- thanks, slime73! 13 years ago
  Bill Meltsner be55579a22 Happy New Year, have an enormous diff 13 years ago
  Bart van Strien e0b420c988 Properly export love modules to lua, package.loaded is correct now 13 years ago
  vrld 6178aea6ef Discard active stencil when switching canvas. 13 years ago
  Bart van Strien 864c800e10 Fix some warnings 13 years ago
  Bart van Strien c707a4ca45 Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations) 13 years ago
  Bill Meltsner bc278cf2b8 love.graphics.arc is now better and actually draws in the right direction 13 years ago
  Bart van Strien 951d420db7 Eliminate more warnings 13 years ago
  Bart van Strien e37470f54d No more Font:set(), instead love.graphics.setNewFont 13 years ago
  Bart van Strien 9682ebecf9 Remove love.graphics.setFont([<file>,] <size>) shorthand, idiom is now love.graphics.newFont([<file>,] <size>):set() 13 years ago
  Bart van Strien 7c8fff979a Create love.window, abstract SDL out of love.graphics 13 years ago
  vrld 2b7da8ea27 Rename love.graphics.[sg]etRenderTarget to love.graphics.[sg]etCanvas 13 years ago
  Bart van Strien 0aae9684b3 Automated formatting fix 13 years ago