Commit Graph
18758 Commits
Author SHA1 Message Date
Chris Danford 8a0d3db8dc isfinite -> finite 2006-06-12 22:34:52 +00:00
Steve Checkoway 47e7ba3657 Invalidate trail caches for edit courses on unlocks. 2006-06-12 10:49:44 +00:00
Steve Checkoway 2ea4cb1ead Don't allow locked songs in edit courses. Allow limiting the number of songs in an edit course to a preference. Nonpositive numbers are infinitely many songs per course (well, up to the hard limit of MAX_ENTRIES_PER_COURSE=50). 2006-06-12 10:49:04 +00:00
Chris Danford 930891dec1 fix course song number not reset when cancelling mid-course 2006-06-12 10:15:22 +00:00
Steve Checkoway 4365b8eb62 Spelling. 2006-06-12 09:57:40 +00:00
Chris Danford ab78ca7e34 fix PlayerOptions warning 2006-06-12 09:19:07 +00:00
Chris Danford cdfae39494 touchup 2006-06-12 09:15:39 +00:00
Chris Danford 5de6202367 add url 2006-06-12 09:15:27 +00:00
Chris Danford 80554fc6c1 style cleanup 2006-06-12 09:14:26 +00:00
Chris Danford 65e945bb18 add PageType_AllSteps 2006-06-12 09:14:20 +00:00
Steve Checkoway 439ab6c58a Simplify. 2006-06-12 07:59:32 +00:00
Steve Checkoway 4dbf1d44ae Have FromString report failure when it read NaN or INF. 2006-06-12 07:58:54 +00:00
Steve Checkoway 2992fa865a Watch out for NaN, etc. That assert will never trigger unless PCRE stops working (or someone breaks the regex). 2006-06-12 07:56:27 +00:00
Steve Checkoway 3f27205e40 Don't throw on invalid options. If we know that they meant *123 and they have 123*, is there any reason not to simply handle it? 2006-06-12 07:22:26 +00:00
Steve Checkoway 82d6a154ed Earliest start time is zero. 2006-06-12 07:17:54 +00:00
Steve Checkoway d2f3a14495 strtof -> StringToFloat. 2006-06-12 06:42:25 +00:00
Steve Checkoway b61e1638dc Sanitize values a bit. Don't assert when loading songs. 2006-06-12 06:37:54 +00:00
Steve Checkoway a45880281a Wrap strtof. Return 0 on nonfinite values. 2006-06-12 06:36:36 +00:00
Steve Checkoway e0d0cb0c3a Just copy the rest of the macros. 2006-06-12 06:06:39 +00:00
Chris Danford 99a241e49c make holdjudgments small in mini/tiny 2006-06-11 21:26:38 +00:00
Chris Danford dd4d759dd5 ToAsciiEx maps these keys to a character. They shouldn't be mapped to any character. 2006-06-11 20:43:58 +00:00
Glenn Maynard 3a70b367c0 temporary fix for crash (proper fix will take more time) 2006-06-11 19:07:54 +00:00
Steve Checkoway 80218aa4dc Disable screen saver while running. 2006-06-11 12:10:52 +00:00
Chris Danford 632ad67cdb fix some keys have ugly names in test input screen 2006-06-11 07:44:16 +00:00
Chris Danford e2eb5135e5 add international keyboard support 2006-06-11 07:12:01 +00:00
Chris Danford b79cb92052 remove use of towupper for OS X 2006-06-11 01:28:52 +00:00
Steve Checkoway fa56d41c17 Use wchar_t. This doesn't actually compile on the mac using the 10.2.8 sdk because wctype.h is missing so no towupper function exists. 2006-06-10 22:36:25 +00:00
Steve Checkoway 52371ff5f7 Revert. See stepmania-devs. 2006-06-10 21:49:51 +00:00
Chris Danford 8cdce5cfda fix NumPad keys 2006-06-10 21:19:35 +00:00
Chris Danford 8c4cedf63f let OS handle key modifers (fixes number buttons w/ French keyboard) 2006-06-10 20:33:56 +00:00
Mike Calfin 3b68311391 OptionRowHandler.h was changed (removing the class before the constructor definition on line 20) - it caused compilation failures with gcc 4.1.1. ffmpeg include files updated to 0.4.9 20060530. 2006-06-10 20:11:53 +00:00
Chris Danford dce168b0c2 international keyboard support 2006-06-10 06:50:50 +00:00
Ben Anderson 19caea1fa1 These are redundant. CheckLib() & Co automatically add the libraries to the environment. 2006-06-09 04:10:18 +00:00
Ben Anderson ad3e2c780a Remove removed files, add added file. Once again works on Linux. 2006-06-09 04:01:18 +00:00
Chris Danford b20d7aca3c move installer strings to .ini files for easier importing 2006-06-09 03:34:36 +00:00
Glenn Maynard 5d6e7427e0 fix invalid deref 2006-06-08 06:11:32 +00:00
Chris Danford 6b7b595b9f don't use 'dark' in bgbrightness. That string is also the name of a mod and other languages do not translate to the same work as English does 2006-06-05 10:01:30 +00:00
Chris Danford 3d4e5fc221 fix bGaveUp not reset between stages 2006-06-05 09:38:27 +00:00
Chris Danford e899afec5c cleanup 2006-06-05 07:39:17 +00:00
Chris Danford 1aa0b38c9f fix SUnlockBrowse unlocking entry 1 when all entries are disabled 2006-06-05 07:36:23 +00:00
Chris Danford 22de414288 put language in effect after selecting 2006-06-04 06:32:37 +00:00
Chris Danford f988e6d38f delay 0.5s before showing abort or give up 2006-06-03 23:13:22 +00:00
Glenn Maynard f537670058 --Fixing log-- 2006-05-31 05:28:15 +00:00
Chris Danford ad52784da4 remove group hack 2006-05-31 05:11:10 +00:00
Glenn Maynard a3c3b4c24e fix crash at end of hold note in editor playback 2006-05-30 17:44:50 +00:00
Glenn Maynard 031c9397f3 fix record with no selection in EditMode_Full; FLT_MAX is greater than the maximum NoteRow and comes out negative 2006-05-30 17:41:26 +00:00
Glenn Maynard 7801d81596 ASSERT -> FAIL_M 2006-05-30 17:21:53 +00:00
Glenn Maynard dde95942be fix comment 2006-05-30 17:20:42 +00:00
Chris Danford a5f0d301c9 don't unsubscribe from messages on bgchange 2006-05-30 09:08:00 +00:00
Chris Danford 7540f787dd fix blinking cursor w/ formatted answer 2006-05-30 05:09:39 +00:00