Commit History

Author SHA1 Message Date
  Alex Szpakowski cd1a23c4ad Improved handling of (File)Data in love.graphics.newFont and love.thread.newThread 12 years ago
  Alex Szpakowski 1afc47511c Fixed the graphics viewport not matching the window size when an unsupported fullscreen resolution is set 12 years ago
  Alex Szpakowski c0998cd996 Fixed love.graphics.setScissor when love.graphics.setCanvas is called directly after a setScissor call 12 years ago
  Alex Szpakowski 1482b13363 Fixed SpriteBatch:unbind 12 years ago
  Alex Szpakowski da9675e424 SpriteBatch:addg can now take triangle Geometries 12 years ago
  Alex Szpakowski 6fe1bfd5f9 Removed convex-check from Geometry:setVertex to prevent errors when re-ordering vertices 12 years ago
  Alex Szpakowski 6c6cb270de Fixed Canvas:clear 12 years ago
  Alex Szpakowski 6a76e082e4 Re-added love.graphics.getWidth/getHeight 12 years ago
  Alex Szpakowski 252aa114a7 Fixed a potential error in the release errhand function 12 years ago
  Bart van Strien b6c8a48c25 --disable-mpg123 needs the header conditionally included, too 12 years ago
  Bart van Strien c99fb2fb99 Fix --disable-mpg123 by telling automake to not compile it, instead of using ifdefs 12 years ago
  Bart van Strien 6bc4f7a34e Revision 1500 s/''/'/ on configure.ac, how fitting 12 years ago
  Bart van Strien d8dfd62035 Rework configure.ac, clean up platform/unix 12 years ago
  Bart van Strien 7b923dc75b On windows, open the console window before the main window, which should mean that the main window gets focus 12 years ago
  Alex Szpakowski 005344dddd Codename Baby Inspector 12 years ago
  Alex Szpakowski 0545138f1e Added ParticleSystem:isStopped (issue #623) 12 years ago
  Alex Szpakowski 4dc2072fc6 Fixed error messages in functions where love.filesystem.newFile(Data) is called internally 12 years ago
  Alex Szpakowski 7959158ffa love.audio.newSource now optionally accepts FileData (issue #624) 12 years ago
  Alex Szpakowski 0c58d5d46a Added ParticleSystem:isPaused (issue #623) and removed ParticleSystem:isEmpty/isFull (issue #621) 12 years ago
  Alex Szpakowski 0e9d73503c Stencil buffers are now created and attached to canvases on-demand, instead of always on canvas creation. 12 years ago
  Alex Szpakowski ac094f9437 Fixed love.graphics.newScreenshot to always read from the main framebuffer, even when a canvas is bound 12 years ago
  Alex Szpakowski 0b71fa1483 Added SpriteBatch:getCount and SpriteBatch:getBufferSize, and removed SpriteBatch:isEmpty/isFull. 12 years ago
  Alex Szpakowski 264948690c Renamed BlendMode "none" to "replace" and updated changelog 12 years ago
  Alex Szpakowski eaf69aead1 Renamed love.window.setTitle back to love.window.setCaption 12 years ago
  Alex Szpakowski 123889dfed Converted code for Shader:send from Lua to C++ 12 years ago
  Alex Szpakowski 89265107ea Fixed SpriteBatch:addg/setg to error properly instead of crash when attempting to use a Geometry without exactly 4 vertices 12 years ago
  Bart van Strien 167d3183b9 Rename SpriteBatch:setq to setg 12 years ago
  Alex Szpakowski 2b54ea23de Added love.window.isVisible 12 years ago
  Alex Szpakowski 4718267c31 Updated Xcode project to be more LuaJIT-friendly 12 years ago
  Alex Szpakowski 60ca08e220 Merged in kyleconroy/love/add-visual-studio-files (pull request #27) 12 years ago