Alex Szpakowski
d2c2c717e4
Mac: treat folders with the .love extension as packages that can be double-clicked to open with LÖVE (resolves issue #1186 ).
2016-07-20 19:36:43 -03:00
Alex Szpakowski
8ea1edbc2a
Cause a Lua error instead of silently failing if a vertex buffer memory allocation fails.
2016-07-17 17:44:38 -03:00
Bart van Strien
877ebbf9c9
Make WheelJoint/PrismaticJoint:getAxis return a world vector (refs #1176 )
2016-07-15 12:20:58 +02:00
Bart van Strien
803cdccc1f
Add love.window.updateMode ( resolves #1037 )
...
--HG--
branch : minor
2016-07-14 18:43:30 +02:00
Bart van Strien
990839383f
Merge default into minor
...
--HG--
branch : minor
2016-07-14 18:42:42 +02:00
rude
7922c44d27
Make CMake build functional on Linux.
...
At least on Ubuntu.
2016-07-14 18:07:20 +02:00
Bart van Strien
bf601470e1
Update changelog
2016-07-14 16:41:08 +02:00
Bart van Strien
65f53a491f
Make MouseJoint:getBodies() return only one body ( fixes #1179 )
...
Override Joint's Body getters in MouseJoint, to make the second (user-supplied) body the first body returned, and return nil for the second (internal) body
2016-07-14 16:39:29 +02:00
rude
64ee986984
Make LÖVE buildable (barely) with Megasource on Mac.
2016-07-14 16:29:45 +02:00
Bart van Strien
7266fa4fc5
Fix memory leak in Text:set ( fixes #1181 )
2016-07-14 14:22:38 +02:00
rude
ba1a234543
Use LÖVE in NSIS once again.
2016-07-13 22:42:06 +01:00
rude
f6154998dc
Use nsis-unicode for AppVeyor build.
2016-07-13 22:19:09 +01:00
rude
b0effb5570
Make CMakeLists.txt more decoupled from Megasource.
2016-07-13 21:26:50 +01:00
rude
f66011de2f
Return correct size from b64_decode.
...
The current implementation does not take into account padding (and yet it does
actually depend on padding), or skipped whitespace/gibberish characters.
The actual size can be computed by subtracting the padding and gibberish bytes,
but in this case it's easier to just return the actual number of bytes written.
2016-07-12 21:25:23 +02:00
airstruck
9a2f99dc3d
Added 2-point version of love.physics.newRevoluteJoint ( fixes #1175 )
2016-07-07 21:18:35 +02:00
airstruck
24da8433d0
Expose axis vector of PrismaticJoint and WheelJoint ( fixes #1176 )
2016-07-07 21:13:49 +02:00
Bart van Strien
516c0cc21d
Merge default into minor
...
--HG--
branch : minor
2016-06-21 16:07:32 +02:00
Bart van Strien
debea1192b
Fixed large burst of particles when dramatically increasing the emission rate of a ParticleSystem. ( fixes #1169 )
2016-06-21 15:48:49 +02:00
Bart van Strien
b328049517
Fix print coloring bug with empty strings ( fixes #1171 )
2016-06-11 19:51:51 +02:00
Alex Szpakowski
57b70e2a7b
The format of the ImageData returned by Canvas:newImageData now matches the Canvas' format as best as possible.
...
--HG--
branch : minor
2016-05-23 13:21:44 -03:00
Alex Szpakowski
e4823ccf77
Updated the changelog
...
--HG--
branch : minor
2016-05-22 21:31:03 +00:00
Alex Szpakowski
d50cf0ac4a
Prevent linear filtering on RGBA32F images when the system doesn't support it.
...
--HG--
branch : minor
2016-05-22 15:59:09 -03:00
Alex Szpakowski
e71f95595c
ImageData (and Images loaded from them) now support different data formats. Resolves issue #1048 .
...
Currently exposed formats are rgba8 and rgba16 (normalized), and rgba16f and rgba32f (floating-point). Some systems, especially mobile ones, won't support every format when creating a love.graphics Image. Use love.graphics.getRawImageFormats to check for support.
love.image.newImageData now takes an optional format parameter as its third argument when creating an empty sized ImageData. It defaults to rgba8.
16-bit PNGs, .hdr images, and floating-point OpenEXR images can now be loaded via love.image.newImageData and love.graphics.newImage.
--HG--
branch : minor
2016-05-22 15:28:20 -03:00
Alex Szpakowski
3e6d01748e
Merged default into minor
...
--HG--
branch : minor
2016-05-22 15:11:15 -03:00
Alex Szpakowski
9900051647
Improved performance of ImageData:mapPixel when JIT compilation is unavailable (e.g. on iOS and Android)
2016-05-21 22:18:12 +00:00
Alex Szpakowski
4666d83beb
Fixed ImageData:mapPixel again, for non-JIT platforms this time.
...
--HG--
branch : minor
2016-05-21 15:24:11 -03:00
Alex Szpakowski
963b4c4447
Fixed ImageData:mapPixel's color component arguments to the mapping function to be within [0, 1] instead of [0, 255].
...
--HG--
branch : minor
2016-05-21 14:46:17 -03:00
Alex Szpakowski
8b920ba816
Improved the numeric distribution of love.math.random.
...
--HG--
branch : minor
2016-05-15 10:25:08 -03:00
Alex Szpakowski
31b44797bc
Merge default into minor
...
--HG--
branch : minor
2016-05-12 18:20:01 -03:00
Alex Szpakowski
a5334f8017
Updated the changelog.
2016-05-12 18:14:36 -03:00
Alex Szpakowski
d6310ca87f
Fixed glyphs being added to partially out-of-bounds positions in Font texture atlases in rare cases (resolves issue #1162 ).
2016-05-11 21:38:12 -03:00
Alex Szpakowski
9bebe9e4e8
Updated the version.
2016-05-02 18:03:57 -03:00
Alex Szpakowski
d28bc1f42e
Fixed a warning about a missing newline at the end of a file.
2016-05-01 21:04:01 -03:00
Alex Szpakowski
4befa01f4a
Testing using an older version of NSIS in appveyor builds again
2016-04-15 22:45:34 +00:00
EntranceJew
67c5eb77ae
Put methods for getTexture* on Quad
2016-04-14 18:36:47 -04:00
EntranceJew
b2b02c4f8e
Exposed getTextureDimensions on Quad
2016-04-14 18:32:39 -04:00
Alex Szpakowski
aab6dbda5f
Fixed love.event.quit on un-fused iOS games to properly exit to the game list instead of just restarting the current game.
2016-04-10 22:11:28 -03:00
Alex Szpakowski
9701e2a262
Fixed love on iOS 6 crashing on launch due to GameController.framework being missing (see issue #1155 ). Some further issues remain, for now.
2016-04-10 21:52:16 -03:00
Alex Szpakowski
ef5411e8ee
Fix building for Windows XP.
2016-04-10 21:58:03 +00:00
Alex Szpakowski
2cbaa7b3ae
Better fix, hopefully
2016-04-10 15:59:03 +00:00
Alex Szpakowski
08671ae48e
Fix building for Windows desktop
2016-04-10 15:51:50 +00:00
T-Bone
c12005b4bb
Forgot one LOVE_NOMPG123.
2016-04-10 06:29:58 +02:00
T-Bone
4ef7504c05
Fixed things pointed out by Alex Szpakowski and Bart von Strien
2016-04-09 07:28:03 +02:00
Bart van Strien
55aa09bb42
Allow seeking all paused sources ( fixes #1152 )
...
Previously, sources that had never been started, were paused with 'stop', or had finished playing, aka the 0.10.x definition of stopped, would ignore seek.
--HG--
branch : minor
2016-04-08 14:28:22 +02:00
T-Bone
b2291fb62a
Fixes to make Löve compile on Windows 10 UWP
2016-04-07 22:56:03 +02:00
Alex Szpakowski
094f9a13fe
Merge default into minor
...
--HG--
branch : minor
2016-04-03 10:59:47 -03:00
Alex Szpakowski
03801e49d6
Fix a potential issue when an OpenAL source that was previously static is reused for a streaming Source.
2016-04-03 09:58:17 -03:00
Alex Szpakowski
8cad9c8bf0
Only allow multiply blending when the 'premultiplied' blend alpha mode is used, since the formula only works with that anyway.
...
--HG--
branch : minor
2016-04-02 18:28:16 -03:00
Alex Szpakowski
1eed86426b
Merge default into minor
...
--HG--
branch : minor
2016-04-02 18:27:33 -03:00
Alex Szpakowski
901cc362df
Added 'shaderswitches' to love.graphics.getStats.
2016-04-02 18:14:52 -03:00