Commit Graph
21981 Commits
Author SHA1 Message Date
Steve Checkoway 6bfccc7f4c Remove IteratorCondition, use NULL to signify what was previously IteratorCondition::All. 2006-08-16 11:57:24 +00:00
Steve Checkoway dc9361a4ef Move class template's member function definitions out of the header, explicitly instantiate all_tracks_iterator and all_tracks_const_iterator.
Apart from cleaning up the header (the main goal), this should improve compile time by instantiating in a single place so the linker doesn't have to combine multiple definitions.
2006-08-16 11:37:38 +00:00
Glenn Maynard f8468d3e34 set directly 2006-08-16 07:21:28 +00:00
Glenn Maynard 5a0370c582 derive from BitmapText 2006-08-16 07:20:45 +00:00
Glenn Maynard 30f53de68c LoadFromFont 2006-08-16 07:19:41 +00:00
Glenn Maynard fa38d7d0ee remove the label element; do this separately 2006-08-16 07:09:24 +00:00
Glenn Maynard 563b1c65b9 remove BPMDisplay 2006-08-16 07:04:56 +00:00
Glenn Maynard 0af7df7f32 bpm in xml 2006-08-16 07:03:35 +00:00
Glenn Maynard 9f2d170317 bind, add SetFromGameState 2006-08-16 07:02:46 +00:00
Glenn Maynard 9de17517d1 fix crash 2006-08-16 06:44:24 +00:00
Glenn Maynard 3f71e59d96 unused 2006-08-16 06:19:22 +00:00
Glenn Maynard 7d2bea627a remove CourseHasMods; use xml 2006-08-16 06:18:34 +00:00
Glenn Maynard 3f9cf31e59 unused 2006-08-16 06:06:13 +00:00
Glenn Maynard aa0830c198 remove unused GenreDisplay 2006-08-16 06:03:55 +00:00
Glenn Maynard 241ad288be do clear if no song or course 2006-08-16 06:02:01 +00:00
Glenn Maynard ff7e273c56 remove unused 2006-08-16 05:56:35 +00:00
Glenn Maynard 44d9580626 Remove ArtistDisplay. Do this with XML. 2006-08-16 05:52:57 +00:00
Glenn Maynard c022522fa8 simplify HelpDisplay 2006-08-16 05:52:24 +00:00
Glenn Maynard d0872d4459 HelpDisplay:setfromsongorcourse 2006-08-16 05:38:25 +00:00
Glenn Maynard aa525eeb44 add GetArtists 2006-08-16 05:36:40 +00:00
Glenn Maynard 6996b06df7 fix up HelpDisplay in xml 2006-08-16 05:26:49 +00:00
Glenn Maynard a822e8cb45 GetRadarValues() binding 2006-08-16 05:11:32 +00:00
Glenn Maynard f48af0bbe6 lua bindings 2006-08-16 05:11:01 +00:00
Glenn Maynard dbf65f06ee set parent 2006-08-16 02:18:52 +00:00
Glenn Maynard 30963ab843 all dialogs are warnings 2006-08-16 01:58:44 +00:00
Glenn Maynard bf3d73fcef unwrap 2006-08-16 01:56:54 +00:00
Glenn Maynard 4ab47c8f0c Throw -> Dialog 2006-08-16 01:56:16 +00:00
Glenn Maynard 8c7c5aff37 show the name, not the size (always 51) 2006-08-16 00:57:16 +00:00
Glenn Maynard efa8ef90c9 finishtweening 2006-08-16 00:56:14 +00:00
Glenn Maynard 5622dba40e set names 2006-08-16 00:53:47 +00:00
Glenn Maynard af574d7a4c pop screens first, so we don't ResetGame while the screen is still
on the stack
2006-08-15 22:27:27 +00:00
Chris Danford 42d279926b fix crash when selecting course mods in editor 2006-08-15 21:18:23 +00:00
Chris Danford c36f33c088 fix compile 2006-08-15 21:17:36 +00:00
Chris Danford a894eca8ec show all courses, not just preferred 2006-08-15 20:14:25 +00:00
Glenn Maynard 45ea7b05ed don't overload this 2006-08-15 19:37:44 +00:00
Glenn Maynard 7ca60464b3 cleanup 2006-08-15 19:34:41 +00:00
Glenn Maynard 6370afb746 cleanup 2006-08-15 19:26:00 +00:00
Glenn Maynard 8af826fc3f set parent before calling LoadFromNode 2006-08-15 19:25:45 +00:00
Glenn Maynard cbc69ea550 remove unused parameter 2006-08-15 19:24:29 +00:00
Glenn Maynard 832679370b remove unused params 2006-08-15 19:19:59 +00:00
Glenn Maynard 29eb1f6ccb don't pass parent; m_pParent is used, which is set by AddChild 2006-08-15 19:16:39 +00:00
Glenn Maynard d2a4a2fa76 use m_pParent 2006-08-15 19:12:09 +00:00
Glenn Maynard ec683e54d9 remove InitDefaults 2006-08-15 19:06:26 +00:00
Glenn Maynard 6b7e45f0c8 remove unused overload. (Actors are too potentially complex to simply have a "reset to default" overload, anyway.) 2006-08-15 19:05:22 +00:00
Glenn Maynard a872952b8b store parent 2006-08-15 19:02:31 +00:00
Glenn Maynard 27718a78f2 still an ugly cast 2006-08-15 18:58:54 +00:00
Steve Checkoway f10e5b34b3 Only guess at 6-panel if DetermineStepsType() decides on STEPS_TYPE_BEAT_SINGLE5. Before, this guess was being ignored. 2006-08-15 11:25:38 +00:00
Steve Checkoway 000e984c2c Do not bother copying this. 2006-08-15 11:16:45 +00:00
Steve Checkoway 4a3b05741e Handle hold notes in bms files (untested). 2006-08-15 11:11:21 +00:00
Steve Checkoway 98c23ac3da StringToFloat 2006-08-15 09:55:57 +00:00