Commit History

作者 SHA1 備註 提交日期
  Bart van Strien be2363fc00 Add Channel:supply(), a blocking version of Channel:push() 12 年之前
  Bart van Strien 0fd4b147a4 Merge in default 12 年之前
  Bart van Strien 4221d55468 Enfore limits on ParticleSystem:setSizeVariation (issue #545) 12 年之前
  Bart van Strien 32684b674e Add Font:getAscent/getDescent/getBaseline (issue #445) 12 年之前
  Bart van Strien 84b6eedf1f Make the default point style to setPoint 'smooth' (issue #543), and fix setPointStyle ignoring normal operation 12 年之前
  Bart van Strien a72c981c32 Make sure love.errhand gets a local reference to print as well, and find the error handler at errortime (partial #390) 12 年之前
  Bart van Strien 501beb7d02 Add blend mode 'none' (issue #536) 12 年之前
  Bart van Strien 49961d66c7 Fix setVolumeLimits (issue #537) 12 年之前
  Bart van Strien b97765b169 Check for OpenGL 2.0 in NPOT check (issue #538) 12 年之前
  vrld 2db9bfad11 Fix PixelEffect texture unit pool. 12 年之前
  vrld 3b80c52cc2 Merged in slime73/love-mipmap (pull request #18: Add mipmapping support to images) 12 年之前
  rude c03e35b6cc Merge default branch. 12 年之前
  rude 697f4de80a Fix compilation issue in MSVC2012. 12 年之前
  Alexander Szpakowski 36c5259e12 Font objects now have mipmap filter and mipmap sharpness support 12 年之前
  Alexander Szpakowski a6f4a3ab0f Removed names of unused parameters to quiet noisy compilers 12 年之前
  Alexander Szpakowski e5388ff73b Removed more unnecessary tabs in blank lines 12 年之前
  Alexander Szpakowski eb98e8cc48 Removed unnecessary tabs in empty lines, fixed texture filtering when the minification and mipmap filter are the same 12 年之前
  Alexander Szpakowski 8b3fb1d71c Code cleanup 12 年之前
  Alexander Szpakowski 1de26ea1fa Added "mipmap" love.graphics.isSupported string 12 年之前
  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 年之前
  Alexander Szpakowski f067e228b4 Fixed mipmap sharpness setting not being correctly reapplied on resolution change 12 年之前
  Alexander Szpakowski fda16e27cd Changed image mipmap api: Image:setFilter now takes an optional third argument (mipmap filter mode), Image:get/setMipmapFilter is removed. 12 年之前
  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 年之前
  Alexander Szpakowski ab98b0de45 Added mipmap support to Image filter struct and OpenGL texture filter helper functions 12 年之前
  Alexander Szpakowski 1678252b7a Applied patch from issue #542 (texture filtering inconsistencies) in main LÖVE repository 12 年之前
  Alexander Szpakowski a8dc813258 Text drawing performance improvements (issue #532) 12 年之前
  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 年之前
  Bart van Strien 82ea98aa65 Disable Data:getPointer (issue #520) 12 年之前
  Bart van Strien b10ff8da42 Apply patch that fixes File:read from reading too much (on EOF) (bug #530) 12 年之前
  vrld 62e2c752e5 More verbose VertexIndex::getType() (using numeric_limits) 12 年之前