0ad/source/lib/res/graphics
prefect 04650efe7a Lots of gcc -Wall fixes. The common ones:
- switch() statements don't handle all values in an enum
- missing \n at end of file
- non-virtual destructors in classes containing virtual functions
- order of initializers in constructor initializer lists
... some other stuff (signedness, nested comments, unused variables) as
well.

This was SVN commit r2864.
2005-10-07 15:24:29 +00:00
..
cursor.cpp Hardware cursor isn't implemented for X. 2005-09-29 21:48:04 +00:00
cursor.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00
ogl_shader.cpp Add the notion of render paths and an appropriate configuration option. 2005-10-05 16:42:09 +00:00
ogl_shader.h Add the notion of render paths and an appropriate configuration option. 2005-10-05 16:42:09 +00:00
ogl_tex.cpp Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
ogl_tex.h vfs_store: set return value to #bytes written 2005-10-03 12:57:31 +00:00
tex_bmp.cpp tex codecs: fix some warnings (remove unnecessary locals) 2005-09-16 19:19:14 +00:00
tex_codec.h vfs_store: set return value to #bytes written 2005-10-03 12:57:31 +00:00
tex_dds.cpp inlined bits and bit_mask for efficiency (as suggested by philip - thanks!) 2005-09-19 23:40:33 +00:00
tex_jpg.cpp vfs_store: set return value to #bytes written 2005-10-03 12:57:31 +00:00
tex_png.cpp tex codecs: fix some warnings (remove unnecessary locals) 2005-09-16 19:19:14 +00:00
tex_tga.cpp tex codecs: fix some warnings (remove unnecessary locals) 2005-09-16 19:19:14 +00:00
tex.cpp Lots of gcc -Wall fixes. The common ones: 2005-10-07 15:24:29 +00:00
tex.h vfs_store: set return value to #bytes written 2005-10-03 12:57:31 +00:00
unifont.cpp final refactor (i hope). split up fmt / int_fmt determination to allow override of fmt without overriding int_fmt (useful for unifont.cpp). this changed the signature of ogl_tex_upload. better explained flags in OglTex and warn_if_uploaded. 2005-09-29 17:33:30 +00:00
unifont.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00