0ad/source/lib/res/graphics
janwas 34637ba5dc # refactor sysdep API, split it into parts
- split up detect.cpp into snd, cpu, gfx (headers were already split)
- rename detect functions for more clarity (e.g. get_cur_vmode ->
gfx_get_video_mode)
- rename lib/res/sound/snd to snd_mgr to avoid conflict with
sysdep/snd.cpp
- waio: set errno in aio_rw (addresses bug #73)

This was SVN commit r3745.
2006-04-10 20:12:25 +00:00
..
cursor.cpp Unix cursor support, some gcc warnings, etc 2006-03-06 03:46:12 +00:00
cursor.h - massive overhaul of lib error code returning. int -> LibError everywhere. 2005-12-11 22:23:55 +00:00
ogl_shader.cpp # housekeeping (improve unreachable code annotations and avoid compiler warnings) 2006-04-10 06:44:54 +00:00
ogl_shader.h - massive overhaul of lib error code returning. int -> LibError everywhere. 2005-12-11 22:23:55 +00:00
ogl_tex.cpp # refactor sysdep API, split it into parts 2006-04-10 20:12:25 +00:00
ogl_tex.h - massive overhaul of lib error code returning. int -> LibError everywhere. 2005-12-11 22:23:55 +00:00
tex_bmp.cpp # overhauled error handling; made sure all low-level function failures are caught at the source. 2006-04-03 01:00:45 +00:00
tex_codec.cpp # overhauled error handling; made sure all low-level function failures are caught at the source. 2006-04-03 01:00:45 +00:00
tex_codec.h # overhauled error handling; made sure all low-level function failures are caught at the source. 2006-04-03 01:00:45 +00:00
tex_dds.cpp # housekeeping (improve unreachable code annotations and avoid compiler warnings) 2006-04-10 06:44:54 +00:00
tex_jpg.cpp # overhauled error handling; made sure all low-level function failures are caught at the source. 2006-04-03 01:00:45 +00:00
tex_png.cpp # overhauled error handling; made sure all low-level function failures are caught at the source. 2006-04-03 01:00:45 +00:00
tex_tga.cpp # overhauled error handling; made sure all low-level function failures are caught at the source. 2006-04-03 01:00:45 +00:00
tex.cpp # fix W4 warnings on VC 2006-04-03 22:06:09 +00:00
tex.h # further documentation and improvements to lib/res/file code 2006-04-03 21:28:10 +00:00
unifont.cpp # overhauled error handling; made sure all low-level function failures are caught at the source. 2006-04-03 01:00:45 +00:00
unifont.h - massive overhaul of lib error code returning. int -> LibError everywhere. 2005-12-11 22:23:55 +00:00