Project

General

Profile

« Previous | Next » 

Revision 404940e6

Added by danij almost 13 years ago

Refactor: Switched our internal directory delimiter to '/' (was native)

Doomsday now represents all paths using a forward slash for hierarchy
delimiters internally. All paths are now normalized before being used
for building PathDirectorys, indexing files from containers, etc...

The only times a path is now converted to OS-native delimiters is when
dealing with real files on the local system or when being displayed to
the user (e.g., console and log).

These changes meant that the kludge implemented in de::Uri, which would
automatically convert delimiters to native ones has now been removed.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences