Commit Graph
169 Commits
Author SHA1 Message Date
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
Andrew Livy 302aefa0f8 Compiler Error Fixes 2002-07-02 22:26:00 +00:00
Chris Danford 9ad0bd8111 no message 2002-07-02 17:41:08 +00:00
Chris Danford 843c96735e no message 2002-07-02 17:34:20 +00:00
Chris Danford 374eb8c6d7 3.0 is close! 2002-07-02 00:27:58 +00:00
Chris Danford f8118fea49 no message 2002-06-30 23:19:33 +00:00
Chris Danford a44b557d1b no message 2002-06-29 11:59:09 +00:00
Andrew Livy d7d678fcb4 Default Announcer Bugfix 2002-06-29 09:57:57 +00:00
Chris Danford 4428da14ef no message 2002-06-27 19:30:40 +00:00
Chris Danford 582ce28058 no message 2002-06-27 19:14:23 +00:00
Chris Danford cf9b808ea3 no message 2002-06-27 17:49:10 +00:00
Chris Danford eaa6be3a71 no message 2002-06-25 18:44:54 +00:00
Chris Danford 07410e1c5a no message 2002-06-24 22:20:51 +00:00
Chris Danford c2d9b195cc no message 2002-06-24 22:04:31 +00:00
Andrew Livy f1e3334757 Ez2 Checkin. (No song select yet) 2002-06-23 11:43:53 +00:00
Chris Danford 02b9e3589d no message 2002-06-23 02:57:51 +00:00