Commit Graph
15561 Commits
Author SHA1 Message Date
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
Steve Checkoway 9753111517 Stop using the 10.2.8 SDK. I don't think this is necessary (or that it ever was). 2005-05-21 07:37:55 +00:00
Steve Checkoway 599cfc128a Fix warning. 2005-05-21 07:36:26 +00:00
Steve Checkoway 2b82c2d901 Fix warnings about use of possibly uninitialized variables. 2005-05-21 07:35:15 +00:00
Glenn Maynard e374f7722f fix wrong credits messages showing 2005-05-21 07:15:41 +00:00
Glenn Maynard 350085e096 split up FileCopy, use RageFileBasic 2005-05-21 06:51:55 +00:00
Chris Danford 1cef761253 specify StyleTypes to use in ScreenDemonstration 2005-05-21 06:19:57 +00:00
Chris Danford a6e691588e consistent P%d naming 2005-05-21 06:17:56 +00:00
Glenn Maynard 93a00528e6 fix GetDirListing("/*") returning "/" (blank file) 2005-05-21 04:32:35 +00:00
Glenn Maynard 948567aab1 fix tests 2005-05-21 03:28:35 +00:00
Glenn Maynard 23ca7e8f93 fix crash if Close times out: if DoRequest returns false, it's the thread's job to clean up.
comment excpetional case in REQ_CLOSE
2005-05-21 01:59:40 +00:00
Chris Danford ef77da4cac play On and Off commands for Player 2005-05-21 01:56:08 +00:00
Chris Danford e53fe591c8 use m_sName to look up metrics 2005-05-21 01:55:04 +00:00
Chris Danford d62fb70ef0 fix "nomipmaps" 2005-05-21 00:58:34 +00:00
Glenn Maynard 8f68a555a6 Load() methods, to allow error checking 2005-05-21 00:40:18 +00:00
Glenn Maynard 9d7c8980d8 update 2005-05-21 00:22:33 +00:00
Chris Danford f1c14bb2ab fix flipped AllowOperatorMenuButton 2005-05-21 00:17:31 +00:00
Glenn Maynard fe8999ce0a RageFileManager::GetFileDriver doesn't prepend a slash to mountpoints. instead of hacking it up, fix the mountpoint names ... 2005-05-20 23:44:06 +00:00
Glenn Maynard 24321a96b9 fix warning 2005-05-20 23:17:53 +00:00
Chris Danford 4defb735f5 add Lua method 2005-05-20 22:43:35 +00:00
Glenn Maynard 209040e02d clean up file drivers: drivers now always receive paths with trailing slashes;
this makes handling the relative "root" directory not a special case (".").
mountpoints now always begin with a slash.  before, "/foo" and "foo" were
in two separate namespaces, which was weird and confusing; the two now
mean the same thing.  there are no more special "default mountpoints"; just
mount to "/".  "@path" mounts are now "/@path", and they do show up in
GetDirListing("/") (but, as before, opening "/@foo/bar" will never create
a "@foo/bar" path in a non-"@foo" mountpoint)
2005-05-20 22:26:54 +00:00
Chris Danford 9b5187d700 specify the vanish point in xml 2005-05-20 21:11:02 +00:00
Chris Danford ea99fad00b fix jittery danger glow when steam bounces around danger threshold 2005-05-20 21:10:29 +00:00
Chris Danford 839c286e3e clear Z after draw stream so that it doesn't conflict with arrows or dancing chars 2005-05-20 21:09:12 +00:00
Chris Danford 8b53c75e48 fix queue size assert when demoing courses 2005-05-20 21:08:08 +00:00