Alex Szpakowski
|
385c1ac4db
Merged math-randobject into default (also addresses issue #586)
|
hace 12 años |
Alex Szpakowski
|
2d0b3b5226
ParticleSystems now use their own RNG instead of the global one (prevents ParticleSystems from modifying the global math.random state)
|
hace 12 años |
Alex Szpakowski
|
d98e2cb40c
Renamed randnormal to randomnormal
|
hace 12 años |
Alex Szpakowski
|
3046981fce
Added love.math.newRandomGenerator. Returns a RNG object with its own seed and random methods.
|
hace 12 años |
Alex Szpakowski
|
96f4f532bb
Updated Visual Studio project files for image module changes (thanks Boolsheet)
|
hace 12 años |
Alex Szpakowski
|
6a27e1aa2f
Ensure the current color is set properly after drawing particlesystems and spritebatches
|
hace 12 años |
Alex Szpakowski
|
3edf033498
Internally keep track of the value of the current color (issue #564)
|
hace 12 años |
Alex Szpakowski
|
ba3a363fd3
Potentially worked around an SDL resize event bug in windows causing initial window creation to happen twice
|
hace 12 años |
Alex Szpakowski
|
995210e594
Updated changelog
|
hace 12 años |
Alex Szpakowski
|
7391d9821f
Merged love.graphics.origin into default (issue #124)
|
hace 12 años |
Alex Szpakowski
|
c7838b78b6
Added love.graphics.setAlphaTest (issue #534)
|
hace 12 años |
Alex Szpakowski
|
b22f1aa16a
Added Image:refresh(), reloads a love.graphics image using the imagedata that created it
|
hace 12 años |
Alex Szpakowski
|
c215541d6c
Merged mage-CompressedData into default
|
hace 12 años |
Alex Szpakowski
|
4cd14d5c08
Made the getSize() and getData() methods for CompressedData consistent with each other. Note that CompressedData's data may not all be contiguous in memory, so getData(miplevel) and getSize(miplevel) should always be used instead.
|
hace 12 años |
Alex Szpakowski
|
9abfb9e23b
Improved performance of ImageData:getPixel and ImageData:mapPixel
|
hace 12 años |
Alex Szpakowski
|
b59b967f6b
Fixed a memory leak in Canvas:getImageData() (issue #590)
|
hace 12 años |
Alex Szpakowski
|
1b80853118
Fixed an OpenGL error when MSAA isn't supported
|
hace 12 años |
Alex Szpakowski
|
85ee87c12e
Merged in darthfodder/love/sounddata-samplecount (pull request #23)
|
hace 12 años |
Alex Szpakowski
|
ab2c4aca7e
Removed an unused graphics Image method
|
hace 12 años |
Alex Szpakowski
|
299ee64320
Added Image:isCompressed()
|
hace 12 años |
Alex Szpakowski
|
7403245715
Cosmetic code improvements
|
hace 12 años |
darthfodder
|
2bdc4b04a8
Fix formatting to be like original default
|
hace 12 años |
darthfodder
|
f55a282f34
Fix conflicts with default
|
hace 12 años |
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.
|
hace 12 años |
Alex Szpakowski
|
1c720afaf8
Cleaned up some shader code internals
|
hace 12 años |
Alex Szpakowski
|
cfe6014b68
Improved shader:getWarnings() to return shader compiler warnings as well as shader program linker and usage warnings
|
hace 12 años |
Alex Szpakowski
|
8a8adcce39
Code cleanup
|
hace 12 años |
Alex Szpakowski
|
5301026f3c
Added support for DXT1/3/5 and BC5/7 compressed textures via love.image.CompressedData. Some internals are still iffy.
|
hace 12 años |
Alex Szpakowski
|
7e658861d7
love.graphics.drawq's x,y parameters are now optional, to match love.graphics.draw
|
hace 12 años |
Alex Szpakowski
|
d5aa807747
More internal code cleanup
|
hace 12 años |