Project

General

Profile

« Previous | Next » 

Revision 2f11cf8f

Added by danij almost 14 years ago

Continuing work on ringzero:
  • Began introduction of resource URIs. Established base namespaces using the old resource class names. This allows resource search paths such as "textures:somefile.png" to translate to the logical search: "c:\doomsday\data\jdoom\textures\doom1-ultimate\" else "c:\doomsday\data\jdoom\textures\" else "c:\doomsday\data\textures\". If a resource namespace is omitted in the search path a logical default is picked for the type of resource being searched for (e.g., RT_GRAPHIC has the default resource namespace "graphics:").
  • Revised management of resource search paths and associated file hashes.
  • Moved parsing of -cparse config files back into DD_StartupWorker - this is pre-engine init round not a pre-game init round.
  • Moved handling of cvar file-startup into DD_ChangeGame where it belongs.
  • Moved handling of -file command line option post automatic game selection.
  • Added compile time warning about -iwad not being implemented presently.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences