Commit Graph

19771 Commits

Author SHA1 Message Date
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
Chris Danford 000c7997ef add methods for showing unlocks 2006-01-29 22:13:52 +00:00
Chris Danford 49782b331b Theme -> Localize 2006-01-29 22:13:36 +00:00
Chris Danford 220e204485 cleanup 2006-01-29 22:13:16 +00:00
Chris Danford 9c30f918ca fix LuaXType's bCapitalize behavior 2006-01-29 22:12:07 +00:00
AJ Kelly f5cc92b62a menu positioning for new logo 2006-01-29 20:20:21 +00:00
Eric Gustafson 28cd1f5f43 New Logo by Ben Anderson 2006-01-29 18:42:42 +00:00
Steve Checkoway 43e476c38b Updated README. 2006-01-29 06:34:10 +00:00
Glenn Maynard bdbd8eac51 Split out visual keyboard text entry, to allow direct input only. 2006-01-29 00:49:23 +00:00
Chris Danford ceb55bbbb4 add PerChoiceScrollElement metric 2006-01-29 00:27:39 +00:00
Chris Danford 6ec1d47d6c tab cleanup 2006-01-29 00:25:33 +00:00
Glenn Maynard 4e544cf6d7 just init the keyboard text once 2006-01-29 00:24:38 +00:00
Glenn Maynard eae358e67d Entering text changes the answer text, but not the text on the keys. 2006-01-29 00:20:18 +00:00
Glenn Maynard 142a3863d6 Make ScreenTextEntry's transitioning more standard: call
StartTransitioningScreen, which runs TweenOffScreen and
then sends the message.

This is still a little unique, because it calls TweenOffScreen
on cancel.  The general cancel paths are still rough, and need
refactoring.  Piecemeal ...
2006-01-28 23:51:07 +00:00
Glenn Maynard 8d6dda13b6 cleanup 2006-01-28 23:47:21 +00:00
Glenn Maynard 150c4cb150 simplify 2006-01-28 23:29:15 +00:00
Steve Checkoway 6bcb29aa03 Add/remove files. 2006-01-28 23:26:31 +00:00
Steve Checkoway 30f5cd9bcd Fix compile. 2006-01-28 23:22:30 +00:00
AJ Kelly 55623a3256 new ScreenLogo BG 2006-01-28 23:21:39 +00:00
Glenn Maynard 0fe14c6940 cleanup 2006-01-28 23:19:26 +00:00
Chris Danford c52ab6fa5e Code -> UnlockEntryID
UnlockedSongs -> UnlockedEntryIDs
UnlockIndex -> UnlockEntryID
2006-01-28 22:08:16 +00:00
Chris Danford bbf22a9647 UnlockType -> UnlockTrigger 2006-01-28 21:37:13 +00:00
Chris Danford d5b264d600 remove unnecessary header 2006-01-28 21:36:41 +00:00
Glenn Maynard da685371bb cleanup 2006-01-28 09:08:39 +00:00
Steve Checkoway 0175a59715 Give the user 3 choices. "File Bug Report" opens REPORT_BUG_URL and the crashinfo.txt. "Open crashinfo.txt" just opens crashinfo.txt. You can guess what "Quit" does. 2006-01-28 07:22:26 +00:00
Steve Checkoway eb7b96178b Fix memory leak. 2006-01-28 07:06:11 +00:00
Steve Checkoway 3a669a84e6 Hot pluggable input devices on OS X. 2006-01-28 07:01:10 +00:00
Glenn Maynard 013a756d0e remove AllowOldKeyboardInput. If you're typing on a keyboard, why
would you want to enter text with arrow keys?
2006-01-28 06:42:27 +00:00
Glenn Maynard 555bcaf7e4 remove RageSoundResampler.cpp 2006-01-28 05:17:04 +00:00
AJ Kelly f0f40571d6 PaneDisplay text (forgot this) 2006-01-28 05:11:22 +00:00
Glenn Maynard 2d8fb8136a remove RageSoundResampler 2006-01-28 04:55:56 +00:00
Glenn Maynard 4266965381 merge RageSoundResampler into RageSoundReader_Resample_Fast;
they're just different interfaces for the same thing
2006-01-28 04:53:35 +00:00
Steve Checkoway ba00800245 Don't just make the text box the size of the splash picture. Make it 4 pixels larger than 3 times the height of a line of text. 2006-01-28 04:32:20 +00:00
Glenn Maynard 2c9cfd46ee fix off-by-one 2006-01-28 03:19:21 +00:00
Steve Checkoway 1b4ce04331 Move to precompiled header. 2006-01-28 03:10:34 +00:00
Steve Checkoway 811f1cc0c0 Update. 2006-01-28 03:10:11 +00:00
Steve Checkoway db075e472d I forget why I thought I needed this. It won't be included again due to GLOBAL_H anyway. 2006-01-28 03:09:46 +00:00
Glenn Maynard 96daf3c7bd cleanup 2006-01-28 02:59:54 +00:00
Glenn Maynard a825cd027c const 2006-01-28 02:10:24 +00:00