This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-15 07:41:11 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
09e6a9a434ca4bfeee9c35509b17370880433791
love
/
src
T
History
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.
2015-12-29 00:10:40 -04:00
..
common
Made type checking for love objects slightly more robust.
2015-12-14 18:30:43 -04:00
libraries
Updated Box2D to 2.3.2-git.
2015-11-30 23:55:50 -04:00
modules
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.
2015-12-29 00:10:40 -04:00
scripts
Fixed an error in the nogame screen if the window's height is too small.
2015-12-22 15:47:50 -05:00
love.cpp
android: disabling JIT by default as it may cause performance problems. To enable it run jit.on().
2015-12-22 10:04:44 +01:00