Alex Szpakowski
|
1bb50fccac
Reduce peak memory usage when a font's glyph atlas needs to be recreated.
|
6 gadi atpakaļ |
Alex Szpakowski
|
d83117c981
Improve precision of the gammaToLinearPrecise shader function.
|
6 gadi atpakaļ |
Alex Szpakowski
|
91d425e7e1
Fix World:getJoints to return fully resolved types for joints.
|
6 gadi atpakaļ |
Alex Szpakowski
|
3ad16a70da
love.physics: move internal box2d->love object map to World instances, and clean up some physics object code. Resolves issue #1465.
|
6 gadi atpakaļ |
Alex Szpakowski
|
0752f27bdf
Update copyright year for 2019
|
6 gadi atpakaļ |
Alex Szpakowski
|
a7d0c02058
Remove some unused love.physics Body methods, and clean up a bit of code.
|
6 gadi atpakaļ |
Alex Szpakowski
|
19890a65c3
Move named channel code to the thread module instead of having a static map. Fixes issue #1464.
|
6 gadi atpakaļ |
Alex Szpakowski
|
364718fa46
Android: potentially work around a Qualcomm Adreno driver bug which prevented videos from being loaded into vram.
|
6 gadi atpakaļ |
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 gadi atpakaļ |
Alex Szpakowski
|
974b02f6e0
Update changelog
|
6 gadi atpakaļ |
Alex Szpakowski
|
97883ae627
Update version to 11.3
|
6 gadi atpakaļ |
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 gadi atpakaļ |
Alex Szpakowski
|
a91a0a9431
update glslang
|
6 gadi atpakaļ |
Alex Szpakowski
|
324a290040
The code related to t.audio.mixwithsystem=true is run before the audio module is loaded. Fixes issue #1430.
|
6 gadi atpakaļ |
Alex Szpakowski
|
f504ace6cd
Make sure love.window.getSafeArea is in DPI-scaled units on all platforms.
|
6 gadi atpakaļ |
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 gadi atpakaļ |
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 gadi atpakaļ |
Alex Szpakowski
|
ebe98a91ec
Expose C++ variant data union so other C++ code can access it.
|
6 gadi atpakaļ |
Alex Szpakowski
|
fc17ecba0d
Expose C++ love.event Message name and args fields so other code can access them.
|
6 gadi atpakaļ |
Alex Szpakowski
|
29f8667cbc
Update changelog
|
6 gadi atpakaļ |
Bart van Strien
|
b2ed16cd7b
Error when trying to create a queueable source with newSource (issue #1450)
|
6 gadi atpakaļ |
Bart van Strien
|
6fa0187ef0
Work around possible bugs in sdl2 autoconf script (resolves #1381)
|
6 gadi atpakaļ |
Alex Szpakowski
|
e2aa469170
Add love.window.get/setVSync, to allow changing the vsync setting without recreating the window.
|
6 gadi atpakaļ |
Alex Szpakowski
|
6302602a45
Add love.math.colorToBytes and colorFromBytes, simple functions to convert between 0-1 and 0-255 (byte) colors.
|
6 gadi atpakaļ |
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 gadi atpakaļ |
Alex Szpakowski
|
d4762b4612
Add love.window.getDisplayOrientation and a love.displayrotated callback. Resolves issue #1441.
|
6 gadi atpakaļ |
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 gadi atpakaļ |
Alex Szpakowski
|
5f9f8c18ba
Update CMake script to generate zip/exe filenames which match love's new version naming scheme.
|
6 gadi atpakaļ |
Alex Szpakowski
|
de813dd42d
Add an Xcode 10 auto-generated file to the repository.
|
6 gadi atpakaļ |
Alex Szpakowski
|
a96c2e77e6
Add platform/xcode/ios/luajit-git to the hgignore file.
|
6 gadi atpakaļ |