История коммитов

Автор SHA1 Сообщение Дата
  Alex Szpakowski aad3c0d4d9 Fixed building for OS X. 9 лет назад
  Alex Szpakowski cdc019b96b libmodplug is now used on iOS. 9 лет назад
  Alex Szpakowski 03032034e9 Fixed the Theora framework having its headers removed when love is built for Mac OS X. 9 лет назад
  Alex Szpakowski 925eebdaf0 Removed love.event.addListener/removeListener/clearListeners. 9 лет назад
  Alex Szpakowski 3eb363059b Added love.event.addListener and removeListener. 9 лет назад
  Alex Szpakowski 52b1bd78f2 Implemented LuaJIT FFI versions of love.math.random and RandomGenerator:random. 9 лет назад
  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 лет назад
  Alex Szpakowski 374d1ae0e1 Implemented LuaJIT FFI versions of love.math.noise, love.math.gammaToLinear, and love.math.linearToGamma. 9 лет назад
  Alex Szpakowski 77998c707d Added the ability to use ASTC compressed textures, when the system supports them. 10 лет назад
  Alex Szpakowski f1d0187a58 Fixed the iOS build. 10 лет назад
  Alex Szpakowski ac99a47386 Moved most of the ParticleSystem code from modules/graphics/opengl/ to modules/graphics/ 10 лет назад
  Alex Szpakowski 9c1214c77a Updated the Xcode project to use Xcode 7's recommended settings. 10 лет назад
  Alex Szpakowski 99debab3a4 Updated the readme: Xcode 7 lets you build iOS apps for your device without a registered developer account. 10 лет назад
  Alex Szpakowski d3d970b925 Renamed iOS.mm and iOS.h to ios.mm and ios.h, to match the naming conventions of other files. 10 лет назад
  Alex Szpakowski e44f20fdc6 Renamed OSX.mm/OSX.h to macosx.mm/macosx.h to match love's file naming conventions. 10 лет назад
  Martin Felis f5778ed86e Added a LOVE_ANDROID define and Android-specific code that interacts with the JNI and SDL. 10 лет назад
  Alex Szpakowski c3612acfde Fixed the use of getRealDirectory when auto-detecting the identity name. 10 лет назад
  Alex Szpakowski 42ae9c9585 Moved the love.graphics Lua code into the graphics module folder. 10 лет назад
  Alex Szpakowski df1bd42dec Implemented efficient FFI versions of ImageData methods. 10 лет назад
  Alex Szpakowski 532c61c6c2 Implemented efficient FFI versions of SoundData methods, which are used when the LuaJIT FFI and JIT compiler are present. 10 лет назад
  Alex Szpakowski 59e4b1b8d6 Removed some debug prints on iOS. 10 лет назад
  Alex Szpakowski 60e8cc24bf Removed iOS-specific code to decode and encode images using the ImageIO framework (it's now redundant.) 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 8e42f591ce Updated the iOS xcode project search paths for the luajit headers and static library. 10 лет назад
  Alex Szpakowski 97806f87c0 Replaced Simplex noise with Perlin noise for the 3D and 4D variants of love.math.noise, to avoid patent-infringement issues (resolves issue #997.) 10 лет назад
  Alex Szpakowski 2844499ef7 Added the ability to have custom vertex attributes in Meshes (resolves issue #768.) 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 a29b349014 Added love.math.compress(data, format [, level]) and love.math.decompress(compresseddata) / love.math.decompress(compressedstring, format). 10 лет назад
  Alex Szpakowski 163d059305 Moved most of the love.timer code out of the sdl implementation folder. 10 лет назад
  Alex Szpakowski 4ef0d257e9 Added an optional font hinting argument to love.graphics.newFont / love.font.newRasterizer when loading TrueType fonts. Resolves issue #963. 10 лет назад