Commit History

作者 SHA1 備註 提交日期
  Alex Szpakowski a9e4be760e Updated the list of SDL backends which should default to OpenGL ES to include emscripten. 10 年之前
  Alex Szpakowski 48a0910907 Renamed love.textedit to love.textedited. (text composition event callback) 10 年之前
  Alex Szpakowski 8c3dd76327 Updated LZ4 to the latest version. 10 年之前
  Alex Szpakowski 457903a425 Renamed love.touch.getIDs to love.touch.getTouches. 10 年之前
  Alex Szpakowski 7e42d82308 Added an optional third argument to the width/height variant of love.image.newImageData. The new argument is a string containing raw byte pixel data to copy to the new ImageData (e.g. the result of a previous ImageData:getString with an ImageData of the same width and height..) 10 年之前
  Alex Szpakowski f141cb3a16 Added a small 'contributing' section to the readme. 10 年之前
  Alex Szpakowski f334a24f79 Potentially better calculation for the default number of points in the rounded-rect variant of love.graphics.rectangle. 10 年之前
  Alex Szpakowski 4fe8e7214d Error if the rx and ry parameters of love.graphics.rectangle are >= half the rectangle's width or height, respectively. 10 年之前
  Alex Szpakowski 0f986b10aa Cleaned up some code, the 'ry' parameter of love.graphics.rectangle now defaults to the value of 'rx' rather than defaulting to 0. 10 年之前
  muddmaker 2a4524e5c0 Make ry optional, and ellipse can replace circle. 10 年之前
  muddmaker 0119e47f87 Make roudned rectangle a variant of rectangle 10 年之前
  muddmaker cb3ae86726 Add rx and ry parameters to roudnedRectangle 10 年之前
  muddmaker dd41ccfbf7 Fix another typo. 10 年之前
  muddmaker 439cc65382 Fix typo 10 年之前
  muddmaker fbc419fda6 Add eclipse and roundedRectangle to love.graphics 10 年之前
  Alex Szpakowski c3fd7a25a3 Fixed some misc. compiler warnings. 10 年之前
  Alex Szpakowski 17fe6bd30a Hopfully fixed some Xcode syntax highlighting and in-line error detection issues. 10 年之前
  Bart van Strien 2a33af3920 Fix broken wav decoding on partial decodes, seemed to mostly/only affect 8-bit wav 10 年之前
  Alex Szpakowski 30b083bd23 Fixed the new love.graphics.newMesh variant that accepts a Data object. 10 年之前
  Alex Szpakowski f2538ac2fa love.window.getFullscreenModes, getDesktopDimensions, and setPosition now default the display index parameter to the display the window is currently in, rather than the primary display. 10 年之前
  Alex Szpakowski 3704595189 Enabled OpenGL ES 3 support for Windows/Linux/Android when SDL 2.0.4+ is used, since that SDL version fixed its EGL code for GLES 3+. 10 年之前
  Alex Szpakowski 811b2db466 The full executable path, rather than argv[0], is now used when determining whether the executable is fused (resolves issue #1043.) 10 年之前
  Alex Szpakowski 60e8cc24bf Removed iOS-specific code to decode and encode images using the ImageIO framework (it's now redundant.) 10 年之前
  Alex Szpakowski 542596531c Updated changelog 10 年之前
  Alex Szpakowski cf3dac8a4b Merged in LPGhatguy/love/LPGhatguy/add-notice-from-issue-877-1430691607768 (pull request #47) 10 年之前
  Lucien Greathouse 8e57072631 Add notice from issue #877 10 年之前
  Alex Szpakowski 5dbf589d47 Removed libjpeg-turbo as a dependency (closes issue #1031.) Removed jpeg support for ImageData:encode. stb_image now handles jpeg image loading. 10 年之前
  Alex Szpakowski cc634d1871 Updated stb_image to 2.0.5. 10 年之前
  Alex Szpakowski a35ccb4426 Added Font:setFallbacks(otherfont, ...). Resolves issue #1041. 10 年之前
  Alex Szpakowski 4e1011a52e Re-added Mesh:setVertices. 10 年之前