Chris Danford
1fcfc22981
CString -> RString
...
const string params where possible for easier debug stepping
2005-12-28 03:59:52 +00:00
Chris Danford
37f82b43f7
remove CStringArray #define
2005-12-09 21:36:22 +00:00
Renaud Lepage
7b6880ff1f
Path adaptation to Xbox
2005-11-16 04:30:42 +00:00
Glenn Maynard
799655dfa5
remove spurious warning
2005-11-11 21:05:05 +00:00
Glenn Maynard
519f720bb0
fix linux compile, or iter skipping an entry
2005-10-30 06:28:53 +00:00
Chris Danford
1dee9871e2
Prepend for ignore markers so that we can search for markers using lower_bound.
...
While iterating, don't delete an item other than the one being iterated. This was invalidating the iterator and causing a crash.
2005-10-30 05:13:37 +00:00
Chris Danford
d738a4c664
add support for .ignore markers to hide files or directories (useful in build staging)
2005-10-30 04:42:23 +00:00
Glenn Maynard
04ec4e66f4
add optional RageFileDriver::MoveFile override; implement for RageFileDriverDirect and RageFileDriverTimeout
2005-09-28 22:59:12 +00:00
Renaud Lepage
9417bd124b
Yet another whoopies, but this time it's my fault. sorry.
2005-08-26 19:07:45 +00:00
Renaud Lepage
b313df449a
Little forgotten line. We're bound to have loads of that for Xbox...
2005-08-26 19:05:49 +00:00
Renaud Lepage
4cf9334b9f
Xbox : Correct the path correction routine. We are now back.
2005-08-26 19:02:10 +00:00
Glenn Maynard
7e1b549eb7
umask fix
2005-05-31 23:26:07 +00:00
Glenn Maynard
2e7a4de1b4
style cleanup
2005-05-31 22:03:48 +00:00
Glenn Maynard
edf10cb9b3
remove RageFileDriver::Ready
2005-05-31 21:58:21 +00:00
Glenn Maynard
55f388d075
bool
...
cleanup
2005-05-31 21:48:12 +00:00
Glenn Maynard
086665ba05
cleanup
2005-05-31 21:43:39 +00:00
Glenn Maynard
1520c4d2cf
0644 isn't bogus ...
2005-05-31 21:38:39 +00:00
Glenn Maynard
b385a5aee9
cleanup
2005-05-31 21:35:06 +00:00
Glenn Maynard
2c348ed129
fix relative logic
2005-05-31 21:27:55 +00:00
Glenn Maynard
7df474b776
make remount work
2005-01-27 03:54:49 +00:00
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