Commit Graph
220 Commits
Author SHA1 Message Date
Glenn Maynard 10b0287c9d Don't allow cancelling ScreenCaution while i''s already in the process of being cancelled.
(Other screens have this problem, too ...)
2002-08-20 08:29:55 +00:00
Glenn Maynard 13acb4ac15 Make IsAnInt not O(n^2) 2002-08-20 08:01:59 +00:00
Glenn Maynard 50370506d9 Allow backing out of the caution screen. 2002-08-20 07:58:19 +00:00
Glenn Maynard 8814a37d19 Vain, hopeless attempt to simplify GetBeatAndBPSFromElapsedTime. :) 2002-08-20 07:20:59 +00:00
Glenn Maynard 8b7b267dbe Minor loop simplification. 2002-08-20 07:08:54 +00:00
Glenn Maynard 2e78a4d08f Add Song::SongHasNoteType, moved from ScreenSelectGroup. 2002-08-20 06:47:30 +00:00
Glenn Maynard 2d39de68e9 Fix typo. 2002-08-20 06:26:34 +00:00
Glenn Maynard a6815a7744 Merge default and non-default ctor.
Simplify a little.
2002-08-20 02:12:19 +00:00
Glenn Maynard 4e2993f370 Don't free m_szFileString twice.
Must use delete[] x when x was allocated as an array.

No need to check for NULL; "delete NULL" is always OK. (http://www.parashift.com/c++-faq-lite/freestore-mgmt.html#faq-16.7)

Don't depend on the compiler having old-style for scoping rules.

Remove extra iCurValueIndex/iCurParamIndex.
2002-08-20 01:27:42 +00:00
Glenn Maynard 7236c5bb91 Add include-once barrier; make members prot instead of public. 2002-08-19 23:57:55 +00:00
Chris Danford 0e5f97143e optimizations 2002-08-19 20:02:30 +00:00
Glenn Maynard fc68b90acc Fix compilation in VC6. (vc6 for scoping bug) 2002-08-19 18:59:58 +00:00
Chris Danford c82d2925ef games will now try to use announcers, noteskin, and theme of the same name as the game initially. 2002-08-19 00:21:54 +00:00
Chris Danford 5c21d4b1ca bug fixes 2002-08-18 23:20:18 +00:00
Chris Danford 8b55061827 added more info besides FPS to the stats display 2002-08-18 17:48:50 +00:00
Andrew Livy 4ec25ba29c ez2dancer final stage screen added 2002-08-18 16:21:07 +00:00
Chris Danford 0447dc2aad Bug fixes and deferred rendering architecture 2002-08-18 16:19:26 +00:00
Andrew Livy 9b45ff8afe Gametype ScreenStages now look like they do on their respective machines. Ez2dancer metric is still in the works though. 2002-08-18 00:15:03 +00:00
Chris Danford 4558db37bb added menu to editor 2002-08-17 06:44:04 +00:00
Chris Danford 84df8103d4 Fixed a couple Pump bugs 2002-08-15 16:45:49 +00:00
Chris Danford ceac5f9cda added theme metrics 2002-08-14 00:03:42 +00:00
Chris Danford 9bd1c84a75 removing duplicate files 2002-08-14 00:01:27 +00:00
Chris Danford 7c1bfb3a0d big checkin - new noteskin format and XY positioning. I probably broke a lot of things. 2002-08-13 23:26:46 +00:00
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