Commit Graph
11475 Commits
Author SHA1 Message Date
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
Charles Lohr 08915de430 Performance increase: Send size and actual packet at once. This causes about 40% less total packets to be sent. 2004-08-28 21:33:22 +00:00
Chris Danford d3fb44c32d optimize Stats.xml file size: don't save "none" count 2004-08-28 21:26:31 +00:00
Chris Danford 160e8bfbd1 for -> FOREACH 2004-08-28 21:14:39 +00:00
Chris Danford d2fb69ea49 fix wrong calorie stat displayed 2004-08-28 20:16:25 +00:00
Chris Danford dbd03f84ed increase max edit size 2004-08-28 18:53:41 +00:00
Steve Checkoway 69bcc3d985 Cleanup ugly mess of casts but did not break this time... 2004-08-28 18:45:44 +00:00
Glenn Maynard 0a880ddfab update 2004-08-28 18:38:49 +00:00
Josh Allen 94fca63fa4 Fixed sync problem when the client is also the server. Fixed disply of player2's name
during chat.
2004-08-28 16:47:05 +00:00
Charles Lohr 810c039181 Fix: if you unsign a negetive number, it becomes positive, and chat breaks. 2004-08-28 15:29:31 +00:00
Josh Allen 6d5b7910a4 Removed overlooked cout statements and headers. Also added code to deal with the scenario of the server not starting. 2004-08-28 13:41:22 +00:00
Steve Checkoway 6a25c126ab Move these files out of the SDL tree since OS X does not use anything else in that tree. 2004-08-28 11:41:05 +00:00
Steve Checkoway f9fe438f2f Add files. 2004-08-28 11:33:07 +00:00
Steve Checkoway d9e00567e9 const fix. Good OOP almost always demands private instance variables 2004-08-28 11:31:16 +00:00
Steve Checkoway cf58bf3ef8 Fix warnings 2004-08-28 11:21:26 +00:00
Glenn Maynard f80433b047 cleanup 2004-08-28 09:41:43 +00:00
Glenn Maynard 19f2cf7e3b zoomSurface -> RageSurfaceUtils::Zoom
Zoom() handles its own format limitations
2004-08-28 09:38:22 +00:00
Glenn Maynard b6146043d1 fix trace 2004-08-28 09:36:18 +00:00
Glenn Maynard 93098cd610 cleanup PREFSMAN->m_bForceMipMaps 2004-08-28 09:29:55 +00:00
Glenn Maynard 5a4f60c505 cleanup 2004-08-28 09:18:02 +00:00
Glenn Maynard fd6eca7ffb no longer needed 2004-08-28 09:12:04 +00:00
Glenn Maynard 3d3cbc73e5 SM_SDL_OrderedDither -> RageSurfaceUtils::OrderedDither
SM_SDL_ErrorDiffusionDither -> RageSurfaceUtils::ErrorDiffusionDither
(these have nothing to do with SDL; I'd rename the files but I hate
losing CVS history)
2004-08-28 09:09:34 +00:00
Glenn Maynard 01ed84e315 finish choosing the pixel format before optionally running dithering 2004-08-28 09:06:04 +00:00
Glenn Maynard 6009e72fc6 simplify a little, comment 2004-08-28 08:29:13 +00:00
Glenn Maynard 0169f9fcf6 32bpp song banners; don't dither 2004-08-28 08:17:35 +00:00
Josh Allen 4d431dc3d5 Integrated my SMLan server into Stepmania. 2004-08-28 05:30:23 +00:00
Charles Lohr d0c5585cfb Oops - fixed dumb errors. 2004-08-28 04:43:29 +00:00
Charles Lohr 3903354786 Added server-automated song selection. 2004-08-28 03:37:52 +00:00
Steve Checkoway 7570cb9eb1 Hack in support for G5s. This needs to be totally redone in another way...at some point in the future. Right now, it is not really an issue. 2004-08-28 03:18:39 +00:00
Glenn Maynard 121eb1d428 remove 2004-08-27 20:28:21 +00:00