1
0
forked from 0ad/0ad
0ad/source/lib/res
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
..
file # refactor VFS path-related functions; split into separate files 2006-04-22 16:26:16 +00:00
graphics # refactor VFS path-related functions; split into separate files 2006-04-22 16:26:16 +00:00
sound # refactor VFS path-related functions; split into separate files 2006-04-22 16:26:16 +00:00
h_mgr.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
h_mgr.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
handle.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
mem.cpp # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
mem.h # add CppDoc file header to all files, along with their descriptions. 2006-04-11 23:59:08 +00:00
res.h - split up lib/res into file, graphics and sound. 2005-08-12 17:06:53 +00:00