Steve Checkoway
b9c12fbd86
It wants the version in the format major.minor.bug with any of them empty.
2006-06-13 23:26:11 +00:00
Steve Checkoway
2f93a9fa9b
Don't have "StepMania CVS 4.0 CVS".
2006-06-13 23:09:51 +00:00
Steve Checkoway
af5f6f4edb
Cleanup.
2006-06-13 12:41:40 +00:00
Steve Checkoway
b7c1412a70
Re-enable vector code. FastSoundWrite can now handle a dest that is not 16 byte aligned although it will be fastest if dest is 16 byte aligned and size is a multiple of 8.
2006-06-13 12:30:51 +00:00
Steve Checkoway
f30c1d797e
Disable vector code for now until I fix the case where dest is unaligned.
2006-06-13 07:58:58 +00:00
Steve Checkoway
db3a540585
Fix warning (gcc was erroneously saying that it was reaching the end of a nonvoid function) and remove goto.
2006-06-13 06:25:49 +00:00
Jason Felds
66546ec087
General update.
2006-06-13 04:53:37 +00:00
Steve Checkoway
fee39b931d
element
2006-06-13 04:47:33 +00:00
Steve Checkoway
7a50252a94
Work around stupid debug CRT. From MSDN:
...
When used with a debug CRT library, isspace will display a CRT assert if passed a parameter that isn't EOF or in the range of 0 through 0xFF.
We don't care about EOF, so just check for positive values. (I'm not sure why casting didn't work and I don't have a windows machine to test with anyway.)
2006-06-13 04:36:56 +00:00
Steve Checkoway
e0b569d495
Trying to track down a debug assert.
2006-06-13 04:08:46 +00:00
Steve Checkoway
9e862f85f3
Add missing string.
2006-06-13 04:00:30 +00:00
Chris Danford
c7124728e0
move song finding to SongUtil
2006-06-13 03:51:18 +00:00
Chris Danford
af3e1c571c
move Steps searching out of song into SongUtil so that it can be shared with CourseEntry
2006-06-13 01:10:37 +00:00
Chris Danford
acdf036e05
add metric to specify new sceen on "Create New"
2006-06-13 01:07:57 +00:00
Chris Danford
d7a019b5e3
more detailed import stats
2006-06-13 00:56:58 +00:00
Chris Danford
418b41ab22
add OptionRowHandler* MakeSimple( const MenuRowDef &mr )
2006-06-12 22:51:43 +00:00
Chris Danford
51cbfb4250
add lua binding for GetTotalCaloriesBurned
2006-06-12 22:49:52 +00:00
Chris Danford
8a0d3db8dc
isfinite -> finite
2006-06-12 22:34:52 +00:00
Chris Danford
d5aaa52387
_NAME -> _ID
2006-06-12 11:50:23 +00:00
Chris Danford
2daa9f1015
NOMBRE_PRODUCTO -> PRODUCT_ID
2006-06-12 11:45:54 +00:00
Chris Danford
e31daec60e
fix temp.inc
2006-06-12 11:41:44 +00:00
Steve Checkoway
63272778c0
LifeTime is only for courses.
2006-06-12 11:18:08 +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
Steve Checkoway
9f6e26da47
Fix case.
2006-06-11 10:46:08 +00:00
Chris Danford
632ad67cdb
fix some keys have ugly names in test input screen
2006-06-11 07:44:16 +00:00
Steve Checkoway
f871ded721
Add files.
2006-06-11 07:38:30 +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