Alex Szpakowski
|
7161d600b7
Add mipmapping support to Canvases.
|
8 yıl önce |
Alex Szpakowski
|
a0ef2ac28b
Add Depth compare / shadow sampler support. Officially this is only supported in glsl3 shaders.
|
8 yıl önce |
Alex Szpakowski
|
0001b4695e
Add new variants of love.graphics.clear for controlling how the depth and stencil buffers are cleared.
|
8 yıl önce |
Alex Szpakowski
|
72c7602650
Readable depth-stencil Canvases with MSAA are not currently supported.
|
8 yıl önce |
Alex Szpakowski
|
fca3d4a841
Improved the error message when a Canvas with the readable field explicitly set is not supported.
|
8 yıl önce |
Alex Szpakowski
|
43172bd3f6
Add optional ‘readable’ boolean field to the table passed into love.graphics.newCanvas. Added new variant of love.graphics.getCanvasFormats which takes a ‘readable’ boolean.
|
8 yıl önce |
Alex Szpakowski
|
c36a53fdcb
Add new non-readable Canvas formats: depth16, depth24, depth32f, depth24stencil8, and depth32fstencil8.
|
8 yıl önce |
Alex Szpakowski
|
018a3831cb
Add a new “stencil8” pixel format for Canvases (resolves issue #1003).
|
8 yıl önce |
Alex Szpakowski
|
08a377ff30
Rename love.graphics.flush to love.graphics.flushBatch.
|
8 yıl önce |
Bart van Strien
|
ac00329ddd
Fix wrong default reference angle for WeldJoint/PrismaticJoint/RevoluteJoint (fixes #1258)
|
8 yıl önce |
Bart van Strien
|
f70ad12d3e
Expose love.event.poll_i
|
8 yıl önce |
Alex Szpakowski
|
a854602344
Fix a crash when a Source stops playing.
|
8 yıl önce |
Alex Szpakowski
|
60f898af67
Fix a crash when loading .pvr compressed texture.
|
8 yıl önce |
Alex Szpakowski
|
f8c58c54c8
love.math.randomNormal can be JIT-compiled
|
8 yıl önce |
Bart van Strien
|
b205b8a020
Remove references to old LOVE_ENABLE_module_implementation defines
|
8 yıl önce |
Alex Szpakowski
|
43fea45f9f
Fix a memory leak when pushing love objects to threads which never load that object’s module (resolves issue #1267).
|
8 yıl önce |
Bart van Strien
|
3c29c26e7a
Oops, some automagic messages ended up on stderr
|
8 yıl önce |
Bart van Strien
|
4ccbe6dfec
Update autotools build system
|
8 yıl önce |
Bart van Strien
|
cc4dea07b5
Make automagic automatically print command output in case an error occurs
|
8 yıl önce |
Alex Szpakowski
|
7fdea9a5d1
Merged in lognz/love-minor2/particle system new features (pull request #85)
|
8 yıl önce |
lognz
|
9f2ac304e3
Corrected angle not factoring setDirection() into spawn angle
|
8 yıl önce |
lognz
|
0f99f261e0
Particle System new features
|
8 yıl önce |
lognz
|
09b757f018
2 new area particle distributions: borderellipse and borderrectangle
|
8 yıl önce |
Alex Szpakowski
|
a8e4db8e1e
Clamp color arguments to [0, 1] in cases where we don’t support values outside of that range internally.
|
8 yıl önce |
Alex Szpakowski
|
1a9262dda9
Fix compilation on iOS. Fix shader compilation on OpenGL ES. Fix (harmless) GL errors on OpenGL ES 2. Resolves issue #1266.
|
8 yıl önce |
Alex Szpakowski
|
5ce084051a
Fix for gles shader profiles when validating shaders.
|
8 yıl önce |
Alex Szpakowski
|
856a4e60ae
Declare VaryingTexCoords and love_ScreenSize as highp when supported.
|
8 yıl önce |
Alex Szpakowski
|
ceb9cd1c0b
Rename internal “GLSLES” references to “ESSL”.
|
8 yıl önce |
Alex Szpakowski
|
0fde3fde35
Add new variants of love.graphics.print/printf which accept a Font argument, rather than relying on global love.graphics state to determine the Font to use.
|
8 yıl önce |
Alex Szpakowski
|
074107b01d
ImageData:paste can copy between ImageData of different formats. Resolves issue #1249.
|
8 yıl önce |