Commit Graph

19809 Commits

Author SHA1 Message Date
Ben Anderson 3071e925c5 Support ALSA 2006-01-31 04:12:49 +00:00
Glenn Maynard 0081134bc6 simplify. (It's not obvious what this subtracting of, typically, 1/16 is actually doing ...) 2006-01-31 03:51:36 +00:00
Ben Anderson bb53c425b1 No, I really meant X11Helper::Win, not a local variable that's never again used. 2006-01-31 03:00:19 +00:00
Ben Anderson bf4aa0e106 Translate contents of backtrace.m4 into SCons 2006-01-31 01:47:40 +00:00
Ben Anderson 545bc24f7c Remove cheeky commentary 2006-01-31 01:05:53 +00:00
Ben Anderson 168eb2a8f8 Remove ScreenTest; set up compiling libresample using SCons 2006-01-31 00:52:42 +00:00
Glenn Maynard a3615bf11a cleanup 2006-01-30 23:10:02 +00:00
Glenn Maynard 16bd1d06cb const 2006-01-30 22:51:01 +00:00
Glenn Maynard 3507956b71 remove ScreenTest 2006-01-30 09:18:03 +00:00
Glenn Maynard 53aafd7bd1 cleanup 2006-01-30 09:16:47 +00:00
Glenn Maynard 7dbb26ca3f remove unused PushScreen
hide MakeNewScreen
2006-01-30 09:15:40 +00:00
Chris Danford e99daa073a add simple unlock screens 2006-01-30 08:13:16 +00:00
Chris Danford ed01c6b9b3 Add UseIconMetrics, for ignoring X, Y, OnCommand, and OffCommand in metrics.ini and using whateve is in xml 2006-01-30 08:12:24 +00:00
Glenn Maynard f96c1296d1 simplify 2006-01-30 08:08:04 +00:00
Glenn Maynard cb0c7ce59d Set up tsDestination directly. It doesn't make sense for a
function named "UpdateEnabledDisabled" to do this, and we
don't need to delay it anymore as GetWidthXY says (that was
before we moved the text into a frame).
2006-01-30 08:06:31 +00:00
Glenn Maynard e89b93ba21 fix 0 tween length causing editor options menus to flicker
at y = 0 for one frame
2006-01-30 08:01:54 +00:00
Glenn Maynard f8d8abfb41 simplify 2006-01-30 07:29:49 +00:00
Glenn Maynard 012c3f5d46 always use ScreenMiniMenu::MiniMenu, not LoadMenu directly 2006-01-30 07:18:34 +00:00
Glenn Maynard 608bd48087 preload 2006-01-30 07:16:32 +00:00
Glenn Maynard ea6d795cfe Use ScreenManager's preload logic. 2006-01-30 07:14:28 +00:00
Glenn Maynard f7bd5862ac remove unused 2006-01-30 07:10:10 +00:00
Glenn Maynard 57947b2252 Use ScreenManager's preload logic, instead of manually loading
a bunch of screens.
2006-01-30 07:09:25 +00:00
Glenn Maynard 3229a7fbf4 Use ScreenManager's preload logic, instead of manually loading
a bunch of screens.
2006-01-30 06:59:15 +00:00
Glenn Maynard 2e233173d5 preload ScreenMiniMenuContext 2006-01-30 06:25:19 +00:00
Glenn Maynard d0f3ea9225 Class=ScreenMiniMenu 2006-01-30 06:22:31 +00:00
Glenn Maynard de51c9a9ce use ScreenTextEntryVisual 2006-01-30 06:16:17 +00:00
Glenn Maynard 1e2c3e345b simplify 2006-01-30 06:06:59 +00:00
Glenn Maynard 205d799df2 like ScreenTextEntry, let SManager handle the screen loading 2006-01-30 06:03:24 +00:00
Glenn Maynard 5995043bf0 Don't play the Start sound in SM_BeginFadingOut. It might
have been triggered by something that just played a sound,
or the screen might want to play a different sound.  It's
not SM_BeginFadingOut's job to play a sound.

(fixes double-start sound when "next screen" options are
selected from context menus in ScreenOptionsManage*)
2006-01-30 05:41:46 +00:00
Ben Anderson 37338dd78a SCons build files. Currently only Linux is supported, but I'll be adding other platforms (MinGW\!) within the next few weeks. As always, feel free to correct anything. 2006-01-30 05:41:20 +00:00
Glenn Maynard 0a5a9edc6e fix weird stoptweening behavior 2006-01-30 05:23:58 +00:00
Glenn Maynard e272b5a029 remove some use of pn 2006-01-30 05:01:00 +00:00
Glenn Maynard f55a400e7d cleanup 2006-01-30 04:58:14 +00:00
Glenn Maynard 569e3ed4a5 Player::Init isn't called every song; Load is 2006-01-30 04:51:01 +00:00
Glenn Maynard 5bd65a0212 spacing 2006-01-30 04:16:48 +00:00
Glenn Maynard d9a8e42fa1 Disable laying tap attacks, remove dupe. 2006-01-30 04:09:00 +00:00
Glenn Maynard 3cb8d75cfc Disable keys inappropriate for home mode. Disable laying tap attacks. 2006-01-30 04:00:14 +00:00
Glenn Maynard 0740b81efb cleanup 2006-01-30 03:07:02 +00:00
Glenn Maynard badc6a06b3 cleanup 2006-01-30 02:53:18 +00:00
Glenn Maynard e2437933a1 cleanup 2006-01-30 02:45:01 +00:00
AJ Kelly ba5d2ae3d6 add beat support in [GameButton] 2006-01-30 02:38:30 +00:00
Glenn Maynard 0eaf05e8da fix caps 2006-01-30 02:29:50 +00:00
Glenn Maynard 6b4f3e6c4f For conformance with general expectations, use M_PI, not PI.
(This is in global.h, not RageUtil.h, because we include math.h in global.h, and
M_PI is generally associated with math.h.  As some systems do provide it
in math.h, if we put it in RageUtil.h then we'll suffer breakage when people
on those systems use M_PI without including RageUtil.h.)
2006-01-30 01:18:42 +00:00
Chris Danford 58986cfcce probe to find out which parameters of the transform function are used 2006-01-30 00:50:00 +00:00
AJ Kelly 70ebb87aaf new difficulty icons 2006-01-29 22:46:51 +00:00
Chris Danford da1e8b0197 tab cleanup 2006-01-29 22:28:54 +00:00
Chris Danford 8337a9e507 add PerChoiceIconElement
unlock enum cleanup
2006-01-29 22:24:23 +00:00
Chris Danford b792e48616 add PerChoiceIconElement metric (remove this metric and make it the default eventually) 2006-01-29 22:18:28 +00:00
Chris Danford 370d11ee19 theme -> localize 2006-01-29 22:17:54 +00:00
Chris Danford 880cf1591e enum name cleanup
add Lua bindings
2006-01-29 22:17:43 +00:00