Commit History

Author SHA1 Message Date
  Alex Szpakowski 73fd45558b Implement Array, Cubemap, and Volume texture types (issue #1111). 8 years ago
  Alex Szpakowski 28b2192ef5 Update Xcode project 8 years ago
  Alex Szpakowski 8558d7894c Move all remaining love.graphics Lua wrapper code out of the opengl implementation folder. 8 years ago
  Alex Szpakowski c0e66eba83 Move backend-agnostic Mesh and SpriteBatch code out of the opengl implementation folder. 8 years ago
  Alex Szpakowski 3616470a0a Move love.graphics Image wrapper code out of the opengl subfolder 8 years ago
  Alex Szpakowski 13af754d3d Move most of Text and Video love.graphics classes out of the opengl subfolder. 8 years ago
  Alex Szpakowski d990044288 love.graphics internal Buffer objects are no longer OpenGL-specific. 8 years ago
  Alex Szpakowski 731b5d5cf0 Added support for GLSL 3 shaders (GLSL 3.30 and GLSL ES 3.00). 8 years ago
  Alex Szpakowski abb72cb813 Happy new year! 🥂 8 years ago
  Alex Szpakowski a986f5e825 Fix iOS build 8 years ago
  Alex Szpakowski f12596dd19 More code restructuring. 8 years ago
  Alex Szpakowski c7419e0e37 Move most graphics Font code out of the opengl subfolder. 8 years ago
  Alex Szpakowski 603c3e43d5 Moved line and shape drawing code out of the opengl folder, since it no longer directly calls any OpenGL functions. 8 years ago
  Alex Szpakowski 0d2e08baff Implement automatic batching for points, lines, shapes, and images/quads. 8 years ago
  Alex Szpakowski d7feb20df9 Remove love.timer SDL implementation files, since they don’t do anything. 8 years ago
  Alex Szpakowski 7d68a72d5f Add audio Filter files to the Xcode project 8 years ago
  Alex Szpakowski 0126f7986a Add missing files to the Xcode project 9 years ago
  Alex Szpakowski 0a3adc0839 Unify pixel format enums for ImageData, CompressedImageData, and Canvas into a single PixelFormat enum. 9 years ago
  Alex Szpakowski 5bf25007da Fix building for iOS 9 years ago
  Alex Szpakowski 9930b81f94 The Xcode project now recognizes frameworks placed in love/platform/Xcode/macosx/Frameworks/ when building for macOS (closes issue #1230). 9 years ago
  Alex Szpakowski 14aa6965b3 Added Transform objects to love.math (resolves issue #1228). 9 years ago
  Alex Szpakowski a245819ae1 Fix compilation on macOS and iOS. Minor cleanup. 9 years ago
  Alex Szpakowski 3e80ec2257 Render pass API. Replaces love.graphics.setCanvas and friends. 9 years ago
  James Watkins-Harvey 8885fc621d Updated luasocket to 3.0rc1 (git commit 316a945) 9 years ago
  Alex Szpakowski ddc4b06eba Moved the base Decoder implementation out of the lullaby subfolder. 9 years ago
  Alex Szpakowski be1a59fb18 Disable 64 -> 32 bit integer conversion warnings in Xcode. lodepng and luasocket both generate a lot of them... 9 years ago
  Alex Szpakowski 2e016810c9 Update Xcode project 9 years ago
  Alex Szpakowski bfb00239fd Fix compiling for iOS 9 years ago
  Alex Szpakowski e71f95595c ImageData (and Images loaded from them) now support different data formats. Resolves issue #1048. 9 years ago
  Bart van Strien 3a2e859acd Add love.math.hash, which supports MD5/SHA-1/SHA-2. 9 years ago