Commit Graph
27492 Commits
Author SHA1 Message Date
Chris Danford 4a6c3dc99a mod icon fixup 2008-12-21 22:16:54 +00:00
Colby Klein 22d0b9e53d Eval fixup 2008-12-21 10:01:10 +00:00
Chris Danford 2379ee3da7 theme touchup 2008-12-21 09:55:38 +00:00
Chris Danford f3bb67917c CustomDifficulty fixup 2008-12-21 09:18:36 +00:00
Chris Danford e3155aec51 cleanup StepsType enum names 2008-12-21 01:53:48 +00:00
Chris Danford 01979945d3 CustomDifficulty fixup 2008-12-21 01:27:33 +00:00
Colby Klein 997af3bd90 Fix broken redirects. 2008-12-13 21:35:16 +00:00
Colby Klein ad2c74c375 Add GAMESTATE:Reset() Lua binding 2008-12-07 22:42:49 +00:00
Colby Klein 61c323abe5 Silence some missing graphic errors. 2008-12-07 22:38:34 +00:00
Colby Klein 6637549b5c Add LifeMultiplier. 2008-12-05 02:23:55 +00:00
Steve Checkoway 0624f2f207 Fix duplicate symbol link error. 2008-12-05 01:02:55 +00:00
Chris Danford fe91a0f19b allow multiple actions 2008-12-03 08:55:50 +00:00
Chris Danford bc23f5ed7c fix compile 2008-11-28 22:26:06 +00:00
Chris Danford f18ba1614d adding CustomDifficulty stuff (themable difficulty /StepsType combinations). Doesn't compile - fixing 2008-11-28 22:02:28 +00:00
Chris Danford 261df9636e BackwardCompatible -> DwiCompatible for clarity 2008-11-28 21:24:17 +00:00
Chris Danford 83c0aec94a revert last: StringToDifficulty is intentional 2008-11-28 21:10:41 +00:00
Colby Klein cba41f9d56 Fix typo. 2008-11-28 21:09:01 +00:00
Jason Felds 68c78e18b1 StringToDifficulty -> BackwardCompatibleStringToDifficulty. Looks like a few files were missing. 2008-11-28 20:41:05 +00:00
Colby Klein d27b53acb5 Add ScreenHighScores, remov deleted screens. 2008-11-28 20:01:07 +00:00
Chris Danford e623ca8d3d StringToDifficulty->BackwardCompatibleStringToDifficulty. Don't accept song file backward compatible names other places, like in metrics 2008-11-28 18:08:12 +00:00
Chris Danford b2ed76e536 fixup 2008-11-28 18:05:49 +00:00
Chris Danford 4642a5718f add GetCourseColor binding 2008-11-27 19:21:20 +00:00
Colby Klein 9de4d4b850 Fix style not being set. 2008-11-27 06:31:40 +00:00
Chris Danford 7cac71b532 fix CourseEntryDisplay crash 2008-11-27 04:30:46 +00:00
Chris Danford ae3d8e520f remove commented headers 2008-11-27 04:29:55 +00:00
Chris Danford fb1a08e8b7 remove commented headers 2008-11-27 04:29:28 +00:00
Colby Klein 1dae16f6e8 Alphabetize. 2008-11-27 04:27:14 +00:00
Jason Felds 814df964b0 Add the new ScreenHighScores.* files. 2008-11-27 04:19:26 +00:00
AJ Kelly 685ecfd549 add ScreenHighScores to 2k3 and 2k5 solutions 2008-11-27 03:34:41 +00:00
Chris Danford ada22d4312 split ScreenHighScores from ScreenRanking. These two things lived in the same file and shared enums, but shared almost no code 2008-11-27 03:01:42 +00:00
Chris Danford 11989f0e70 split ScreenHighScores from ScreenRanking. These two things lived in the same file and shared enums, but shared almost no code 2008-11-27 03:01:01 +00:00
Chris Danford 88d8c9bcd7 split ScreenHighScores from ScreenRanking. These two things lived in the same file and shared enums, but shared almost no code 2008-11-27 02:59:53 +00:00
Chris Danford 4d2b0355f6 split ScreenHighScores from ScreenRanking. These two things lived in the same file and shared enums, but shared almost no code. 2008-11-27 02:58:50 +00:00
Chris Danford 5764db221b reasonable default SecondsPerItem (for easier theme troubleshooting) 2008-11-27 02:56:40 +00:00
Chris Danford b498da5683 don't make command name lowercase; remove 'don't force lowercase' hack 2008-11-27 02:55:52 +00:00
Chris Danford f076363776 push the lua enum string, not a number value of the enum 2008-11-27 02:54:08 +00:00
Chris Danford 6f30e43283 cleanup: use FOREACH 2008-11-27 02:53:08 +00:00
Chris Danford 6d4cbdbeb2 sType -> sMetricsGroup; remove loading from Node attributes and instead use lua methods 2008-11-27 02:52:21 +00:00
Steve Checkoway c13b0bcb4a Missed one 64 bit to 32 bit conversion. 2008-11-24 07:55:11 +00:00
Steve Checkoway dacca25190 Silence gcc warnings by making explicit the cast from 64 bits to 32 bits. 2008-11-24 07:53:47 +00:00
Steve Checkoway 0efbd42aa3 Make explicit the conversion from 64 bits to 32 bits. In the case of files, perhaps we should be using an appropriate type such as off_t rather than int. I am not sure if anyone would actually want to use files larger than 2 GB with SM, but it seems possible while using .smzip. 2008-11-24 07:52:55 +00:00
Colby Klein 3a38e28fac Remove references to deleted screens. 2008-11-24 07:15:31 +00:00
AJ Kelly ca7e75db0d Remove ScreenSelectStyle, ScreenSelectGroup, ScreenSelectDifficulty from VS2k5 project 2008-11-24 07:13:08 +00:00
AJ Kelly 43510ce723 Remove ScreenSelectStyle, ScreenSelectGroup, ScreenSelectDifficulty from VS2k3 project 2008-11-24 07:10:27 +00:00
Chris Danford 4243bbd16b new HowToPlay 2008-11-24 06:50:00 +00:00
Chris Danford bd2fff8af5 TODO comments 2008-11-24 06:46:05 +00:00
Chris Danford a522c4bea3 remove unnecessary UseLifeMeterBar 2008-11-24 06:45:48 +00:00
Chris Danford 327943c9a1 remove legacy screens superceeded by SSelectMaster 2008-11-24 04:54:51 +00:00
Chris Danford 8257edc12b clean up duplicated code 2008-11-24 04:51:00 +00:00
Chris Danford b741bb4189 remove GenericTweenOn/Off - always play 'On'/'Off' on the Screen 2008-11-24 04:44:12 +00:00