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-18 03:34:23 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
622b73701955e9f3f15f44c1140ad7de90e602f9
love
/
src
/
modules
/
graphics
T
History
Alex Szpakowski
622b737019
Merged default into minor
...
--HG-- branch : minor
2015-02-21 03:53:33 -04:00
..
opengl
Merged default into minor
2015-02-21 03:53:33 -04:00
Color.h
CRLF to LF
2012-07-04 14:40:24 +02:00
Drawable.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Graphics.cpp
Added Text objects via love.graphics.newText(font [, textstring]). Reworked the internal code of Font objects to use fewer individual textures and less VRAM per object, and to be compatible with OpenGL ES. Slightly improved the performance of love.graphics.print and love.graphics.printf.
2015-01-23 00:47:28 -04:00
Graphics.h
Added love.graphics.isActive. love.graphics function calls (and method calls on objects created via love.graphics) are only guaranteed to work when isActive is true, otherwise bad things might happen (the program crashing, for example.)
2015-02-17 02:24:09 -04:00
Quad.cpp
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Quad.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Texture.cpp
Merged default into minor
2015-01-16 15:47:26 -04:00
Texture.h
Canvases now have OpenGL ES support, updated Texture:setWrap to return false for repeat wrap modes in non-power-of-two textures if OpenGL ES 2 is used and the implementation doesn't have support for repeat on NPOT textures.
2015-01-20 15:13:59 -04:00
Volatile.cpp
Updated copyright for the new year
2014-12-31 19:32:43 -04:00
Volatile.h
Updated copyright for the new year
2014-12-31 19:32:43 -04:00