[ScreenNetEvaluation]

* Replace hardcoded rainbow effect with UserTier02OrBetterCommand.
 * Added Difficulty and Steps param to UpdateNetEvalStats message. The
   beginning of custom-themable online stuff begins.

[ScreenNetSelectMusic]
 * Started to port SampleMusicPreviewMode from ScreenSelectMusic.
 * Changed MusicWheel metrics to read from OnlineMusicWheel instead.
 * Added section, roulette, and random music (not used yet).
 * Stop the music when reaching a section.

[others]
* some theme file additions
This commit is contained in:
AJ Kelly
2010-08-10 23:36:04 -05:00
parent 98fb951798
commit 1fdb204eb2
14 changed files with 89 additions and 24 deletions
+4 -1
View File
@@ -4,6 +4,7 @@
#include "BitmapText.h"
#include "ScreenMessage.h"
#include "DifficultyIcon.h"
#include "StepsDisplay.h"
class ScreenNetEvaluation: public ScreenEvaluation
{
@@ -28,8 +29,10 @@ protected:
private:
// todo: Make this an AutoActor -aj
Quad m_rectUsersBG;
// todo: Make this a DifficultyDisplay -aj
// todo: Make this a StepsDisplay -aj
DifficultyIcon m_DifficultyIcon[NUM_PLAYERS];
//StepsDisplay m_StepsDisplays[NUM_PLAYERS];
vector<BitmapText> m_textUsers;
int m_iCurrentPlayer;