Commit Graph

8655 Commits

Author SHA1 Message Date
Glenn Maynard 67fbd40cf7 don't use GetThreadId 2004-02-25 23:14:28 +00:00
Glenn Maynard 0f8d5281a7 on mutex deadlock, get a backtrace of the thread that we're deadlocked
with
2004-02-25 21:15:25 +00:00
Glenn Maynard 93c86a63a4 on mutex deadlock, get a backtrace of the thread that we're deadlocked
with
2004-02-25 21:08:10 +00:00
Chris Danford 15e19d4885 fix AddMines places mines that overlap other taps and hold heads (Disconnected Mobius expert) 2004-02-25 08:40:03 +00:00
Glenn Maynard 5cb9970c4e split out do_backtrace 2004-02-25 08:34:26 +00:00
Matt Denham 45591679e6 added NoteDataUtil::ScaleRegion, made NoteDataUtil::Scale call that instead 2004-02-25 08:25:39 +00:00
Matt Denham 588473f6ca readjusting the color alignment in vivid 2004-02-25 08:22:57 +00:00
Chris Danford aaf2b2295c fix wrong hold judgment positioning with mods on (especially flip or alternate) 2004-02-25 07:30:12 +00:00
Chris Danford 6b4b560cff account for sticky pads in mine hit detection 2004-02-25 05:49:54 +00:00
Glenn Maynard c69f29e54d fix crash on fallback 2004-02-25 05:26:20 +00:00
Glenn Maynard 0c1ef3f594 SDL surfaces don't get along with const (grr)
don't make assumptions about the format of the input surface
2004-02-25 05:03:13 +00:00
Glenn Maynard ecd2c3c515 path fixes 2004-02-25 05:02:06 +00:00
Glenn Maynard f7a9946cac fix d3d screenshot crashes 2004-02-25 04:48:46 +00:00
Glenn Maynard c548f045c0 add ConvertSDLSurface( src, dst )
split out CopySDLSurface(), CompareSDLFormats()
restore alpha flags when done converting
2004-02-25 03:36:20 +00:00
Glenn Maynard 1fbbc6be7a cleanup 2004-02-25 02:02:15 +00:00
Glenn Maynard 44592bc351 small fixes/const fixes 2004-02-25 01:57:41 +00:00
Glenn Maynard 44e8427729 fix screenshot filename searching if a file like "screen0.jpg" exists 2004-02-25 01:51:31 +00:00
Glenn Maynard 142be7ea83 stop including "windows.h" everywhere
make sure sm_crash shows up in stack traces
2004-02-25 01:35:19 +00:00
Glenn Maynard ecce498108 use sm_crash 2004-02-25 01:33:15 +00:00
Glenn Maynard 2c881d223c fix missing headers 2004-02-25 01:11:56 +00:00
Glenn Maynard 2c56af5715 fix XmlFile.h conflicts with windows.h 2004-02-25 01:09:17 +00:00
Glenn Maynard 9a769ec619 add missing header 2004-02-25 00:57:26 +00:00
Glenn Maynard 32b39d5730 underrun detection fix 2004-02-25 00:14:30 +00:00
Glenn Maynard 0bb5338ba9 simplify; make sure buffer_bytes_filled is never negative 2004-02-25 00:06:52 +00:00
Glenn Maynard 25869ac4d4 regression test for stop segment on first bpm segment 2004-02-24 23:41:20 +00:00
Glenn Maynard 113c7b43ec fix timing when a freeze lies before or on the first BPM segment (Black Cat) 2004-02-24 23:40:28 +00:00
Glenn Maynard 9667559886 fix course entry masking 2004-02-24 23:07:03 +00:00
Glenn Maynard 03fc6c5ecb Enable all players. 2004-02-24 23:00:52 +00:00
Steve Checkoway 5a3fc99d4c Fix builds that have spaces in . 2004-02-24 10:11:14 +00:00
Steve Checkoway 03499669bd fix warnings 2004-02-24 08:00:04 +00:00
Steve Checkoway f48728e003 This should have C linkage. 2004-02-24 05:00:03 +00:00
Steve Checkoway f59f5de31e Fix paths for Frameworks. Some should be absolute. 2004-02-24 02:18:26 +00:00
Glenn Maynard 6396362352 fix "Visualizations/foo.avi/ isn't a directory" crash due to visualizations
being loaded as BGAnimations
2004-02-24 02:17:03 +00:00
Glenn Maynard 5faeed32e7 validate grade input (so we don't crash later writing stats.html) 2004-02-24 02:14:31 +00:00
Steve Checkoway 238b4683ac Fix relative paths for Frameworks. 2004-02-24 02:05:36 +00:00
Steve Checkoway 56968ae373 Fix Framework search path. 2004-02-24 01:29:27 +00:00
Steve Checkoway b09116c138 fix warning 2004-02-24 01:22:39 +00:00
Glenn Maynard 76b2ae8afb alpha 13b 2004-02-23 23:57:00 +00:00
Chris Danford b08fdd428f fix VC6 compile error 2004-02-23 23:44:23 +00:00
Glenn Maynard c139ce871e fix results voltage 2004-02-23 23:21:14 +00:00
Glenn Maynard 053fd3bd04 don't import invalid grades 2004-02-23 23:12:40 +00:00
Glenn Maynard 38635516ba comment 2004-02-23 22:45:04 +00:00
Glenn Maynard a6b2385f30 fix grade conversion from a12 2004-02-23 21:27:04 +00:00
Matt Denham 2fc72f9b46 I'm an idiot, part 2 of many. 2004-02-23 17:18:02 +00:00
Steve Checkoway c2215945fd Add files 2004-02-23 10:01:12 +00:00
Glenn Maynard 77a2f196dc update 2004-02-23 09:36:26 +00:00
Glenn Maynard fb70433e0e fix choosing a disabled selection (editor with no songs) results in options not
responding
2004-02-23 08:51:03 +00:00
Chris Danford 699dcc36a1 on SPO, ignore MenuStart repeats until we get one FirstPressed 2004-02-23 08:33:54 +00:00
Chris Danford 9d954465f2 remove converge 2004-02-23 08:31:01 +00:00
Chris Danford e183e3b706 add SaveModifiers code for PlayerOptions screen 2004-02-23 08:16:40 +00:00