Commit Graph

11250 Commits

Author SHA1 Message Date
Chris Danford ee9fbb99e1 fix "memory card not mounted if initially plugged in while cards are locked"
do the final memory card mount on PlayersFinalized
2004-08-14 19:18:56 +00:00
Charles Lohr 1fe0f5b783 Don't trust Swap32BE/LE functions. They only work most of the time. 2004-08-14 16:57:00 +00:00
Charles Lohr 14bd8ff132 Fixed metrics warning regarding ScreenProfileOptions 2004-08-14 07:57:25 +00:00
Charles Lohr 09ddbed884 Made some fixes, and changed protocol for Scoreboard (Josh pointed out some optimizations)
Umm... I have never had to deal with conflicts before. I don't know if I did this right.  If I made a mistake on committing, please tell me.
2004-08-14 07:14:43 +00:00
Chris Danford ae04b6a7cd store preferredSong and preferredCourse as IDs, not pointers 2004-08-14 06:41:24 +00:00
Chris Danford 407de63957 make sound on insert/delete beat 2004-08-14 06:40:17 +00:00
Steve Checkoway 31e646cd30 Fix indentation. 2004-08-14 05:59:26 +00:00
Steve Checkoway 9946dcd335 Cleanup, fix style, const fix. 2004-08-14 05:57:11 +00:00
Steve Checkoway f7c9a5191d Fix warning, cleanup a little. 2004-08-14 05:29:03 +00:00
Glenn Maynard aa726c9d2c fix prebuffering 2004-08-14 02:39:35 +00:00
Charles Lohr 15c6723c10 Only proceed when proper handshake is received 2004-08-13 21:03:22 +00:00
Charles Lohr 7ffbfe402b Made profiles actually be checked. 2004-08-13 20:57:04 +00:00
Charles Lohr 983c7c8736 Oops.. Scoreboard updates will jumpstart game. 2004-08-13 20:20:10 +00:00
Charles Lohr a1b3e3b193 Added message for if a user is dropped from a server. 2004-08-13 09:20:55 +00:00
Charles Lohr 95f896e68e Oops... Fixed 100% all the time crash I made. 2004-08-13 08:40:53 +00:00
Charles Lohr fef23248ea Fixed player 1's positions 2004-08-13 08:26:07 +00:00
Charles Lohr c260cb775a Code to be used for in-game scoreboard 2004-08-13 08:24:11 +00:00
Charles Lohr 7b26760770 Font for In-Game scoreboard 2004-08-13 08:19:36 +00:00
Charles Lohr 82ee549660 Added metrics for in-game scoreboard updates.
NOTE: These will not even be read unless NSMAN is active and connected.
2004-08-13 08:18:38 +00:00
Chris Danford 47e9ab702c don't beep if snap mode didn't change 2004-08-13 02:41:19 +00:00
Glenn Maynard ce95644213 fix ThemeManager::GetModifierNames crash
allow skipping "default" fallback
2004-08-13 02:13:39 +00:00
Glenn Maynard f15bfb67b3 move CryptHelpers into cryptopp 2004-08-13 01:51:41 +00:00
Glenn Maynard 577fd7040f fix scaling up in zoomSurface: calculate source pixels and weights differently
fix scaling > 2:1 in the same way as < 1:2
do lrintf(x), not int(x+0.5f)
2004-08-13 00:31:34 +00:00
Glenn Maynard cdcb0f1c8f make InputMapper::ApplyMapping public 2004-08-13 00:27:52 +00:00
Glenn Maynard 389bbc68d2 allow ignoring actor errors 2004-08-12 23:06:06 +00:00
Glenn Maynard 3819c4695c cleanups 2004-08-12 23:03:01 +00:00
Glenn Maynard 9f87d1b9d5 rename NAV_FIRST_CHOICE_GOES_DOWN -> NAV_TOGGLE_THREE_KEY
add NAV_TOGGLE_FIVE_KEY
in NAV_FIVE_KEY, pressing start only moves to the "exit" row, instead of
going directly to the next screen, so both players have opportunity to change options
2004-08-12 22:10:48 +00:00
Glenn Maynard 36fa44b9c0 update comment 2004-08-12 20:49:03 +00:00
Josh Allen 5f2c703514 Fixed a bug in pUpdateRead(). Now it can actually detect (again) if the socket was closed on the other side. 2004-08-12 19:32:39 +00:00
Steve Checkoway 28a25d19d0 OS 10.2.x does not have the floating point math functions. 10.3 does, this needs to be modified for compiling on 10.3. 2004-08-12 07:54:39 +00:00
Chris Danford 008f402939 don't force Songs that specified BGAnimations to switch to the static background on the last note beat 2004-08-12 06:34:17 +00:00
Glenn Maynard abe1229187 re-fix BGA tweens repeating 2004-08-12 06:10:54 +00:00
Chris Danford 763283e8cf remove magnify alignment hack (for now) 2004-08-12 05:54:29 +00:00
Glenn Maynard 362cb13072 log thread starts 2004-08-12 05:43:54 +00:00
Glenn Maynard fa9b61a9d6 fix MemoryCardDriverThreaded_Windows chewing CPU 2004-08-12 05:42:47 +00:00
Chris Danford 873c148f0e fix crash on exiting editor
clean up invalidation of Song and Courses
2004-08-12 04:49:15 +00:00
Glenn Maynard cbe80105fb don't bother keeping a separate vorbis buffer; it doesn't help 2004-08-12 04:38:33 +00:00
Glenn Maynard 5e685199de if banner caching is disabled, don't waste time on load 2004-08-11 22:52:35 +00:00
Steve Checkoway e88a5994c1 cleanup 2004-08-11 21:52:29 +00:00
Chris Danford 13dd1a9bda fix crash on exit editor
move management of Song resources out of Song and into SongManager
2004-08-11 08:23:14 +00:00
Chris Danford 09d8807927 populate mini menu with values of the current BGChange. 2004-08-11 07:30:41 +00:00
Chris Danford d7953ded5c fix "style icon shows P1 even if P2 is the only player" 2004-08-11 03:58:25 +00:00
Glenn Maynard 2fe7dc9095 fix WITHOUT_NETWORKING 2004-08-10 23:46:24 +00:00
Glenn Maynard f0c0a532f9 sscanf("%f") -> strtof() 2004-08-10 22:19:06 +00:00
Glenn Maynard aad73b53e9 (float) atof() -> strtof(), which computes in float instead of computing in
double and casting to float, which is silly
2004-08-10 20:57:59 +00:00
Glenn Maynard 9db234c181 cleanup 2004-08-10 20:56:16 +00:00
Glenn Maynard 08086e8c33 NEED_STRTOF 2004-08-10 19:12:39 +00:00
Glenn Maynard 3b6a5e9957 strtof fallback 2004-08-10 19:12:03 +00:00
Charles Lohr 5929cf4e49 Added hit offset, for better statistics for SMLAN/SMOnline. 2004-08-10 06:39:25 +00:00
Chris Danford bdb15e07a7 allow a Theme to specify a parent 2004-08-10 04:33:36 +00:00