Alex Szpakowski
|
276bdd1dbf
iOS: fix audio clicks immediately after playing a source. Resolves issue #1485.
|
6 年之前 |
Alex Szpakowski
|
84f9f3f4d5
Update Xcode project for Xcode 10.2.
|
6 年之前 |
Alex Szpakowski
|
e7c36022a8
Update PhysFS to 3.0.2.
|
6 年之前 |
Alex Szpakowski
|
69c47675b9
Add Decoder:clone. Resolves issue #1479.
|
6 年之前 |
Alex Szpakowski
|
db1c982f76
boot.lua and nogame.lua line numbers match the source code once they're embedded into love (thanks, pgimeno!)
|
6 年之前 |
Alex Szpakowski
|
09cd3b68c9
Explicitly disable color FBO attachments where possible for depth/stencil canvases. Potentially fixes issue #1470
|
6 年之前 |
Alex Szpakowski
|
0c2153e0ca
Fix a potentially uninitialized value in love.graphics code. Minor cleanup.
|
6 年之前 |
Alex Szpakowski
|
b439ff07ce
Allow love.timer.sleep(0).
|
6 年之前 |
Bart van Strien
|
9d2640364b
Convert the readme back to utf-8
|
6 年之前 |
Bart van Strien
|
00e7d640c7
Also test source pitch is positive and clarify error (resolves #1474)
|
6 年之前 |
Bart van Strien
|
5b2b328624
Merged in Lin-Buo-Ren/love/Lin-Buo-Ren/fix-heading-markup-in-readme-1551583956825 (pull request #122)
|
6 年之前 |
林博仁
|
e3d73d9351
Fix heading markup in README
|
6 年之前 |
Bart van Strien
|
3d64ad0a3e
Properly propagate errors when creating a DataView (fixes #1476)
|
6 年之前 |
Alex Szpakowski
|
4fd2009e25
Merged in AuahDark/love/android-safearea (pull request #121)
|
6 年之前 |
Miku AuahDark
|
b3497f42e4
Add failsafe for `love.window.getSafeArea` in Android.
|
6 年之前 |
Miku AuahDark
|
4a08c0f7c1
Implement `love.window.getSafeArea` for Android
|
6 年之前 |
Alex Szpakowski
|
76917685dd
Add an optional vertex count parameter to mesh:setVertices.
|
6 年之前 |
Alex Szpakowski
|
74dcc41b38
Cleaned up love.graphics Image code for determining whether the image's pixel format is supported.
|
6 年之前 |
Alex Szpakowski
|
1bb50fccac
Reduce peak memory usage when a font's glyph atlas needs to be recreated.
|
6 年之前 |
Alex Szpakowski
|
d83117c981
Improve precision of the gammaToLinearPrecise shader function.
|
6 年之前 |
Alex Szpakowski
|
91d425e7e1
Fix World:getJoints to return fully resolved types for joints.
|
6 年之前 |
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 年之前 |
Alex Szpakowski
|
0752f27bdf
Update copyright year for 2019
|
6 年之前 |
Alex Szpakowski
|
a7d0c02058
Remove some unused love.physics Body methods, and clean up a bit of code.
|
6 年之前 |
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 年之前 |