SetPreferredSongs(string) and SetPreferredCourses(string)
The files have to be named "SongManager <name>.txt"
Example: SONGMAN:SetPreferredSongs("mysongs.txt")
calls the file "SongManager mysongs.txt"
"I added some support to make the client act as a pseudo-server. I'm doing this so it might be possible to have SMOnline written entirelly in Flash."
Considering that this never panned out, and --listen doesn't exactly work, I'm removing it.
[Player] fix a warning [shakesoda]
[Player] Change combo coloring logic in course mode:
"PERCENT_UNTIL_COLOR_COMBO refers to how long through the course the combo color
should appear (scaling to the number of songs). (This may not be desired behavior,
however.)" Let me know if I should add an alternate way to specify course combo
color logic. -aj
[other files including Player.cpp]
Update warp note logic; It used to be WarpFromRow=WarpToRow, now it's WarpFromRow=WarpLengthBeats.
They still aren't functional but I'm getting closer. Negative Stops are still not converted.
[ScreenOptionsMasterPrefs] Reset Judge and Life values to the ones in SM4
[ScreenNetEvaluation] add Score, Grade, PlayerOptions params to UpdateNetEvalStats message
[PlayerState] add GetHealthState Lua binding
small cleanup in statsman
* 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