Alex Szpakowski
|
22fada31da
macOS: update freetype framework capitalization
|
7 жил өмнө |
Alex Szpakowski
|
e6e1a81fd6
Move Android code for rerouting print and disabling JIT compilation to inside require("love") instead of the main executable Lua state, so it works in threads.
|
7 жил өмнө |
Alex Szpakowski
|
065f4a8e9b
Fix SpriteBatch:setDrawRange.
|
7 жил өмнө |
Alex Szpakowski
|
f7b2598490
Remove unnecessary internal constructor arguments.
|
7 жил өмнө |
Alex Szpakowski
|
a31b500b03
Simplify quad drawing code, and use glDrawElementsBaseVertex when available.
|
7 жил өмнө |
Alex Szpakowski
|
785902d8bd
Fix windows build
|
7 жил өмнө |
Alex Szpakowski
|
3fb621af95
Always use a 16 bit index array for quad indices, with multiple draws when necessary. See issue #1356.
|
7 жил өмнө |
Alex Szpakowski
|
0b7cb4a353
Add variants of File:read and love.filesystem.read which take an enum to determine whether they return a FileData or string.
|
7 жил өмнө |
Alex Szpakowski
|
9fa73f8b87
Several love.data functions now take an enum ("data" or "string") to determine whether they return a Data object or a string.
|
7 жил өмнө |
Alex Szpakowski
|
9bae1f01ba
Update lodepng.
|
7 жил өмнө |
Alex Szpakowski
|
cdcf052a73
Update LZ4.
|
7 жил өмнө |
Alex Szpakowski
|
f69affebc9
Update tinyexr.
|
7 жил өмнө |
Alex Szpakowski
|
487c17d1d8
Attempt to fix compilation with gcc.
|
7 жил өмнө |
Alex Szpakowski
|
54c09c910a
Update glslang.
|
7 жил өмнө |
Alex Szpakowski
|
640e8f0d2e
love.filesystem.mount can accept a Data object containing zipped data.
|
7 жил өмнө |
Alex Szpakowski
|
ce46fa3ebe
Remove PhysFS 2.x-specific code, it's no longer needed since we always have PhysFS 3.
|
7 жил өмнө |
Alex Szpakowski
|
70bf18182d
Fix Image:getMipmapCount returning greater than 1 when a compressed texture is loaded without mipmaps in its source data but with mipmaps=true set.
|
7 жил өмнө |
Alex Szpakowski
|
1d8a3326b3
Include the physfs 3.0.1 source in love.
|
7 жил өмнө |
rude
|
5950688770
Added new nogame screen (Duckloon).
|
7 жил өмнө |
Alex Szpakowski
|
3a8390ceff
Fix a couple bugs with love.graphics.clear.
|
7 жил өмнө |
Alex Szpakowski
|
4399e7cfad
Merge minor into default
|
7 жил өмнө |
Alex Szpakowski
|
3adc9fecc5
Updated the changelog
|
7 жил өмнө |
Alex Szpakowski
|
7354de2059
Add (low level) functionality to allow rendering 3D Meshes.
|
7 жил өмнө |
Alex Szpakowski
|
915e6c8eec
Fill-mode love.graphics.circle/ellipse draws a triangle fan from the center of the ellipse, instead of from an edge.
|
7 жил өмнө |
Alex Szpakowski
|
e099e57052
Cleaned up some internal love.graphics code.
|
7 жил өмнө |
Alex Szpakowski
|
cbcb1a8606
Allow a depth/stencil canvas to be active without a color canvas.
|
7 жил өмнө |
Alex Szpakowski
|
0c1c78fe29
Merged in Nixola/love/Nixola/reversed-alignedmalloc-return-value-posi-1512135128149 (pull request #101)
|
7 жил өмнө |
Nicola Orlando
|
a9961b7c70
Reversed alignedMalloc return value.
|
7 жил өмнө |
Alex Szpakowski
|
fccc6fa733
Increase the love.graphics max stack depth from 64 to 128.
|
7 жил өмнө |
Alex Szpakowski
|
b6cb6aed47
Error if the ImageData given to love.window.setIcon is not a 32 bit RGBA format.
|
7 жил өмнө |