Commit Graph
22065 Commits
Author SHA1 Message Date
Steve Checkoway 4746a7585f Header cleanup. 2006-08-17 18:46:20 +00:00
Steve Checkoway f6a31ac68f Fix stupid VC warning. class foo is the same as struct foo. 2006-08-17 18:27:44 +00:00
Steve Checkoway b18a740914 Header cleanup. 2006-08-17 18:27:00 +00:00
Steve Checkoway ffed4036c9 Spacing cleanup. 2006-08-17 18:22:30 +00:00
Steve Checkoway 63b3bc4cb7 Header cleanup. 2006-08-17 18:14:24 +00:00
Steve Checkoway 5ccbffebfc Simplify IsAtEnd logic. (I forgot to mention that these iterators have a one time O(log n) cost to construct.) 2006-08-17 18:05:42 +00:00
Steve Checkoway f57bc1ef78 Use NoteData::iterator instead of a track-row pair. With n nonempty rows in the NoteData and m nonempty rows in the range, iterating over the whole range took O(m log n). Now, it takes O(m). (Saves the map look ups which are amortized log-time.) 2006-08-17 17:58:45 +00:00
Steve Checkoway 955a8a99ae Remove files. 2006-08-17 17:19:14 +00:00
Glenn Maynard 8ffab2ec9b GetParent binding 2006-08-17 06:43:25 +00:00
Glenn Maynard 416538ca21 GetParent 2006-08-17 06:42:54 +00:00
Glenn Maynard 9872638a7d <Context> nodes 2006-08-17 06:42:32 +00:00
Glenn Maynard 7d9e5e2c5b remove unused, cleanup 2006-08-17 06:38:41 +00:00
Glenn Maynard 0227c84d46 fix link 2006-08-17 04:02:35 +00:00
Glenn Maynard 965ef66c55 fix warning 2006-08-17 04:01:48 +00:00
Glenn Maynard 035b4d9fd6 simplify 2006-08-17 02:50:21 +00:00
Glenn Maynard fb655a8b32 simplify 2006-08-17 02:49:54 +00:00
Glenn Maynard 162cdc13fa simplify 2006-08-17 02:47:35 +00:00
Glenn Maynard 0f58def2d5 cleanup from vc's dumb indenter 2006-08-17 02:45:11 +00:00
Glenn Maynard 0af7492581 simplify 2006-08-17 02:44:25 +00:00
Glenn Maynard 5a8bbef9c0 simplify 2006-08-17 02:43:15 +00:00
Glenn Maynard 426173490d remove comment 2006-08-17 02:39:15 +00:00
Glenn Maynard c351e14aa5 unindent 2006-08-17 02:08:38 +00:00
Glenn Maynard 3168775fe6 merge cases 2006-08-17 02:07:00 +00:00
Glenn Maynard 3fd89fba39 unindent 2006-08-17 02:04:21 +00:00
Glenn Maynard df6babfe9d simplify 2006-08-17 02:04:08 +00:00
Glenn Maynard 0f8a4a041c simplify 2006-08-17 02:02:47 +00:00
Glenn Maynard 63a344005c unintentional 2006-08-17 02:00:44 +00:00
Glenn Maynard c3510d2ee7 remove m_MachineRank 2006-08-17 01:59:55 +00:00
Glenn Maynard 1ad871d075 add GetCourseRank 2006-08-17 01:58:58 +00:00
Glenn Maynard 5c66cd5e88 add GetSongRank 2006-08-17 01:56:29 +00:00
Glenn Maynard bec23eb2ac simplify 2006-08-17 01:48:55 +00:00
Glenn Maynard affad434af allow changing difficulty while on sorts
simplify
2006-08-17 01:42:06 +00:00
Glenn Maynard 8c74e5998d try to avoid messing with the player's preferred difficulty when locking 2006-08-17 01:28:56 +00:00
Glenn Maynard e8af5e9d52 cleanup 2006-08-17 01:25:09 +00:00
Glenn Maynard 808643d39b merge code 2006-08-17 01:23:25 +00:00
Glenn Maynard deb04eb0ed merge AfterStepsChange and AfterTrailChange 2006-08-17 01:22:20 +00:00
Glenn Maynard 5328536c22 simplify 2006-08-17 01:19:34 +00:00
Glenn Maynard 2fe1e69522 move out of PrefsMan 2006-08-17 01:05:00 +00:00
Glenn Maynard b755a68c27 simplify (not a worthwhile optimization) 2006-08-17 00:39:53 +00:00
Glenn Maynard 982ffa6a65 use IsMarathon, IsLong 2006-08-17 00:37:40 +00:00
Glenn Maynard ba7d8d2849 long/marathon in xml 2006-08-17 00:32:00 +00:00
Glenn Maynard 7bed654fbb IsLong, IsMarathon, bindings 2006-08-17 00:27:58 +00:00
Jason Felds b10f630723 Don't overwrite StepMania-debug.exe. 2006-08-17 00:25:25 +00:00
Glenn Maynard ae4ae98f40 xml 2006-08-16 22:55:14 +00:00
Glenn Maynard 1bb5d381a3 set MAX_VISIBLE_ITEMS once 2006-08-16 22:54:51 +00:00
Glenn Maynard 5526d54b8b bind IsAutogen 2006-08-16 22:54:28 +00:00
Glenn Maynard ba0e782d40 bind SetFromGameState 2006-08-16 22:54:06 +00:00
Glenn Maynard 65f5517e2e difficulty meter in xml 2006-08-16 22:53:39 +00:00
Glenn Maynard 406dc6b245 auto RefreshGrades 2006-08-16 22:34:59 +00:00
Glenn Maynard 3a0ce66220 fix MessageSubscriber copying 2006-08-16 22:32:36 +00:00