Commit Graph
11504 Commits
Author SHA1 Message Date
Chris Danford f14d917560 format seconds in H:MM:SS 2004-08-30 06:36:59 +00:00
Chris Danford 3fec094b26 fix misleading name: NumSongs -> NumStages 2004-08-30 06:07:14 +00:00
Glenn Maynard b5fd173a67 simplify 2004-08-30 05:22:50 +00:00
Chris Danford f65af6bf6d Song.h -> song.h 2004-08-30 05:08:08 +00:00
Glenn Maynard 463c81d7f1 const 2004-08-30 04:49:57 +00:00
Chris Danford cf9b4af6cb convert ints and casts to use PlayerNumber and macros 2004-08-30 04:35:14 +00:00
Chris Danford 081c1e24b5 fix incorrect song counts for courses
cleanup: make StageStats hold a list of Songs and Steps that were played during the stage
2004-08-30 04:09:23 +00:00
Glenn Maynard 6ac1d7c449 avoid holding GameSoundManager lock while stopping sounds 2004-08-30 04:03:39 +00:00
Charles Lohr 842a973831 Added active player list to make ScreenNetEvaluation easier to deal with. 2004-08-29 23:36:16 +00:00
Glenn Maynard 085f354f8a allow not timing out on semaphore waits 2004-08-29 22:51:09 +00:00
Chris Danford abe10501f7 change Twister to "max 3 holds at once"
add Floored, "max 2 holds at once"
2004-08-29 21:26:52 +00:00
Chris Danford d59247c03e tweak transform apply order 2004-08-29 21:14:26 +00:00
Josh Allen 9ccfd2b473 Modified server to comply with revised protocol. 2004-08-29 20:36:37 +00:00
Glenn Maynard d4149f2a43 CourseId behavior shouldn't vary depending on PREFSMAN->m_bShowNative 2004-08-29 20:19:34 +00:00
Chris Danford f72b8b15d4 fix "current combo on ScreenEnding shows the previous saved value, not the current value" 2004-08-29 19:10:25 +00:00
Chris Danford ab44cf28fe fix "all song shown as unplayed"
fix "overall completeness percentage is always 0"
2004-08-29 18:15:20 +00:00
Charles Lohr be7eccbae3 Worked around the PlayerNames to decrease game-time scoreboard updates. 2004-08-29 17:15:10 +00:00
Steve Checkoway 44a7d9cefa Compare against the correct value. Does VC not warn about this? Gcc warned me that I was comparing two different enums. 2004-08-29 11:05:16 +00:00
Steve Checkoway cf099800c9 Fix warning 2004-08-29 11:04:13 +00:00
Chris Danford 16e94572e3 fix comment typo 2004-08-29 10:44:51 +00:00
Steve Checkoway da0553609a Is the right thing to do here, or should it be rounded? 2004-08-29 10:00:27 +00:00
Chris Danford 8dcd4d93bb only persist a subset of options that players would want to use for every song. When players turn on tricky options for the last song, they often forget to turn all of the tricky stuff off again in the next game. 2004-08-29 09:19:11 +00:00
Chris Danford 87579e8a57 fix "memory card name shows for both sides in style = double" 2004-08-29 07:21:36 +00:00
Chris Danford 5430ecb232 rename: Converge -> Centered 2004-08-29 07:12:37 +00:00
Glenn Maynard 4c09e63ec4 fix text 2004-08-29 07:05:17 +00:00
Charles Lohr 98f93121ab OOPS! didn't mean to put it on the menu. 2004-08-29 06:44:36 +00:00
Charles Lohr 6f0f39028a Added DifficultyMeter to ScreenNetSelectMusic. 2004-08-29 06:35:01 +00:00
Chris Danford c11c9283cd fix popping in converge + boomerang 2004-08-29 05:56:51 +00:00
Chris Danford 1be5b1072d fix "ActiveAttackList doesn't show course entry mods until the first timed mod takes effect" 2004-08-29 05:43:07 +00:00
Josh Allen 1c3ecdf70a Moved Charles's "Network Options" addition to a more suitable location under #ScreenOptionsMenu.
More inline with the layout of the file.
2004-08-29 05:30:00 +00:00
Chris Danford eeda7f2c8c fix inconsistent options item capitalization 2004-08-29 05:27:29 +00:00
Chris Danford 14a9203efa move item end X position to metric 2004-08-29 05:19:45 +00:00
Chris Danford 237705ea57 cap length of Steps m_sDescription to a reasonable value 2004-08-29 05:01:46 +00:00
Chris Danford 2126aa8420 blink on button presses during menus so that players can find bad sensors 2004-08-29 04:58:09 +00:00
Chris Danford 3c91fd94a5 jump to CHAR_BACK when try to enter another letter and name is full 2004-08-29 04:51:24 +00:00
Josh Allen da6fadfeea Server now requires the host to select the exact same song twice in a row before allowing
a start.
2004-08-29 03:31:01 +00:00
Glenn Maynard 197b54dd8b AdjustBalance -> PanSound; balance and panning aren't the same thing 2004-08-29 03:21:45 +00:00
Glenn Maynard 881fc6a6f2 warnings 2004-08-29 01:51:41 +00:00
Glenn Maynard 2d6e9fecd7 fix prebuffering logic 2004-08-29 01:50:17 +00:00
Josh Allen dd9a531e66 Fixed some bugs with the Start and Stop server option. 2004-08-29 00:47:06 +00:00
Steve Checkoway 9f2925ab6f Throw a RageException rather than a CString 2004-08-29 00:28:28 +00:00
Glenn Maynard 5affade93c cleanup 2004-08-28 23:25:13 +00:00
Charles Lohr a72ac09f46 Added LUA query (did I do it right)... and added metrics to nice up the chatting. 2004-08-28 22:53:12 +00:00
Charles Lohr 9d19537ecf Added LUA query 2004-08-28 22:50:43 +00:00
Charles Lohr d24ce00ac2 Note user about connecting to himself. 2004-08-28 22:50:19 +00:00
Chris Danford cd1fb281c2 put HoldNoteScore values in ascending value of goodness, like TapNoteScore values 2004-08-28 22:29:53 +00:00
Charles Lohr ffc99a4648 Added server options to ScreenNetworkOptions 2004-08-28 22:12:56 +00:00
Chris Danford 73b99e583a optimize Stats.xml size: Allow theme to turn off writing off certain RadarValues 2004-08-28 22:10:06 +00:00
Chris Danford 685a43af5e reduce number of tables: merge Tap and Hold counts tables 2004-08-28 21:44:06 +00:00
Chris Danford f10efc414a reduce Stats.xml file size: don't write tab indent characters 2004-08-28 21:37:57 +00:00