提交历史

作者 SHA1 备注 提交日期
  Alex Szpakowski c36a53fdcb Add new non-readable Canvas formats: depth16, depth24, depth32f, depth24stencil8, and depth32fstencil8. 8 年之前
  Alex Szpakowski 018a3831cb Add a new “stencil8” pixel format for Canvases (resolves issue #1003). 8 年之前
  Alex Szpakowski 08a377ff30 Rename love.graphics.flush to love.graphics.flushBatch. 8 年之前
  Bart van Strien ac00329ddd Fix wrong default reference angle for WeldJoint/PrismaticJoint/RevoluteJoint (fixes #1258) 8 年之前
  Bart van Strien f70ad12d3e Expose love.event.poll_i 8 年之前
  Alex Szpakowski a854602344 Fix a crash when a Source stops playing. 8 年之前
  Alex Szpakowski 60f898af67 Fix a crash when loading .pvr compressed texture. 8 年之前
  Alex Szpakowski f8c58c54c8 love.math.randomNormal can be JIT-compiled 8 年之前
  Bart van Strien b205b8a020 Remove references to old LOVE_ENABLE_module_implementation defines 8 年之前
  Alex Szpakowski 43fea45f9f Fix a memory leak when pushing love objects to threads which never load that object’s module (resolves issue #1267). 8 年之前
  Bart van Strien 3c29c26e7a Oops, some automagic messages ended up on stderr 8 年之前
  Bart van Strien 4ccbe6dfec Update autotools build system 8 年之前
  Bart van Strien cc4dea07b5 Make automagic automatically print command output in case an error occurs 8 年之前
  Alex Szpakowski 7fdea9a5d1 Merged in lognz/love-minor2/particle system new features (pull request #85) 8 年之前
  lognz 9f2ac304e3 Corrected angle not factoring setDirection() into spawn angle 8 年之前
  lognz 0f99f261e0 Particle System new features 8 年之前
  lognz 09b757f018 2 new area particle distributions: borderellipse and borderrectangle 8 年之前
  Alex Szpakowski a8e4db8e1e Clamp color arguments to [0, 1] in cases where we don’t support values outside of that range internally. 8 年之前
  Alex Szpakowski 1a9262dda9 Fix compilation on iOS. Fix shader compilation on OpenGL ES. Fix (harmless) GL errors on OpenGL ES 2. Resolves issue #1266. 8 年之前
  Alex Szpakowski 5ce084051a Fix for gles shader profiles when validating shaders. 8 年之前
  Alex Szpakowski 856a4e60ae Declare VaryingTexCoords and love_ScreenSize as highp when supported. 8 年之前
  Alex Szpakowski ceb9cd1c0b Rename internal “GLSLES” references to “ESSL”. 8 年之前
  Alex Szpakowski 0fde3fde35 Add new variants of love.graphics.print/printf which accept a Font argument, rather than relying on global love.graphics state to determine the Font to use. 8 年之前
  Alex Szpakowski 074107b01d ImageData:paste can copy between ImageData of different formats. Resolves issue #1249. 8 年之前
  Alex Szpakowski cb9aa857d7 Don’t try to create the standard/default array texture shader if array textures are not supported. 8 年之前
  Alex Szpakowski 12ede289b4 Fix memory leak 8 年之前
  Alex Szpakowski b44e6b2156 love.graphics.newVolumeImage can now automatically convert a 1xN or Nx1 sheet of square images into layers. 8 年之前
  Alex Szpakowski a3454aa205 Use a simpler default video shader. 8 年之前
  Alex Szpakowski 9e94f5a375 love.graphics.drawLayer(canvas, …) now errors if the Canvas is currently active as a render target (matches behaviour of love.graphics.draw). 8 年之前
  Alex Szpakowski 66b299822a Array textures can be easily drawn without a shader (resolves issue #1111). 8 年之前