Chris Danford
3ac1dba044
simplify TapAttack storage:
...
store attack info in TapNote
in the SMNoteData string, store the attack params inline (like with keysounds)
play keysounds when hit
still doesn't play keysounds on a miss
still doesn't play autoKeysounds
2004-10-23 23:41:49 +00:00
Chris Danford
09193d9e4b
cleanup:
...
use references when passing NoteData
Have player own a NoteDataWithScoring, not derive from it
2004-10-23 17:43:49 +00:00
Glenn Maynard
8a0df6bb27
fix warnings
2004-09-21 08:41:17 +00:00
Chris Danford
03fbb915f3
remove VC6 scoping hacks
2004-09-21 07:53:39 +00:00
Chris Danford
807d892f4f
allow theme to specify logical screen dimensions
2004-09-21 06:07:12 +00:00
Chris Danford
d2a54cca31
make TapNote a struct. Over time, more properties will move from the enums and into bit flags.
2004-09-12 05:56:24 +00:00
Glenn Maynard
649b3df153
handle IET_LEVEL_CHANGED
2004-09-09 22:21:50 +00:00
Glenn Maynard
09d9197e29
update
2004-09-09 17:48:25 +00:00
Chris Danford
abe10501f7
change Twister to "max 3 holds at once"
...
add Floored, "max 2 holds at once"
2004-08-29 21:26:52 +00:00
Chris Danford
cc1135e18f
if editing an existing BGChange and the selected row isn't one of the 6 file rows, leave sName unchanged instead of removing the BGChange
...
remove rates < 0%
2004-08-20 08:36:17 +00:00
Glenn Maynard
cb344a63a2
save and restore the clipboard when using it internally
2004-08-18 23:02:27 +00:00
Glenn Maynard
fd7c6b131c
fix player options/song options BGM continuing to play after exiting in editor
2004-08-18 22:39:56 +00:00
Chris Danford
407de63957
make sound on insert/delete beat
2004-08-14 06:40:17 +00:00
Chris Danford
47e9ab702c
don't beep if snap mode didn't change
2004-08-13 02:41:19 +00:00
Chris Danford
873c148f0e
fix crash on exiting editor
...
clean up invalidation of Song and Courses
2004-08-12 04:49:15 +00:00
Chris Danford
13dd1a9bda
fix crash on exit editor
...
move management of Song resources out of Song and into SongManager
2004-08-11 08:23:14 +00:00
Chris Danford
09d8807927
populate mini menu with values of the current BGChange.
2004-08-11 07:30:41 +00:00
Glenn Maynard
aad73b53e9
(float) atof() -> strtof(), which computes in float instead of computing in
...
double and casting to float, which is silly
2004-08-10 20:57:59 +00:00
Glenn Maynard
82d9d321fc
fix crash
2004-07-19 20:30:52 +00:00
Glenn Maynard
e5cb2555ed
move "predicted meter" down, and gray it out
2004-07-19 20:27:59 +00:00
Chris Danford
d412ab055d
name cleanup: NotesType -> StepsType
2004-07-12 02:19:24 +00:00
Chris Danford
3d1bb5b97a
save radar values in Catalog.xml
...
change Course to have the same title names as Song
2004-07-11 10:02:38 +00:00
Glenn Maynard
94d0cba859
RageSounds -> GameSoundManager
2004-07-08 00:10:34 +00:00
Glenn Maynard
ab9cac2642
per-judgement step commands
2004-07-02 20:08:17 +00:00
Chris Danford
5544445ad0
name cleanup: StyleDef -> Style
2004-06-28 07:26:00 +00:00
Glenn Maynard
97b803c102
unneeded header
2004-06-16 19:44:20 +00:00
Glenn Maynard
cafede40f3
fix crash if a button is held while recording and still in the lead-in
2004-06-11 05:08:25 +00:00
Glenn Maynard
f5ce2e5303
cleanup
2004-06-08 05:55:00 +00:00
Glenn Maynard
e4d124dd91
license update
2004-06-08 05:22:33 +00:00
Glenn Maynard
04ed5bf1ed
fix spurious assist ticks at start of Play
2004-06-06 05:28:58 +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
d65404e750
TapSteps -> TapNotes
2004-05-24 04:26:54 +00:00
Chris Danford
0ec2a536d9
TapSteps -> TapNotes
2004-05-24 04:17:19 +00:00
Chris Danford
4bb777232d
name cleanup: "pNotes" -> "pSteps"
2004-05-24 03:41:39 +00:00
Glenn Maynard
4e4ff9185a
fix notefield crashes when playing at a very high beat: fTrailingBeat
...
was eg. 500, fSongBeat was 0, and the "trail faster" logic overshot,
setting fTrailingBeat to negative values (eg. -1200)
2004-05-23 20:41:39 +00:00
Glenn Maynard
3525b20e03
cleanup
2004-05-03 01:39:25 +00:00
Glenn Maynard
6f49d80e6e
fix text info not displayed immediately the second time the editor is entered
...
in the same session
fix unresponsive text info
2004-05-03 01:37:49 +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
Glenn Maynard
4bdf480a6f
editor: fix crash on reverting from disk and the selected notes weren't found
2004-04-24 20:57:30 +00:00
Chris Danford
e285500f27
don't allow autogen match when reloading in the editor
2004-04-18 08:32:45 +00:00
Chris Danford
b217774f88
create SongID, StepsID
2004-04-18 08:06:14 +00:00
Chris Danford
1920634135
move Song/Steps sorting into Song/StepsUtil.h/cpp
2004-04-18 07:34:37 +00:00
Glenn Maynard
de3a48cb54
on edit "revert from disk", if the reverted file has no steps of the current
...
type, exit to menu instead of crashing
2004-04-17 00:07:59 +00:00
Glenn Maynard
293d0fa52a
when reverting out of the editor, not being able to match steps* is not
...
a fatal error
use GetID so reverting from disk menu option can try to match for edits
2004-04-16 23:42:13 +00:00
Steve Checkoway
20a8bab45c
Clean up includes.
2004-04-05 05:22:32 +00:00
Glenn Maynard
96a76fa6a6
don't loop sample music in the editor
2004-04-04 05:39:10 +00:00
Glenn Maynard
3177a36697
fix tick not being played on row 0
2004-04-04 04:12:26 +00:00
Glenn Maynard
8e24cb1801
simplify
2004-04-04 04:11:43 +00:00
Chris Danford
2929bacb08
show per-diffculty award on Eval screen every time it's received (not just the first time)
...
clean up ScreenEval PR and MR graphics
clean up Actor shadow parameters
2004-03-20 02:59:08 +00:00