Alex Szpakowski
|
a9e10dcadf
Fixed RandomGenerator.random crashing if a nil 'self' is passed. (closes issue #1116)
|
9 năm trước cách đây |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 năm trước cách đây |
Alex Szpakowski
|
b48117544d
Added "lighten" and "darken" blend modes (resolves issue #443).
|
9 năm trước cách đây |
Alex Szpakowski
|
5a98af7e2d
ASTC has guaranteed support when OpenGL ES 3.2 is used.
|
9 năm trước cách đây |
Alex Szpakowski
|
1461da598e
Updated GLAD to use the latest OpenGL and OpenGL ES extensions and versions.
|
9 năm trước cách đây |
Alex Szpakowski
|
a42341aa73
Added a new variant of love.graphics.arc: arc(drawmode, arcmode, x, y, radius, angle1, angle2 [, points]).
|
9 năm trước cách đây |
Alex Szpakowski
|
2cadb30ecf
Updated the version to 0.10.1.
|
9 năm trước cách đây |
Alex Szpakowski
|
ef94e43af1
Fixed Shader:sendColor incorrectly converting alpha from sRGB to linear RGB when gamma-correct rendering is enabled.
|
9 năm trước cách đây |
Alex Szpakowski
|
1ad5a768f6
Fixed love.graphics.newMesh(vertices) double-converting colors from sRGB to linear RGB, when gamma-correct rendering is enabled.
|
9 năm trước cách đây |
Alex Szpakowski
|
09e6a9a434
When multiple canvases are active at once (MRT), individual canvases can now be selectively cleared with love.graphics.clear(c1, c2, ...) by passing empty tables for the canvases that shouldn't be cleared, and color tables for the canvases that should.
|
9 năm trước cách đây |
Alex Szpakowski
|
b56a0cfc3d
Avoid hard crashes when calling love.filesystem functions if love.filesystem.init was never called.
|
9 năm trước cách đây |
Alex Szpakowski
|
67fe29b30e
More accurate comment.
|
9 năm trước cách đây |
Alex Szpakowski
|
c751e4881a
Possibly fixed everything showing up as black on some Android devices.
|
9 năm trước cách đây |
Alex Szpakowski
|
538f3869c5
Don't query the current texture bindings when initializing OpenGL.
|
9 năm trước cách đây |
Alex Szpakowski
|
5ef0195a88
Fixed an error in the nogame screen if the window's height is too small.
|
9 năm trước cách đây |
Alex Szpakowski
|
47949aa968
Added tag 0.10.0 for changeset 14717f0fb5d9
|
9 năm trước cách đây |
Alex Szpakowski
|
79929d220d
Added release date for 0.10.0.
|
9 năm trước cách đây |
Martin Felis
|
007e113ec5
android: disabling JIT by default as it may cause performance problems. To enable it run jit.on().
|
9 năm trước cách đây |
Alex Szpakowski
|
968e1ff699
Added a basic iOS readme.
|
9 năm trước cách đây |
Alex Szpakowski
|
f841621ded
Removed an obsolete line in changes.txt.
|
9 năm trước cách đây |
Alex Szpakowski
|
9e7c9186d4
Fixed the equals / keypad-equals scancodes.
|
9 năm trước cách đây |
Alex Szpakowski
|
2ad1712eaf
Font:getWrap can now accept a colored text table in the same format as what's accepted by love.graphics.print. Resolves issue #1108.
|
9 năm trước cách đây |
Alex Szpakowski
|
efa08b1e44
Fixed a compile failure on Android (thanks xenthral!)
|
9 năm trước cách đây |
Bart van Strien
|
63fdcb3700
Results of another test deb package, g++ at least version 4.7, no longer support precise
|
9 năm trước cách đây |
Alex Szpakowski
|
f6809f941d
Cleaned up some love.window code.
|
9 năm trước cách đây |
Alex Szpakowski
|
4e75c7be9a
Improved the window and OpenGL context creation code to try more options if the OpenGL version is too low (e.g. if the driver in Windows gave back a Microsoft GL 1.1 software context because of a high requested MSAA value.)
|
9 năm trước cách đây |
Alex Szpakowski
|
f3858c0d0d
Updated the changelog.
|
9 năm trước cách đây |
Alex Szpakowski
|
48345bd58c
Changed the optional 'multiply alpha' boolean argument in love.graphics.setBlendMode to be an enum with constants 'alphamultiply' and 'premultiplied'.
|
9 năm trước cách đây |
Bart van Strien
|
39127cd1b2
Remove duplicate deps in debian/control.in
|
9 năm trước cách đây |
Bart van Strien
|
d0b8eb3e23
Update deb stuff
|
9 năm trước cách đây |