Chris Danford
f840c014a9
Move some player-specific data out of the bloated GameState class.
...
Have gameplay objects hold a PlayerState pointer instead of a PlayerNumber and indexing back into GameState.
This will simplify off-screen players (e.g. CPU ghosts, network replicated human players, >2 players using one NoteField)
2004-12-20 06:25:59 +00:00
Chris Danford
03fbb915f3
remove VC6 scoping hacks
2004-09-21 07:53:39 +00:00
Glenn Maynard
323d43f828
fix editor crash when saving a new, empty course: don't set up fixed
...
songs with pSong == NULL.
It'd be better to allow it, and remember song entries in courses that don't
exist, so they can be displayed as "missing song" in the editor, and so editing
a course doesn't erase all entries that are missing; but I don't want to go into
that right now.
2004-09-06 07:08:23 +00:00
Glenn Maynard
0c4f092fd3
fix ambiguous ?: types
2004-08-06 21:01:28 +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
3798245ce6
license update
2004-06-07 21:14:03 +00:00
Glenn Maynard
c298a51541
EditCoursesSongMenu: rewrite of course song selection; ScreenMiniMenu
...
isn't well-suited to it. No tweens on this; it looks roughly the same, so it
doesn't look weird, and it keeps the interface quick and simple.
2004-05-26 02:48:21 +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
8f6e9b7555
set TextBanner name
2004-01-21 09:35:28 +00:00
Chris Danford
52100a727b
working on "attack notes"
2003-11-12 08:13:02 +00:00
Glenn Maynard
38efc79a53
and some more fixes
2003-11-08 01:00:27 +00:00
Glenn Maynard
fdae9e268b
fixes
2003-11-08 00:56:39 +00:00
Glenn Maynard
d5e98040b2
Improve ScreenEdit compile times in g++ 3.3.
2003-11-08 00:50:25 +00:00
Chris Danford
fa633dc717
fix crash in course editor
2003-08-29 04:34:40 +00:00
Glenn Maynard
504e622409
add debug cruft
2003-08-14 22:37:57 +00:00
Chris Danford
b832481613
fix crash for Courses with 0 entries
2003-08-12 07:48:59 +00:00
Chris Danford
892bc90247
course editor is usable
2003-08-12 06:51:03 +00:00
Steve Checkoway
4e4a25de41
Fixed compiler warning.
2003-08-12 00:56:13 +00:00
Glenn Maynard
1925a30a07
fix warnings
2003-08-11 20:29:55 +00:00
Chris Danford
e9a452e8da
course edit screen functional
2003-08-11 06:09:57 +00:00
Steve Checkoway
cbe81a034e
Fix compiler warnings.
2003-08-11 05:30:35 +00:00
Chris Danford
afa04ff82f
more work on course edit screen
2003-08-11 02:18:13 +00:00
Chris Danford
ce6ab9f929
working on course edit screen
2003-08-11 00:25:05 +00:00
Chris Danford
d049234f03
working on course edit screen
2003-08-10 23:48:10 +00:00