Commit Graph
9643 Commits
Author SHA1 Message Date
Charles Lohr 858b3fa587 Networking now tells user if connection was successful or unsuccessful. 2004-04-29 01:03:28 +00:00
Glenn Maynard efc61b33d6 simplify RangeOverlaps
add ContainedByRange
2004-04-29 00:33:09 +00:00
Glenn Maynard 7b9802b2bf remove "SaveToProfile" 2004-04-28 23:42:23 +00:00
Glenn Maynard ba8e2196c4 remove "SaveToProfile" option; options are always saved to the profile now 2004-04-28 23:38:27 +00:00
Glenn Maynard 4044ec4073 we give a warning about this earlier, so let's not die because of it here 2004-04-28 23:36:18 +00:00
Glenn Maynard 73271fa3d2 fix DifficultyIcon hiding when no song is selected
(Note that in general, actors should never SetHidden(false) on themselves,
since that will cause themed "hidden,1" commands to be overridden.)
2004-04-28 22:57:42 +00:00
Glenn Maynard c27418fbbf don't throw if a song uses an unknown audio type 2004-04-28 01:26:32 +00:00
Charles Lohr e536980db8 Network no longer attempts to sync Demonstration mode. 2004-04-28 01:25:44 +00:00
Glenn Maynard 33c7b4670d better error messages for unsupported WAV types 2004-04-28 01:24:28 +00:00
Glenn Maynard ba00dbe76b simplify and clarify error handling 2004-04-28 01:23:56 +00:00
Steve Checkoway e8c72b91b5 Add Libraries project with directions on how to build the frameworks. 2004-04-27 23:33:51 +00:00
Kevin Slaughter c8b8056e6f Beginning Cel-Shade support. Added to PREFSMAN, disabled on default. 2004-04-27 07:50:43 +00:00
Steve Checkoway 7185797b4a Rearrange things a bit in case the buffer size is dependent on the stream format--it doesn't appear to be but you never know. 2004-04-27 06:44:20 +00:00
Glenn Maynard 55975d9ba9 a18 2004-04-27 06:41:02 +00:00
Steve Checkoway f14f1065ac alpha 18 2004-04-27 06:36:18 +00:00
Glenn Maynard b62efeb7f7 fix missing metric 2004-04-27 06:34:27 +00:00
Steve Checkoway add0a467d6 Add files 2004-04-27 06:12:41 +00:00
Steve Checkoway f432d615c4 Add buffer size logging and overload listener. 2004-04-27 05:07:19 +00:00
Steve Checkoway 4d5ad8dfdb fix warning 2004-04-27 04:55:59 +00:00
Glenn Maynard 6804fe8554 fix g++ warnings 2004-04-26 23:10:16 +00:00
Glenn Maynard 78feda2ad9 fix old filename 2004-04-26 22:52:40 +00:00
Chris Danford 4ac1e0ee45 move Random "don't lock after choose" logic to a separate wheel item, "LEAP" 2004-04-26 06:47:03 +00:00
Glenn Maynard 1781f0148a fix error reporting 2004-04-26 05:29:16 +00:00
Glenn Maynard c046875db1 fix warnings 2004-04-26 05:26:52 +00:00
Glenn Maynard a593763aac fix crash with empty vertex objects 2004-04-26 05:26:20 +00:00
Glenn Maynard 0324b49bde fix menu timer having a shadow even though ON_COMMAND says not to 2004-04-26 05:05:18 +00:00
Glenn Maynard 97aaf75dd9 fix missing metrics 2004-04-26 04:54:33 +00:00
Glenn Maynard 5463520a12 fix rounding error: acosf(cosom) becomes 0, causing div/0 2004-04-26 03:11:19 +00:00
Glenn Maynard 8f7e6894dc fix StepsID::operator<
beware: invalid < operations (where a<b and b<a can both be true)
lead to crashes with std::map on glibc
2004-04-26 00:08:51 +00:00
Glenn Maynard 9707e6bb0c allow omitting alpha from "1,1,1", like #FFFFFF 2004-04-26 00:07:25 +00:00
Glenn Maynard 84e873bb28 remove debugging 2004-04-26 00:06:42 +00:00
Glenn Maynard fe9459b29e fix accepting input after pressing start if it comes in the same update
(test case: F2, enter, enter)
2004-04-25 23:36:00 +00:00
Glenn Maynard fc18e6186d increase decoder thread priority by 32 instead of 5; log errors 2004-04-25 23:25:38 +00:00
Glenn Maynard b0ca9ef1ea debugging 2004-04-25 23:22:46 +00:00
Glenn Maynard 08c00bd689 fix backing out of the stage screen causes the stage counter to be increased 2004-04-25 23:17:08 +00:00
Glenn Maynard 162d5581ba simplify ScreenStage; add "MinimumDelay" metric 2004-04-25 22:52:15 +00:00
Glenn Maynard 2db701b557 comment 2004-04-25 22:51:16 +00:00
Glenn Maynard 94161d0789 ScreenStage metric update 2004-04-25 22:50:17 +00:00
Glenn Maynard bf03cda720 ScreenStage metric update 2004-04-25 22:41:37 +00:00
Glenn Maynard e939841c29 simplify ScreenStage 2004-04-25 22:40:31 +00:00
Glenn Maynard 0121c60e2b implement Transition::GetTweenTimeLeft 2004-04-25 22:38:55 +00:00
Glenn Maynard cb9efe946d fix ChangeSelection in !SharedPreviewAndCursor mode 2004-04-25 22:37:54 +00:00
Chris Danford 3963ee8501 use same zbias in D3D as OpenGL 2004-04-25 18:52:27 +00:00
Chris Danford 11c7a06e23 fix multitexture in d3d 2004-04-25 12:14:21 +00:00
Chris Danford d33c5c369d fix missing metrics 2004-04-25 09:34:32 +00:00
Chris Danford c7b7843ea0 fix VC6 compile 2004-04-25 09:20:17 +00:00
Glenn Maynard 4e073c4776 cleanup 2004-04-25 08:54:10 +00:00
Glenn Maynard f03f1b527b remove code that's been commented out for eons 2004-04-25 08:40:14 +00:00
Glenn Maynard 6ed0ad1953 noisy 2004-04-25 05:56:31 +00:00
Glenn Maynard be3fb45f33 don't make challenge steps edits in difficult courses 2004-04-25 05:52:21 +00:00