Revision 37a52092
Added by danij almost 14 years ago
Continued work on ringzero:
- Generalised de::PathDirectory so it can be used for modelling anything as a hierarchical string-key'd tree. Renamed the original to de::FileDirectory
- When a cvar callback returns a pointer to the template used to create it it should be const. Do we even want to do this? I would think some other kind of handle would be better (we can then remove the pretty much unused copy in ddcvar_t).
- When destroying the console databases get rid of the knownWords first, as this prevents the other database destructors from doing additional redundant work.
- Clean up.
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- build
- engine
- api
- portable
- include
- src
- con_data.c (diff)
- con_main.c (diff)
- dam_file.c (diff)
- dd_main.c (diff)
- def_main.c (diff)
- filedirectory.c
- gl_texmanager.c (diff)
- m_string.c (diff)
- pathdirectory.c (diff)
- r_lgrid.c (diff)
- r_lumobjs.c (diff)
- rend_main.c (diff)
- resourcenamespace.c (diff)
- resourcerecord.c (diff)
- sys_filein.c (diff)
- sys_master.c (diff)
- sys_reslocator.c (diff)
- uri.c (diff)
- plugins