megagrump
|
136c3cd277
use double precision numbers in love.math.noise
|
3 년 전 |
Alex Szpakowski
|
9b4aea8f17
Missed some copyright date updates
|
4 년 전 |
Alex Szpakowski
|
fc4847c69d
Update copyright for the new year
|
5 년 전 |
Alex Szpakowski
|
32f381576e
Avoid using lightuserdata in internal wrapper code for the math module.
|
6 년 전 |
Alex Szpakowski
|
0752f27bdf
Update copyright year for 2019
|
6 년 전 |
Alex Szpakowski
|
6302602a45
Add love.math.colorToBytes and colorFromBytes, simple functions to convert between 0-1 and 0-255 (byte) colors.
|
6 년 전 |
Bart van Strien
|
fd514d8176
Update some more copyright notices
|
7 년 전 |
Alex Szpakowski
|
6dea2ab714
Clamp all color arguments to [0, 1] in cases where values outside that range don't make sense (fixed-point color values & sRGB colors). Closes issue #1315.
|
7 년 전 |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
8 년 전 |
Alex Szpakowski
|
b9c01b8674
Merge default into minor
|
8 년 전 |
Alex Szpakowski
|
a9593d926e
Fix love.math.noise(nil) to error instead of returning nil.
|
8 년 전 |
Alex Szpakowski
|
ed933847f8
Color values in love's APIs are now in the range of [0, 1] rather than [0, 255].
|
9 년 전 |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 년 전 |
Alex Szpakowski
|
20fb7f44df
Cleaned up the code for love.math.random and related functions.
|
9 년 전 |
Alex Szpakowski
|
52b1bd78f2
Implemented LuaJIT FFI versions of love.math.random and RandomGenerator:random.
|
9 년 전 |
Alex Szpakowski
|
a1dab12117
Fixed a bug in love.math.gammaToLinear/linearToGamma when a table with an alpha channel is passed in as an argument.
|
9 년 전 |
Alex Szpakowski
|
374d1ae0e1
Implemented LuaJIT FFI versions of love.math.noise, love.math.gammaToLinear, and love.math.linearToGamma.
|
9 년 전 |