提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Alex Szpakowski a66a7b7ce9 Prevent invalid stencil buffer contents from being used when switching to a Canvas on mobile. 10 年之前
  Alex Szpakowski 95f87ed886 Added love.lowmemory event callback function, called when the app is close to running out of memory on iOS and Android. 10 年之前
  Alex Szpakowski e8ce59038f Renamed Canvas:getImageData to Canvas:newImageData (see issue #1001.) 10 年之前
  Alex Szpakowski 8239d472d4 Removed Canvas:getPixel and added optional x/y/width/height arguments to Canvas:getImageData to specify a sub-rectangle (see issue #1001.) 10 年之前
  Alex Szpakowski 1b29679912 Merged default into minor 10 年之前
  Alex Szpakowski c4dd3df799 Added a placeholder default launch screen nib for iOS so the app always uses the device's native resolution (in iOS 8+, at least.) 10 年之前
  Alex Szpakowski 2cc53bb85c Added Canvas MSAA support in OpenGL ES 2 on iOS and when ANGLE is used on Windows. 10 年之前
  Alex Szpakowski 517ee44e84 Fixed Canvases on iOS, added support for Canvas MSAA on OpenGL ES 3. 10 年之前
  Alex Szpakowski 52c4f2c119 Improved the performance of love.window.getPixelScale / toPixels / fromPixels by caching some values. Made some coordinate space-sensitive code use the proper conversions to get to the correct coordinate space. 10 年之前
  David Huffman 19094b5a3f Maintain consistency with #endif comments 10 年之前
  Alex Szpakowski 182792de85 Enabled CoreAudio sound decoder support on iOS 10 年之前
  Alex Szpakowski aac4b3487a Replace deprecated PHYSFS_addToSearchPath calls with PHYSFS_mount. 10 年之前
  Alex Szpakowski 1aaa8737ab Merged default into minor 10 年之前
  Alex Szpakowski 59e1cf23e8 Probably fixed the Windows build 10 年之前
  Alex Szpakowski 5822128c14 Copy/paste error... 10 年之前
  Alex Szpakowski 5932c39c86 Removed some redundant code. 10 年之前
  Alex Szpakowski 33d20620b5 The Proxy struct now stores an actual love::Object pointer (rather than void*), which makes code using Proxies a bit cleaner. 10 年之前
  Alex Szpakowski e26e170f78 Enabled high-dpi code on Linux (even though SDL doesn't support it yet on Linux, as of 2.0.4.) SDL 2.0.1 or newer is now required on Linux. 10 年之前
  Alex Szpakowski bf8f6f8b02 Changed the default fullscreen type from 'exclusive' to 'desktop'. 10 年之前
  Alex Szpakowski 33f57ce8fd OpenGL ES 3 contexts can only be reliably created on iOS (for now.) 10 年之前
  Alex Szpakowski 622b737019 Merged default into minor 10 年之前
  Alex Szpakowski 971380003b Reorganized some Image code. 10 年之前
  Alex Szpakowski 813061c0e0 Fix the stencil buffer in Canvases when the graphics driver uses a MSAA value for the Canvas' buffers that's greater than the number of requested MSAA samples. 10 年之前
  Alex Szpakowski 3faa3c7645 Removed some unnecessary xcode project config files 10 年之前
  Alex Szpakowski ebc68023a7 Fix many warnings about implicit integer conversions when compiling for 64 bits. 10 年之前
  Alex Szpakowski 85de3c41fb Initial iOS implementation. 10 年之前
  Alex Szpakowski 24c7539182 Updated some Xcode project settings 10 年之前