Commit Graph

28497 Commits

Author SHA1 Message Date
Bruno Figueiredo 9346564080 oops... missing dlls 2002-08-12 16:02:45 +00:00
Bruno Figueiredo ffcff05f27 chris had problems sending this file... here it is now.... 2002-08-04 08:03:41 +00:00
Chris Danford d789b6b981 fixed a couple stupid crashes 2002-08-03 22:05:04 +00:00
Chris Danford 4c3c43abcc Broke noteskin colors into " Tap.colors" and " Hold.colors" 2002-08-03 18:40:09 +00:00
Chris Danford f1861ba157 Added demonstration 2002-08-02 09:31:06 +00:00
Chris Danford 77152779d5 Added Oni Game Over graphic and animation 2002-08-01 21:55:40 +00:00
Andrew Livy 4343e5aebf CONFLICT RESOLUTION (view entire LOG message to see):
GAMEMANAGER. we did different fixes. I merged the best of both ;)
EZ2DANCER columns now aligned correctly
EZ2DANCER stage screen stylization now underway
NOTE: This Release WILL NOT COMPILE. Some Members of RAGELOG and RAGESOUND have disappeared, and I don't know where to.
2002-08-01 21:11:32 +00:00
Chris Danford 2d4eb7baff Fixed preferred difficulty on select music screen and fixed transforms for TurnTypes 2002-08-01 20:30:40 +00:00
Chris Danford 4c12a0921b Fixes to Extra Stage 2002-08-01 13:42:56 +00:00
Chris Danford 0e0a328191 Fixed Song/Stage counter in Oni/Endless 2002-08-01 05:11:11 +00:00
Chris Danford 4e1bd74ee6 added a transition between course songs 2002-08-01 03:15:27 +00:00
Chris Danford 32e07da63a created a folder for DWI-style CDTitle support 2002-07-31 22:50:44 +00:00
Chris Danford 4f732aaa5b Random background movie support 2002-07-31 22:37:58 +00:00
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