Alex Szpakowski
|
a5ca04bb57
macOS: Update the capitalization of ogg/vorbis/theora frameworks. Resolves issue #1320.
|
7 年之前 |
Alex Szpakowski
|
dd59803ad3
Error when invalid setting names are used in the tables passed to love.graphics.newCanvas and newImage. See issue #1312.
|
7 年之前 |
Alex Szpakowski
|
1f52abf619
Fix love.audio.play(staticsources) when the sources have been paused. Resolves issue #1363.
|
7 年之前 |
Alex Szpakowski
|
7ff428b64f
Fix love.graphics.newImage(compressedimagedata, settings) to respect the mipmaps boolean flag instead of always using the compressed texture's mipmaps if it has any.
|
7 年之前 |
Alex Szpakowski
|
1abc7b20f7
Show an error instead of the nogame screen if a nonexistant folder is passed in as a source game directory.
|
7 年之前 |
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 年之前 |