Alex Szpakowski
|
69a2da76dc
Fixed BMFont y coordinates.
|
8 жил өмнө |
Alex Szpakowski
|
0b3b58adb8
Hopefully fixed Font baseline calculation.
|
8 жил өмнө |
Alex Szpakowski
|
7694edfd52
Auto-batched draws (except for love.graphics.print, for now) are affected by 3D transforms.
|
8 жил өмнө |
Alex Szpakowski
|
955fb9b60c
Fixed love.graphics.draw(particlesystem, …) to actually use the transformation parameters.
|
8 жил өмнө |
Alex Szpakowski
|
ac697ddb0f
Clean up love’s internal Vector code a bit, and rename it to Vector2 so it’s more obvious what it is.
|
8 жил өмнө |
Alex Szpakowski
|
135d928922
Fix compilation
|
8 жил өмнө |
Alex Szpakowski
|
b019a4a64c
Cleaned up texture VRAM usage tracking.
|
8 жил өмнө |
Alex Szpakowski
|
b590edf27d
Merge default into minor
|
8 жил өмнө |
Alex Szpakowski
|
16f5557131
Move more backend-agnostic code out of the love.graphics opengl implementation files.
|
8 жил өмнө |
Alex Szpakowski
|
621fb24ba1
Require stencil=true to be specified in setCanvas if stenciling is used while a Canvas is active and there is no custom stencil buffer.
|
8 жил өмнө |
Alex Szpakowski
|
10d73ea1d7
Moved some backend-agnostic code out of the OpenGL backend of love.graphics.
|
8 жил өмнө |
Alex Szpakowski
|
fd64999748
Allow calling love.graphics.drawLayer(arraycanvas, layer) when rendering to a different layer of the same Canvas.
|
8 жил өмнө |
Alex Szpakowski
|
353852ca24
Fix the default mipmap filter of mipmapped Canvases (thanks Shell32).
|
8 жил өмнө |
Alex Szpakowski
|
70b32c47ce
Error if a non-2D/affine matrix is used with auto-batched draws, since they perform CPU-side matrix transforms on 2-component vectors.
|
8 жил өмнө |
Alex Szpakowski
|
7161d600b7
Add mipmapping support to Canvases.
|
8 жил өмнө |
raidho36
|
6b7172bd40
Fix Issue #1273
|
8 жил өмнө |
Alex Szpakowski
|
a0ef2ac28b
Add Depth compare / shadow sampler support. Officially this is only supported in glsl3 shaders.
|
8 жил өмнө |
Alex Szpakowski
|
0001b4695e
Add new variants of love.graphics.clear for controlling how the depth and stencil buffers are cleared.
|
8 жил өмнө |
Alex Szpakowski
|
72c7602650
Readable depth-stencil Canvases with MSAA are not currently supported.
|
8 жил өмнө |
Alex Szpakowski
|
fca3d4a841
Improved the error message when a Canvas with the readable field explicitly set is not supported.
|
8 жил өмнө |
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 жил өмнө |
Alex Szpakowski
|
c36a53fdcb
Add new non-readable Canvas formats: depth16, depth24, depth32f, depth24stencil8, and depth32fstencil8.
|
8 жил өмнө |
Alex Szpakowski
|
018a3831cb
Add a new “stencil8” pixel format for Canvases (resolves issue #1003).
|
8 жил өмнө |
Alex Szpakowski
|
08a377ff30
Rename love.graphics.flush to love.graphics.flushBatch.
|
8 жил өмнө |
Bart van Strien
|
ac00329ddd
Fix wrong default reference angle for WeldJoint/PrismaticJoint/RevoluteJoint (fixes #1258)
|
8 жил өмнө |
Bart van Strien
|
f70ad12d3e
Expose love.event.poll_i
|
8 жил өмнө |
Alex Szpakowski
|
a854602344
Fix a crash when a Source stops playing.
|
8 жил өмнө |
Alex Szpakowski
|
60f898af67
Fix a crash when loading .pvr compressed texture.
|
8 жил өмнө |
Alex Szpakowski
|
f8c58c54c8
love.math.randomNormal can be JIT-compiled
|
8 жил өмнө |
Bart van Strien
|
b205b8a020
Remove references to old LOVE_ENABLE_module_implementation defines
|
8 жил өмнө |