Commit History

Author SHA1 Message Date
  Alex Szpakowski c8428a0a2b Fixed opening .love files in Mac OS 10.9 (resolves issue #689) 12 years ago
  Alex Szpakowski 4595bb68eb Updated changelog 12 years ago
  Alex Szpakowski 295487165f Unprintable ascii text (numbers 0-31 and 127 in decimal) is no longer sent to the unicode argument of love.keypressed 12 years ago
  Alex Szpakowski 8408c276cb ParticleSystem:setColors(r, g, b) now defaults to 255 alpha instead of erroring (resolves issue #686) 12 years ago
  Alex Szpakowski bdb4c7eb90 Renamed t.screen to t.window in love.conf (resolves issue #637) 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 335cc378fc Added some internal verification for registering love type names 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 f9ce521794 Fixed a bug when requiring enet 12 years ago
  Alex Szpakowski 57aa632841 Added love.graphics.getMaxImageSize 12 years ago
  Alex Szpakowski 5a3055dd3b Replaced internal calls to luaL_register (deprecated in Lua 5.2) with an alternative 12 years ago
  Alex Szpakowski 3725b4122f Fixed lazy-loading of stencil buffers in Canvases sometimes failing due to uninitialized variables 12 years ago
  Bart van Strien 259f15da6f Apply box2d heap tickler patch: make sure ChainShape:getPoints has enough stack size 12 years ago
  Alex Szpakowski ada83d1f2d Updated changelog 12 years ago
  Alex Szpakowski 8ac288876d Added Thread:isRunning 12 years ago
  Alex Szpakowski 719e9253da Fixed a compiler warning 12 years ago
  Bart van Strien 98d92d3e1f Add support for "flat" tables to Variant. 12 years ago
  Alex Szpakowski 67353d4de7 Reduced CPU usage (and improved performance) for the nogame screen 12 years ago
  rude aa1c091cc9 Add Baby Inspector no-game screen. 12 years ago
  Alex Szpakowski 7601ef05f4 Fixed a potential memory leak 12 years ago
  Alex Szpakowski 2ccbbe1c64 Fixed love.graphics.newShader crashing when extern variables with very short names are used 12 years ago
  Alex Szpakowski 267d901cd6 Fixed Geometry:flip when the Geometry was created with newQuad (resolves issue #671) 12 years ago
  Bart van Strien 882313551c Rename SoundData:getBits to getBitDepth (resolve #636) 12 years ago
  Bart van Strien e382c8939c Make Source:seek fail with negative offsets (resolves #667) 12 years ago
  Alex Szpakowski bcc85f884e ImageData:mapPixel can now take optional x,y,w,h parameters to constrain it to a rectangle in the ImageData 12 years ago
  Alex Szpakowski 91e4feeca0 Fixed justify AlignMode 12 years ago
  Alex Szpakowski 35b4f03411 Fixed thread:start crashing with nil arguments 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
  Alex Szpakowski 12c5bbfb9a Improved error messages when a function which expects a love type gets something else 12 years ago