Commit Graph

9 Commits

Author SHA1 Message Date
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Chris Danford 48ebc53549 return NULL -> return CString() for clarity and efficiency 2005-09-04 16:55:21 +00:00
Chris Danford e439ae2a96 return "" -> return NULL 2005-09-02 00:14:07 +00:00
Glenn Maynard 209040e02d clean up file drivers: drivers now always receive paths with trailing slashes;
this makes handling the relative "root" directory not a special case (".").
mountpoints now always begin with a slash.  before, "/foo" and "foo" were
in two separate namespaces, which was weird and confusing; the two now
mean the same thing.  there are no more special "default mountpoints"; just
mount to "/".  "@path" mounts are now "/@path", and they do show up in
GetDirListing("/") (but, as before, opening "/@foo/bar" will never create
a "@foo/bar" path in a non-"@foo" mountpoint)
2005-05-20 22:26:54 +00:00
Glenn Maynard e9ed9d20ee null string fix 2004-11-11 23:55:03 +00:00
Glenn Maynard c8a252ee77 fix m_FinishedRequests not being cleared on Abort() 2004-11-06 03:21:19 +00:00
Glenn Maynard ec44af425a fix !g_bWriteToCache 2004-09-24 05:27:34 +00:00
Glenn Maynard be22d989cb fix warning 2004-09-08 02:28:32 +00:00
Glenn Maynard 8296900391 This is a helper to precache files in the background, which is used to
make the music selection screen playable when music is being read
off a CD.  This is actually disabled; I'm adding it so I can shift
ScreenSelectMusic to use the API.
2004-09-08 02:17:08 +00:00