Commit Graph

16685 Commits

Author SHA1 Message Date
Steve Checkoway 55b8c9ce97 Fix warning. 2005-05-24 22:03:53 +00:00
Steve Checkoway ac98ac3f7b Unused variable. 2005-05-24 22:00:32 +00:00
Glenn Maynard d8a82be539 implement == for lua objects 2005-05-24 20:56:38 +00:00
Chris Danford 5405685e71 don't show details for faster loading 2005-05-24 05:38:04 +00:00
Chris Danford 2509cdac31 fix wrong CourseDifficulties shown 2005-05-24 05:27:36 +00:00
Chris Danford 2888bf0b16 remove leading slash from CourseID Path and Song Dir for backward compatibility 2005-05-24 05:26:45 +00:00
Chris Danford 1b53028ee1 update to use more efficient catalog schema 2005-05-24 05:24:28 +00:00
Chris Danford bae493ea81 more efficient single-column layout in Steps/Trail catalog 2005-05-24 05:24:09 +00:00
Glenn Maynard 917870294f fix warnings when calling FlushDirCache() with timeout disabled 2005-05-23 23:11:41 +00:00
Glenn Maynard ee88435ffa fix warning 2005-05-23 22:32:06 +00:00
Glenn Maynard c167840888 error handling/reporting fixes 2005-05-23 22:23:24 +00:00
Chris Danford a9cd1c89a8 more efficient translate (XSLT processes 33% faster) 2005-05-23 19:49:38 +00:00
Chris Danford 0a4f0daa94 add tableshuffle 2005-05-23 19:49:02 +00:00
Chris Danford b0e9a78fe2 only apply MercifulBeginner if playing beginner steps 2005-05-23 19:15:45 +00:00
Chris Danford e99a874161 expand Boo window in MercifulBeginner. If step is early and stepped in Boo window, show judgment but don't grade. 2005-05-23 05:21:40 +00:00
Chris Danford 7114ef6227 fix Press/Lift command. Processed pressed flag in Draw not in Update so that this isn't dependent on the fragile Update order. 2005-05-23 05:18:05 +00:00
Chris Danford 6aa44a76ee absolute path 2005-05-23 01:05:49 +00:00
Chris Danford 41becb56a4 GetFullDisplayTitle -> GetDisplayFullTitle 2005-05-23 00:38:09 +00:00
Chris Danford 56b8a409a2 add steps/song count by group, StepsType 2005-05-23 00:36:46 +00:00
Glenn Maynard 19ff272c01 perms fixes 2005-05-22 23:46:39 +00:00
Glenn Maynard e157d52a76 expose FileInfo
expose file permissions
2005-05-22 22:45:15 +00:00
Glenn Maynard ccc9aac5e1 hide the mouse cursor 2005-05-22 22:42:13 +00:00
Glenn Maynard 82b63a4065 mount memcard filesystems at start, logging 2005-05-22 21:13:46 +00:00
Glenn Maynard 8b1dcc850f better logging 2005-05-22 21:09:17 +00:00
Chris Danford 755886821d use GradeWeight in grade calculation, not ScoreWeight 2005-05-22 21:01:05 +00:00
Chris Danford b995407f42 cleanup: Use ThemeMetric
Don't choose locked Songs/Courses in GetRandom*
2005-05-22 15:05:15 +00:00
Chris Danford cac3d56730 GetModifierNames: use vector not set for easier interaction with Lua 2005-05-22 15:03:03 +00:00
Glenn Maynard ab69380599 allow mounting to the beginning of the mount list 2005-05-22 07:53:46 +00:00
Charles Lohr 3dd72a3609 Fix: Remove non-existant fail type 2005-05-22 07:51:49 +00:00
Glenn Maynard b65057c6bd fix mountpoint 2005-05-22 07:25:27 +00:00
Charles Lohr 582340d4e7 Change: Let text width's be set independant to box size, this will make it more asthetically pleasing and prevent it from breaking totally when people mess around with bitmaptext 2005-05-22 06:12:37 +00:00
Charles Lohr e9dd669be3 Change: Let text width's be set independant to box size, this will make it more asthetically pleasing and prevent it from breaking totally when people mess around with bitmaptext 2005-05-22 06:05:35 +00:00
Charles Lohr 3d716abadf Fix: Network scoring (this time I am actually using the enumerations instead of arbitrary numbers) 2005-05-22 05:44:56 +00:00
Glenn Maynard 81584d4879 update paths 2005-05-22 03:00:59 +00:00
Glenn Maynard 85f84ef81f remove backwards compatibility hack (brittle without also doing it in Unmount, etc) 2005-05-22 02:42:30 +00:00
Glenn Maynard bfda377b10 absolute mountpoints 2005-05-22 02:38:00 +00:00
Glenn Maynard 07619915f5 absolute mountpoints 2005-05-22 02:36:56 +00:00
Glenn Maynard cbd868a2f1 absolute mountpoints (shouldn't change anything; just getting rid of brittle compatibility hack in Mount) 2005-05-22 02:34:05 +00:00
Glenn Maynard 11fdc9a3d5 use /rootfs 2005-05-22 02:29:02 +00:00
Glenn Maynard d25df987d5 mount / to /rootfs 2005-05-22 02:24:59 +00:00
Glenn Maynard b664ec07b1 fix mountpoint 2005-05-22 02:13:24 +00:00
Glenn Maynard 48f74fb55e add error return from MountCard 2005-05-22 01:44:37 +00:00
Glenn Maynard 4c8c5bea37 Add variable timeouts.
After mounting or unmounting a filesystem, flush cache, so we don't keep
stale cache around.

RageFileDriverDirect::Remount could (and should) flush its own cache when
changing root (since the cache represents the old root).  However, calling
Remount doesn't indicate that the filesystem has actually changed, so if
the root isn't actually changing (Remount("/mnt") on a filesystem already
pointing to /mnt), the driver can't be expected to flush.  (Remount also
currently doesn't go through Timeout, and we need to flush on unmount,
too.)  So, take the cheap way out and just flush through FILEMAN.
2005-05-22 01:36:08 +00:00
Glenn Maynard b850a8ea50 fix FlushDirCache() doesn't flush everything (NormalizePath("") results in "/") 2005-05-22 01:10:35 +00:00
Glenn Maynard 8474247135 remove unused m_bFirstRun 2005-05-21 11:20:49 +00:00
Chris Danford 548729fad4 fix VC7 warning about unused function 2005-05-21 10:18:41 +00:00
Glenn Maynard 82b7f71728 fix RageFileObjTimeout::Copy returns a copy of the underlying object, instead of a copied RageFileObjTimeout 2005-05-21 08:56:08 +00:00
Glenn Maynard 4a64bca900 remove FirstRunInitialScreen 2005-05-21 08:36:48 +00:00
Glenn Maynard e87ef650b1 fix incorrect newline behavior when wrapping is on 2005-05-21 08:28:35 +00:00
Glenn Maynard ab317867ff remove unused 2005-05-21 07:52:53 +00:00