Commit History

Author SHA1 Message Date
  Alex Szpakowski 0a3adc0839 Unify pixel format enums for ImageData, CompressedImageData, and Canvas into a single PixelFormat enum. 8 years ago
  Alex Szpakowski 5bf25007da Fix building for iOS 8 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). 8 years ago
  Alex Szpakowski 14aa6965b3 Added Transform objects to love.math (resolves issue #1228). 8 years ago
  Alex Szpakowski a245819ae1 Fix compilation on macOS and iOS. Minor cleanup. 8 years ago
  Alex Szpakowski 3e80ec2257 Render pass API. Replaces love.graphics.setCanvas and friends. 8 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
  Alex Szpakowski aad3c0d4d9 Fixed building for OS X. 9 years ago
  Alex Szpakowski cdc019b96b libmodplug is now used on iOS. 9 years ago
  Alex Szpakowski 03032034e9 Fixed the Theora framework having its headers removed when love is built for Mac OS X. 9 years ago
  Alex Szpakowski 925eebdaf0 Removed love.event.addListener/removeListener/clearListeners. 9 years ago
  Alex Szpakowski 3eb363059b Added love.event.addListener and removeListener. 9 years ago
  Alex Szpakowski 52b1bd78f2 Implemented LuaJIT FFI versions of love.math.random and RandomGenerator:random. 9 years ago
  Alex Szpakowski 27ec680f50 Updated the Xcode project files for video support. Theora.framework is now required for building for OS X, and the iOS dependencies have been updated to include the theora library. 9 years ago
  Alex Szpakowski 374d1ae0e1 Implemented LuaJIT FFI versions of love.math.noise, love.math.gammaToLinear, and love.math.linearToGamma. 9 years ago
  Alex Szpakowski 77998c707d Added the ability to use ASTC compressed textures, when the system supports them. 9 years ago
  Alex Szpakowski f1d0187a58 Fixed the iOS build. 9 years ago
  Alex Szpakowski ac99a47386 Moved most of the ParticleSystem code from modules/graphics/opengl/ to modules/graphics/ 9 years ago
  Alex Szpakowski 9c1214c77a Updated the Xcode project to use Xcode 7's recommended settings. 10 years ago
  Alex Szpakowski 99debab3a4 Updated the readme: Xcode 7 lets you build iOS apps for your device without a registered developer account. 10 years ago
  Alex Szpakowski d3d970b925 Renamed iOS.mm and iOS.h to ios.mm and ios.h, to match the naming conventions of other files. 10 years ago
  Alex Szpakowski e44f20fdc6 Renamed OSX.mm/OSX.h to macosx.mm/macosx.h to match love's file naming conventions. 10 years ago
  Martin Felis f5778ed86e Added a LOVE_ANDROID define and Android-specific code that interacts with the JNI and SDL. 10 years ago
  Alex Szpakowski c3612acfde Fixed the use of getRealDirectory when auto-detecting the identity name. 10 years ago