Commit Graph

185 Commits

Author SHA1 Message Date
Chris Danford f3d5c8d865 add Double* difficulty sorts 2008-06-23 10:57:14 +00:00
Chris Danford 4f126462a4 add shared Stage values (not per-player Stage values) to simplify StageDisplay 2008-03-29 15:13:52 +00:00
Chris Danford defedc2c62 GAMEMAN->GetStepsTypeInfo -> GameManager::GetStepsTypeInfo to allow Lua to call before GameManager singleton is initialized 2008-03-24 08:53:05 +00:00
Chris Danford 077a1a3b85 Add StepsTypeInfo and return the structure rather than having GameManager methods for each piece of data 2008-03-24 04:39:24 +00:00
Chris Danford 5e87c2e81a karaoke prototype (disabled) 2008-03-12 23:17:39 +00:00
AJ Kelly c3e0c494f0 add sorting by music length 2007-10-07 21:09:52 +00:00
Vecais Dumais Laacis ffa132693c * MemoryCardState type for lua
* MEMCARDMAN:GetCardState for lua
2007-08-08 09:29:44 +00:00
Steve Checkoway f1bc9cc1cd Remove dependence on PlayerNumber.h in GameConstantsAndTypes.h. Make RANKING_TO_FILL_IN_MARKER more robust in the face of NUM_PLAYERS changing. 2007-06-09 07:50:51 +00:00
Glenn Maynard ccc19fa60b Don't track the individual stage with Stage; use the stage index for that.
(Reducing the usage of the "stage" concept.  It conflicts with overlapped
play.)
2007-04-25 01:11:50 +00:00
Glenn Maynard 8c36383c76 working on finishing checkpoint holds:
track checkpoints missed and hit
allow it to inlfuence the life meter
2007-04-06 23:25:32 +00:00
Vecais Dumais Laacis 8995426f84 bring back StepsType type to lua 2007-03-11 23:03:55 +00:00
Chris Danford e262754e6e add SortOrderToLocalizedString 2007-03-05 20:58:20 +00:00
Chris Danford 0c972a4dd7 cleanup CoinMode and Premium names 2007-02-26 09:40:14 +00:00
Glenn Maynard e30b6fe6c2 bind HealthState 2007-02-25 08:23:50 +00:00
Chris Danford 142157e147 StepsTypeToString should return "Foo_Bar", not "StepsType_Foo_Bar" 2007-02-09 03:24:11 +00:00
Glenn Maynard cfb38c7d25 lua enums are already strings 2006-11-25 10:35:34 +00:00
Josh Allen b8e372d781 Register StyleTypeToString with Lua. Does something already do this? It would be useful if there were. 2006-11-24 19:06:51 +00:00
Glenn Maynard 1869848121 move def to where it belongs 2006-11-21 03:29:39 +00:00
Glenn Maynard cc0914e9b2 dep fixes: move Player's timing prefs into Player; add and
use accessor; fix using SE_ instead of TW_; move code
back into GCAT (was in PrefsMan due to dependency for
SMPackage)
2006-11-21 02:49:59 +00:00
Steve Checkoway 840a11d589 Unused. 2006-10-23 18:34:43 +00:00
Steve Checkoway 522cb68178 Comment. 2006-10-23 18:21:46 +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 4bb479a445 standard enums for some preference types 2006-10-07 07:43:18 +00:00
Glenn Maynard de6ca466d2 more enum standardization 2006-10-07 04:39:48 +00:00
Glenn Maynard 2aa4b1a142 bind StyleType 2006-10-06 23:09:03 +00:00
Jason Felds 1a50d4b078 Fix off by one error (thanks drano). 2006-09-30 08:49:23 +00:00
Glenn Maynard e91a806b37 remove LuaFunctions.h 2006-09-29 09:54:50 +00:00
Glenn Maynard 982228b7e6 bind StepsType 2006-09-27 06:09:52 +00:00
Glenn Maynard f5abae7caa StyleType 2006-09-26 21:25:28 +00:00
Glenn Maynard e531249704 naming cleanups 2006-09-26 20:49:10 +00:00
Glenn Maynard f806ec5936 StepsType_Invalid 2006-09-26 20:28:46 +00:00
Glenn Maynard 6ccde8ffef fix PlayModeToLocalizedString 2006-09-26 20:13:20 +00:00
Glenn Maynard a220b68c9e update bindings 2006-09-26 08:01:12 +00:00
Glenn Maynard c67422591c update bindings 2006-09-26 07:48:47 +00:00
Glenn Maynard e8a3c636f6 SortOrder_INVALID, NUM_SortOrder 2006-09-26 07:42:55 +00:00
Glenn Maynard 2ed1154dfb update bindings 2006-09-26 07:33:26 +00:00
Glenn Maynard 600fdfea63 simplify LuaXType 2006-09-26 07:13:54 +00:00
Glenn Maynard b4cf28c363 remove StageToString 2006-09-26 05:16:32 +00:00
Glenn Maynard 14b51a70d7 update Stage 2006-09-26 05:08:52 +00:00
Glenn Maynard 09affa7e8e remove unneeded 2006-09-26 04:32:14 +00:00
Glenn Maynard 73e12fa20d PlayModeToString not useful in lua; it's already a string
transition
2006-09-26 04:22:01 +00:00
Glenn Maynard f68b0e4440 remove old 2006-09-26 04:08:11 +00:00
Glenn Maynard 3fca0d9366 bindings
remove PLAY_MODE_
2006-09-26 03:28:51 +00:00
Glenn Maynard c011185fa9 new binding method 2006-09-26 01:54:36 +00:00
Steve Checkoway a4aa69b148 Remove ThemeMetricEnum. Since all metrics are evaluated as lua, use lua integer constants. 2006-09-23 07:21:26 +00:00
Steve Checkoway 10a3791564 Spacing. 2006-07-13 05:52:56 +00:00
Chris Danford 29d77f5c8c search songs by a genre list
move MenuDir to SSMaster header
GoalType name cleanup
2006-07-11 06:51:46 +00:00
Steve Checkoway 227d2d1575 Add StringTo<TapNoteScore>. (Normally this would be part of the StringToX macro. 2006-07-03 04:29:41 +00:00
Steve Checkoway 57ffea9e7d Add dance-routine steps/style. 2006-06-16 23:46:36 +00:00