Commit Graph
7799 Commits
Author SHA1 Message Date
Glenn Maynard 6ea335c971 fix format string 2004-01-12 11:09:03 +00:00
Glenn Maynard 6b91ee5898 cleanup 2004-01-12 11:04:17 +00:00
Glenn Maynard 3294c04fa9 no, really 2004-01-12 11:02:16 +00:00
Glenn Maynard 6d3f224a15 this condition is normal now 2004-01-12 10:48:02 +00:00
Glenn Maynard 57647fcfa6 Don't log nonfatal exceptions. They're normally caught and logged as
appropriate; these logs are duplicate.
2004-01-12 10:45:42 +00:00
Glenn Maynard 3a812c2a93 not finding GtkModule.so is nonfatal 2004-01-12 10:38:40 +00:00
Glenn Maynard 3eb63e2f67 cleanup 2004-01-12 10:29:12 +00:00
Glenn Maynard 4b1e4ebe74 remove old code (it didn't actually do anything; if start is pressed, left
and right should have already been pressed)
require both left and right to move back, not just one
2004-01-12 09:53:09 +00:00
Chris Danford 86ab9b3df5 fix file rename on Win9x 2004-01-12 09:51:31 +00:00
Glenn Maynard fea54929ac precise, framerate-independent assist ticks 2004-01-12 09:36:01 +00:00
Chris Danford 987db137cc move focus back to first choice when moving up from multiselect 2004-01-12 08:53:39 +00:00
Chris Danford efefc9f3ce add menudown char alias 2004-01-12 08:52:43 +00:00
Chris Danford b1e06653a8 go down if on first choice of a multiselect row 2004-01-12 08:00:57 +00:00
Steve Checkoway ae0fd0ac1a Use lstat instead of stat. 2004-01-12 06:48:44 +00:00
Chris Danford 96a7cb0bcd allow display of negative dance points
stop counting dance points after fail
2004-01-12 06:45:36 +00:00
Glenn Maynard 5f10d10abb fix start_sec default 2004-01-12 05:50:46 +00:00
Glenn Maynard 6f1242a7e0 start_time 2004-01-12 05:25:40 +00:00
Glenn Maynard b2b6db3a5b stop saying samples when we mean frames
latency tweak
2004-01-12 04:00:34 +00:00
Glenn Maynard 071ec73a04 start_time 2004-01-12 03:57:11 +00:00
Glenn Maynard d5eded488a add GetSampleRate
reset sample pos after stop
2004-01-12 03:53:16 +00:00
Glenn Maynard d7839b1c67 cleanup 2004-01-12 03:52:23 +00:00
Chris Danford b555be59df more rave balancing
add "noquads"
2004-01-12 03:47:55 +00:00
Glenn Maynard 43d23e5b3a implement start time; simplify 2004-01-12 03:22:43 +00:00
Chris Danford 48f89592f9 make model obey Actor diffuse color, not just diffuse alpha 2004-01-12 02:57:26 +00:00
Glenn Maynard cf3a001d6b "more" fix 2004-01-12 02:48:56 +00:00
Glenn Maynard 65cdf3c979 implement start_time 2004-01-12 02:38:17 +00:00
Glenn Maynard 6f55a34e4a simplify 2004-01-12 02:37:51 +00:00
Glenn Maynard 3ad2c0531e stop saying samples when we mean frames 2004-01-12 02:19:56 +00:00
Glenn Maynard 843a7e4ecd stop saying samples when we mean frames 2004-01-12 02:13:30 +00:00
Glenn Maynard 8c799e09ce simplify 2004-01-12 02:11:28 +00:00
Glenn Maynard 4bc06f31f4 fix warnings 2004-01-12 02:09:21 +00:00
Glenn Maynard f7491cb268 vector<bool> x; bool &b = x[0]; is illegal: vector<bool> is optimized
to a bitset (packed), and you can't have a pointer to a packed bit
(stupid optimization; if I want a bitset, I'll use a bitset!)
2004-01-12 01:59:34 +00:00
Chris Danford 8a3b448bd9 simplify 2004-01-12 01:54:30 +00:00
Chris Danford 2c0daa9f3d simplify autoplay/cpu logic 2004-01-12 01:48:50 +00:00
Glenn Maynard 35847c32c5 simplify 2004-01-12 01:43:38 +00:00
Glenn Maynard 6ac866c0de fix crash handler deadlock 2004-01-12 01:37:00 +00:00
Glenn Maynard d4c151937e add RageThread::ResumeAllThreads 2004-01-12 01:36:25 +00:00
Glenn Maynard 42ccf07011 threaded music start; smooths out skips starting sample music
on the music select screen
2004-01-12 01:19:22 +00:00
Glenn Maynard 7ac00385c4 remember the time of the current beat data 2004-01-12 01:10:25 +00:00
Glenn Maynard d7cae17107 debug 2004-01-12 01:02:18 +00:00
Chris Danford ddf1548909 fix CPU skill calculation
make SCALE integer friendly
2004-01-12 00:32:18 +00:00
Glenn Maynard 84a8f056d7 fix metrics sometimes not being updated 2004-01-12 00:31:43 +00:00
Chris Danford a1a85c277f MercifulMines -> MercifulDrain
playbalance rave
playbalance AI
2004-01-11 23:33:56 +00:00
Chris Danford 0afed1540a smarter AI handling of mines 2004-01-11 23:31:37 +00:00
Jason Felds 8da2490986 Newline added...been awhile since I've done that. 2004-01-11 22:42:11 +00:00
Glenn Maynard 09a8e53e57 fix sample start thrashing 2004-01-11 22:38:27 +00:00
Chris Danford d91d6bcb8c fix "PC_CPU players rows calculate the row score more than once if mines in the row" 2004-01-11 22:29:18 +00:00
Glenn Maynard 6c7ac56451 optimize lseek(0,SEEK_END) in ZIPs 2004-01-11 22:01:49 +00:00
Glenn Maynard 31dc851db4 fix non-group section colors 2004-01-11 21:53:36 +00:00
Glenn Maynard 2fae214ed9 cache metrics (fixes some music wheel load problems) 2004-01-11 21:49:36 +00:00