Glenn Maynard
2e95edf9da
PositionIcons(pn)
2006-02-03 09:31:51 +00:00
Glenn Maynard
ca738bcccf
cleanup
...
remove old comment
2006-02-03 08:53:31 +00:00
Glenn Maynard
359b416fab
simplify
2006-02-03 08:49:02 +00:00
Glenn Maynard
4bf73b3d32
remove bRepeat parameter
2006-02-03 08:03:25 +00:00
Glenn Maynard
81bcf41b7e
simplify
2006-02-03 08:01:00 +00:00
Glenn Maynard
5e07104732
default
2006-02-03 07:58:22 +00:00
Glenn Maynard
fa8da5ac9b
cleaner reload
2006-02-03 07:55:46 +00:00
Glenn Maynard
e6ca5f8a76
remove bTweenIn
2006-02-03 07:53:33 +00:00
Glenn Maynard
88ac1cf81d
split CreateMenu
2006-02-03 07:38:44 +00:00
Glenn Maynard
37da0e6649
ignore "checking" memory cards
2006-02-03 07:35:58 +00:00
Glenn Maynard
7c46de7604
split SelectRowWithMemoryCard
2006-02-03 07:34:27 +00:00
Glenn Maynard
a9a36815b2
missing header
2006-02-03 07:32:19 +00:00
Glenn Maynard
99c2f69453
add m_CurrentUsbStorageDevices
2006-02-03 07:31:42 +00:00
Glenn Maynard
d9d2c8ed28
unused
2006-02-03 07:27:50 +00:00
Glenn Maynard
918e9ec05b
fix ID
2006-02-03 07:27:08 +00:00
Glenn Maynard
9a865ac5cd
MoveRowRelative should skip disabled rows, but didn't because
...
it was used by MoveRowAbsolute. Refactor: MoveRowAbsolute sets
directly, ignoring whether a row is disabled (if you say "select
row 3", you mean it). MoveRowRelative checks disabled rows,
with logic pulled from MenuUpDown (slightly refactored). That
way, the disabled-row logic affects all relative movement. (Net
simplification.)
2006-02-03 06:52:51 +00:00
Glenn Maynard
8704b5ec1e
cleanup
2006-02-03 06:26:16 +00:00
Chris Danford
23d4e4366a
fix OK dialog in smpackage
2006-02-03 06:24:07 +00:00
Glenn Maynard
3413107396
PLAYER_1 -> m_MasterPlayerNumber
2006-02-03 06:21:03 +00:00
Glenn Maynard
65a795a2dc
hey also unused
2006-02-03 06:17:47 +00:00
Glenn Maynard
16a08f8500
unused
2006-02-03 06:17:25 +00:00
Glenn Maynard
441d23cbc9
move "bFirstChoiceGoesDown back to first choice" logic into AfterChangeRow
2006-02-03 06:16:38 +00:00
Glenn Maynard
652536ea83
simplify
2006-02-03 06:09:17 +00:00
Glenn Maynard
e4c6fbafff
fixup
2006-02-03 06:07:57 +00:00
Glenn Maynard
48a691534d
cleanup
2006-02-03 06:06:34 +00:00
Glenn Maynard
02f5839746
cleanup
2006-02-03 06:04:27 +00:00
Glenn Maynard
afa74ef150
move NAV_TOGGLE_FIVE_KEY focus handling into AfterChangeRow
2006-02-03 06:02:17 +00:00
Chris Danford
35408c5ed6
fix MessageBox not displaying unicode
2006-02-03 05:45:04 +00:00
Chris Danford
90a744d6ab
fix MessageBox not displaying unicode
2006-02-03 05:40:09 +00:00
Glenn Maynard
ccab670ae8
add ScreenOptions::RestartOptions, to allow changing option rows
...
without restarting the screen completely
2006-02-03 05:36:16 +00:00
Glenn Maynard
db0354cdf8
cleanup
2006-02-03 04:50:42 +00:00
Glenn Maynard
8ed452252a
MoveRowRelative has had a side-effect of playing a sound, but
...
that only makes sense if the function was called as the result
of the user pressing a key. ScreenOptionsEditCourse, etc.
use MoveRowAbsolute to set the default row, which calls MoveRowRelative,
causing an extranneous sound.
2006-02-03 04:50:25 +00:00
Glenn Maynard
b74febae7a
return bChanged
2006-02-03 04:40:49 +00:00
Glenn Maynard
b556348e31
being a bit more explicit than usual, since the stuff in this screen is complicated
2006-02-03 04:36:48 +00:00
Glenn Maynard
33e297b0c8
cleanup
2006-02-03 02:37:29 +00:00
Glenn Maynard
96c4bf3d57
cleanup
2006-02-03 02:33:47 +00:00
Glenn Maynard
992bdd4969
cleanup
2006-02-03 02:32:26 +00:00
Glenn Maynard
0e3bc60608
fix text
2006-02-03 00:53:34 +00:00
Chris Danford
cb5bf9720d
const RString & for easier debug stepping
2006-02-02 23:52:28 +00:00
Glenn Maynard
03b3553ae1
fix
2006-02-02 23:25:39 +00:00
Glenn Maynard
554853c977
cleanup
2006-02-02 23:07:25 +00:00
Glenn Maynard
083af22b1b
NoteTypeToLocalizedString
...
("Notes" still not localized, since this isn't simply a drop-in substitution
for different languages. "notes" may just be removed, not sure yet.)
2006-02-02 22:51:18 +00:00
Glenn Maynard
d8b5f39282
NoteTypeToLocalizedString
2006-02-02 22:50:14 +00:00
Steve Checkoway
e7844d28b5
No, really fix cstdlib issue.
2006-02-02 22:09:04 +00:00
Steve Checkoway
2b9e688796
Fix llabs test.
2006-02-02 22:00:31 +00:00
Ben Anderson
619ed0d3f2
Only include these two lights drivers on x86
2006-02-02 21:17:54 +00:00
Ben Anderson
62699b2c99
Implement cstdlib llabs test
2006-02-02 20:59:22 +00:00
Glenn Maynard
664a4944fd
remove unused
2006-02-02 08:51:28 +00:00
Glenn Maynard
8bd5e174f5
NUM_NOTE_TYPES -> NUM_NoteType
2006-02-02 08:43:05 +00:00
Glenn Maynard
f873e9bd84
fix EDIT_BUTTON_SAMPLE_LENGTH_DOWN, EDIT_BUTTON_SAMPLE_LENGTH_UP
2006-02-02 08:38:50 +00:00