James Watkins-Harvey
|
8885fc621d
Updated luasocket to 3.0rc1 (git commit 316a945)
|
9 년 전 |
Alex Szpakowski
|
ddc4b06eba
Moved the base Decoder implementation out of the lullaby subfolder.
|
9 년 전 |
Alex Szpakowski
|
be1a59fb18
Disable 64 -> 32 bit integer conversion warnings in Xcode. lodepng and luasocket both generate a lot of them...
|
9 년 전 |
Alex Szpakowski
|
2e016810c9
Update Xcode project
|
9 년 전 |
Alex Szpakowski
|
bfb00239fd
Fix compiling for iOS
|
9 년 전 |
Alex Szpakowski
|
e71f95595c
ImageData (and Images loaded from them) now support different data formats. Resolves issue #1048.
|
9 년 전 |
Bart van Strien
|
3a2e859acd
Add love.math.hash, which supports MD5/SHA-1/SHA-2.
|
9 년 전 |
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.
|
10 년 전 |
Alex Szpakowski
|
374d1ae0e1
Implemented LuaJIT FFI versions of love.math.noise, love.math.gammaToLinear, and love.math.linearToGamma.
|
10 년 전 |
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 년 전 |