提交历史

作者 SHA1 备注 提交日期
  Alex Szpakowski d8a68d6ce1 Updated iOS-specific graphics code to use the latest SDL changes. 10 年之前
  Alex Szpakowski 2a482f8e98 Updated stb_image to version 2.0.3. 10 年之前
  Alex Szpakowski f2ab02da13 Mostly fixed the precision of love's uniform matrices not matching between shader stages in OpenGL ES. 10 年之前
  Alex Szpakowski 4c9b2105cd Updated the changelog 10 年之前
  Alex Szpakowski 2844499ef7 Added the ability to have custom vertex attributes in Meshes (resolves issue #768.) 10 年之前
  Alex Szpakowski f8ff50cfde Fixed Image:refresh for sRGB images when OpenGL ES 2 is being used. 10 年之前
  Alex Szpakowski cf0968fc6d Avoid some VC++ compiler warnings 10 年之前
  Alex Szpakowski 2a6bffaa5a Prevent sRGB and non-sRGB Canvas formats from being used together in multi-canvas rendering (MRTs), due to driver bugs. 10 年之前
  Dermoumi Sid 6a07823224 Fixed shearing resetting transformations 10 年之前
  Alex Szpakowski a17fed2a1e Fixed utf8.char. 10 年之前
  Alex Szpakowski 3aafab9607 Hopefully fixed compilation in Windows. 10 年之前
  Alex Szpakowski cffa899e03 Explicitly mention SDL in the error message caused by SDL subsystem initialization failure. 10 年之前
  Alex Szpakowski 86d41620dd Replaced the mouse button constants ("l", "r", "m", etc.) with button numbers. 1 is the primary button, 2 is the secondary button, 3 is middle-mouse, etc. Resolves issue #1019. 10 年之前
  Alex Szpakowski 78dd8bc547 Added love.touch.getPressure(touchid). Not useful on most touch-capable devices, but I do expect Apple's Force Touch to make it into iPhones in the near future. 10 年之前
  Alex Szpakowski b8cb16dc95 Updated changelog 10 年之前
  Alex Szpakowski a29b349014 Added love.math.compress(data, format [, level]) and love.math.decompress(compresseddata) / love.math.decompress(compressedstring, format). 10 年之前
  Alex Szpakowski 4d92d00aff Fixed compilation on OSX/Windows/iOS 10 年之前
  Bart van Strien 37f04a7f3d Set LOVE_LINUX when compiling under BSD (see issue #867) 10 年之前
  vrld f32d770cf6 Add BezierCurve:getSegment(t1, t2) 10 年之前
  vrld f7cb16be87 Merged in muddmaker/love-render-curve-segment (pull request #39) 10 年之前
  muddmaker 8ee2db3420 Fix typos 10 年之前
  Bart van Strien cb02452c08 Verify both platform and endianness have been determined in configuration 10 年之前
  muddmaker 3a54d4599a fix conflicts 10 年之前
  Bart van Strien 95d9dfa801 Explicitly search for pkg-config in configure script 10 年之前
  Alex Szpakowski e237ed2432 love.graphics.discard now accepts a table of booleans indicating which of the active canvases to discard (matches love.graphics.clear.) 10 年之前
  Alex Szpakowski 163d059305 Moved most of the love.timer code out of the sdl implementation folder. 10 年之前
  Alex Szpakowski d31168c0e0 Cleaned up some graphics code. 10 年之前
  Alex Szpakowski 7741adc7b4 Switched back to zlib decompression for PNG images and fixed a memory leak issue when decompressing. 10 年之前
  Alex Szpakowski 5138acaee5 Temporarily disabled zlib decompression for PNG images, in favour of LodePNG's built-in decompression code. 10 年之前
  djcj 9d2a2832ab Disable static libraries by default in linux build 10 年之前