Commit Graph

20133 Commits

Author SHA1 Message Date
Jason Felds f5bdb04863 Fix compile errors. Hope this doesn't break anything. 2006-02-18 07:18:59 +00:00
Glenn Maynard 73bb009fb9 set the target in one place (linker -> output file) 2006-02-18 06:12:29 +00:00
Glenn Maynard 30bc09ee74 fix speed line 2006-02-18 03:18:58 +00:00
Glenn Maynard 35599d7f97 Fix incorrect behavior when START is pressed during transitions on
options screens.  (We don't ignore this at a higher level, because we
want to allow start when transitioning when it's not going to go to another
screen.)
2006-02-18 03:02:21 +00:00
Glenn Maynard 7ed5caf16b fix hiding m_sprLineHighlight (for real) 2006-02-18 02:51:58 +00:00
Glenn Maynard bc94e6e8a8 fix hiding m_sprLineHighlight 2006-02-18 02:51:22 +00:00
Glenn Maynard 34452071c3 simplify 2006-02-18 02:33:35 +00:00
Glenn Maynard 0f37043af8 simpler symbols 2006-02-18 01:07:39 +00:00
Glenn Maynard 63a87f73a7 empty props 2006-02-17 21:42:24 +00:00
Glenn Maynard 8e89e4b358 no longer exists 2006-02-17 21:36:10 +00:00
Glenn Maynard 3654470a05 Fix notes placed 1/64th above the beat are the wrong color in vivid. 2006-02-17 05:57:00 +00:00
Glenn Maynard db4ccaf529 Fix rounding error from NoteDisplay::SetActiveFrame "vivid" output. 2006-02-17 05:53:29 +00:00
Steve Checkoway 83c414a6f3 Add missing files. 2006-02-17 04:40:53 +00:00
Chris Danford 79b21dcce3 fix VC6 clear() hack 2006-02-15 04:10:46 +00:00
Chris Danford 53e0ea8f24 fix smpackage uninstall and install to different installation other than where tools.exe resides 2006-02-15 03:58:29 +00:00
Chris Danford 75bd3e55a7 make smpackage dialogs app modal 2006-02-15 03:54:02 +00:00
Chris Danford 130554e42a fix VC6 compile 2006-02-15 03:53:04 +00:00
Chris Danford c58eeda0e4 fix wrong BPM number displayed 2006-02-15 03:50:50 +00:00
Glenn Maynard e1d55d1361 rename buffers (make read-buffer explicit) 2006-02-15 00:52:31 +00:00
Glenn Maynard 7272580311 EnableBuffering -> EnableReadBuffering 2006-02-15 00:49:28 +00:00
Glenn Maynard 831cc0cd91 cleanup 2006-02-15 00:47:18 +00:00
Glenn Maynard 6fc982d681 private SetError; this isn't a class to derive from
cleanup
2006-02-15 00:42:04 +00:00
Glenn Maynard 3b0f4fa656 cleanup 2006-02-15 00:39:02 +00:00
Glenn Maynard 3def328a9a spacing 2006-02-14 11:40:24 +00:00
Glenn Maynard 01629e7f53 spacing 2006-02-14 11:35:00 +00:00
Glenn Maynard 2b9f484548 spacing (only) 2006-02-14 11:30:53 +00:00
Glenn Maynard 62a0ac1370 spacing 2006-02-14 11:16:39 +00:00
Glenn Maynard 958299c734 spacing 2006-02-14 11:10:03 +00:00
Glenn Maynard 1662ac4637 return error 2006-02-14 11:07:46 +00:00
Glenn Maynard 205b8d6411 cleanup, remove ASMHClass::LogMessageNumbers 2006-02-14 11:06:20 +00:00
Glenn Maynard 585ed24473 cleanups, descriptions 2006-02-14 11:00:15 +00:00
Glenn Maynard 6553336107 const 2006-02-14 10:48:01 +00:00
Glenn Maynard 3581f4514a simpler 2006-02-14 10:47:23 +00:00
Glenn Maynard a40af5b2e7 support optionally gzipped .vdi files 2006-02-14 06:21:46 +00:00
Glenn Maynard 3ddf9bc5e8 simplify 2006-02-14 06:18:30 +00:00
Glenn Maynard 718bbd3ada better error message 2006-02-14 05:54:40 +00:00
Glenn Maynard fc2028b997 szError -> RString 2006-02-14 05:53:57 +00:00
Glenn Maynard 2ab27b5478 fix vdi filename 2006-02-14 05:52:18 +00:00
Glenn Maynard 346724ca33 xml fallback error check 2006-02-14 05:16:23 +00:00
Glenn Maynard af5f496cd4 xml parse error check; cleanup 2006-02-14 05:15:39 +00:00
Glenn Maynard ce4c13d4c3 cleanup 2006-02-14 05:13:55 +00:00
Glenn Maynard 8cdea60388 always hide progress when done 2006-02-14 05:03:41 +00:00
Glenn Maynard 0efb355169 changed error handling behavior 2006-02-14 05:01:58 +00:00
Glenn Maynard 62ad8d69f7 simplify 2006-02-14 04:48:38 +00:00
Glenn Maynard 1670d7cdac fix data lost at the end of the connection 2006-02-14 03:39:35 +00:00
Glenn Maynard e92231f0a9 Instead of running WM_QUIT, use a flag to quit the loop. This fixes
problems when a console window is opened.
2006-02-14 03:26:27 +00:00
Glenn Maynard c230ba2b72 render states are context-specific; make sure we're defined after beginning concurrent rendering 2006-02-14 02:39:52 +00:00
Glenn Maynard 9057367ef2 add GetError()
on WSAECONNRESET, just return 0, not error
set STATE_SHUTDOWN on shutdown, though nothing uses this right now;
maybe this should be removed, and instead say "always call Close()
at the end of successful processing in the thread" (to ensure that we don't
block later)
2006-02-14 01:52:42 +00:00
Glenn Maynard 70e66e9aa4 don't Shutdown on EOF 2006-02-14 01:51:55 +00:00
Glenn Maynard 8ff2fe7aee comments 2006-02-14 01:43:04 +00:00