Commit Graph

220 Commits

Author SHA1 Message Date
AJ Kelly bd8860bb7d next version will be sm-ssc v1.2.2; add .ssc format changelog 2011-02-13 11:34:35 -06:00
Jason Felds 1aced33113 Update recent work. 2011-02-12 17:57:35 -05:00
Jason Felds b9921f8dec Don't forget the Changelog. 2011-02-12 01:59:38 -05:00
Jason Felds 30341de96e Add metrics for random modifier choosing. 2011-02-12 00:18:01 -05:00
Jason Felds b716d8b61b Merging of the SSCNotes branch to default. 2011-02-11 22:59:30 -05:00
Jason Felds 2e2c888243 Update changelog in default.
I'd rather be sure a clean merge takes place here.
2011-02-11 22:58:45 -05:00
Jason Felds b3be2466ff Add new lua function to the docs. 2011-02-11 01:59:39 -05:00
AJ Kelly 46a84acc5b update luadoc 2011-02-10 21:38:30 -06:00
AJ Kelly b391bd8d92 should hopefully be released today... 2011-02-10 14:04:03 -06:00
AJ Kelly 0178610e55 Had to go back on the ScreenNetSelectMusic controls commit. My apologies.
The MusicWheelType metric is still there, though.
2011-02-10 14:00:09 -06:00
AJ Kelly cff957ec4e [ArrowEffects] add QuantizeArrowYPosition metric 2011-02-09 13:33:06 -06:00
AJ Kelly 49a7b15eb1 Add RouletteTimerSeconds metric to ScreenSelectMusic 2011-02-09 13:11:22 -06:00
AJ Kelly 8133c06754 update noteskin elements reference 2011-02-09 01:21:37 -06:00
AJ Kelly 3b334c4513 fix typo 2011-02-08 21:48:41 -06:00
AJ Kelly 94eeb1c0cf duped 2011-02-08 21:29:04 -06:00
AJ Kelly 9558b7c67f update changelog 2011-02-08 21:07:22 -06:00
AJ Kelly 5065273264 [ScreenNetSelectMusic] Reworked the input on this screen.
Left and Right still move the wheel. Up and Down now change the difficulty via CodeDetector. The Options menu is now accessed with the Select button.
2011-02-08 04:04:59 -06:00
AJ Kelly 713b622f26 update lua doc 2011-02-08 01:55:38 -06:00
AJ Kelly 9106ad7cf4 slight update, but I haven't done anything worth mentioning yet. 2011-02-08 01:48:08 -06:00
AJ Kelly f67bf3bf2e [Song] add IsDisplayBpmRandom Lua binding 2011-02-01 15:05:07 -06:00
AJ Kelly f60d27afb7 "Welcome back to <del>Celebrity Jeopardy</del> sm-ssc. I thought I was done with this, but <del>Regis Philbin</del> ScreenSelectMaster Cursor, that mongrel idiot, decided to <del>do a Celebrity Millionaire</del> crash, and <del>network</del> theming competition being what it is, I stand before you, a broken and miserable man."
For people who hate comedy in their commit logs, this makes it so ScreenSelectMaster only runs commands on cursors for human players (hopefully avoiding Access Violation in the process).
2011-01-30 16:37:47 -06:00
Colby Klein c380d23d0b revert 2011-01-20 18:43:58 -08:00
Colby Klein 2647fa53d6 bump 2011-01-20 18:25:19 -08:00
Jason Felds 96cd0431b8 Update changelog, own the changes page. ;) 2011-01-18 13:25:37 -05:00
Jason Felds 80396f4342 Changelog... 2011-01-18 12:42:28 -05:00
Jason Felds 96df14add9 I keep forgetting this Changelog file. 2011-01-18 00:50:33 -05:00
Jason Felds db32805acc Right, remember the changelog. 2011-01-16 14:21:04 -05:00
AJ Kelly 68e87b3efb update changelog to reflect that 2011-01-15 17:32:13 -06:00
AJ Kelly ff9eb24770 [MusicWheel] add RouletteColor, RandomColor, and PortalColor metrics 2011-01-15 17:06:28 -06:00
Jason Felds b0036aeabc Add MenuTimer HurryUp transition metric. 2011-01-15 16:01:51 -05:00
Jason Felds 4e4d91aba7 Take care of one of AJ's TODOs. 2011-01-15 15:00:13 -05:00
Jason Felds c76a13f3b9 Add 2nd attack metric, rename 1st one. 2011-01-15 14:43:05 -05:00
Jason Felds aaf9c33dab Add attack run time metric for Player. 2011-01-15 14:25:35 -05:00
Jason Felds bec941520a Add metric for Combo Stopped message flexibility. 2011-01-15 14:17:52 -05:00
Jason Felds 0e8e48b1a9 Wave modifications possible. 2011-01-15 13:52:07 -05:00
Jason Felds a7c033a987 Add more flexible modifier modifications. 2011-01-15 13:28:56 -05:00
Jason Felds 5104c7e086 Err...hope I don't fail on the merge. 2011-01-15 13:06:13 -05:00
Jason Felds 2013fff457 Add metric for changing blink mod frequency.
Done as a partial request for WinDEU...
whether he realizes it or not. ;)
2011-01-15 13:00:00 -05:00
Alberto Ramos de540e0481 pump receptors code tweak
ignore crashinfo
adding new simile format idea
2011-01-14 19:31:08 -07:00
Flameshadowxeroshin f0a370a79b 64-bit scoring 2011-01-13 18:23:22 -06:00
Flameshadowxeroshin 80fd35115a horrendous stuff 2011-01-12 21:52:31 -06:00
AJ Kelly 05bf14b55f ScreenTextEntry docs update 2011-01-12 13:30:53 -06:00
AJ Kelly 17e557c396 [ScreenTextEntry] Added Load(TextEntrySettings) Lua binding. [freem]
TextEntrySettings is implemented similar to the Attributes in BitmapText.

