0ad/source/lib/res/graphics
janwas 01700f0e9f # refactor VFS path-related functions; split into separate files
- replace all hardcoded strrchr functions (used to get extension / file
name only) with path helper functions (found a few bugs in the process)
- split VFS-independent path helper functions into lib/path_util (allows
including by other files without pulling in entire VFS)
- renamed pp_* functions path_package_*
- split remaining path helper functions into lib/res/file/path
- vfs: split should-reload logic out of vfs_reload_changed_files

- lib: add comments to rand/xrand

This was SVN commit r3796.
2006-04-22 16:26:16 +00:00
..
cursor.cpp # refactor VFS path-related functions; split into separate files 2006-04-22 16:26:16 +00:00
cursor.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
ogl_shader.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
ogl_shader.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
ogl_tex.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
ogl_tex.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
tex.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
tex.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
tex_bmp.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
tex_codec.cpp # refactor VFS path-related functions; split into separate files 2006-04-22 16:26:16 +00:00
tex_codec.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
tex_dds.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
tex_jpg.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
tex_png.cpp # VC2005, GCC compatibility 2006-04-20 01:33:57 +00:00
tex_tga.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
unifont.cpp # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00
unifont.h # refactor vfs/file code (unify interface, dispatch between providers via virtual functions) 2006-04-19 15:19:04 +00:00