Bart van Strien
|
aaa301ead2
|
Error if getting/setting out-of-range samples (issue #674)
|
2013-07-09 15:00:51 +02:00 |
|
Bart van Strien
|
7e50691b6c
|
Threads can now start with arguments, which will be in ... inside of the thread
|
2013-07-09 14:52:27 +02:00 |
|
Alex Szpakowski
|
d5ef29e015
|
Removed the optional variation parameter from ParticleSystem:setSpin (issue #634). ParticleSystem:setSpinVariation still exists.
|
2013-07-09 07:48:42 -03:00 |
|
Alex Szpakowski
|
da7bc06976
|
ParticleSystem:setSizes no longer resets size variation to 0 (issue #640)
|
2013-07-09 07:38:44 -03:00 |
|
Alex Szpakowski
|
ebd0896907
|
Updated changelog
|
2013-07-09 04:43:13 -03:00 |
|
Alex Szpakowski
|
de745aa37c
|
Fixed ParticleSystem drawing order (issue #604) & added ParticleSystem:s/getInsertMode. Thanks @Boolsheet!
|
2013-07-09 04:17:34 -03:00 |
|
Alex Szpakowski
|
bf91d5cc6f
|
Merged bartbes/love-experiments/love.filesystem.mount2 into default
|
2013-07-09 00:13:18 -03:00 |
|
Alex Szpakowski
|
9155b7b0ee
|
Removed dead code for the now-removed Thread:kill
|
2013-07-08 17:00:47 -03:00 |
|
Alex Szpakowski
|
9da1af1e99
|
Canvas:clear() when multiple canvases are active is now more efficient when GL3+ is supported
|
2013-07-06 07:02:48 -03:00 |
|
Bart van Strien
|
268fca156f
|
Add release dates to changelog
|
2013-07-05 19:42:47 +02:00 |
|
Alex Szpakowski
|
353e9b3b31
|
Fixed love.event.clear() (issue #666)
|
2013-07-04 19:06:42 -03:00 |
|
Alex Szpakowski
|
abd31ca4e2
|
Fixed ParticleSystems and Files crashing instead of erroring when given bad sizes (issue #666)
|
2013-07-04 06:29:02 -03:00 |
|
Alex Szpakowski
|
ee5e83635f
|
Fixed rendering when a SpriteBatch is bound
|
2013-07-02 06:14:38 -03:00 |
|
Alex Szpakowski
|
3880646a6a
|
Fixed some uncaught exceptions in love.physics
|
2013-07-02 02:27:08 -03:00 |
|
Alex Szpakowski
|
8084096937
|
Fixed the error screen sometimes not properly appearing until the next input event due to double/triple-buffering
|
2013-07-01 23:29:18 -03:00 |
|
Alex Szpakowski
|
3b3c5c3711
|
Removed love.joystick.getBall and love.joystick.getBallCount (issue #648)
|
2013-06-30 16:59:28 -03:00 |
|
Alex Szpakowski
|
01666f6c29
|
love.image.isCompressed now compares file extensions in a case-insensitive manner
|
2013-06-30 15:48:47 -03:00 |
|
Bart van Strien
|
ad8e0da351
|
Fix source reset, specifically audio wasn't always updating the AL_LOOPING flag
|
2013-06-30 17:29:55 +02:00 |
|
Bart van Strien
|
2ad7562e6b
|
Make sound decoder selection based on extension case-insensitive (issue #662)
|
2013-06-30 16:32:56 +02:00 |
|
Alex Szpakowski
|
084a52da10
|
Fixed window visibility events not always triggering properly
|
2013-06-29 20:19:06 -03:00 |
|
Alex Szpakowski
|
03bd4c1410
|
Fixed SpriteBatch:setBufferSize
|
2013-06-29 00:18:22 -03:00 |
|
Alex Szpakowski
|
3fb78d5458
|
Added SpriteBatch:setBufferSize (issue #655)
|
2013-06-29 00:04:56 -03:00 |
|
Alex Szpakowski
|
8fbf43fcc3
|
Added File:setBuffer/getBuffer, File:flush, and File:getMode.
|
2013-06-27 06:26:20 -03:00 |
|
Alex Szpakowski
|
186bcae7cb
|
Added File:isOpen
|
2013-06-27 02:23:56 -03:00 |
|
Alex Szpakowski
|
80122d67e6
|
Slightly improved performance of love.graphics.setCanvases
|
2013-06-27 01:43:32 -03:00 |
|
Alex Szpakowski
|
8b261abfdc
|
Slightly improved performance and cleaned up code a bit for love.graphics.print
|
2013-06-26 20:21:08 -03:00 |
|
Alex Szpakowski
|
b04a2fee87
|
Improved performance when using ImageData methods in multiple threads when ImageData:encode is called
|
2013-06-26 03:42:42 -03:00 |
|
Alex Szpakowski
|
b8efa6372b
|
oops
|
2013-06-25 05:37:44 -03:00 |
|
Alex Szpakowski
|
6e3a7288dd
|
Improved performance of ImageData:mapPixel (now up to 2x as fast as in 0.8.0!); love.graphics.newImage, Image:refresh, love.window.setIcon, and ImageRasterizers now prevent other threads from modifying the ImageData used in those functions until they're done accessing it
|
2013-06-25 05:28:20 -03:00 |
|
Alex Szpakowski
|
579a3052e6
|
Removed restriction on mounting a filepath to root
--HG--
branch : love.filesystem.mount2
|
2013-06-22 17:04:51 -03:00 |
|
Alex Szpakowski
|
b4fa9131d2
|
Fixed love.filesystem.[un]mount
--HG--
branch : love.filesystem.mount2
|
2013-06-22 15:54:53 -03:00 |
|
Bart van Strien
|
bff2c1b5f1
|
Recreate love.filesystem.mount, adding mount and unmount, for your archive (and folder?) pleasure
--HG--
branch : love.filesystem.mount2
|
2013-06-22 14:58:12 +02:00 |
|
Alex Szpakowski
|
8d7e0b5629
|
Time-travelling license text
|
2013-06-22 03:14:15 -03:00 |
|
Alex Szpakowski
|
958a25e0af
|
Flipped the loading order of the graphics and window modules (first window, then graphics)
|
2013-06-21 06:02:09 -03:00 |
|
Alex Szpakowski
|
2426d97450
|
Fixed justify printf Align Mode (issue #635)
|
2013-06-18 23:16:01 -03:00 |
|
Alex Szpakowski
|
6281d60b8c
|
Fixed compilation in visual studio
|
2013-06-18 17:31:47 -03:00 |
|
Alex Szpakowski
|
2be3479989
|
Updated changelog
|
2013-06-17 15:52:44 -03:00 |
|
Alex Szpakowski
|
621124ac28
|
love.keypressed's second argument is now a unicode character string instead of a unicode codepoint number.
|
2013-06-17 15:23:53 -03:00 |
|
Alex Szpakowski
|
cd97e9ec05
|
Added Image:getData, returns the original ImageData (or CompressedData) used to create the image
|
2013-06-17 13:43:40 -03:00 |
|
Alex Szpakowski
|
76618f0328
|
Cleaned up font code to always use uint32 instead of the slightly more ambiguous "unsigned int" for codepoints
|
2013-06-16 19:48:53 -03:00 |
|
Alex Szpakowski
|
d48d1fd441
|
Exposed the internal Rasterizer and GlyphData object methods to Lua. Also added Font:hasGlyph.
|
2013-06-16 07:36:18 -03:00 |
|
Alex Szpakowski
|
dd9cca1a55
|
Added Data:getString to GlyphData
|
2013-06-16 04:10:09 -03:00 |
|
Alex Szpakowski
|
f25efcc8af
|
Improved performance and reduced temporary memory usage of love.graphics.newScreenshot and Canvas:getImageData
|
2013-06-15 22:07:16 -03:00 |
|
Alex Szpakowski
|
15535517d6
|
love.graphics.setColorMask() with no arguments enabled all color components
|
2013-06-15 21:52:39 -03:00 |
|
Alex Szpakowski
|
0a1c90f2d7
|
Removed love.graphics.setLine and love.graphics.setPoint.
Both functions are redundant (setLineStyle+setLineWidth and setPointStyle+setPointSize do the same thing) and have misleading names.
|
2013-06-14 10:12:09 -03:00 |
|
Bart van Strien
|
5d2b20a662
|
Apply patch that fixes "random" looping of streaming sources (issue #630)
|
2013-06-14 14:12:28 +02:00 |
|
Alex Szpakowski
|
03f5bd9a5a
|
Improved the performance of dds data loading (love.image.newCompressedData / love.graphics.newImage("myfile.dds"))
|
2013-06-14 08:43:07 -03:00 |
|
Alex Szpakowski
|
be33d17f89
|
Added SpriteBatch:getColor
|
2013-06-14 05:29:05 -03:00 |
|
Alex Szpakowski
|
0f6980f82a
|
Xcode project now compiles with -O3 for greater performance with the same binary size. Rejoice!
|
2013-06-13 23:36:57 -03:00 |
|
Alex Szpakowski
|
8718e064e0
|
Fixed love.graphics.print[f] truncating strings with embedded zeros
|
2013-06-13 17:37:14 -03:00 |
|