Commit Graph

8691 Commits

Author SHA1 Message Date
Glenn Maynard ddc2c030d0 compile fix 2004-02-27 00:31:06 +00:00
Glenn Maynard fdca2937a0 better output 2004-02-26 20:42:52 +00:00
Glenn Maynard b6c4b7fb51 fix/cleanup roulette-only songs 2004-02-26 20:35:46 +00:00
Glenn Maynard ddeccdfeaf fix honoring PREFSMAN->m_bHiddenSongs 2004-02-26 20:29:37 +00:00
Chris Danford 3559e640b5 add debugging 2004-02-26 17:05:27 +00:00
Chris Danford 8fa29aa5ce add debugging 2004-02-26 17:00:15 +00:00
Steve Checkoway 765b68aace *** empty log message *** 2004-02-26 13:40:01 +00:00
Steve Checkoway 1d35460d1e Update project file to include more header paths. Also add global.cpp 2004-02-26 11:49:33 +00:00
Chris Danford a31a721ded fix compile 2004-02-26 10:49:22 +00:00
Chris Danford bf5a40df92 add debugging 2004-02-26 10:44:56 +00:00
Chris Danford c56df82b33 add debugging 2004-02-26 09:52:19 +00:00
Chris Danford 55c4fc8d06 add debugging 2004-02-26 09:47:54 +00:00
Chris Danford c7961e4e55 ignore usb-storage descriptors marked "not attached" 2004-02-26 09:39:43 +00:00
Chris Danford 28e275a8b7 ignore usb-storage descriptors marked "not attached" 2004-02-26 09:38:56 +00:00
Chris Danford d2c8684449 ignore usb-storage descriptors marked "not attached" 2004-02-26 09:37:04 +00:00
Chris Danford e5793ab28a add debugging 2004-02-26 08:59:55 +00:00
Chris Danford 4063dca417 add debugging 2004-02-26 08:57:13 +00:00
Chris Danford a04b1cb43d add debugging 2004-02-26 08:52:53 +00:00
Chris Danford 0f26a4be6a add debugging 2004-02-26 08:49:10 +00:00
Chris Danford 1e43128440 unload usb-storage driver between games 2004-02-26 07:36:30 +00:00
Chris Danford 8b832f11d7 unload usb-storage driver between games 2004-02-26 07:28:59 +00:00
Chris Danford e4eb43edf0 fix "all mines are hit if PadStickSeconds is 0" 2004-02-26 07:27:54 +00:00
Glenn Maynard 45d27f00fe cleanup, fix warnings 2004-02-26 06:47:13 +00:00
Glenn Maynard a60bde8547 simplify 2004-02-26 06:46:36 +00:00
Chris Danford 9ea7b68128 fix GCC compile error 2004-02-26 06:31:47 +00:00
Glenn Maynard 84f2b06713 style cleanup 2004-02-26 06:00:52 +00:00
Matt Denham 324e07d383 Implemented a quick pair of move/scale functions for TimingData
fixed NoteDataUtil::ScaleRegion (and dealt with conflicts - whee)
fixed assorted editor inconsistencies and bugs
2004-02-26 05:38:46 +00:00
Glenn Maynard c2c796d90c fix warning 2004-02-26 03:18:51 +00:00
Glenn Maynard da5414afa0 fix warnings 2004-02-26 03:07:49 +00:00
Glenn Maynard be15f6800e add Lua::GetStack
lua MonthOfYear: return 1..12 instead of 0..11
2004-02-25 23:58:47 +00:00
Glenn Maynard 572a914f9f tolerate no default selection 2004-02-25 23:56:33 +00:00
Glenn Maynard 6ed4e02417 comment 2004-02-25 23:49:53 +00:00
Glenn Maynard 3cdbc1f31f don't save profile steps to main SM's 2004-02-25 23:48:45 +00:00
Glenn Maynard 128dcc7951 remove old cryptolib stuff 2004-02-25 23:48:05 +00:00
Glenn Maynard e7f196ba9c fix crash 2004-02-25 23:43:50 +00:00
Glenn Maynard 6b9627fc15 add sanity check 2004-02-25 23:37:42 +00:00
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