Commit History

Author SHA1 Message Date
  vrld 3b80c52cc2 Merged in slime73/love-mipmap (pull request #18: Add mipmapping support to images) 12 years ago
  rude 697f4de80a Fix compilation issue in MSVC2012. 12 years ago
  Alexander Szpakowski 36c5259e12 Font objects now have mipmap filter and mipmap sharpness support 12 years ago
  Alexander Szpakowski a6f4a3ab0f Removed names of unused parameters to quiet noisy compilers 12 years ago
  Alexander Szpakowski e5388ff73b Removed more unnecessary tabs in blank lines 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 8b3fb1d71c Code cleanup 12 years ago
  Alexander Szpakowski 1de26ea1fa Added "mipmap" love.graphics.isSupported string 12 years ago
  Alexander Szpakowski 2d077758d1 Fixed mipmap generation for pre-FBO systems, fixed NPOT check if mipmap filtering is enabled on an image before the texture is created 12 years ago
  Alexander Szpakowski f067e228b4 Fixed mipmap sharpness setting not being correctly reapplied on resolution change 12 years ago
  Alexander Szpakowski fda16e27cd Changed image mipmap api: Image:setFilter now takes an optional third argument (mipmap filter mode), Image:get/setMipmapFilter is removed. 12 years ago
  Alexander Szpakowski 2739ea561a Initial image mipmapping implementation. Includes Image:set/getMipmapFilter and Image:set/getMipmapSharpness. setMipMapFilter requires a filter mode, or nil to disable mipmapping. 12 years ago
  Alexander Szpakowski ab98b0de45 Added mipmap support to Image filter struct and OpenGL texture filter helper functions 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 82ea98aa65 Disable Data:getPointer (issue #520) 12 years ago
  Bart van Strien b10ff8da42 Apply patch that fixes File:read from reading too much (on EOF) (bug #530) 12 years ago
  vrld 62e2c752e5 More verbose VertexIndex::getType() (using numeric_limits) 12 years ago
  vrld b0abcbda71 Fix: Returning wrong type in VertexIndex::getType() 12 years ago
  vrld 8bbf68c69c Match types in VertexIndex::getType() 12 years ago
  vrld dcfc18192d Fix issue #494: Source:getDistance doesn't work 13 years ago
  vrld b2f1408b12 Fix issue #495: Large spritebatches doesn't render properly 13 years ago
  vrld 7c2889afae Fix issue #514: Redundant if-clause in ImageData::paste 13 years ago
  vrld 6882c2c32c Close issue #519: Maximum stack depth reached error message. 13 years ago
  vrld c782093374 Intel gets their way 13 years ago
  vrld a35b4232e1 Use opengl buffer ARB constistently in VertexBuffer. 13 years ago
  vrld 6ffb9d28f0 VertexBuffer/SpriteBatch speed tweaks. 13 years ago
  Bart van Strien 4de936ed75 Fix love.physics.getDistance 13 years ago
  Bart van Strien d24c0344c8 Make second argument to setDefaultImageFilter Image:setFilter and Image:setWrap optional, and default to the first 13 years ago