Commit Graph
9781 Commits
Author SHA1 Message Date
Glenn Maynard 2e540b3931 simplify
add ScreenInstructions::PrevScreen
2004-05-08 06:00:08 +00:00
Glenn Maynard 0b2c5702a8 ScreenInstructions::PrevScreen 2004-05-08 05:59:16 +00:00
Glenn Maynard 7be6cddfe2 call base Screen::HandleScreenMessage at the end, not the
beginning
2004-05-08 05:55:28 +00:00
Glenn Maynard a176ba50c7 simplify
fix draw order
2004-05-08 05:47:37 +00:00
Glenn Maynard 2d53c49f11 Don't fade in title menu options. It looks strange, since we're fading from
black on top of it, and the selected menu item doesn't fade in.
2004-05-08 04:13:10 +00:00
Chris Danford 1f807c8e0f fix long-running cabinet-lights causes gameplay to end very late 2004-05-08 03:49:32 +00:00
Chris Danford 391265497f html cleanup 2004-05-08 03:34:49 +00:00
Glenn Maynard 74977f0459 fix spurious "Couldn't create :" errors 2004-05-08 03:16:22 +00:00
Glenn Maynard bed5872199 buffer size, chunk size cleanup
use poll()
many systems (even 2.4) can now handle much smaller writeaheads with
software mixing
2004-05-08 03:02:25 +00:00
Glenn Maynard fe9c19b446 Update SOUNDMAN earlier 2004-05-08 02:18:27 +00:00
Chris Danford af59943c4c make Stomp easier in dance-double 2004-05-08 00:08:29 +00:00
Chris Danford e0872bbce1 fix "only difficulties from last song show when move to Random/Roulette" 2004-05-07 23:33:15 +00:00
Chris Danford c4f8a6c15f fix DelayedCreditsReconcile interaction with joint premium 2004-05-07 08:18:27 +00:00
Chris Danford 16d8574260 add pref "DelayedCreditsReconcile" 2004-05-07 08:08:11 +00:00
Chris Danford af65f9640c remove unused variables 2004-05-07 07:22:16 +00:00
Chris Danford 76d6066db6 fix possibly uninitialized variable 2004-05-07 07:21:53 +00:00
Glenn Maynard 9c1a5f6957 encapsulate hold results in HoldNoteResult (HoldNoteScore + life)
instead of moving HoldNote::iStartRow forward while a hold note is
held, set HoldNoteResult::iLastHeldRow
fixes hold heads cycling through all note colors while held (wasn't very
visible due to the hold ghost) and GetSuccessfulHands bugs
2004-05-07 04:57:29 +00:00
Chris Danford fec42c1a21 lock Difficulty/Steps for all players in Rave 2004-05-07 04:37:47 +00:00
Chris Danford 2326324e8d fix tween overflow 2004-05-07 04:36:22 +00:00
Steve Checkoway 922d9624f2 quiet warnings. 2004-05-07 04:34:55 +00:00
Chris Danford 426387f26a show "x" instead of "0" in DifficultyMeter when not on a song or course 2004-05-07 03:27:41 +00:00
Chris Danford 81381e40d2 add missing metric 2004-05-07 03:02:38 +00:00
Chris Danford bf42f0fa4a fix crash? 2004-05-07 02:53:51 +00:00
Chris Danford d18dd8f200 allow switching difficulties while on roulette, random, leap
tween off DifficultyList and CourseContents when in the sort and mode menus
2004-05-07 02:53:07 +00:00
Glenn Maynard bd3e4232f2 fix sm_crash 2004-05-07 00:40:02 +00:00
Chris Danford 19d4282705 add IsWinner command 2004-05-06 09:48:55 +00:00
Glenn Maynard cd8f571d60 remove unneeded header 2004-05-06 09:35:14 +00:00
Glenn Maynard 04f226214b always compile LinuxThreadHelpers 2004-05-06 09:32:23 +00:00
Glenn Maynard d3c19e9a46 use HAVE_OSS_GETVERSION
don't print "version 0.0.0" if ioctl(OSS_GETVERSION) fails
2004-05-06 09:30:03 +00:00
Glenn Maynard 46c51ad33a add OSS_GETVERSION check 2004-05-06 09:25:15 +00:00
Glenn Maynard 7d85e171e6 fix warning 2004-05-06 09:18:15 +00:00
Glenn Maynard f8090d709a #define CRASH_HANDLER 2004-05-06 09:14:10 +00:00
Glenn Maynard c678693d7f cleanup 2004-05-06 09:13:37 +00:00
Glenn Maynard c4d501081f s/__THROW/throw()/
fix assertion handling when !CRASH_HANDLER
improve assertion handling output
2004-05-06 09:08:41 +00:00
Glenn Maynard 2bf13a89f0 move exception dialog behavior to HandleException 2004-05-06 09:06:24 +00:00
Chris Danford db916d1b4f fix crash, first FeatDisplay after training no longer remains hidden 2004-05-06 08:47:44 +00:00
Chris Danford 535acb5988 fix BeginFading never triggered if in transition is long 2004-05-06 08:46:57 +00:00
Glenn Maynard fd848f2b0c fix compile when !CRASH_HANDLER
fix core dumping when !CRASH_HANDLER
2004-05-06 08:41:34 +00:00
Glenn Maynard 24af9a4825 add SignalHandler::ResetSignalHandlers 2004-05-06 08:40:53 +00:00
Glenn Maynard e5de37f23c fix HAVE_DECL_SIGPWR check 2004-05-06 08:26:09 +00:00
Glenn Maynard a65778ab4d s/==/=/ 2004-05-06 07:19:24 +00:00
Chris Danford 96d957512e make friendly for overriding screen name 2004-05-06 06:31:55 +00:00
Chris Danford 27c7c107ae don't show unselectable songs 2004-05-06 06:29:33 +00:00
Glenn Maynard f9f10e2372 more license updates 2004-05-06 02:40:33 +00:00
Glenn Maynard 33a04b79de beginning GPL->X11 license transition
The conventions I'm using are to put the entire copyright notice at the bottom
of each file, and to put the summary of the source file's use at the top of the
header.

Putting the license text in each file avoids confusion, and is normal practice
for many projects.  Putting it at the bottom gets it out of the way; it's a
ton of clutter to put at the top.

The description is in the header.  People who don't know what a class is for,
or how to use it, are probably looking at the header to see the interface,
not the implementation, so let's put the description in there.  Keep it brief
(one line); any substantial implementation notes should go in the source file.
2004-05-06 00:42:06 +00:00
Glenn Maynard 1896f45ecc add checkpoint 2004-05-06 00:01:06 +00:00
Glenn Maynard 01e54b95a0 disable lock ordering checks for now 2004-05-05 20:37:14 +00:00
Glenn Maynard f7c858b89d fix ScreenSetTime 2004-05-05 20:31:15 +00:00
Glenn Maynard 3527c9dae8 hush harmless warning, fix output 2004-05-05 20:05:09 +00:00
Charles Lohr 93cfad5125 Moved current grade to half of health int. 2004-05-05 05:41:51 +00:00