Alex Szpakowski
|
c3fd7a25a3
Fixed some misc. compiler warnings.
|
10 lat temu |
Alex Szpakowski
|
17fe6bd30a
Hopfully fixed some Xcode syntax highlighting and in-line error detection issues.
|
10 lat temu |
Bart van Strien
|
2a33af3920
Fix broken wav decoding on partial decodes, seemed to mostly/only affect 8-bit wav
|
10 lat temu |
Alex Szpakowski
|
30b083bd23
Fixed the new love.graphics.newMesh variant that accepts a Data object.
|
10 lat temu |
Alex Szpakowski
|
f2538ac2fa
love.window.getFullscreenModes, getDesktopDimensions, and setPosition now default the display index parameter to the display the window is currently in, rather than the primary display.
|
10 lat temu |
Alex Szpakowski
|
3704595189
Enabled OpenGL ES 3 support for Windows/Linux/Android when SDL 2.0.4+ is used, since that SDL version fixed its EGL code for GLES 3+.
|
10 lat temu |
Alex Szpakowski
|
811b2db466
The full executable path, rather than argv[0], is now used when determining whether the executable is fused (resolves issue #1043.)
|
10 lat temu |
Alex Szpakowski
|
60e8cc24bf
Removed iOS-specific code to decode and encode images using the ImageIO framework (it's now redundant.)
|
10 lat temu |
Alex Szpakowski
|
542596531c
Updated changelog
|
10 lat temu |
Alex Szpakowski
|
cf3dac8a4b
Merged in LPGhatguy/love/LPGhatguy/add-notice-from-issue-877-1430691607768 (pull request #47)
|
10 lat temu |
Lucien Greathouse
|
8e57072631
Add notice from issue #877
|
10 lat temu |
Alex Szpakowski
|
5dbf589d47
Removed libjpeg-turbo as a dependency (closes issue #1031.) Removed jpeg support for ImageData:encode. stb_image now handles jpeg image loading.
|
10 lat temu |
Alex Szpakowski
|
cc634d1871
Updated stb_image to 2.0.5.
|
10 lat temu |
Alex Szpakowski
|
a35ccb4426
Added Font:setFallbacks(otherfont, ...). Resolves issue #1041.
|
10 lat temu |
Alex Szpakowski
|
4e1011a52e
Re-added Mesh:setVertices.
|
10 lat temu |
Alex Szpakowski
|
eee1fbac79
love.filesystem is now loaded by default in threads (see issue #1040.)
|
10 lat temu |
Alex Szpakowski
|
34bf847913
Removed redundant definition of ChainShape:getChildCount.
|
10 lat temu |
Alex Szpakowski
|
6e92bd8302
Improved the argument type checking for World:setCallbacks, World:setContactFilter, World:queryBoundingBox, and World:rayCast.
|
10 lat temu |
Alex Szpakowski
|
90a3c2b8ba
Added Text:setFont.
|
10 lat temu |
Alex Szpakowski
|
f29567160a
Fixed love.audio.stop() not rewinding streaming Sources.
|
10 lat temu |
Alex Szpakowski
|
33e1d2736d
Removed restrictions preventing sRGB and non-sRGB canvases from being used together when doing multi-canvas rendering.
|
10 lat temu |
Alex Szpakowski
|
5c49898cdf
Fixed lines drawn using the 'none' line join mode having missing sections of each line segment.
|
10 lat temu |
Alex Szpakowski
|
8e42f591ce
Updated the iOS xcode project search paths for the luajit headers and static library.
|
10 lat temu |
Alex Szpakowski
|
e7f56241ec
Removed the callback argument from love.filesystem.getDirectoryItems (resolves issue #877.)
|
10 lat temu |
Alex Szpakowski
|
289eeb4fe0
Added Channel:performAtomic(func, ...). Resolves issue #1034.
|
10 lat temu |
Alex Szpakowski
|
97806f87c0
Replaced Simplex noise with Perlin noise for the 3D and 4D variants of love.math.noise, to avoid patent-infringement issues (resolves issue #997.)
|
10 lat temu |
Alex Szpakowski
|
c62b005ff3
Changed the default mipmap filter to be 'linear' instead of 'nearest'.
|
10 lat temu |
Alex Szpakowski
|
d8a68d6ce1
Updated iOS-specific graphics code to use the latest SDL changes.
|
10 lat temu |
Alex Szpakowski
|
2a482f8e98
Updated stb_image to version 2.0.3.
|
10 lat temu |
Alex Szpakowski
|
f2ab02da13
Mostly fixed the precision of love's uniform matrices not matching between shader stages in OpenGL ES.
|
10 lat temu |