Bart van Strien
|
9d2640364b
Convert the readme back to utf-8
|
6 lat temu |
Bart van Strien
|
00e7d640c7
Also test source pitch is positive and clarify error (resolves #1474)
|
6 lat temu |
Bart van Strien
|
5b2b328624
Merged in Lin-Buo-Ren/love/Lin-Buo-Ren/fix-heading-markup-in-readme-1551583956825 (pull request #122)
|
6 lat temu |
林博仁
|
e3d73d9351
Fix heading markup in README
|
6 lat temu |
Bart van Strien
|
3d64ad0a3e
Properly propagate errors when creating a DataView (fixes #1476)
|
6 lat temu |
Alex Szpakowski
|
4fd2009e25
Merged in AuahDark/love/android-safearea (pull request #121)
|
6 lat temu |
Miku AuahDark
|
b3497f42e4
Add failsafe for `love.window.getSafeArea` in Android.
|
6 lat temu |
Miku AuahDark
|
4a08c0f7c1
Implement `love.window.getSafeArea` for Android
|
6 lat temu |
Alex Szpakowski
|
76917685dd
Add an optional vertex count parameter to mesh:setVertices.
|
6 lat temu |
Alex Szpakowski
|
74dcc41b38
Cleaned up love.graphics Image code for determining whether the image's pixel format is supported.
|
6 lat temu |
Alex Szpakowski
|
1bb50fccac
Reduce peak memory usage when a font's glyph atlas needs to be recreated.
|
6 lat temu |
Alex Szpakowski
|
d83117c981
Improve precision of the gammaToLinearPrecise shader function.
|
6 lat temu |
Alex Szpakowski
|
91d425e7e1
Fix World:getJoints to return fully resolved types for joints.
|
6 lat temu |
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 lat temu |
Alex Szpakowski
|
0752f27bdf
Update copyright year for 2019
|
6 lat temu |
Alex Szpakowski
|
a7d0c02058
Remove some unused love.physics Body methods, and clean up a bit of code.
|
6 lat temu |
Alex Szpakowski
|
19890a65c3
Move named channel code to the thread module instead of having a static map. Fixes issue #1464.
|
6 lat temu |
Alex Szpakowski
|
364718fa46
Android: potentially work around a Qualcomm Adreno driver bug which prevented videos from being loaded into vram.
|
6 lat temu |
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 lat temu |
Alex Szpakowski
|
974b02f6e0
Update changelog
|
6 lat temu |
Alex Szpakowski
|
97883ae627
Update version to 11.3
|
6 lat temu |
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 lat temu |
Alex Szpakowski
|
a91a0a9431
update glslang
|
6 lat temu |
Alex Szpakowski
|
324a290040
The code related to t.audio.mixwithsystem=true is run before the audio module is loaded. Fixes issue #1430.
|
6 lat temu |
Alex Szpakowski
|
f504ace6cd
Make sure love.window.getSafeArea is in DPI-scaled units on all platforms.
|
6 lat temu |
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 lat temu |
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 lat temu |
Alex Szpakowski
|
ebe98a91ec
Expose C++ variant data union so other C++ code can access it.
|
6 lat temu |
Alex Szpakowski
|
fc17ecba0d
Expose C++ love.event Message name and args fields so other code can access them.
|
6 lat temu |
Alex Szpakowski
|
29f8667cbc
Update changelog
|
6 lat temu |