Commit History

Author SHA1 Message Date
  Alex Szpakowski 21d1e7737c Fixed ParticleSystem:setAreaSpread("none") to not require x/y arguments (resolves issue #738) 12 years ago
  Alex Szpakowski f89097ed90 Fixed the error message when only one argument is given to newImageFont (resolves issue #737) 12 years ago
  Alex Szpakowski ef9f30d5c4 Fixed a typo preventing compressed textures from being loaded into images 12 years ago
  Alex Szpakowski 06f80d5c08 Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729) 12 years ago
  Alex Szpakowski ec9dec6b80 Replaced luax_newtype with luax_pushtype (and added luax_rawnewtype for the old functionality of luax_newtype.) 12 years ago
  Alex Szpakowski 1b5912a461 Really fixed setScissor erroring when scissoring is disabled and x,y,w,h from getScissor is used (see issue #709) 12 years ago
  Alex Szpakowski 394888bd13 Fixed love.graphics.setScissor and love.graphics.setColorMask to not error if a single nil argument is given (resolves issue #709) 12 years ago
  Alex Szpakowski 96a668ecf3 Renamed CompressedData:getType to CompressedData:getFormat 12 years ago
  Alex Szpakowski 72068ba519 love.graphics.isSupported now errors if an invalid string is given (see issue #690) 12 years ago
  Alex Szpakowski 73e9f327dc Cleaned up boot.lua a tiny bit 12 years ago
  vrld be205544b3 Issue #659: Add line joins. 12 years ago
  Alex Szpakowski a4ff39e0d4 Improved error checking for some enum strings (resolves issue #690). 12 years ago
  Alex Szpakowski d7802b053b Removed love.graphics.setAlphaTest: incompatible with OpenGL ES 2+, core OpenGL 3+, and Direct3D 10+. Shaders can accomplish the same things and more. 12 years ago
  Alex Szpakowski f41a2ed910 Reverted commit 8c64a0c (love.graphics.setCanvas(nil) erroring) 12 years ago
  Alex Szpakowski cb0a974546 Merged love.graphics.setCanvases into love.graphics.setCanvas (resolves issue #684) 12 years ago
  Alex Szpakowski 7cf7f3a25f Merged love.graphics.drawg into love.graphics.draw, and SpriteBatch:addg/setg into SpriteBatch:add/set (resolves issue #639) 12 years ago
  Alex Szpakowski 57aa632841 Added love.graphics.getMaxImageSize 12 years ago
  Alex Szpakowski 267d901cd6 Fixed Geometry:flip when the Geometry was created with newQuad (resolves issue #671) 12 years ago
  Alex Szpakowski 454ba9d968 love.graphics.newGeometry now takes an optional draw mode argument ("fan", "strip", or "triangles".) "fan" is the default. 12 years ago
  Bart van Strien f5603b0291 Make love compile against lua5.2 12 years ago
  Alex Szpakowski de745aa37c Fixed ParticleSystem drawing order (issue #604) & added ParticleSystem:s/getInsertMode. Thanks @Boolsheet! 12 years ago
  Alex Szpakowski abd31ca4e2 Fixed ParticleSystems and Files crashing instead of erroring when given bad sizes (issue #666) 12 years ago
  Alex Szpakowski cd97e9ec05 Added Image:getData, returns the original ImageData (or CompressedData) used to create the image 12 years ago
  Alex Szpakowski d48d1fd441 Exposed the internal Rasterizer and GlyphData object methods to Lua. Also added Font:hasGlyph. 12 years ago
  Alex Szpakowski 15535517d6 love.graphics.setColorMask() with no arguments enabled all color components 12 years ago
  Alex Szpakowski 0a1c90f2d7 Removed love.graphics.setLine and love.graphics.setPoint. 12 years ago
  Alex Szpakowski 8718e064e0 Fixed love.graphics.print[f] truncating strings with embedded zeros 12 years ago
  Alex Szpakowski 0a36c41ba0 Removed support for BC7-compressed DDS images (only *very* modern systems support it right now); updated the ddsparse library 12 years ago
  Alex Szpakowski cd1a23c4ad Improved handling of (File)Data in love.graphics.newFont and love.thread.newThread 12 years ago
  Alex Szpakowski 6a76e082e4 Re-added love.graphics.getWidth/getHeight 12 years ago