Commit Graph
18604 Commits
Author SHA1 Message Date
Glenn Maynard 44c62c0ab4 another dupe: LoadDelayedScreen calls MakeNewScreen (and if it doesn't, no need to zero) 2005-07-07 05:02:26 +00:00
Glenn Maynard bad1e4ae90 another dupe: AddNewScreenToTop calls MakeNewScreen 2005-07-07 05:00:12 +00:00
Glenn Maynard 4feeb44f4c another dupe: PrepareScreen calls MakeNewScreen 2005-07-07 04:54:11 +00:00
Glenn Maynard 2e225117c3 both MakeNewScreenInternal and MakeNewScreen call ZeroNextUpdate, and MakeNewScreen calls MakeNewScreenInternal anyway 2005-07-07 04:52:27 +00:00
Glenn Maynard 7f94f08336 call ZeroNextUpdate 2005-07-07 04:50:00 +00:00
Glenn Maynard d1cb4322fc pull out of the header 2005-07-07 04:48:07 +00:00
Glenn Maynard 87acdcfec4 cleanup 2005-07-07 02:34:29 +00:00
Glenn Maynard 591a7ccace cleanup 2005-07-07 01:49:57 +00:00
Glenn Maynard 5499c7124b only cache special banners on screens that need to 2005-07-07 01:44:24 +00:00
Glenn Maynard 378295df84 un-revert commit that works just fine for me, and was reverted with no
attempt to explain what broke.

Ben, every remark and commit from you is rude and derisive, and this
project doesn't need that.  You've expended my patience.  If you refuse
to be civil, leave.
2005-07-07 01:32:15 +00:00
Glenn Maynard d05e819187 Don't search for redirs separately; doubling the number of GetDirListing
calls is expensive.
2005-07-07 01:21:45 +00:00
Glenn Maynard 512eb03997 unneeded 2005-07-07 01:02:03 +00:00
Glenn Maynard c1e0310d68 remove; use the controls in ActorFrame instead 2005-07-07 01:01:37 +00:00
Glenn Maynard 5813b65b72 SetVanishPoint binding 2005-07-07 00:59:51 +00:00
Glenn Maynard e66896aaca dur 2005-07-07 00:50:43 +00:00
Glenn Maynard 8366d3a561 remove special cases 2005-07-07 00:49:44 +00:00
Glenn Maynard 3319df61bc fix up backgrounds 2005-07-07 00:46:02 +00:00
Glenn Maynard fa9ce2d743 remove special case 2005-07-07 00:06:07 +00:00
Ben Anderson 29d2057e94 Revert: don't break half the codebase and then commit. At least fix it to a relatively usable point before making such a devastating assertion. 2005-07-06 23:55:48 +00:00
Glenn Maynard 48d188e97d remove old stuff 2005-07-06 23:51:06 +00:00
Glenn Maynard 5278abc4be this can be done with Lua, by putting layers in the underlay. themes using this havn't been maintained or usable in a long time, and there doesn't seem to be interest in doing so, so I'm not implementing it in them; ask me if you want info--but there are too many special-case elements in this screen and it's unmanagable. 2005-07-06 23:47:05 +00:00
Glenn Maynard b8971b1a89 GetSongSelectIconPath binding 2005-07-06 23:43:44 +00:00
Glenn Maynard c946799917 not virtual 2005-07-06 23:40:17 +00:00
Eric Gustafson cd82cb7df2 This is the spec for SaxxonPike's BMA (BeMedia Archive) format, which allows all the files for a keysounded (or any type for that matter) of file to be joined into one file. These will be integrated into the docs later. Forward all questions on this to SaxxonPike. 2005-07-06 22:59:42 +00:00
Glenn Maynard 2aa266892e all this did was cause extranneous SetContent calls 2005-07-06 21:51:29 +00:00
Glenn Maynard 76c9fb7e6f remove extra SetFocus call; it's up to the caller to call SetFromGameState 2005-07-06 21:48:44 +00:00
Glenn Maynard 03fab683ef fix backwards IsFixed 2005-07-06 21:46:55 +00:00
Glenn Maynard 6203bc50f8 remove unused 2005-07-06 21:26:14 +00:00
Glenn Maynard 9ac9138929 unneeded 2005-07-06 08:31:08 +00:00
Glenn Maynard b2b69e797d cleanup 2005-07-06 07:34:57 +00:00
Glenn Maynard 9cb562bdfa merge dupe 2005-07-06 06:41:57 +00:00
Chris Danford 848d6c89e2 OptionRow: member name cleanup, add focus commands 2005-07-06 06:11:56 +00:00
Glenn Maynard 488c6e952e remove ScreenBranch 2005-07-06 06:04:38 +00:00
Glenn Maynard 0703b84953 sprite -> autoactor 2005-07-06 05:09:52 +00:00
Glenn Maynard 90b78e6cbf fix loading XML files as hold note parts; must still be a Sprite 2005-07-06 04:20:27 +00:00
Glenn Maynard 18615b2a17 AutoActor 2005-07-06 04:03:55 +00:00
Glenn Maynard c0f9b46d75 fall back to ScreenWithMenuElements::MemoryCardIcons 2005-07-06 02:01:06 +00:00
Glenn Maynard 2874f5641a fix booleans 2005-07-06 01:55:22 +00:00
Glenn Maynard b90e28f084 bind 2005-07-06 01:42:01 +00:00
Glenn Maynard 3a304e251c optimized ReplaceText: one copy at most; text with no replacements reduces to one search 2005-07-06 00:51:26 +00:00
Glenn Maynard 0137a20389 cleanup 2005-07-05 23:55:42 +00:00
Glenn Maynard 73da8c0445 remove .model 2005-07-05 23:48:31 +00:00
Glenn Maynard 25823c979b remove the .model format; it's obsoleted by .xml Type="Model" 2005-07-05 23:46:08 +00:00
Chris Danford 7c6dbc102b working on ScreenOptionsProfiles 2005-07-05 23:13:49 +00:00
Glenn Maynard c69c3af4b9 Due to the last change, we don't have fallback clashes anymore (fallback no
longer has both "fallback tap note" and "fallback tap note 4th", etc.), so
we don't need to do this.  Remove it; it's extremely slow.
2005-07-05 21:56:51 +00:00
Glenn Maynard 858c7e3ce3 fix assert 2005-07-05 21:43:17 +00:00
Glenn Maynard b96a004921 We've been trying to more or less keep note skin compatibility, but the
format has gone somewhat out of hand, so let's give up a bit on that for
the good of mankind ...

All note elements that are allowed to be note colored *always* have a note
type in the filename; if XIsNoteColor is off, "4th" is used.  This way, we
don't have different sets of filename rules, fixing clashes between skins
and the fallback, and a number of things become simpler (many of which
I'm still discovering, so I won't try to enumerate them here just now).

Note skin updates coming ...
2005-07-05 21:29:30 +00:00
Chris Danford 95ba2eb5f4 add ScreenOptionsProfiles (to soon replace ScreenProfileOptions) 2005-07-05 18:19:49 +00:00
Chris Danford 35033a73fd fix warning 2005-07-05 11:37:02 +00:00
Chris Danford 16fc6e6723 add ScreenOptionsProfiles (to soon replace ScreenProfileOptions) 2005-07-05 11:30:30 +00:00