Glenn Maynard
|
9ac289a476
|
simplify
ExitSelectedP1, etc. fix
|
2004-01-14 22:45:04 +00:00 |
|
Glenn Maynard
|
d516f94332
|
thank VC
|
2004-01-14 22:15:57 +00:00 |
|
Steve Checkoway
|
1cac9d7b6f
|
Fix warnings.
|
2004-01-14 21:11:23 +00:00 |
|
Chris Danford
|
c237bf2364
|
FirstChoiceGoesDown fixes
|
2004-01-14 09:03:35 +00:00 |
|
Chris Danford
|
773aa57b41
|
remove bogus assert
|
2004-01-14 08:17:17 +00:00 |
|
Chris Danford
|
6279ec9b49
|
cleanup
|
2004-01-14 08:06:17 +00:00 |
|
Chris Danford
|
9551afea38
|
add new nav type NAV_FIRST_CHOICE_GOES_DOWN
ScreenOptionsMaster::ExportOption is broken when using NAV_FIRST_CHOICE_GOES_DOWN. Fix coming soon.
|
2004-01-14 04:59:07 +00:00 |
|
Glenn Maynard
|
fa4f761112
|
cleanup
|
2004-01-13 08:35:15 +00:00 |
|
Glenn Maynard
|
3eb63e2f67
|
cleanup
|
2004-01-12 10:29:12 +00:00 |
|
Glenn Maynard
|
4b1e4ebe74
|
remove old code (it didn't actually do anything; if start is pressed, left
and right should have already been pressed)
require both left and right to move back, not just one
|
2004-01-12 09:53:09 +00:00 |
|
Chris Danford
|
987db137cc
|
move focus back to first choice when moving up from multiselect
|
2004-01-12 08:53:39 +00:00 |
|
Chris Danford
|
b1e06653a8
|
go down if on first choice of a multiselect row
|
2004-01-12 08:00:57 +00:00 |
|
Glenn Maynard
|
cf3a001d6b
|
"more" fix
|
2004-01-12 02:48:56 +00:00 |
|
Glenn Maynard
|
f7491cb268
|
vector<bool> x; bool &b = x[0]; is illegal: vector<bool> is optimized
to a bitset (packed), and you can't have a pointer to a packed bit
(stupid optimization; if I want a bitset, I'll use a bitset!)
|
2004-01-12 01:59:34 +00:00 |
|
Glenn Maynard
|
4e629f2e24
|
warnings
|
2004-01-11 08:39:00 +00:00 |
|
Glenn Maynard
|
898f394ae8
|
fix some warnings
|
2004-01-11 05:47:23 +00:00 |
|
Chris Danford
|
dc863c8f31
|
fix multiselect + options icon crash
|
2004-01-11 02:28:10 +00:00 |
|
Chris Danford
|
ba9959205d
|
add multiselect toggle sounds
|
2004-01-10 21:34:18 +00:00 |
|
Chris Danford
|
234b574970
|
fix crash on long rows
|
2004-01-10 21:07:12 +00:00 |
|
Chris Danford
|
b6fc0d194e
|
fix "arcade options navigation goes to next screen on Start"
|
2004-01-10 21:01:47 +00:00 |
|
Chris Danford
|
57819b0e80
|
more work on multiselect
|
2004-01-10 08:57:08 +00:00 |
|
Chris Danford
|
2cd7370442
|
ScreenOptions: row data structure allows multiple selections per row
|
2004-01-10 08:05:20 +00:00 |
|
Steve Checkoway
|
4f62f34ad9
|
fix signed/unsigned comparisons. Unless I'm mistaken, size() returns a size_t which is an unsigned int.
|
2004-01-10 07:30:08 +00:00 |
|
Chris Danford
|
51ee73d0a1
|
ScreenOptions: per-choice underlines
|
2004-01-10 06:57:05 +00:00 |
|
Chris Danford
|
e7936d8312
|
remove MAX_OPTION_LINES, cleanup selection tracking
|
2004-01-10 05:09:51 +00:00 |
|
Chris Danford
|
3583209f32
|
Make a OptionRow own its own definition
|
2004-01-10 04:35:30 +00:00 |
|
Glenn Maynard
|
16a7f84c6c
|
"more"
|
2004-01-10 03:36:14 +00:00 |
|
Glenn Maynard
|
088a339ee3
|
"exit" is translatable
|
2004-01-10 03:32:15 +00:00 |
|
Glenn Maynard
|
cb1484d8f8
|
fix crash
|
2004-01-10 03:12:32 +00:00 |
|
Glenn Maynard
|
1b5f7b873d
|
add SeparateExitRow
|
2004-01-10 00:45:01 +00:00 |
|
Glenn Maynard
|
a4a9f1880b
|
add LineHighlightChangeCommands
|
2004-01-09 23:52:27 +00:00 |
|
Glenn Maynard
|
1292180789
|
dur
|
2004-01-09 23:20:16 +00:00 |
|
Glenn Maynard
|
7b90012f9e
|
tweak tween
|
2004-01-09 23:19:44 +00:00 |
|
Glenn Maynard
|
ca8f869fd1
|
allow translating menu entries
|
2004-01-09 06:38:19 +00:00 |
|
Glenn Maynard
|
27fda591a4
|
Add a separate nav type for the options menu. Pressing left or right
on "EXIT" and having it move off, and having left and right move around
on stray menu entries with only one entry is strange.
|
2004-01-09 05:50:15 +00:00 |
|
Glenn Maynard
|
99b000129b
|
cleanup "smnavigation" flag
fix left/right act as up/down on options menu
never play change line sound when the option didn't change
|
2004-01-09 04:43:27 +00:00 |
|
Glenn Maynard
|
35a7bbbe61
|
general options cleanup
|
2004-01-09 04:14:13 +00:00 |
|
Glenn Maynard
|
7bf2b66222
|
clean up some confusing "row m_iNumOptionRows is 'EXIT'" logic
|
2004-01-09 00:03:33 +00:00 |
|
Glenn Maynard
|
a88531bc51
|
cleanup, hide some implementation
|
2004-01-08 23:32:14 +00:00 |
|
Chris Danford
|
0da0ef785f
|
move ScreenOptions frame animation to a metric
|
2003-12-31 22:32:46 +00:00 |
|
Chris Danford
|
db424929c5
|
add BPM to player options screen
|
2003-12-31 08:45:05 +00:00 |
|
Glenn Maynard
|
87c580acac
|
no player name in system menus
|
2003-12-30 04:35:48 +00:00 |
|
Glenn Maynard
|
e5fe05024a
|
separate frame and per-line highlight
|
2003-12-19 22:10:06 +00:00 |
|
Glenn Maynard
|
2876292c4f
|
PlayerName
|
2003-12-18 22:51:43 +00:00 |
|
Glenn Maynard
|
c99c3224c1
|
work around stupid VC6 crash
|
2003-12-18 00:48:31 +00:00 |
|
Glenn Maynard
|
b7fbb44cd2
|
use DualScrollBar
|
2003-12-18 00:17:04 +00:00 |
|
Glenn Maynard
|
31c8937550
|
don't re-tween explanation text if we don't need to (eg. right/left)
|
2003-12-05 20:08:43 +00:00 |
|
Glenn Maynard
|
fe42979b79
|
fix crash pressing left/right when on "EXIT"
|
2003-12-01 21:44:33 +00:00 |
|
Glenn Maynard
|
7fa1cd9a2e
|
tweak repeat rate
|
2003-11-25 22:03:01 +00:00 |
|
Glenn Maynard
|
1df2544777
|
Prelaod sounds. Allow key repeat in optoins menus.
|
2003-11-25 21:53:56 +00:00 |
|