Commit History

Author SHA1 Message Date
  Alex Szpakowski a119e6a862 Added an optional spacing argument to love.graphics.newImageFont, allowing additional spacing (positive or negative) to be applied to all glyphs rendered using that font. 10 years ago
  Alex Szpakowski b1f4beac56 Fixed the internal color mask state not being updated when love.graphics.setColorMask is called. 10 years ago
  Alex Szpakowski 2e8f19930c Fixed love.graphics.stencil 10 years ago
  Alex Szpakowski 52b2701cf0 Removed love.graphics.clearStencil. love.graphics.stencil now clears the stencil buffer unless true is passed as an optional second argument ('keep the existing contents'.) 10 years ago
  Alex Szpakowski b76b7bac8b Added support for a few more mouse buttons (via "x3", "x4", and "x5" button constants.) 10 years ago
  Alex Szpakowski 4ef0d257e9 Added an optional font hinting argument to love.graphics.newFont / love.font.newRasterizer when loading TrueType fonts. Resolves issue #963. 10 years ago
  Alex Szpakowski afcad4defc Added new flag t.accelerometerjoystick to love.conf (true by default.) When set to false on mobile, the device's accelerometer will not show up as a joystick even if the joystick module is loaded. 10 years ago
  Alex Szpakowski 7e99ea6839 Added a boolean argument to love.mousemoved indicating whether the event came from a touch press (love.mousepressed and love.mousereleased already have it.) 10 years ago
  Alex Szpakowski 4dc73959a6 Hopefully fixed a major bug related to using Shader:send with textures. 10 years ago
  Alex Szpakowski b39036eaa5 Added Image:getFlags. 10 years ago
  Alex Szpakowski c561308c96 Font:getWrap's second return value is now a table containing the text split into lines. Resolves issue #1002. 10 years ago
  Alex Szpakowski 4fa5ab4a07 Fixed the winding order of triangles in SpriteBatches and ParticleSystems. 10 years ago
  Alex Szpakowski 4263de89ab The default offset for particles in a ParticleSystem is now updated when ParticleSystem:setQuads or ParticleSystem:setTexture is used (resolves issue #998.) 10 years ago
  Alex Szpakowski e2652fddc1 Updated the readme. 10 years ago
  Alex Szpakowski 06fa7bd7a4 Don't enable SDL_GL_FRAMEBUFFER_SRGB_CAPABLE in Linux when creating the window, to work around a potential bug. sRGB windows are still possible even without that. 10 years ago
  Alex Szpakowski 8277eb9abd Renamed the internal OpenGL buffer class from VertexBuffer to GLBuffer. 10 years ago
  Alex Szpakowski d7667ea8fc Updated changelog. 10 years ago
  Alex Szpakowski 17be869293 Merged minor into default 10 years ago
  Alex Szpakowski 275a9a300f Multi-canvas rendering (love.graphics.setCanvas with multiple canvases) now allows canvases with different formats, if the system supports it. Added 'multicanvasformats' to the table returned by love.graphics.getSupported. 10 years ago
  Alex Szpakowski 3ced9ca38f Added one- and two-channel Canvas formats: r8, rg8, r16f, rg16f, r32f, and rg32f. 10 years ago
  Alex Szpakowski 3fea174008 Cleaned up some shader code. 10 years ago
  Alex Szpakowski 3536f2665f love.graphics.clear can accept an array of color components. 10 years ago
  Alex Szpakowski 9869999fda Added a missing key constant. 10 years ago
  Alex Szpakowski bf5f0b4175 bmp isn't a supported format for ImageData:encode. 10 years ago
  Alex Szpakowski dcbe7c4871 Added a static assert to make sure type IDs always have a corresponding type name. 10 years ago
  Alex Szpakowski 2f419c1c83 Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's. 10 years ago
  Alex Szpakowski 3830a0969c Moved the Texture and Quad Lua wrapper files out of the opengl graphics implementation folder. 10 years ago
  Alex Szpakowski c572b1af19 Moved the Lua wrapper code for love.event out of the sdl implementation folder. 10 years ago
  Alex Szpakowski a8276105c7 Renamed love.touch.getTouchIDs to love.touch.getIDs. 10 years ago
  Alex Szpakowski 395bb0bea8 Fixed a crash when Canvas:newImageData should error. 10 years ago