Alex Szpakowski
|
e71f95595c
ImageData (and Images loaded from them) now support different data formats. Resolves issue #1048.
|
9 rokov pred |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 rokov pred |
Bart van Strien
|
3cb777e2b7
Add basic lua 5.3 support
|
10 rokov pred |
Alex Szpakowski
|
7e42d82308
Added an optional third argument to the width/height variant of love.image.newImageData. The new argument is a string containing raw byte pixel data to copy to the new ImageData (e.g. the result of a previous ImageData:getString with an ImageData of the same width and height..)
|
10 rokov pred |
Alex Szpakowski
|
2844499ef7
Added the ability to have custom vertex attributes in Meshes (resolves issue #768.)
|
10 rokov pred |
Alex Szpakowski
|
a29b349014
Added love.math.compress(data, format [, level]) and love.math.decompress(compresseddata) / love.math.decompress(compressedstring, format).
|
10 rokov pred |
Alex Szpakowski
|
2f419c1c83
Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's.
|
10 rokov pred |
Alex Szpakowski
|
c7b45b3505
Updated copyright for the new year
|
10 rokov pred |
Alex Szpakowski
|
da7cd267ea
Changed luax_pushtype to retain the pushed object itself, but only if the object isn't in the Lua state already.
|
11 rokov pred |
Alex Szpakowski
|
014b9a46e5
Updated the Lua wrapper code for modules to account for cases where the module's instance is removed from memory completely and recreated during the program's lifetime.
|
11 rokov pred |
Alex Szpakowski
|
79b453653a
Added love.joystick.loadGamepadMappings (resolves issue #842), and Joystick:saveGamepadMapping.
|
11 rokov pred |
Alex Szpakowski
|
dfa319e01a
Replaced the EXCEPT_GUARD macro for converting love exceptions into Lua errors with the new luax_catchexcept function, which takes lambda function arguments.
|
11 rokov pred |
Alex Szpakowski
|
724bdbd296
love.graphics.newImage, love.image.newImageData, etc. no longer leave Lua-owned FileData objects floating around waiting to be GC'd when called with filename arguments, resulting in less memory use on startup (resolves issue #890.)
|
11 rokov pred |
Alex Szpakowski
|
3120a0e650
Goodbye 2013, hello 2014!
|
11 rokov pred |
Alex Szpakowski
|
06f80d5c08
Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729)
|
12 rokov pred |
Alex Szpakowski
|
ec9dec6b80
Replaced luax_newtype with luax_pushtype (and added luax_rawnewtype for the old functionality of luax_newtype.)
|
12 rokov pred |
Alex Szpakowski
|
7403245715
Cosmetic code improvements
|
12 rokov pred |
Alex Szpakowski
|
88d64954a4
Replaced the devil love.image module with love.image.magpie, which can decide which image library to use in a similar manner to love.sound.lullaby. Some rough edges still exist.
|
12 rokov pred |
Alex Szpakowski
|
5301026f3c
Added support for DXT1/3/5 and BC5/7 compressed textures via love.image.CompressedData. Some internals are still iffy.
|
12 rokov pred |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 rokov pred |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 rokov pred |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 rokov pred |
Boolsheet
|
73672bd674
Clean up love.image because we own the memory, not DevIL
|
13 rokov pred |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 rokov pred |
Bart van Strien
|
c707a4ca45
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
13 rokov pred |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
14 rokov pred |
Bart van Strien
|
4fd9888a16
Merge in minor branch, now minor is our next development target
|
14 rokov pred |
Bart van Strien
|
d55941f7fa
No more crashes when there is no memory for newImageData (issue #209)
|
14 rokov pred |
rude
|
3fe9b2ff16
Reverted module selection feature. This is not really desired.
|
14 rokov pred |
Bill Meltsner
|
cee7a4ccdb
Removed EncodedImageData, added three new encoded image formats, and changed the way screenshots work - saving screenshots will be broken until we have some way of flipping ImageData, though
|
14 rokov pred |