Commit Graph

185 Commits

Author SHA1 Message Date
Glenn Maynard 946d26ae8e fix warnings 2004-01-27 21:03:43 +00:00
Manu Evans ce888de237 fixed some xbox build errors :/ 2004-01-17 05:21:24 +00:00
Glenn Maynard d680cc1f2f fix warning
don't mangle first character if non-ASCII
2004-01-03 04:30:34 +00:00
Chris Danford 40b2ecfee5 simplify mine scoring
add separate dance point weights for mines
2004-01-02 08:43:14 +00:00
Glenn Maynard 788f4a24ad simplify 2003-12-21 09:18:06 +00:00
Glenn Maynard 50f5ddc5ea work around stupid Windows error formatting returning \r\n at the end of
error strings
2003-12-21 07:04:33 +00:00
Glenn Maynard 75a1048c75 'bool CopyFile2( CString sSrcFile, CString sDstFile ); // using "CopyFile" gives "unresolved external" link error in VC6'
use "FileCopy" instead
2003-12-21 05:59:52 +00:00
Glenn Maynard 2a64220e50 cleanup 2003-12-21 02:20:53 +00:00
Glenn Maynard 9331f41838 add in-place split() functions 2003-12-15 05:34:24 +00:00
Glenn Maynard f76a664437 continue phasing out SLASH 2003-12-10 09:47:36 +00:00
Glenn Maynard cdb4dbc03b replace GetFileModTime with GetFileHash 2003-12-10 07:07:42 +00:00
Chris Danford abf88923c1 working on stats.html 2003-12-08 10:27:45 +00:00
Chris Danford eac836cc40 move many bookkeeping numbers to ProfileManager 2003-12-08 04:02:43 +00:00
Glenn Maynard 58c65bec3b cleanup 2003-12-07 23:43:58 +00:00
Glenn Maynard 5f6fedfcda move DirectoryIsEmpty to RageUtil
cleanup
add join( Delimitor, iterator, iterator )
2003-12-07 22:54:50 +00:00
Glenn Maynard c6b550e2ef remove CreateDirectories and Rename 2003-12-07 04:20:07 +00:00
Glenn Maynard 39549f4387 comment 2003-12-02 21:52:03 +00:00
Steve Checkoway b125e3d980 Fix RageFile, use RageFile. Const fix in LyricsLoader. 2003-11-30 06:20:25 +00:00
Glenn Maynard b72d42361a add headers 2003-11-14 17:17:36 +00:00
Chris Danford 47def7d3dc xbox updates 2003-11-13 00:39:36 +00:00
Chris Danford 3098d41e7a tweak credits text
fix memory card profile creation
2003-11-08 15:49:48 +00:00
Glenn Maynard 02a6a82bd6 Fix CreateDirectories pulling wrong data from cache. (That should fix
the cache creation problems ...)
2003-11-04 06:52:39 +00:00
Glenn Maynard 20798c677c remove old comments 2003-11-02 04:05:38 +00:00
Glenn Maynard af965e4e45 Remove splitrelpath.
Minor splitpath optimization.
2003-10-29 21:22:28 +00:00
Glenn Maynard 706c713945 CString SetExtension("foo.bar", "") -> "foo" 2003-10-29 20:59:40 +00:00
Glenn Maynard e2c2ae4941 use GetExtension, Dirname, Basename 2003-10-29 20:46:37 +00:00
Glenn Maynard f03a889274 add Dirname, optimize Basename 2003-10-29 20:18:04 +00:00
Glenn Maynard 2824bf6049 remove old code 2003-10-29 19:38:37 +00:00
Glenn Maynard 688b342c57 optimize split() for the common case of one-character delimitors (~10%
speedup)
2003-10-28 22:37:20 +00:00
Glenn Maynard dcea66e6e6 fix GetExtension 2003-10-22 07:23:50 +00:00
Glenn Maynard 2715b39ba3 optimize GetExtension 2003-10-22 05:49:26 +00:00
Glenn Maynard f4ff423457 better output 2003-10-21 21:33:51 +00:00
Glenn Maynard b34bc5108d optimize case-insensitive string ops 2003-10-20 03:57:02 +00:00
Glenn Maynard abc93ed1d4 work around windows and/or samba bug 2003-10-10 04:16:44 +00:00
Chris Danford 4087097cf4 better redir error checking 2003-09-23 05:39:47 +00:00
Glenn Maynard 18a45487ab Cache mtimes. 2003-09-23 00:09:10 +00:00
Chris Danford c0c680317c profiles are usable 2003-09-08 07:21:41 +00:00
Glenn Maynard 46d9ea8488 Add troubleshooting output. 2003-09-06 22:32:38 +00:00
Glenn Maynard 636dcaaa7a Add GetCwd(). 2003-09-05 06:20:55 +00:00
Glenn Maynard 8e69db6e86 Add SetExtension. 2003-09-04 19:28:39 +00:00
Glenn Maynard d934177bf4 Changed this during testing so I didn't have to recompile everything
each time I changed it.  Why make this inline?  It's not performance-critical
at that level, and it's more code in the headers to slow down compiles.
2003-09-03 18:22:55 +00:00
Chris Danford 35950c4eaf Add prefs for logging. Don't throw if can't open log file. Remove Ragefopen and Rageifstream (they aren't needed). 2003-08-13 04:40:23 +00:00
Glenn Maynard e78ad5e491 Fix Course::GetCourseInfo crashes 2003-08-03 04:47:53 +00:00
Chris Danford 34b3cc616a Collapse path when reading redirects (needed for Xbox) 2003-08-02 19:28:31 +00:00
Glenn Maynard 4262c7fd96 Add an SDL random number generator with independent seeds. 2003-07-30 20:31:50 +00:00
Glenn Maynard e4e96da008 fix CreateDirectories 2003-07-28 23:26:40 +00:00
Chris Danford 278cb4c3f1 runs on Xbox 2003-07-22 07:47:27 +00:00
Glenn Maynard 7716edf4ac Fix error reporting. 2003-07-14 22:23:04 +00:00
Glenn Maynard a44b6d0a86 remove unneeded header 2003-07-12 20:42:08 +00:00
Chris Danford 8158ca8770 compiles on Xbox (still a CRT linking error though) 2003-07-11 03:15:28 +00:00