Glenn Maynard
|
abc84e9594
|
cleanup
|
2004-09-16 21:40:27 +00:00 |
|
Glenn Maynard
|
3d0d64c4ae
|
fix "GetExtraStageInfo() called in GROUP_ALL_MUSIC, but GAMESTATE->m_pCurSong == NULL"
|
2004-09-05 23:50:09 +00:00 |
|
Glenn Maynard
|
90d8270cd6
|
fix extra stage music wheel entry not in a section when it should be
|
2004-09-05 02:47:30 +00:00 |
|
Glenn Maynard
|
10793fdc50
|
add MusicWheel::IsSettled
|
2004-09-04 21:32:36 +00:00 |
|
Chris Danford
|
1875b36c02
|
fix "use edits to get 100% chance of a locked song when choosing Random"
|
2004-08-31 08:37:47 +00:00 |
|
Chris Danford
|
64628fac21
|
remove enum Game. Instead, pass around the GameDef pointer
|
2004-07-25 04:27:20 +00:00 |
|
Glenn Maynard
|
7853427a24
|
fix TYPE_PORTAL crash when no songs
|
2004-07-22 02:47:21 +00:00 |
|
Chris Danford
|
5544445ad0
|
name cleanup: StyleDef -> Style
|
2004-06-28 07:26:00 +00:00 |
|
Chris Danford
|
3809715db0
|
cleanup: Remove Style and use StyleDef everywhere. This gets rid of a lot of Style->StyleDef lookups and discourages code that's specific to a Style. All game logic should be data-driven.
|
2004-06-27 06:52:49 +00:00 |
|
Chris Danford
|
6ea5cb233c
|
portal shouldn't unlock a locked song
|
2004-06-26 23:02:57 +00:00 |
|
Chris Danford
|
51366df8cc
|
name cleanup: PLAY_MODE_ARCADE -> PLAY_MODE_REGULAR
|
2004-06-11 06:05:35 +00:00 |
|
Chris Danford
|
cb6800ccd4
|
hide tutorial songs in all modes but PLAY_MODE_ARCADE
|
2004-06-10 08:43:53 +00:00 |
|
Glenn Maynard
|
3798245ce6
|
license update
|
2004-06-07 21:14:03 +00:00 |
|
Chris Danford
|
61581479d8
|
track the current Trail in GameState
|
2004-06-03 08:22:02 +00:00 |
|
Chris Danford
|
0e52080354
|
make Random also prefer Songs that have all preferred difficulties
make Random and Portal ignore Songs with only beginnger Steps (Training)
|
2004-06-02 06:02:20 +00:00 |
|
Chris Danford
|
0a5d0fb73f
|
name cleanup
|
2004-06-02 05:52:16 +00:00 |
|
Chris Danford
|
6c692d953d
|
make Portal try to look for a song that matches all preferred difficulties
|
2004-06-02 05:49:38 +00:00 |
|
Chris Danford
|
2d269ebe06
|
remove Leap, add Portal
|
2004-06-02 05:12:45 +00:00 |
|
Chris Danford
|
398865a5ec
|
fix "Profile's LastSong isn't initially selected"
|
2004-05-27 07:59:04 +00:00 |
|
Chris Danford
|
ff5ec77fec
|
fix "unlocking a song doesn't automatically select it"
|
2004-05-26 05:50:22 +00:00 |
|
Chris Danford
|
b05d25ab24
|
"m_pCurNotes" -> "m_pCurSteps"
|
2004-05-24 06:12:17 +00:00 |
|
Chris Danford
|
ba93ee8469
|
"for( int p=0; p<NUM_PLAYERS; p++ )" -> "FOREACH_PlayerNumber( p )"
|
2004-05-24 06:10:11 +00:00 |
|
Chris Danford
|
4bb777232d
|
name cleanup: "pNotes" -> "pSteps"
|
2004-05-24 03:41:39 +00:00 |
|
Chris Danford
|
ce6e2d5ae8
|
force Leap to choose a song wheel item
|
2004-05-03 02:44:56 +00:00 |
|
Chris Danford
|
6590bd2d48
|
don't load multiple copies of "common start" or "common invalid" sound
|
2004-05-01 23:28:53 +00:00 |
|
Chris Danford
|
4ac1e0ee45
|
move Random "don't lock after choose" logic to a separate wheel item, "LEAP"
|
2004-04-26 06:47:03 +00:00 |
|
Chris Danford
|
68e2315224
|
move Course sorts to CourseUtil, add CourseID
|
2004-04-18 08:36:04 +00:00 |
|
Chris Danford
|
1920634135
|
move Song/Steps sorting into Song/StepsUtil.h/cpp
|
2004-04-18 07:34:37 +00:00 |
|
Steve Checkoway
|
20a8bab45c
|
Clean up includes.
|
2004-04-05 05:22:32 +00:00 |
|
Glenn Maynard
|
d9a2eb97b2
|
never start in the sort or mode menu
|
2004-04-02 01:24:23 +00:00 |
|
Glenn Maynard
|
c56a9b107e
|
fix menu timer expiration problem when in the sort/mode list
|
2004-03-26 21:36:14 +00:00 |
|
Glenn Maynard
|
040e76cecf
|
Don't change to SORT_SORT_MENU or SORT_MODE_MENU if they don't have at least two choices.
|
2004-03-20 18:19:36 +00:00 |
|
Glenn Maynard
|
54d3c41c9d
|
check IsPlayable for sort/mode menu
|
2004-03-20 18:11:58 +00:00 |
|
Chris Danford
|
7a32af8c5e
|
clean up presisting of settings to Profile
persist PreferredCourseDifficulty
|
2004-03-13 22:18:09 +00:00 |
|
Chris Danford
|
28f4764ed2
|
SongSortOrder -> SortOrder
save/restore last sort with Profile
clean up GameConstants
|
2004-03-12 08:31:40 +00:00 |
|
Glenn Maynard
|
84a38d3bf1
|
and SORT_GRADE fixes
|
2004-03-07 07:03:37 +00:00 |
|
Glenn Maynard
|
6923557389
|
SORT_GRADE fixes
|
2004-03-07 06:48:10 +00:00 |
|
Glenn Maynard
|
fc544bb7d9
|
simplify
|
2004-03-07 00:22:03 +00:00 |
|
Chris Danford
|
daaa6eeea6
|
add pref LockWheelAfterRandom
|
2004-02-29 04:41:05 +00:00 |
|
Glenn Maynard
|
e0e5d0ca29
|
call SONGMAN->SortSongs; optimize pSong->GetSteps call
|
2004-02-27 21:29:31 +00:00 |
|
Glenn Maynard
|
b6c4b7fb51
|
fix/cleanup roulette-only songs
|
2004-02-26 20:35:46 +00:00 |
|
Chris Danford
|
5e1952da57
|
fix 3D wheel text perspective
|
2004-02-23 04:53:22 +00:00 |
|
Glenn Maynard
|
1421f168db
|
s/UNLOCKSYS/UNLOCKMAN/
|
2004-02-21 01:06:35 +00:00 |
|
Glenn Maynard
|
6a78f96258
|
fix current song/course being reset after changing modes
set GAMESTATE->m_pCurSong/Course immediately when moving
|
2004-02-18 23:53:43 +00:00 |
|
Glenn Maynard
|
9eb70213aa
|
add MostPlayedSongsToShow
|
2004-02-14 03:31:34 +00:00 |
|
Glenn Maynard
|
64f2d8ad3c
|
rename AutogenMissingTypes -> AutogenSteps
simplify
|
2004-02-10 21:10:23 +00:00 |
|
Chris Danford
|
fc0192917b
|
fix wrong ROW_STEP options show on SSOM if switch to a course mode then back to a song mode
|
2004-02-06 04:01:08 +00:00 |
|
Glenn Maynard
|
0c4d8a5b29
|
fix nonstop showing in menus when it shouldn't
|
2004-02-06 03:57:47 +00:00 |
|
Chris Danford
|
ef8010e998
|
Add GetRandomCourse
change GetRandom* to behave like a shuffle so it doesn't pick back-to-back dupes
|
2004-02-01 23:06:07 +00:00 |
|
Glenn Maynard
|
c8ede67da3
|
add SORT_CHALLENGE_METER
|
2004-01-27 05:37:43 +00:00 |
|