Commit Graph

47 Commits

Author SHA1 Message Date
Chris Danford 82199383a8 Change event mode to a CoinMode (since using COIN_PAY and EventMode at the same time doesn't make sense).
Split ScreenLogo and ScreenTitleMenu.
In ScreenTitleMenu, add a different animation if using COIN_HOME (for SMMAX2).
Added codes at TitleMenu to change Theme and Announcer.
2003-04-13 04:50:08 +00:00
Chris Danford 448bdc7b6e make calls to THEME->GetPathTo() more concise 2003-04-12 17:39:27 +00:00
Chris Danford e148806d1b add name to Actor 2003-04-12 06:16:12 +00:00
Chris Danford 04145caf72 fix subtle bugs that caused inaccurate judgment totals with AI player 2003-04-10 05:46:31 +00:00
Chris Danford 214c2b67af clean up Fonts and Numbers names 2003-03-30 18:12:57 +00:00
Chris Danford 1627422e09 fix ScreenEvaluationCourse glitches
Change ScreenManager message sending methods for more precise control:
 - SendMessageToTopScreen: handle the message immediately
 - PostMessageToTopScreen: post message to queue for processing next update
2003-03-25 21:17:29 +00:00
Chris Danford a11de99043 MenuTimer cleanup 2003-03-11 21:33:11 +00:00
Chris Danford 31aa613295 Cleanup of theme element names
Renamed ScreenSelectMax* back to their old names
Replaced all hard-coded transitions with TransitionBGAnimations
2003-03-09 00:55:49 +00:00
Chris Danford fc2108e85d fixed EditMenu "Create from Autogen" weirdness
cleaned up some unnecessary header dependencies
2003-02-22 01:58:56 +00:00
Glenn Maynard 42cfd6f98c stdafx -> global 2003-02-16 04:01:45 +00:00
Glenn Maynard 6b8395335d s/_DEBUG/DEBUG/ 2003-02-15 05:15:24 +00:00
Glenn Maynard 2d5f309394 compilation fix 2003-02-14 06:45:10 +00:00
Chris Danford 7a810c1378 Long Marathon and Marathon Ver logic and graphics (floating bubble still to come) 2003-02-10 05:30:12 +00:00
Chris Danford d12e090808 grading error fixes, ranking calculation and display fixes, set default difficulty back to same level as 3.0 final 2003-02-03 05:53:59 +00:00
Chris Danford 229aa2cae9 fixed ThemeManager using element in base theme instead of current theme if base theme has a redir, simplifed a few sound element names. 2003-01-26 21:45:13 +00:00
Chris Danford 9a104a7b2f working on ranking 2003-01-26 07:33:03 +00:00
Andrew Livy 55e1a75d7c Starting to look a bit like para music select YAY! 2003-01-26 00:31:33 +00:00
Andrew Livy 6723b6fdb1 Ez2/Pump/Para Song Select Screen now supports the 'stars' and/or 'blob' difficulty ratings as seen in para/ez2. 2003-01-25 23:48:33 +00:00
Andrew Livy d144d137bb Now returns to the correct Difficulty on pump music select instead of whatever the first one is... 2003-01-21 13:33:56 +00:00
Glenn Maynard 6cd9b429b7 abstract music completely 2003-01-21 02:16:40 +00:00
Chris Danford ab9f558c6e Adding basic coin support 2003-01-19 04:44:22 +00:00
Andrew Livy 98d2d76ed0 Pump Song Select now with 'bouncing' icons when selected. 2003-01-18 19:07:52 +00:00
Andrew Livy a14de6f9ff Added a code that changes the scroll speed in reverse order.
Pump style screen now has Mirror and Random icons.
2003-01-16 23:31:34 +00:00
Andrew Livy fac3d3aa69 Pump Music Select Screen now with sounds for changing songs or cycling songs.
Also a metric to have it play preview music pump or ddr style.
2003-01-16 21:21:09 +00:00
Andrew Livy 134bf066b0 Fixed annoying "Pump Center Pad Bug"
Basically "tap" was being mistook for "tap explosion"
so now tap is renamed to "tap parts"
stick with it :)
2003-01-16 17:10:19 +00:00
Andrew Livy 7f01598bcc Sped up ScrollingBannerList a bit 2003-01-15 21:25:47 +00:00
Chris Danford 22bb938dd2 Fixed silly joystick axis bug. 2003-01-09 07:46:45 +00:00
Glenn Maynard 0a9a25bf3f extra include 2003-01-09 04:05:40 +00:00
Glenn Maynard bb8940adad Add and use accessors for most of Notes.
Don't autogen data until it's needed.
2003-01-02 22:10:51 +00:00
Glenn Maynard 6f91b6fa0a move stuff over 2003-01-02 08:13:34 +00:00
Glenn Maynard 24a3592741 get rid of MUSIC 2003-01-02 07:54:28 +00:00
Glenn Maynard db041c3900 change over music 2003-01-02 07:45:05 +00:00
Andrew Livy 9941c7c3bb BM Gametype (no keysounds yet, its just DDR with BM keys :D) + Metricable default scrolling direction support 2003-01-01 17:20:36 +00:00
Andrew Livy 42b8e27f69 3DDX Theme changes 2002-12-30 20:19:18 +00:00
Andrew Livy a1ab1002e6 Ez2SelectMusic now loads in Groups correctly, provided there are at least 5 songs in the group (will fix this bug later)
Also throws players an error should there be NO songs and then returns them to the title screen.
2002-12-29 23:24:53 +00:00
Andrew Livy 387905a785 Added Dancing Stage 3DDX (SINGLE MODE ONLY)
NOTE: I commented out an ASSERT in NoteData.cpp
at Line 429
//	ASSERT( iOriginalTrack < pOriginal->m_iNumTracks );
I don't understand how the AutoGen code works, but all I do know is
that the game works without this assert, but possibly in a way people
didn't want defined. Please can somebody (preferably Chris as he
says he's the only one who understands notedata :D) look at this
and figure out what i'm doing wrong.
I feel a bit uneasy taking out an assert to make things work....
2002-12-28 16:07:19 +00:00
Andrew Livy aa53eab253 Added Elements to Ez2MusicSelect so that it looks similar to pump, added the "Guide" Graphic to Pump's Select Mode, Returning from Gameplay now goes to the correct SongSelect Screen based upon theme metrics. 2002-12-20 19:05:54 +00:00
Andrew Livy e8db36824a Some Changes to ScrollingList to support different display modes on the music select screen. 2002-12-10 23:16:44 +00:00
Andrew Livy ceb2fc0c25 Started work on the Banner Scrolling List style Music Select (as used by pump/ez2/para/3ddx/bm/3rd mix and older). It's far from finished, but is a start, also updated some para graphics. This compiles in VC6. the Project will compile it all, as for any other makefiles kicking around (like unix makefiles) I dont know whats what so these have not been updated. Thanks. 2002-12-05 03:49:46 +00:00
Glenn Maynard d2ef9a8441 The default OpenGL ortho matrix looks down the negative Z axis, not
the positive one.

I could have fixed this by reversing them at the glOrtho call, but I figured
it'd be cleaner to just switch these.  It also makes it match the 3d projection.
2002-11-15 21:27:13 +00:00
Glenn Maynard bccaf3560b s/Add/push_back/ 2002-10-31 04:23:39 +00:00
Glenn Maynard dcb4fd2128 some more s/GetSize/size/ and other minor STLisms 2002-10-31 02:20:11 +00:00
Chris Danford 73f7db6b15 Replaced most D3DX dependencies. Added Brendan's not-yet-functional networking code. 2002-10-28 05:30:45 +00:00
Glenn Maynard 5c841f287b s/RemoveAll/clear/g 2002-10-24 20:15:24 +00:00
Andrew Livy 41a5316439 Grudgily revoking Ez2SelectMusic until something is done about the API :) 2002-09-06 23:47:14 +00:00
Chris Danford cb620c8c53 fixed little compile error in Ez2SelectStyle 2002-09-06 21:14:43 +00:00
Andrew Livy 53f31b4bba Ez2dancer Style SelectMusic Screen Started. 2002-09-06 17:34:46 +00:00