Commit Graph
8740 Commits
Author SHA1 Message Date
Glenn Maynard 8201f7d0f1 fix warnings creating eg. "c:\foo\bar\" 2004-02-28 04:19:27 +00:00
Glenn Maynard 21f0bec081 update 2004-02-28 04:14:56 +00:00
Glenn Maynard a0b369442d use balance for mines
only change mine balance when two people are actually playing
2004-02-28 04:14:13 +00:00
Glenn Maynard e04b8bb457 fix stop mode 2004-02-28 02:47:15 +00:00
Glenn Maynard 9530cff9a6 better balance 2004-02-28 02:35:18 +00:00
Glenn Maynard be03ed1c21 Pass RageSoundParams to Play() (or SetParams). This should help fix
the long-standing ambiguity of "what happens if parameters are changed
for a second copy of a sound when a first is still playing".
2004-02-28 02:09:46 +00:00
Glenn Maynard 71d1380951 make RageSoundParams available 2004-02-28 01:02:06 +00:00
Glenn Maynard e1ed217f78 store start/length in seconds instead of frames, so RageSoundParams
isn't tied to a sound
2004-02-28 00:35:29 +00:00
Glenn Maynard 6c01e5c2cc cap beat match delay 2004-02-28 00:16:43 +00:00
Glenn Maynard 0c19d92dbf fix frame vs sample names
move sound params into a private struct
2004-02-28 00:14:16 +00:00
Glenn Maynard 8b149bd832 add balance (panning) support 2004-02-27 23:26:55 +00:00
Glenn Maynard 7236339bb6 fix path detection 2004-02-27 22:48:17 +00:00
Glenn Maynard 2af2e6b8af don't secondary sort by title each time; do that separately
use song_sort_val for more sorts
2004-02-27 21:31:05 +00:00
Glenn Maynard e0e5d0ca29 call SONGMAN->SortSongs; optimize pSong->GetSteps call 2004-02-27 21:29:31 +00:00
Glenn Maynard 8c8a5f8460 split UpdateBestAndShuffled()
add SortSongs()
2004-02-27 21:28:15 +00:00
Glenn Maynard 960a4c503d static 2004-02-27 10:01:44 +00:00
Glenn Maynard 5338e568c6 Don't log all OpenGL modes; it's noisy and hasn't been useful in a long time. 2004-02-27 09:57:53 +00:00
Glenn Maynard c1e2bc133c cleanup 2004-02-27 09:55:12 +00:00
Glenn Maynard a135def42e don't log video renderer list twice 2004-02-27 09:54:06 +00:00
Glenn Maynard 4fadb34a06 output cleanup, don't log display name twice 2004-02-27 09:45:22 +00:00
Glenn Maynard be746862a5 work around AudioPCI driver bug (can't test to see if this actually works) 2004-02-27 06:47:07 +00:00
Glenn Maynard fd1dd28b4d this driver is too noisy; use Trace for regular debugging output, not Info 2004-02-27 06:45:14 +00:00
Glenn Maynard 46dfde46a4 ugh. XForceScreenSaver( g_X11Display, ScreenSaverReset ) apparently
causes flicker.  Is there any sane way to disable the X blanker, and
reliably reenabling it (eg. after a crash)?
2004-02-27 06:35:46 +00:00
Matt Denham 95172cd9ea Added ctrl+insert/delete to shift BPM changes and stops around, and reverted insert/delete to their original behavior. 2004-02-27 06:28:31 +00:00
Glenn Maynard fa585ce0d2 remove ResolvePath 2004-02-27 06:27:00 +00:00
Glenn Maynard b46f5602d7 FilenameDB::ResolvePath doesn't accept . or .. 2004-02-27 06:26:14 +00:00
Glenn Maynard 74eb8a43ee comment 2004-02-27 06:24:26 +00:00
Glenn Maynard 6946ff5596 fix extra "./" being added to song paths 2004-02-27 06:21:59 +00:00
Glenn Maynard bf8ac3e2a8 fix paths not resolving correctly if they begin with ./ (CDTitles) 2004-02-27 06:20:59 +00:00
Glenn Maynard 725aa3d4c1 CollapsePath( CString &sPath, bool bRemoveLeadingDot ) 2004-02-27 05:50:57 +00:00
Glenn Maynard 464f603377 cleanup 2004-02-27 05:49:24 +00:00
Glenn Maynard 0390641b45 remove XXX 2004-02-27 05:44:53 +00:00
Glenn Maynard 5b5834acba remove ResolvePath calls; this is done automatically and has been a noop
for a long time
2004-02-27 05:42:44 +00:00
Chris Danford 72955df2af shorten sleep for mount 2004-02-27 04:42:18 +00:00
Chris Danford ad34ebff78 add sleep to wait for OS mount to finish 2004-02-27 03:43:55 +00:00
Chris Danford 146c8dfd85 no message 2004-02-27 03:39:34 +00:00
Chris Danford c9d2572508 hack around unmounting weirdness 2004-02-27 03:36:11 +00:00
Glenn Maynard 40592b288e fix warning 2004-02-27 03:33:20 +00:00
Glenn Maynard bd24ba0e4c hopefully fix music rate judgement problems 2004-02-27 03:32:11 +00:00
Chris Danford e9e09dc701 add debugging 2004-02-27 03:14:21 +00:00
Chris Danford 394bf699c5 add debugging 2004-02-27 02:59:20 +00:00
Chris Danford 4ed6dba88a add debugging 2004-02-27 02:52:12 +00:00
Steve Checkoway d714b396f8 make crypto's path relative 2004-02-27 02:39:03 +00:00
Glenn Maynard 13345229af Remove commented-out stuff; this can be done with Cond= now anyway.
I couldn't find this stuff actually used in any of our themes, or I'd convert it.
2004-02-27 02:21:52 +00:00
Glenn Maynard 341715fdc7 fix 5th scoring eval crash
cleanup
2004-02-27 01:54:55 +00:00
Glenn Maynard ffa35aaf88 RADEON Mobility 7500" -> same as Radeon 7xxx (correct?)
default Intel to D3D unless we know better
2004-02-27 01:13:08 +00:00
Glenn Maynard b92296b1c9 fix m_bLogToDisk 2004-02-27 01:05:30 +00:00
Glenn Maynard 56654496ef name cleanup
"foo() ;" cleanup (itchy spacebar?)
2004-02-27 00:56:51 +00:00
Glenn Maynard 0a8899f4d8 cleanup, fix warnings 2004-02-27 00:55:25 +00:00
Glenn Maynard ddc2c030d0 compile fix 2004-02-27 00:31:06 +00:00