Commit Graph
21312 Commits
Author SHA1 Message Date
AJ Kelly 37d164decc add missing metrics 2006-06-29 00:49:09 +00:00
Chris Danford 6261246e56 remove unused 2006-06-28 23:47:49 +00:00
Chris Danford 1b749e26ac style cleanup 2006-06-28 18:45:06 +00:00
Chris Danford e0ce810fec remove broken, unused AllowFastSlow 2006-06-28 18:44:28 +00:00
Glenn Maynard 79b819cfba play Cancel on whichever transition is used to cancel; let it play the sound, if wanted; use Cancel in ScreenWithMenuElementsSimple::MenuBack 2006-06-28 04:18:46 +00:00
Glenn Maynard 9d8dd666a1 add ScreenIsPrepped 2006-06-28 03:52:40 +00:00
Chris Danford 99b5732c68 - $no_x = yes
+       no_x = yes
2006-06-28 00:56:00 +00:00
Glenn Maynard 841dcdbb55 ConcurrentlyPrepareScreen 2006-06-27 23:23:10 +00:00
Glenn Maynard f4a048324e support m_fLockInputSecs 2006-06-27 23:18:22 +00:00
Glenn Maynard d49c0ca0b7 unneeded 2006-06-27 23:17:36 +00:00
Glenn Maynard ec91c4030a remove OVERRIDE_LOCK_INPUT_SECONDS, LOCK_INPUT_SECONDS; handle "tiny lock" generally; don't move "lock by tween time" just yet 2006-06-27 23:15:56 +00:00
Glenn Maynard c4b0074ff0 use lockinput, not special metric 2006-06-27 23:08:28 +00:00
Glenn Maynard 0d10d38035 bind lockinput 2006-06-27 23:07:11 +00:00
Glenn Maynard 5795d2b5f6 merge m_fLockInputSecs's 2006-06-27 22:51:43 +00:00
Chris Danford c37953d36b fix --ExportNsisStrings 2006-06-27 22:24:50 +00:00
Chris Danford 8373ad189e fix --ExportNsisStrings 2006-06-27 19:45:15 +00:00
Chris Danford fd12a10e40 punctuation/style cleanup 2006-06-27 19:04:30 +00:00
Chris Danford 0aa85dc163 brighter default for "movies off" 2006-06-27 19:01:40 +00:00
Steve Checkoway cc10b4f368 Fix crash when canceling (probably closing the dialog box or something). 2006-06-27 18:27:51 +00:00
Steve Checkoway 1eeb14cd5a Do not dereference if later = fLifeRecord.end(). 2006-06-27 15:49:37 +00:00
Glenn Maynard a19667e1fc same logic for screen and background: if it's already there, OK 2006-06-27 05:10:25 +00:00
Glenn Maynard 2db50724a3 fix concurrent loading assert 2006-06-27 05:00:48 +00:00
Steve Checkoway d43538bcc3 People keep trying to use newer versions of ffmpeg and it is failing either to compile (in which case they just patch our code to get it to compile) or it crashes when trying to play movies. Check for two things. First, check that the version and build numbers reported in the headers match those returned by the library which should prevent any header/lib mismatch crashes. Second, check for exactly the version/build numbers that we know work are are used in both windows and OS X and worked correctly for ppc linux. If a large number of reports come in with header/lib mismatches, I'll consider removing the check for exactly the version/build numbers. 2006-06-26 23:29:54 +00:00
Glenn Maynard 74c973be29 don't assert if the style changes between Init() and BeginScreen() 2006-06-26 21:40:29 +00:00
Glenn Maynard cd2bc5df7d fix off-by-one errors in FPS display 2006-06-26 18:55:17 +00:00
Steve Checkoway 80698277cf Don't use rand()%n. The function specified by the ANSI committee is a terrible linear congruential generator. In fact, it's so bad that the low order bit alternates. The algorithm implemented as RandomFloat() seems to be Park and Miller's "minimum standard" generator which is better (but not great). [See Knuth for more information.]
Any place where you would use rand()%n, use RandomInt(0, n) instead.
2006-06-26 12:14:30 +00:00
Steve Checkoway d2d24ceb4b Cleanup. 2006-06-26 11:36:10 +00:00
Steve Checkoway 4524010d56 Apply RemoveSimultaneousNotes to each part of a composite NoteData. 2006-06-26 11:35:52 +00:00
Steve Checkoway 78eb52a75c Add missing header. 2006-06-26 10:57:26 +00:00
Steve Checkoway 0279fd908f CombineCompositeNoteData(). This will not let you place a note inside a hold note that already exists. Use this when loading from a string as well. 2006-06-26 10:57:10 +00:00
Steve Checkoway 4240ac6393 Update release script. 2006-06-26 10:42:47 +00:00
Steve Checkoway 8129d943ba It's hard to maintain this information when using begin() and end() so rather than wrapping the iterators, just check each time IsComposite() is called since it doesn't happen _that_ often. Just don't call IsComposite() often. 2006-06-26 09:33:11 +00:00
Chris Danford ec9d50c332 check for period mismatches 2006-06-26 09:05:20 +00:00
Chris Danford db83f9029a remove "see the readme" from explanation text. It's making strings long and is unnecessary. 2006-06-26 09:02:23 +00:00
Glenn Maynard 3f48b7f729 save language after changing 2006-06-26 05:08:55 +00:00
Glenn Maynard c08e133f02 RageDisplay_Null.cpp:89: warning: missing initializer for member `DisplayResolution::bStretched' 2006-06-25 21:42:50 +00:00
Glenn Maynard 861d515d82 NoteField.cpp:153: warning: converting to non-pointer type `int' from NULL 2006-06-25 21:40:42 +00:00
Glenn Maynard 7c3c56f2b9 SetHibernate can be called after queuing tweens. GetLengthSeconds is hacky, and needs to be removed ... 2006-06-25 20:08:31 +00:00
Glenn Maynard 33d89da000 bind GetNextScreen 2006-06-25 20:06:06 +00:00
Josh Allen 08a76abd14 Allow selection of different profiles for different users. Two player login is still broken though. 2006-06-25 19:50:08 +00:00
Josh Allen 564832ee08 Moved to RoomInfoDisplay Background.xml 2006-06-25 19:46:48 +00:00
Josh Allen eee0551fea Quad to AutoActor 2006-06-25 19:26:39 +00:00
Glenn Maynard 3a10111e99 bleh. Too much doesn't use the standard StartTransitioning/Cancel paths; this needs to be transitioned. Don't need m_sPrevScreen, though. 2006-06-25 18:14:42 +00:00
Glenn Maynard b0055b0853 simplify. Don't separate "next" and "cancel" as much: to cancel, set the next screen to PREV_SCREEN, and use SM_GoToNextScreen. 2006-06-25 18:11:09 +00:00
Chris Danford cee1f2205c hex <-> binary format string changes from Steve 2006-06-25 05:56:41 +00:00
Chris Danford 37db209bc9 hex <-> binary format string changes from Steve 2006-06-25 05:30:36 +00:00
Steve Checkoway 477a2c99b3 I do not have time to fix these tests since they do not compile, but libresample is no longer in the repository. 2006-06-25 05:12:06 +00:00
Steve Checkoway 5b6028c73e No more libresample thanks to Glenn's Herculean effort to rewrite that code. 2006-06-25 04:57:35 +00:00
Chris Danford 304d4c33ae add HexToBinary, move to RageUtil 2006-06-25 04:21:58 +00:00
Glenn Maynard db86dbb519 fix if iPadding < 0 2006-06-25 04:00:34 +00:00