Commit Graph

49 Commits

Author SHA1 Message Date
Chris Danford df9ed04fd3 CustomDifficulty fixup
fix stats.xml not saving
experimental recentscores.xml saving
2009-08-09 20:11:23 +00:00
Chris Danford cd139430f5 CustomDiffiuclty cleanup, now takes CourseType as a parameter
DifficultyList -> StepsDisplayList
Course editor screen cleanup
Change GameManager back to singleton for consistency with other classes
2009-08-09 02:59:32 +00:00
Chris Danford f3bb67917c CustomDifficulty fixup 2008-12-21 09:18:36 +00:00
Chris Danford 01979945d3 CustomDifficulty fixup 2008-12-21 01:27:33 +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 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 2f683bee2f data-driven pump-style coloring/naming (merge disparate difficulty string/color systems and simplify Lua) 2008-03-24 12:00:51 +00:00
Chris Danford 13897f7e21 comment typo 2008-03-23 05:33:24 +00:00
Chris Danford 07ea9de943 remove unused DifficultyToString 2007-08-22 09:03:18 +00:00
Chris Danford f648af4560 Lua bind DifficultyToString 2007-08-21 01:35:29 +00:00
Steve Checkoway 666d241a4f Cleanup. 2007-06-01 04:50:36 +00:00
Chris Danford 0160e23705 style cleanup: use FOREACH_ENUM( X, x ) everywhere instead of FOREACH_X( x ) for consistency
The FOREACH_X defines are not very useful, and they were created back before FOREACH_ENUM was convenient.
2007-02-23 22:29:42 +00:00
Chris Danford f77647b5ad enum name cleanup: DIFFICULTY_* -> Difficulty_* 2007-02-22 07:18:05 +00:00
Chris Danford 59df866348 add TODO comments 2007-02-22 07:09:29 +00:00
Steve Checkoway e87789da7c Rename XToString2 to XToString. 2006-10-15 00:09:18 +00:00
Steve Checkoway 04bff6bc1d Use XToString2. 2006-10-15 00:00:22 +00:00
Glenn Maynard 12c903a2a4 use enum_add 2006-10-11 06:06:34 +00:00
Glenn Maynard fc255b06eb simplify, remove unused 2006-10-07 23:14:58 +00:00
Glenn Maynard 3709ae28fc move CourseDifficulty names into the course loader/writer; they're
retained there for compatibility but not used anywhere else
2006-10-07 23:12:40 +00:00
Glenn Maynard 4ccea4e87b phase out separate course difficulty names 2006-10-07 22:49:04 +00:00
Glenn Maynard a0d37ae44f fix gcc compile 2006-10-07 22:34:31 +00:00
Glenn Maynard 78a91ba878 revert. You brought back a type I've been trying to remove. 2006-10-07 22:33:24 +00:00
Steve Checkoway 64cf91a6bc Make CourseDifficulty its own enum. 2006-10-07 10:49:04 +00:00
Glenn Maynard de6ca466d2 more enum standardization 2006-10-07 04:39:48 +00:00
Glenn Maynard 8a4ddd1515 Invalid 2006-10-07 04:13:43 +00:00
Glenn Maynard e91a806b37 remove LuaFunctions.h 2006-09-29 09:54:50 +00:00
Glenn Maynard 17ab6e2db3 update bindings
remove unused CourseDifficulty (alias of Difficulty)
2006-09-26 08:06:39 +00:00
Glenn Maynard 600fdfea63 simplify LuaXType 2006-09-26 07:13:54 +00:00
Glenn Maynard a6174f4bac new Difficulty binding 2006-09-26 04:31:59 +00:00
Chris Danford 7f821e8cfc CString -> RString 2006-01-22 01:00:06 +00:00
Chris Danford 44225ad379 XToThemedString -> XToLocalizedString 2006-01-07 04:11:29 +00:00
Glenn Maynard b734b602d2 force TypeName arrays for XToString to be an array of const char*, not CString 2006-01-04 22:30:51 +00:00
Glenn Maynard f5dc5d75f3 simplify 2005-05-29 02:21:24 +00:00
Glenn Maynard 3095ce386b fix cross-dependency between LuaManager.h and LuaFunctions.h 2005-05-28 22:11:20 +00:00
Chris Danford 3db3500226 remove size on statc CString arrays so that XToString can catch size differences 2005-05-05 19:55:04 +00:00
Chris Danford 2e47674b22 add Lua functions 2005-04-02 06:13:58 +00:00
Chris Danford 9ee7d3f5c0 add Lua CourseDifficulties 2005-03-31 02:03:49 +00:00
Chris Danford b60d135493 don't allow StringToX for *_INVALID values 2005-03-05 21:50:33 +00:00
Chris Danford b9d6d7649f add Lua constants 2005-02-23 05:02:47 +00:00
Chris Danford cc8d974192 give names to all course difficulties 2005-02-05 06:36:32 +00:00
Glenn Maynard 544820e8cd cache XToThemedString 2005-02-02 06:53:31 +00:00
Chris Danford 96ca652c94 move RadarValues into a separate file
clean up usage of RadarValues
2004-07-11 07:21:33 +00:00
Glenn Maynard b93d1bfd5e first pass at merging CourseDifficulty into Difficulty
CourseDifficulty names still exist, since it's useful to distinguish them
in command names
2004-06-04 02:05:56 +00:00
Glenn Maynard 2cab5c4689 license updates 2004-05-31 22:42:12 +00:00
Glenn Maynard f09e7d2f16 support "easy" course mode 2004-05-20 22:56:11 +00:00
Glenn Maynard cbba39b8a5 s/GetNextDisplayedCourseDifficulty/GetNextShownCourseDifficulty/ 2004-05-20 22:12:01 +00:00
Glenn Maynard c3426148de split out Difficulty and CourseDifficulty
add FOREACH_DisplayedCourseDifficulty
2004-05-20 22:08:20 +00:00