Project

General

Profile

« Previous | Next » 

Revision c844017c

Added by skyjake over 10 years ago

Refactor: Relocated console, FS1, and help to libdoomsday

This sizable commit relocates a couple of the most central Doomsday
subsystems into the libdoomsday library: console, FS1, and help.

Very little functionality has actually changed, though:

- Uri is now in libdoomsday, so it needs to use a callback to
resolve symbols in the URI.

- FS1 depends on ResourceClass, however the resource subsystem is not
ready for relocation; a callback was added to allow getting a
ResourceClass instance based on its ID number.

The old console implementation has been cleaned up by splitting it
into several source files.

These changes enable relocating other subsystems that rely on console
and FS1.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences