37034 Commits

Author SHA1 Message Date
Chris Danford 4ec08edf2d Mini-rewrite of input mapping, theme support, and added KSF reader. 2002-07-31 19:40:40 +00:00
Bruno Figueiredo 488798fef6 fixed: * Using autoplayer at all results in an 'E' grade. 2002-07-31 04:59:49 +00:00
Bruno Figueiredo 0214345076 added extra stage course support (.crs file with #EXTRA tag)
and some bugs fixed...
2002-07-31 04:06:34 +00:00
Bruno Figueiredo 378d27a3ed fixing broken Ez2 code - part I ( reaches game screen now ) 2002-07-30 01:45:18 +00:00
Chris Danford 9ade2f771e re-wrote score/statistics tracking 2002-07-29 03:06:55 +00:00
Chris Danford f9046674fb re-wrote score/statistics tracking 2002-07-28 20:28:37 +00:00
Andrew Livy e07060fa08 Added Ez2dancer's BLINK mode alongside hidden,stealth e.t.c. 2002-07-28 18:55:49 +00:00
Bruno Figueiredo 0f92a1ae26 changed again the GAMESTATE Reset, to correct the switch game + initial assertion bug 2002-07-28 18:19:17 +00:00
Bruno Figueiredo 854cc0c732 fixed the switch game type bug 2002-07-28 16:55:31 +00:00
Bruno Figueiredo e3ae5f84f5 fixed the switch game type bug 2002-07-28 16:44:30 +00:00
Bruno Figueiredo c693634e4d added support for true group selection, like the 4th mix arcade 2002-07-28 16:20:46 +00:00
Chris Danford 09724f0d90 no message 2002-07-27 23:47:56 +00:00
Chris Danford 936fabbe85 more fixes to Oni and courses 2002-07-27 19:29:51 +00:00
Chris Danford f202bbe680 Minor bug fixes 2002-07-23 19:02:47 +00:00
Chris Danford aaa4c41916 Various bug fixes. See changelog. 2002-07-23 02:15:48 +00:00
Chris Danford 317c352a9b Various bug fixes. See changelog. 2002-07-23 01:41:40 +00:00
Andrew Livy 83d773d239 Ez2dancer "Hard" now a totally different style. 2002-07-22 20:51:51 +00:00
Andrew Livy e096178eb4 Fixed an oops I made with Evaluations... 2002-07-19 19:46:33 +00:00
Andrew Livy 0e23b97516 Fixed: Announcer being "ez2dancer" if you last quit the game with the ez2 announcer.
Fixed: Ez2dancer bug where if two players selected on the player select screen, only p1 appeared on the style select.
2002-07-18 17:32:02 +00:00
Andrew Livy 9ea25dbce1 Ez2dancer Evaluation Board Looking Almost like it should. 2002-07-18 03:26:45 +00:00
Andrew Livy 5eef002fe4 Ez2dancer Evaluation Screen Update 2002-07-17 19:24:27 +00:00
Peter S. May fe2bacf1c2 I've penciled in the changes I've made to the 3.00b4 CVS code, just to make sure
they are included in the update notice for the next version.
2002-07-17 01:27:29 +00:00
Andrew Livy 9050c5e260 Ez2dancer Style Evaluation Screen Partially Done 2002-07-16 22:00:59 +00:00
Peter S. May c5570839d9 The changes I have made have mostly to do with the Edit mode, but do pay
attention, because one of my code additions might save you some work in the
future.

* NotesTypeToStyle(nt) and StyleToNotesType(s)

Look in GameConstantsAndTypes.h for these two new functions. Essentially, they
provide a centralized automation for the NotesType/Style switch() tables in
several functions. On top of that, I've even included a Perl script which will
actually rewrite the two functions for you - all you have to do is keep the
array at the beginning of the script updated, then run the script and paste
the results. See the notes in GameConstantsAndTypes.h for details.

* Changes in ScreenEditMenu and ScreenEdit

I changed ScreenEditMenu and ScreenEdit in order to correct a bug that made it
so that in Edit mode, when working with a (NEW) sequence (previously created
sequences were not affected), no matter which style was selected, it was only
possible to edit the leftmost four arrows of the style. This made creating
ez2-single, pump-single, and dance-solo (among others) impractical (one would
have to manually add a new section to the .sm file with the correct number of
columns; then it would be editable).

The change made to ScreenEditMenu is only to update the NotesType to Style
conversion; the former switch() table in HandleScreenMessage() was already
out of date and unable to support EZ2 styles/types.

The change made to ScreenEdit changes the m_NotesType of the freshly
initialized Notes object. In Notes::Notes(), m_NotesType is initialized to
NOTES_TYPE_DANCE_SINGLE (hence the locking to four arrows). My addition
changes m_NotesType to reflect the selection made in ScreenEditMenu.

Word up.
- Dro -
2002-07-16 18:38:12 +00:00
Andrew Livy 59eef40f45 Improved Ez2dancer Instrument Mapping Screen 2002-07-16 00:20:36 +00:00
Andrew Livy 275c325108 Ez2dancer now supports player 2 2002-07-15 23:53:13 +00:00
Andrew Livy e6590c9836 Ez2dancer Style Select Backgrounds Implemented. 2002-07-15 18:17:12 +00:00
Andrew Livy 838558833b Ez2dancer Arrows Now Show Correctly In Real and Club styles, however 2p cannot input correctly for Ez2dancer. 2002-07-14 00:05:39 +00:00
Andrew Livy ffed1df316 Ez2dancer Gameplay Screen Elements Now in position 2002-07-12 22:01:32 +00:00
Peter S. May 24c0c00ae1 Okay, guys, what I've written here is a contrived little fix in ScreenSelectGroup::ScreenSelectGroup() that makes it so the song list on the "Select Group" screen reflects only the songs and groups available for the selected style (eg, Solo).
Word up.
2002-07-12 19:35:19 +00:00
Andrew Livy 47bd0d1532 Lifebar colors for ez2dancer inplace 2002-07-12 17:46:15 +00:00
Peter S. May 31cb5e8260 Added function GetCrc32ForString. 2002-07-12 06:45:56 +00:00
Peter S. May eda27e2a21 Announcer is once again switchable. 2002-07-12 04:35:03 +00:00
Peter S. May 3566662436 Typo "announer" was replaced with "announcer" in five places. 2002-07-12 04:16:52 +00:00
Peter S. May ea65052280 A misplaced effort in this file made the announcer unswitchable. 2002-07-12 04:13:30 +00:00
Peter S. May 304f02f926 New GetHashForString functionality added. 2002-07-11 23:24:35 +00:00
Chris Danford 545642ce36 3.0 beta 4 2002-07-11 19:14:28 +00:00
Chris Danford 82e52c1306 3.0 beta 4 2002-07-11 19:02:26 +00:00
Andrew Livy f8042bcc52 Bugfix: Stages not reset when game over. (Well.. they do now!) 2002-07-11 00:44:34 +00:00
Andrew Livy d460520ddb Ez2dancer now with relevant ending music. 2002-07-10 20:42:50 +00:00
Andrew Livy 8c25a5bf86 Ez2dancer Update. 2002-07-10 19:13:47 +00:00
Andrew Livy 1b46fd1853 Ez2dancer "Working Version" Update (Can only Play 1p Easy) 2002-07-10 17:16:09 +00:00
Andrew Livy 0073b8aaa8 Ez2dancer Update 2002-07-08 20:25:07 +00:00
Andrew Livy 958a6f0f45 More Ez2dancer Updates. 2002-07-08 19:08:15 +00:00
Andrew Livy ebc4db8972 Ez2dancer update. 2002-07-08 17:25:02 +00:00
Andrew Livy ab1c4268e6 Ez2dancer player select refined a bit. 2002-07-08 00:49:48 +00:00
Andrew Livy 9c67370e12 Just a few minor bugfixes. Game Switching re-enabled. 2002-07-05 22:10:00 +00:00
Chris Danford b79affe965 3.0 b1? 2002-07-04 21:05:18 +00:00
Chris Danford 9b546bb721 3.0 beta1 release candidate 2002-07-03 21:27:26 +00:00
Chris Danford c6f4421f32 no message 2002-07-03 03:13:13 +00:00