Glenn Maynard
|
cf20af55ef
|
fix crash
|
2005-03-20 23:15:51 +00:00 |
|
Chris Danford
|
7a4c7df1ed
|
remove hard-coded line breaks and unnecessary character replacement logic
|
2005-03-20 23:15:09 +00:00 |
|
Chris Danford
|
427253a4f0
|
fix cursor graphics loaded instead of underline
|
2005-03-20 23:12:29 +00:00 |
|
Glenn Maynard
|
b09db5bd71
|
ignore inactive player inputs
|
2005-03-20 22:39:36 +00:00 |
|
Chris Danford
|
50d73b4855
|
detect use of uninitialized metrics
|
2005-03-20 22:29:42 +00:00 |
|
Chris Danford
|
3ecb0aa4a9
|
fix use of uninitialized metric
|
2005-03-20 22:29:20 +00:00 |
|
Chris Danford
|
724ccf0179
|
move theming of title text from ScreenOptions to OptionRow
|
2005-03-20 22:17:57 +00:00 |
|
Chris Danford
|
fe5b7e214b
|
remove unused MaxStepsLoadedFromProfile
|
2005-03-20 20:51:30 +00:00 |
|
Chris Danford
|
4eb7e27746
|
fold OptionRow elements into ScreenOptions
|
2005-03-20 20:45:34 +00:00 |
|
Chris Danford
|
d83e8ec60c
|
warn instead of asserting on tween overflow
|
2005-03-20 20:37:24 +00:00 |
|
Chris Danford
|
6342b78d3e
|
Load OptionRow metrics from the parent screen's type
|
2005-03-20 20:34:33 +00:00 |
|
Chris Danford
|
5011c51e2e
|
Store OptionRow metrics in the screen to make it easier for a screen to customize these
Theme strings in editor
|
2005-03-20 20:24:25 +00:00 |
|
Chris Danford
|
92ad3d2c38
|
Store OptionRow metrics in the screen to make it easier for a screen to customize these
|
2005-03-20 20:23:10 +00:00 |
|
Chris Danford
|
b73448d410
|
move item theming from ScreenOptionsMaster to OptionRow so MiniMenu and other options screens can be themed
|
2005-03-20 20:16:32 +00:00 |
|
Chris Danford
|
5befb60456
|
method name cleanup, add comments
|
2005-03-20 20:15:41 +00:00 |
|
Chris Danford
|
4c031911fc
|
screen name cleanup
add more info to StepsInformation menu
|
2005-03-20 20:13:27 +00:00 |
|
Chris Danford
|
82a67c31ec
|
fix misnamed method
don't mangle strings when looking up Title and Explanation metrics
|
2005-03-20 20:12:11 +00:00 |
|
Chris Danford
|
69ec4c06de
|
Info text cleanup
|
2005-03-20 11:35:45 +00:00 |
|
Ted Percival
|
be38df7eac
|
rename identifier "or"->"optrow" to resolve gcc build error
|
2005-03-20 11:20:58 +00:00 |
|
Chris Danford
|
301c6e707e
|
more TickEarlySeconds into CommonMetrics
|
2005-03-20 09:52:48 +00:00 |
|
Chris Danford
|
4d1474a777
|
customize mini menu
|
2005-03-20 08:46:45 +00:00 |
|
Chris Danford
|
9cfa779956
|
remove code to play cancel sound and put the cancel sound in the transition
|
2005-03-20 08:23:08 +00:00 |
|
Chris Danford
|
50e7492e93
|
cleanup
|
2005-03-20 08:19:37 +00:00 |
|
Chris Danford
|
c42caf30f3
|
fix hard-coded class name
fix wrapping on repeated input
|
2005-03-20 08:18:47 +00:00 |
|
Chris Danford
|
a7fdca526e
|
remove hard-coded positions
|
2005-03-20 07:22:55 +00:00 |
|
Chris Danford
|
a5519d97e7
|
fix transition sounds not being played
|
2005-03-20 07:22:10 +00:00 |
|
Chris Danford
|
955cebc812
|
change graphics graphics to draw underneath text
|
2005-03-20 07:12:51 +00:00 |
|
Chris Danford
|
297a5851ba
|
remove hard-coded positioning of text
|
2005-03-20 07:11:23 +00:00 |
|
Chris Danford
|
90b8e9cc8a
|
allow .xml and .actors as transitions
|
2005-03-20 07:09:55 +00:00 |
|
Chris Danford
|
b7b582e935
|
allow .actors as BGAs
|
2005-03-20 07:09:22 +00:00 |
|
Chris Danford
|
3f93cae060
|
implement ScreenMiniMenu with ScreenOptions
|
2005-03-20 06:57:26 +00:00 |
|
Glenn Maynard
|
7ae7229418
|
on back, let ScreenWithMenuElements::Back stop the music. Abort background requests, so we don't restart music after the transition begins
|
2005-03-20 06:43:47 +00:00 |
|
Chris Danford
|
bbadc010f4
|
Implement ScreenMiniMenu with ScreenOptions
|
2005-03-20 06:41:56 +00:00 |
|
Chris Danford
|
48e6cb1a69
|
rename back -> cancel because "back" conflicts with "background"
|
2005-03-20 06:14:41 +00:00 |
|
Chris Danford
|
1ab61d7dde
|
don't warn about Sprite having the wrong number of states
|
2005-03-20 05:51:44 +00:00 |
|
Glenn Maynard
|
cc34c9bd6b
|
add ThemeManager::ClearThemePathCache
|
2005-03-20 05:39:32 +00:00 |
|
Glenn Maynard
|
dbb8f87932
|
fix test build
|
2005-03-20 04:11:34 +00:00 |
|
Glenn Maynard
|
2c9774f89c
|
move MakeArchHooks and MakeDialogDriver back into their own files; the tests need this (to be able to use a couple arch systems without having to link them all)
|
2005-03-20 04:09:15 +00:00 |
|
Ted Percival
|
d5ccf9a661
|
rename error_t to pixerror_t to resolve a naming conflict with system header errno.h
|
2005-03-20 03:05:29 +00:00 |
|
Glenn Maynard
|
954313a942
|
fix dtors
|
2005-03-19 21:30:33 +00:00 |
|
Glenn Maynard
|
3d7325b457
|
cache all courses
|
2005-03-19 11:52:14 +00:00 |
|
Glenn Maynard
|
30d3c72cc0
|
fix truncation not always happening correctly
|
2005-03-19 11:29:08 +00:00 |
|
Glenn Maynard
|
92f067dbd2
|
fix banner cache being preloaded when it shouldn't
|
2005-03-19 06:58:54 +00:00 |
|
Glenn Maynard
|
7338fa18d7
|
move some code that's migrated away from where it's used; cleanup
|
2005-03-19 05:25:58 +00:00 |
|
Glenn Maynard
|
384aaf1c4c
|
fix note skin loading: need to set m_pPlayerState m_sNoteSkin before StoreSelectedOptions, and need to call StoreSelectedOptions before TransitionEditMode (since it calls RestoreSelectedOptions
|
2005-03-19 05:15:54 +00:00 |
|
Glenn Maynard
|
835797bf0f
|
"MonkeyKeyboard" is for debugging only; the default input driver should
be "null", or it's very confusing when porting.
|
2005-03-19 04:01:51 +00:00 |
|
Glenn Maynard
|
f7930c7a6a
|
fix compile on systems without SUPPORT_OPENGL
don't include global.h in headers
|
2005-03-19 01:32:26 +00:00 |
|
Chris Danford
|
7ff0cb03d9
|
add 192nds
|
2005-03-19 00:54:07 +00:00 |
|
Ben Anderson
|
9c9d1f365f
|
Reorder; fixes compilation on GCC 3.4.
|
2005-03-19 00:48:33 +00:00 |
|
Glenn Maynard
|
564b187ffb
|
Combine "next song in" and "next song out" into "next course song".
This allows us to preload everything in the transition except for the song
banner (giving faster transitions), and is easier to control.
|
2005-03-19 00:03:53 +00:00 |
|