Commit Graph

13 Commits

Author SHA1 Message Date
Glenn Maynard 549cd7c83f license updates 2004-05-31 21:35:31 +00:00
Chris Danford 4bb777232d name cleanup: "pNotes" -> "pSteps" 2004-05-24 03:41:39 +00:00
Chris Danford 4ff8b8ec2b clean up Course score saving (use Trail) 2004-05-23 09:17:10 +00:00
Glenn Maynard c2f48d6d0d includes 2004-05-22 01:37:00 +00:00
Glenn Maynard f0fdfc5e58 cache StepsID::ToSteps to speed up html writing 2004-05-21 05:08:04 +00:00
Chris Danford e9f576d262 "LastScores"->"RecentScores"
add recent scores to HTML
2004-05-08 10:12:10 +00:00
Glenn Maynard 197ec50a66 fix inconsistency between StepsID::FromSteps and StepsID::LoadFromNode
causing song scores to not be found
2004-05-01 21:53:28 +00:00
Glenn Maynard 8f7e6894dc fix StepsID::operator<
beware: invalid < operations (where a<b and b<a can both be true)
lead to crashes with std::map on glibc
2004-04-26 00:08:51 +00:00
Glenn Maynard dffe8cf029 fix reverting in the editor goes to the wrong song if the selected song
has a blank description
2004-04-24 21:01:32 +00:00
Chris Danford b28f440883 fix edit high score hash saving
don't save machine high scores for edits
2004-04-23 02:19:45 +00:00
Chris Danford 83fb83d1b4 store hash value in Steps for finding equivalent edits 2004-04-23 00:53:29 +00:00
Chris Danford 3bc5943a9e don't throw away Song scores for Songs/Steps that aren't currently loaded on the machine 2004-04-18 18:42:42 +00:00
Chris Danford ca4fee519e move Song/Steps sorting into Song/StepsUtil.h/cpp 2004-04-18 08:05:18 +00:00