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
Glenn Maynard
766416ca15
Show the occurance of an error, but don't give details. We're already in the crash handler; if something else goes wrong, don't overwhelm the user with more diagnostics. This is automatic reporting, so they wouldn't have "heard back" about the report, anyway. (I might stuff away a small diagnostic log somewhere in this case later, for our use ...)
2006-02-13 23:20:54 +00:00
Glenn Maynard
ab7f4698c2
headers
2006-02-13 23:16:07 +00:00
Glenn Maynard
5932664648
Include the architecture in the explicit fields. This is already in the report itself, but not in any place that makes it easy to access for checking patch versions.
2006-02-13 23:15:11 +00:00
Glenn Maynard
d081b1c204
add GetArchName
2006-02-13 23:14:11 +00:00
Glenn Maynard
5f72bea070
ditch explicit close command; just close the handle
2006-02-13 23:02:18 +00:00
Glenn Maynard
4b7f50f673
ditch explicit close command; just close the handle
2006-02-13 23:02:06 +00:00
Glenn Maynard
9eddbde5ac
fix busy loop if child exits without closing the child properly
2006-02-13 22:58:23 +00:00
Chris Danford
3c4087a187
fix ManageProfiles errors
...
add bThemeTitle flag to MenuRow
2006-02-13 22:45:17 +00:00
Chris Danford
9d7f5eebef
fix ManageProfiles errors
2006-02-13 22:40:28 +00:00
Glenn Maynard
241724d1d8
do SetErrorMode before the crash handler
2006-02-13 22:05:30 +00:00
Glenn Maynard
5219ea7ae6
make ArchHooks available to the crash handler
2006-02-13 22:05:04 +00:00
Glenn Maynard
6f33f310dc
cleanup
2006-02-13 21:43:18 +00:00
Steve Checkoway
13e555f4b3
Add target stepmania-bare. This version does not include networking support nor does it support mp3s.
2006-02-13 10:24:53 +00:00
Steve Checkoway
5466c15968
Remove resample
2006-02-13 09:09:05 +00:00
Chris Danford
5d0da191c7
clean up ugly TextEntry
2006-02-13 05:32:50 +00:00
Chris Danford
2732f0dabd
fix VC6 build
2006-02-13 04:59:18 +00:00
Glenn Maynard
deee986ff5
unused
2006-02-13 04:50:54 +00:00
Glenn Maynard
5d64dff234
Rewritten sound resampler.
...
This eliminates the (optional) libresample dependency, which will clean up
building and eliminate the goofy 5k DLL. It's also faster.
This doesn't implement "HighQuality". That would involve changing L from
8 to 16. I might implement that in the future, but it sounds decent to me. (It's
a little tricky, since PolyphaseFilter::RunPolyphaseFilter needs L to be
a constant for speed.)
2006-02-13 04:50:28 +00:00
Steve Checkoway
d76475ce79
Don't copy the fallback picture any longer.
2006-02-13 04:06:28 +00:00