Revision 0ca05380
Added by danij about 12 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- engine
- api
- portable
- include
- file.h (diff)
- fs_main.h (diff)
- p_mapdata.h (diff)
- p_object.h (diff)
- pathtree.h (diff)
- r_fakeradio.h (diff)
- r_sky.h (diff)
- render
- src
- dam_main.cpp (diff)
- dd_main.cpp (diff)
- dd_wad.cpp (diff)
- def_main.cpp (diff)
- edit_map.cpp (diff)
- file.cpp (diff)
- fs_main.cpp (diff)
- fs_util.cpp (diff)
- lumpindex.cpp (diff)
- p_data.cpp (diff)
- pathtree.cpp (diff)
- pathtreenode.cpp (diff)
- resourcenamespace.cpp (diff)
- sys_reslocator.cpp (diff)
- wad.cpp (diff)
- zip.cpp (diff)
- include
- plugins
- engine
Refactor|PathTree|File1: PathTree::Node and File1 names now return de::String
Todo: This commit introduces some additional overhead due StringPool
storing the strings internally as ddstring_t. StringPool should now
be refactored to use de::String natively.