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 15:51:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f83c2db471e75666a169dd12b4d5f2a6ab578d87
love
/
src
/
modules
/
graphics
T
History
Alex Szpakowski
f83c2db471
Cleaned up the Canvas code.
...
--HG-- branch : minor
2015-02-26 17:06:09 -04:00
..
opengl
Cleaned up the Canvas code.
2015-02-26 17:06:09 -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
Replace deprecated PHYSFS_addToSearchPath calls with PHYSFS_mount.
2015-02-22 17:48:32 -04:00
Quad.h
Replace deprecated PHYSFS_addToSearchPath calls with PHYSFS_mount.
2015-02-22 17:48:32 -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