Alex Szpakowski
|
19890a65c3
Move named channel code to the thread module instead of having a static map. Fixes issue #1464.
|
6 년 전 |
Alex Szpakowski
|
364718fa46
Android: potentially work around a Qualcomm Adreno driver bug which prevented videos from being loaded into vram.
|
6 년 전 |
Alex Szpakowski
|
3af66da51e
Automatic batching: improve the consistency of performance and draw calls for the vertex buffer upload approach taken on older Windows and Linux GPUs which are only capable of GL3.
|
6 년 전 |
Alex Szpakowski
|
974b02f6e0
Update changelog
|
6 년 전 |
Alex Szpakowski
|
97883ae627
Update version to 11.3
|
6 년 전 |
Alex Szpakowski
|
752c5b70f1
Fix font vertex generation skipping the first glyph in the string if it restarts its loop due to its texture atlas being recreated to make room for more glyphs. Resolves issue #1452.
|
6 년 전 |
Alex Szpakowski
|
a91a0a9431
update glslang
|
6 년 전 |
Alex Szpakowski
|
324a290040
The code related to t.audio.mixwithsystem=true is run before the audio module is loaded. Fixes issue #1430.
|
6 년 전 |
Alex Szpakowski
|
f504ace6cd
Make sure love.window.getSafeArea is in DPI-scaled units on all platforms.
|
6 년 전 |
Alex Szpakowski
|
d41aca836e
Add love.window.getSafeArea (resolves issue #1437). Returns a rectangle (x, y, w, h) inside the window which is known to be unobstructed by a system title bar, the iPhone X notch, etc. Useful for making sure UI elements can be seen by the user.
|
6 년 전 |
Alex Szpakowski
|
1c853cbcc3
Fall back to glTexImage instead of glTexStorage on Radeon 3xxx drivers on Windows. Potentially works around a graphics driver bug which prevented text from showing up.
|
6 년 전 |
Alex Szpakowski
|
ebe98a91ec
Expose C++ variant data union so other C++ code can access it.
|
6 년 전 |
Alex Szpakowski
|
fc17ecba0d
Expose C++ love.event Message name and args fields so other code can access them.
|
6 년 전 |
Alex Szpakowski
|
29f8667cbc
Update changelog
|
6 년 전 |
Bart van Strien
|
b2ed16cd7b
Error when trying to create a queueable source with newSource (issue #1450)
|
6 년 전 |
Bart van Strien
|
6fa0187ef0
Work around possible bugs in sdl2 autoconf script (resolves #1381)
|
6 년 전 |
Alex Szpakowski
|
e2aa469170
Add love.window.get/setVSync, to allow changing the vsync setting without recreating the window.
|
6 년 전 |
Alex Szpakowski
|
6302602a45
Add love.math.colorToBytes and colorFromBytes, simple functions to convert between 0-1 and 0-255 (byte) colors.
|
6 년 전 |
Alex Szpakowski
|
5d5c2f9a96
math and data module instances are now deleted when they have no more Lua references (matches the behaviour of other modules.) Fixes the deprecation system not fully restarting when love.event.quit("restart") is called.
|
6 년 전 |
Alex Szpakowski
|
d4762b4612
Add love.window.getDisplayOrientation and a love.displayrotated callback. Resolves issue #1441.
|
6 년 전 |
Alex Szpakowski
|
43ee232897
macOS: Use a (non-persistent) map/sync approach for stream buffers, instead of glBufferSubData. This usually won't affect performance either way, but avoids some worst-case performance cliffs on my Intel GPU in my testing.
|
6 년 전 |
Alex Szpakowski
|
5f9f8c18ba
Update CMake script to generate zip/exe filenames which match love's new version naming scheme.
|
6 년 전 |
Alex Szpakowski
|
de813dd42d
Add an Xcode 10 auto-generated file to the repository.
|
6 년 전 |
Alex Szpakowski
|
a96c2e77e6
Add platform/xcode/ios/luajit-git to the hgignore file.
|
6 년 전 |
Alex Szpakowski
|
dc5e43adf3
Split wrap_Graphics.lua into two files to work around VS2013's 16kB limit for raw string literals.
|
6 년 전 |
Alex Szpakowski
|
1896f82f5d
GL3/GLES3: Work around some drivers (e.g. Intel on Windows) making pixel shaders unnecessarily expensive when MRT is not used, because love declares ~8 pixel shader outputs even when only the first is used by shader code.
|
6 년 전 |
Alex Szpakowski
|
bcc5e77632
Simplify OpenGL 3+ stream buffer syncing code used with automatic batching.
|
6 년 전 |
Alex Szpakowski
|
9cdb4300de
Merged in PabloMayobre/love/PabloMayobre/fix-seteffecteffect-true-and-geteffectef-1540253791471 (pull request #114)
|
6 년 전 |
Alex Szpakowski
|
c8d2d76df7
Work around a compiler bug in old versions of VS2013 (resolves issue #1458).
|
6 년 전 |
Alex Szpakowski
|
2e190f4fa0
Merged in PabloMayobre/love-1/PabloMayobre/fixed-hash-functions-in-data-module-not--1543171550077 (pull request #117)
|
6 년 전 |