Commit Graph

20 Commits

Author SHA1 Message Date
Glenn Maynard 95c4741945 fix thread safety issue 2004-12-21 10:35:11 +00:00
Ryan Dortmans 62ab69e47b Xbox: Additional song folders fix 2004-10-21 05:43:43 +00:00
Renaud Lepage 2f074da106 Missing _ Before XBOX - Solved the text output bug. 2004-07-21 02:36:21 +00:00
Glenn Maynard b1b33f7db0 add opendir() error check to fix readdir() crash 2004-05-27 04:48:31 +00:00
Glenn Maynard 2493ab80e7 improve output 2004-05-27 00:10:57 +00:00
Glenn Maynard 74977f0459 fix spurious "Couldn't create :" errors 2004-05-08 03:16:22 +00:00
Glenn Maynard 33a04b79de beginning GPL->X11 license transition
The conventions I'm using are to put the entire copyright notice at the bottom
of each file, and to put the summary of the source file's use at the top of the
header.

Putting the license text in each file avoids confusion, and is normal practice
for many projects.  Putting it at the bottom gets it out of the way; it's a
ton of clutter to put at the top.

The description is in the header.  People who don't know what a class is for,
or how to use it, are probably looking at the header to see the interface,
not the implementation, so let's put the description in there.  Keep it brief
(one line); any substantial implementation notes should go in the source file.
2004-05-06 00:42:06 +00:00
Glenn Maynard 1896f45ecc add checkpoint 2004-05-06 00:01:06 +00:00
Glenn Maynard 41662b7239 fix spurious mkdir(d:/) calls 2004-05-01 01:40:58 +00:00
Steve Checkoway 20a8bab45c Clean up includes. 2004-04-05 05:22:32 +00:00
Glenn Maynard 59703ade1d fix CreateDirectories on paths starting with / 2004-03-16 05:01:35 +00:00
Glenn Maynard 8201f7d0f1 fix warnings creating eg. "c:\foo\bar\" 2004-02-28 04:19:27 +00:00
Glenn Maynard 15e01b4e23 cleanup 2004-02-13 22:25:47 +00:00
Glenn Maynard be88907616 Don't warn on mkdir returning ENOENT.
Don't keep trying to create directories when a component fails.  We
did this before because mkdir(I:\) would fail, but we don't try to
create that component anymore.  (This would flood the log with
extranneous warnings.)
2004-02-13 22:23:07 +00:00
Glenn Maynard 9df2466099 move DirectFilenameDB into RageFileDriverDirectHelpers.cpp 2004-02-11 02:58:40 +00:00
Manu Evans ce888de237 fixed some xbox build errors :/ 2004-01-17 05:21:24 +00:00
Chris Danford 86ab9b3df5 fix file rename on Win9x 2004-01-12 09:51:31 +00:00
Glenn Maynard b5ba023a37 CreateDirectories: don't ignore empty path components 2004-01-09 21:54:16 +00:00
Glenn Maynard f9f4238dda cleanup 2004-01-06 06:00:03 +00:00
Glenn Maynard fe866c9be6 add helpers 2004-01-06 05:35:07 +00:00