1
0
forked from 0ad/0ad
0ad/source/lib/res/graphics
janwas 9ec828f6fd - both tex.cpp and ogl_tex.cpp had functions named tex_* - confusing. renamed to ogl_tex* to disambiguate.
- ogl_tex_bind now supports multitexturing (avoids need to get id and
then bind manually)
- provide nicer API for querying texture properties (no longer one big
getter). improved GUI determination of texture alpha.
- renderer: another see-if-texture-has-alpha and fixed alpha map code
(wasn't checking if all are same size. only worked because the first map
was larger than the rest

This was SVN commit r2647.
2005-09-02 02:54:02 +00:00
..
cursor.cpp - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
cursor.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
jmemdatasrc.cpp - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
ogl_tex.cpp - both tex.cpp and ogl_tex.cpp had functions named tex_* - confusing. renamed to ogl_tex* to disambiguate. 2005-09-02 02:54:02 +00:00
ogl_tex.h - both tex.cpp and ogl_tex.cpp had functions named tex_* - confusing. renamed to ogl_tex* to disambiguate. 2005-09-02 02:54:02 +00:00
tex.cpp Fixed and rebuilt ScEd. Updated tex to handle greyscale PNGs. 2005-08-13 17:14:57 +00:00
tex.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
unifont.cpp - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
unifont.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00