example settings and explanation:
local teSettings = {
	SendOnPop = "",					-- ScreenMessage to send on pop (optional, "SM_None" if omitted)
	Question = "",					-- The question to display
	InitialAnswer = "",				-- Initial answer text
	MaxInputLength = 0,				-- Maximum amount of characters
	Password = false,				-- Mask character input (optional)
	Validate = nil,					-- Validation function; function(answer, errorOut), must return boolean, string.
	OnOK = nil,						-- On OK; function(answer)
	OnCancel = nil,					-- On Cancel; function()
	ValidateAppend = nil,			-- Validate appending a character; function(answer,append), must return boolean
	FormatAnswerForDisplay = nil,	-- Format answer for display; function(answer), must return string
};
2011-01-12 13:11:41 -06:00
AJ Kelly 8943c2a325 Added CloseConnection() Lua binding. 2011-01-12 13:05:07 -06:00
AJ Kelly 655558844b add work in progress .ssc/.msd5 format 2011-01-11 22:24:51 -06:00
AJ Kelly f615c39879 [ScreenManager] Added ReloadOverlayScreens() Lua binding. 2011-01-11 00:48:38 -06:00
AJ Kelly 3925c38316 trying to undo the death of default branch 2011-01-10 23:58:53 -06:00
AJ Kelly 45b1664147 [Character] Added GetDisplayName Lua binding. 2011-01-10 16:49:41 -06:00
AJ Kelly c5c9604cd3 update lua doc; HasEdits requires StepsType arg 2011-01-10 00:53:50 -06:00
AJ Kelly 000a5ba452 Various metrics changes to RoomWheel: Desc is now Description, Width metrics are removed, and hardcoded commands (halign,0;shadowlength,0;maxwidth,[width metric]) are removed. 2011-01-09 16:53:29 -06:00