Commit Graph

54 Commits

Author SHA1 Message Date
Glenn Maynard 98178e6700 GAMESTATE:GetCurrentStyleType -> GAMESTATE:GetCurrentStyle():GetStyleType 2006-11-22 02:06:00 +00:00
Glenn Maynard c65a15f2f1 simplify 2006-10-23 08:45:33 +00:00
Steve Checkoway 061df3ccfa cleanup 2006-10-15 09:51:54 +00:00
Steve Checkoway daa4b4617c "0" is not a boolean. 2006-10-14 08:04:57 +00:00
Glenn Maynard fca0a40bf8 fix comparing enum values with nil (invalid > all other enum values) 2006-10-05 23:14:38 +00:00
Glenn Maynard ee2d17a64f fix loop 2006-10-05 23:10:00 +00:00
Glenn Maynard e3a21ae5b7 script fixups 2006-10-05 20:51:13 +00:00
Steve Checkoway 2af7999542 Fix crash. 2006-10-01 03:48:07 +00:00
Glenn Maynard f17afb07fd update branch 2006-09-26 21:36:34 +00:00
Glenn Maynard d000ab254e update 2006-09-26 04:48:09 +00:00
Glenn Maynard 58882b82f7 update GetBestFinalGrade use 2006-09-26 03:58:54 +00:00
Glenn Maynard 004e1a9eb7 update PlayMode 2006-09-26 03:06:00 +00:00
Steve Checkoway 65b2022445 No options menu for oni. 2006-08-19 09:07:37 +00:00
Josh Allen 80f399d20c deny unsupported modes while networked 2006-08-14 07:32:36 +00:00
Steve Checkoway a6cd1ace09 Simplify. 2006-08-06 02:56:56 +00:00
Steve Checkoway 7e3622464a Missed commit. 2006-06-29 01:11:10 +00:00
Steve Checkoway f16e921945 Fix bugs 1509452 (failing extra stage causes game over) and 1508308 (setting ShowEvaluationOnFail=1 is ignored). 2006-06-22 11:36:42 +00:00
Chris Danford 036935282e remove global Lua function in GameState.cpp 2006-03-18 22:15:26 +00:00
Chris Danford fc682c406f ScreenGameplaySyncMachine cleanup 2006-02-06 07:43:07 +00:00
Chris Danford 8d584de037 push ScreenSaveSync instead of making it a separate screen. Simplifies branching. 2006-02-04 20:14:04 +00:00
Chris Danford 9dfd70b948 add ScreenGameplaySyncMachine
fix non-localized text on install package dialog
2006-02-04 18:40:58 +00:00
Chris Danford c27dc12583 move skipping of SSelectGroup into a branch (fixes SSGroup::TweenOnScreen assert) 2005-10-15 06:20:59 +00:00
Glenn Maynard 0d1ccc0a13 logic update 2005-09-11 04:16:34 +00:00
Chris Danford 656d5fb2ea use GAMESTATE:GetPlayMode instead of PlayModeName 2005-08-30 08:01:39 +00:00
Chris Danford cb3c9b60a4 remove uses of PlayModeName 2005-08-28 09:01:19 +00:00
Chris Danford 70d1f0eadb use mixed case values for enum Grade so that enum matches strings matches Lua 2005-08-14 11:38:31 +00:00
Glenn Maynard 21331d1d29 GetEvaluationNextScreen 2005-07-12 21:48:46 +00:00
Glenn Maynard a1d87f6150 add GetSelectMusicNext 2005-07-12 05:54:38 +00:00
Glenn Maynard 3de4ce6f48 add ScreenPlayerOptionsNext 2005-06-25 05:05:02 +00:00
Glenn Maynard f94ff70548 move title menu special case to a Lua branch 2005-06-25 02:01:22 +00:00
Chris Danford f1cbfbb774 use LuaGrade constant 2005-06-18 13:46:41 +00:00
Glenn Maynard ba1f9a18ee simplify ScreenInstructions 2005-05-30 01:42:59 +00:00
Glenn Maynard 9803d0b42e simplify 2005-05-29 01:34:33 +00:00
Glenn Maynard 5cde88bd78 IsPlayerEnabled -> GAMESTATE:IsPlayerEnabled 2005-05-29 01:02:16 +00:00
Glenn Maynard 05a5dfeb02 cleanup 2005-05-28 08:08:11 +00:00
Glenn Maynard 515197b651 cleanup - use PREFSMAN version 2005-05-28 08:03:50 +00:00
Glenn Maynard 2239c932a4 cleanup - use GAMESTATE version 2005-05-28 07:55:58 +00:00
Chris Danford 16c7b72e61 remove unused non-method CoinMode 2005-05-20 18:03:41 +00:00
Chris Danford 8e861c38ec add branch logic for ScreenSaveSync
logging cleanup
2005-05-20 03:25:38 +00:00
Glenn Maynard 2cac14ae37 add ModeMenuAvailable 2005-04-27 04:26:06 +00:00
Chris Danford 9fbfabea76 use boolean type, don't return string 2005-04-23 02:33:48 +00:00
Chris Danford 13f9e532d1 fix OptionsMenuAvailable 2005-04-23 01:41:42 +00:00
Chris Danford bd796fd9ac options menu metric fixes 2005-04-21 19:57:10 +00:00
Glenn Maynard 40fde98efa add license--just as important for Lua scripts as C++ source 2005-02-16 00:15:36 +00:00
Chris Danford 16952cf29c replace ScreenBranches with Lua 2005-02-09 10:02:09 +00:00
Glenn Maynard 29d72e9964 fix rave options screen 2005-02-02 22:34:02 +00:00
Glenn Maynard 64e3593d49 no need to pass Passed here 2005-01-30 03:01:16 +00:00
Glenn Maynard ee449e1df8 GetGameplayNextScreen() 2005-01-30 02:45:01 +00:00
Charles Lohr b3ff1f0119 Fix: Don't boot user back to the login screen if they're logged in. 2005-01-29 16:47:19 +00:00
Charles Lohr ccbd5beb7b Modified lua for aplowman's new screen 2005-01-27 04:19:16 +00:00