Istoricul angajamentelor

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  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 ani în urmă
  Alex Szpakowski 86ced3c70e Simplified the error message on image creation failure 12 ani în urmă
  Alex Szpakowski 7d579308dc LÖVE now errors when Image creation fails 12 ani în urmă
  Alex Szpakowski 472915a4bb Worked around ATI/AMD driver bugs when creating mipmaps for Images 12 ani în urmă
  Alex Szpakowski 23968d3b4a Fixed image mipmap creation on some systems with buggy video drivers 12 ani în urmă
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 ani în urmă
  rude de8b4d91a5 Use GLint when getting GL_GENERATE_MIPMAP. 12 ani în urmă
  Bart van Strien b97765b169 Check for OpenGL 2.0 in NPOT check (issue #538) 12 ani în urmă
  Alexander Szpakowski eb98e8cc48 Removed unnecessary tabs in empty lines, fixed texture filtering when the minification and mipmap filter are the same 12 ani în urmă
  Alexander Szpakowski 8b3fb1d71c Code cleanup 12 ani în urmă
  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 ani în urmă
  Alexander Szpakowski f067e228b4 Fixed mipmap sharpness setting not being correctly reapplied on resolution change 12 ani în urmă
  Alexander Szpakowski fda16e27cd Changed image mipmap api: Image:setFilter now takes an optional third argument (mipmap filter mode), Image:get/setMipmapFilter is removed. 12 ani în urmă
  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 ani în urmă
  Alexander Szpakowski 1678252b7a Applied patch from issue #542 (texture filtering inconsistencies) in main LÖVE repository 12 ani în urmă
  Bart van Strien 7793e7f02f CRLF to LF 13 ani în urmă
  rude 81c38e22d0 Applied the new style guidelines. 13 ani în urmă
  Bart van Strien 1e00f0f981 Move the default image filter to the Image class, instead of Graphics applying it on newImage 13 ani în urmă
  Bart van Strien 2ac4a9e6d0 Manually keep track of bound textures, so we don't have to poll each frame 13 ani în urmă
  Bill Meltsner be55579a22 Happy New Year, have an enormous diff 13 ani în urmă
  Bart van Strien 870973197c Only bind images when they weren't (issue #353) 13 ani în urmă
  Bart van Strien 864c800e10 Fix some warnings 13 ani în urmă
  Bart van Strien 0aae9684b3 Automated formatting fix 14 ani în urmă
  Bart van Strien d8b1d67a34 Centralize NPOT support check for image, export it to isSupported 14 ani în urmă
  vrld ce9e694acc Make setDefaultImageFilter() not break image:setFilter() (thanks adrix89!) 14 ani în urmă
  vrld 48137cd2e1 Fix Issue #278: Set default filter mode for new images. 14 ani în urmă
  Bill Meltsner 14348f6146 Create DrawQable class, make Image and Canvas DrawQable, and make love.graphics.drawq take a DrawQable as its first argument 14 ani în urmă
  vrld d420d68048 Add shear transformation and transform object (issue #152). 14 ani în urmă
  Bart van Strien d613505a77 Only pad when needed 14 ani în urmă
  Bart van Strien 87fd3362e2 Mixed up s and t, po2ify should work correctly now, quads still broken 14 ani în urmă