Commit Graph

23 Commits

Author SHA1 Message Date
Steve Checkoway 4606d68fdf Move warnings meant for the user to userlog.txt. These are as inconsistent in format as before but at least they're all in one place. 2006-09-03 05:16:09 +00:00
Steve Checkoway 1d28ee0e42 Allow per song life gain. Conform to the DWI syntax, even though it is ugly. 2006-09-02 06:06:15 +00:00
Steve Checkoway ffd790a834 Remove superfluous check--StringToFloat does it already. Ensure 0 < low meter <= high meter. Do not throw if we cannot read the course file, merely note it in the log. 2006-06-14 09:59:58 +00:00
Chris Danford c7124728e0 move song finding to SongUtil 2006-06-13 03:51:18 +00:00
Chris Danford 8a0d3db8dc isfinite -> finite 2006-06-12 22:34:52 +00:00
Steve Checkoway 82d6a154ed Earliest start time is zero. 2006-06-12 07:17:54 +00:00
Steve Checkoway b61e1638dc Sanitize values a bit. Don't assert when loading songs. 2006-06-12 06:37:54 +00:00
Chris Danford 6efb162723 test whether the song required for an edit is present before copying it. Fixes "game said it copied N edits, but none of them are showing". 2006-03-27 20:17:05 +00:00
Steve Checkoway 3481196347 Songs can be in any of the following formats:
*
song
group/*
group/song
If we read in "song" don't write out "group/song". If we read in "group/song" make sure we set the course entry's group name.
2006-03-12 09:10:31 +00:00
Steve Checkoway 6a0106ef56 When loading course entries that specify a song, fill out the song group too. 2006-03-12 00:35:55 +00:00
Steve Checkoway 4bd0599906 Set the path when loading from an edit. 2006-03-04 10:23:50 +00:00
Steve Checkoway 869c6be7ed These aren't unexpected--they are documented, we just don't support them--so don't clutter the logs with them. 2006-02-25 07:54:41 +00:00
Steve Checkoway 467b6f8a52 Spacing cleanup. 2006-02-25 07:49:23 +00:00
Steve Checkoway 9c1cba73f5 Revert. I didn't mean to commit this. 2006-02-21 02:01:29 +00:00
Steve Checkoway 439c0f2011 IsFixed and AllSongsAreFixed were identical. IsFixed -> AllSongsAreFixed. 2006-02-21 01:48:01 +00:00
Chris Danford d5b264d600 remove unnecessary header 2006-01-28 21:36:41 +00:00
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Chris Danford a3a01bbb57 random does not necessitate secret 2006-01-09 22:05:01 +00:00
Glenn Maynard dcd1d8f98e prefer standard find() over Find 2005-12-21 08:33:30 +00:00
Chris Danford 37f82b43f7 remove CStringArray #define 2005-12-09 21:36:22 +00:00
Chris Danford bc332a57b1 change Translation.dat -> Translations.xml
Move GroupName translations out of code and into Translations.xml
2005-10-06 07:01:58 +00:00
Glenn Maynard 453de64456 LoadEditFromBuffer and friends (analogs of NotesLoaderSM calls) 2005-08-11 23:29:47 +00:00
Chris Danford a2c439a17a support loading of course edits 2005-07-31 05:41:32 +00:00