История коммитов

Автор SHA1 Сообщение Дата
  Alex Szpakowski 4dc73959a6 Hopefully fixed a major bug related to using Shader:send with textures. 10 лет назад
  Alex Szpakowski b39036eaa5 Added Image:getFlags. 10 лет назад
  Alex Szpakowski c561308c96 Font:getWrap's second return value is now a table containing the text split into lines. Resolves issue #1002. 10 лет назад
  Alex Szpakowski 4fa5ab4a07 Fixed the winding order of triangles in SpriteBatches and ParticleSystems. 10 лет назад
  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 лет назад
  Alex Szpakowski e2652fddc1 Updated the readme. 10 лет назад
  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 лет назад
  Alex Szpakowski 8277eb9abd Renamed the internal OpenGL buffer class from VertexBuffer to GLBuffer. 10 лет назад
  Alex Szpakowski d7667ea8fc Updated changelog. 10 лет назад
  Alex Szpakowski 17be869293 Merged minor into default 10 лет назад
  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 лет назад
  Alex Szpakowski 3ced9ca38f Added one- and two-channel Canvas formats: r8, rg8, r16f, rg16f, r32f, and rg32f. 10 лет назад
  Alex Szpakowski 3fea174008 Cleaned up some shader code. 10 лет назад
  Alex Szpakowski 3536f2665f love.graphics.clear can accept an array of color components. 10 лет назад
  Alex Szpakowski 9869999fda Added a missing key constant. 10 лет назад
  Alex Szpakowski bf5f0b4175 bmp isn't a supported format for ImageData:encode. 10 лет назад
  Alex Szpakowski dcbe7c4871 Added a static assert to make sure type IDs always have a corresponding type name. 10 лет назад
  Alex Szpakowski 2f419c1c83 Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's. 10 лет назад
  Alex Szpakowski 3830a0969c Moved the Texture and Quad Lua wrapper files out of the opengl graphics implementation folder. 10 лет назад
  Alex Szpakowski c572b1af19 Moved the Lua wrapper code for love.event out of the sdl implementation folder. 10 лет назад
  Alex Szpakowski a8276105c7 Renamed love.touch.getTouchIDs to love.touch.getIDs. 10 лет назад
  Alex Szpakowski 395bb0bea8 Fixed a crash when Canvas:newImageData should error. 10 лет назад
  Alex Szpakowski faa4a33fe9 Use triangle strips rather than triangle fans when possible. 10 лет назад
  Alex Szpakowski 9313484fcc Cleaned up graphics.lua a bit 10 лет назад
  Alex Szpakowski 9a2bf4b210 Fixed the check for OpenGL extensions that support glInvalidateFramebuffer to check for GL_ARB_invalidate_subdata instead of GL_ARB_ES3_compatibility. 10 лет назад
  Alex Szpakowski b9c90e8a6f Fixed the background color for the error screen, and updated LodePNG to the latest version. 10 лет назад
  Alex Szpakowski b52b9c7a2b Added love.graphics.discard, which discards the contents of the screen (or currently active Canvas.) 10 лет назад
  Alex Szpakowski 1326ae9a5d Added love.graphics.clearStencil, which only clears the stencil buffer. 10 лет назад
  Alex Szpakowski 3efcf3901b Removed Canvas:clear. love.graphics.clear now accepts r,g,b,a values (and defaults to 0,0,0,0 with no arguments given.) love.graphics.clear clears the content of the currently active Canvas(es.) 10 лет назад
  Alex Szpakowski f83c2db471 Cleaned up the Canvas code. 10 лет назад