Commit Graph
28931 Commits
Author SHA1 Message Date
Flameshadowxeroshin a4c27f0c39 put it all together 2011-01-12 21:53:51 -06:00
Flameshadowxeroshin 80fd35115a horrendous stuff 2011-01-12 21:52:31 -06:00
Alberto Ramos 3fc25efc33 fixing things... 2011-01-12 20:27:03 -07:00
Alberto Ramos 70ed1bbb6f eh 2011-01-12 20:26:33 -07:00
AJ Kelly 05bf14b55f ScreenTextEntry docs update 2011-01-12 13:30:53 -06:00
AJ Kelly 6ac706b089 ignore Program/StepMania*.lib 2011-01-12 13:30:44 -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 7827af4b2a forgot this one 2011-01-12 13:11:05 -06:00
AJ Kelly ba68b6b8ca work in progress stuff 2011-01-12 13:05:16 -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 c630eea400 simplify textglowmode check 2011-01-11 14:12:39 -06:00
AJ Kelly f615c39879 [ScreenManager] Added ReloadOverlayScreens() Lua binding. 2011-01-11 00:48:38 -06:00
AJ Kelly 1a630d42e2 merge with the death star 2011-01-11 00:00:19 -06:00
AJ Kelly 3925c38316 trying to undo the death of default branch 2011-01-10 23:58:53 -06:00
Jason Felds f631becd70 See previous commit. 2011-01-10 22:46:38 -05:00
Jason Felds 8b4d758e4c Make sure DELAYS come before STOPS. 2011-01-10 22:45:48 -05:00
AJ Kelly 45b1664147 [Character] Added GetDisplayName Lua binding. 2011-01-10 16:49:41 -06:00
AJ Kelly 9e29a843a5 preparing for alternate song art files (e.g. album cover, piu-style disc) 2011-01-10 16:48:50 -06:00
AJ Kelly bc793efd82 add missing Genre item 2011-01-10 01:10:51 -06:00
AJ Kelly c5c9604cd3 update lua doc; HasEdits requires StepsType arg 2011-01-10 00:53:50 -06:00
Flameshadowxeroshin 751f9e56ea way down in westmoreland where the sensi come from 2011-01-09 21:25:30 -06:00
Flameshadowxeroshin 9a5d28f927 migs scoring 2011-01-09 21:11:54 -06:00
AJ Kelly 101711b965 one of these days, I'd like for Caps Lock to work... 2011-01-09 18:00:47 -06:00
AJ Kelly 28084a1609 add stroke for frutiger alt 2011-01-09 17:44:56 -06:00
AJ Kelly 6fddbba0ee just small comment cleanup 2011-01-09 17:44:45 -06:00
AJ Kelly b3f257599d small cleanup 2011-01-09 17:40:58 -06:00
AJ Kelly c53f5008fc fix duplicate command running 2011-01-09 17:26:28 -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
Jason Felds 73b6fa9e17 Clarify original post, add new entry. 2011-01-09 17:10:49 -05:00
Jason Felds 205b06b116 FIXME fixed: beat values un-hardcoded.
Time signature data is now used.
2011-01-09 17:06:40 -05:00
Flameshadowxeroshin a0c185705d special scoring should work without tricks in 1.3 2011-01-09 14:49:18 -06:00
AJ Kelly dcc2ebb428 small style cleanup 2011-01-09 14:17:28 -06:00
AJ Kelly 01e6282da8 getting sick of this thing being in my way 2011-01-09 13:34:59 -06:00
AJ Kelly 06c7bbbd6c Remove sample length limitations 2011-01-09 13:18:03 -06:00
Jason Felds 56b868ca1b Start adding what I do to the changelog.
Any bets that I will unintentionally stop?
2011-01-09 13:59:13 -05:00
Jason Felds 21847f5256 Add alternate keys to PgUp/PgDn.
Laptop users may appreciate them.
NOTE: F1 Help Menu looks strange with all of them.
I do not know how to fix that at this time.
2011-01-09 13:52:41 -05:00
Jason Felds 46335bfeeb Missed a constant. 2011-01-09 12:44:27 -05:00
Flameshadowxeroshin c2b8a33107 add techno-double8 2011-01-09 07:35:13 -06:00
AJ Kelly 985edeaa6b slight style cleanup 2011-01-09 00:34:16 -06:00
AJ Kelly 4e0e4a98eb add missing speed mod strings 2011-01-08 18:03:16 -06:00
AJ Kelly d2bdb45239 having font refs start at 1 stops seems to stop crashes from happening in the 5th mix theme. 2011-01-08 03:12:52 -06:00
AJ Kelly f793667191 update luadocs 2011-01-08 00:54:28 -06:00
Alberto Ramos 5e68f9cb01 Because I can comment after v1.2 2011-01-07 23:30:05 -07:00
Flameshadowxeroshin 407affc4ac 1.2 changelog commit 2011-01-07 22:51:08 -06:00
Flameshadowxeroshin d446074596 update changelog. 2011-01-07 22:50:29 -06:00
AJ Kelly fa5282cbbc I can be the merger, it's ok. 2011-01-07 22:49:13 -06:00
Mark Cannon 2c9678ca65 fix PrefsManager init list not being in order, add hack to ThemeManager to make GetThemeName() work intuitively for Scripts dirs 2011-01-07 23:41:23 -05:00
Flameshadowxeroshin e19c781991 stuff 2011-01-07 22:34:55 -06:00
Flameshadowxeroshin 7ffcd0a9fd fix pump-routine spacing 2011-01-07 22:34:16 -06:00