Commit Graph

32 Commits

Author SHA1 Message Date
Glenn Maynard eadd3b3edb separate "low res loaded on startup" and "low res loaded on demand" banner modes 2005-03-08 01:39:32 +00:00
Glenn Maynard 776060e913 implement course radar value caching 2005-03-07 22:30:39 +00:00
Chris Danford 981e52ec58 merge IniFile and XmlFile 2005-01-07 14:28:00 +00:00
Glenn Maynard 549cd7c83f license updates 2004-05-31 21:35:31 +00:00
Glenn Maynard c0adadd3a5 IniFile cleanup 2004-05-23 02:27:51 +00:00
Glenn Maynard fd2fd9719a fix uninitialized variables 2004-01-21 03:33:39 +00:00
Glenn Maynard f89940ac02 add cache hash explanation 2003-12-30 02:44:52 +00:00
Glenn Maynard c694bdc247 use RageFileManager::Remove 2003-12-16 07:27:38 +00:00
Glenn Maynard e9ae2c0803 continue phasing out BASE_PATH and SLASH 2003-12-10 09:44:16 +00:00
Glenn Maynard 658c72c6ad start phasing out BASE_PATH and SLASH 2003-12-10 09:02:55 +00:00
Glenn Maynard 870527c9aa remove CreateDirectories uses 2003-12-07 04:16:10 +00:00
Chris Danford 47def7d3dc xbox updates 2003-11-13 00:39:36 +00:00
Glenn Maynard f875aba27e fix cache dir being wiped before we can write anything into it 2003-11-04 06:51:28 +00:00
Glenn Maynard c9074c170c IniFile::SetValueB->SetValue, etc. Cleanup. 2003-10-02 02:11:47 +00:00
Glenn Maynard b13cb43aa6 IniFile::GetValueB->GetValue, etc. Cleanup. 2003-10-02 02:03:29 +00:00
Glenn Maynard 60a871439c Jenny Rom bug: fix songs with '=' in the pathname not being loaded from cache. 2003-09-16 05:16:57 +00:00
Thad Ward 9e52a02496 since the Cache dir is no longer part of CVS, we don't need to be careful about deleting files from it. 2003-09-14 20:22:32 +00:00
Thad Ward 8d0746bce8 when clearing the cache, don't remove instructions.txt 2003-09-14 19:37:21 +00:00
Chris Danford 278cb4c3f1 runs on Xbox 2003-07-22 07:47:27 +00:00
Glenn Maynard 474875f7cb move song cache into a subdir 2003-06-23 23:00:49 +00:00
Glenn Maynard ababa26c17 Simplify. Clear Cache/Banners, too (doesn't exist just yet). 2003-06-04 20:36:38 +00:00
Thad Ward 96239cb2d0 make SongCacheIndex ignore the .cvsignore file when cleaning out the cache directory. 2003-05-29 17:21:58 +00:00
Glenn Maynard f65da9e63e Hash values are unsigned (gets rid of negative numbers in cache.index). 2003-05-22 19:36:54 +00:00
Glenn Maynard 0ff6f863ee s/Song.h/song.h/
I'd prefer "Song.h", but it's not worth losing history for, and SF will
choke on that rename anyway.
2003-02-16 04:28:17 +00:00
Glenn Maynard 42cfd6f98c stdafx -> global 2003-02-16 04:01:45 +00:00
Glenn Maynard 198aaf35cc use slashes 2003-02-15 00:01:55 +00:00
Glenn Maynard 6eb201b70b use standard functions 2003-02-14 06:59:56 +00:00
Glenn Maynard f92825aecb *.* -> * 2003-01-23 04:35:27 +00:00
Glenn Maynard c183d4e51a explicitly create the cache dir 2003-01-19 05:38:19 +00:00
Glenn Maynard 945a39a247 some more s/GetSize/size/ and other minor STLisms 2002-10-31 02:54:49 +00:00
Glenn Maynard e2f8e8b9e7 add stdafx.h so it compiles with PCH. 2002-08-23 00:57:48 +00:00
Glenn Maynard 9e9e012310 Move cache indexing into a global object. Only load the cache file once, instead of for each song loaded. (Speedup, and simplifies Song.cpp.)
It's still written over for each file; this way, if a file load crashes, the earlier files will still be written to cache.
2002-08-21 02:13:08 +00:00