Commit Graph
3718 Commits
Author SHA1 Message Date
Steve Checkoway f85d28c941 Change the text for the Jukebox. 2003-06-21 14:22:44 +00:00
Steve Checkoway aa1e43dd63 Quick fix to make SM presentable on OS X until a better sound driver can be
written.
2003-06-21 12:18:10 +00:00
Chris Danford efc1025583 fix "changes to current Song remain if exit from editor without saving" 2003-06-21 03:45:34 +00:00
Chris Danford bcb71b865a Add character exporting
Compress files in archive that aren't known media types (avi,mp3,etc)
2003-06-21 03:33:35 +00:00
Steve Checkoway a81fb268af Updated README with new instructions.
Renamed install.sh to make_dist.sh.More accurately describe what it does.
Exactly the same files as the Windows' installer are copied.
ProjectBuilder project changed to only link dynamically with libraries. As
a result a seperate package (not included here--read README) with the
libraries needs to be installed--if needed--for both end user and dev.
2003-06-21 03:04:43 +00:00
Chris Danford 9228894d75 Remove stepmania.ini check from installer. The uninstaller nukes it, so that logic is never used. 2003-06-21 02:58:37 +00:00
Chris Danford 6b2830dab8 working on SMEX 2003-06-20 23:07:45 +00:00
Chris Danford aac9739fac Add crop property to Actor - currently only used in Sprite 2003-06-20 23:04:11 +00:00
Glenn Maynard c0b41e3c4f mumble, fix OK scoring 2003-06-19 19:56:49 +00:00
Glenn Maynard 31e3025c1f Skip unneeded sort changes 2003-06-19 19:31:46 +00:00
Ben Anderson ec2730119c ISO forbids using variables declared in for loop iterators outside the for loop blah blah... 2003-06-19 19:27:14 +00:00
Chris Danford 87979909e6 add ActorFrame::SortByZ 2003-06-19 18:05:52 +00:00
Michael Curry ccd21b0002 *** empty log message *** 2003-06-19 06:25:41 +00:00
Glenn Maynard 683f2fc28e simplify and optimize section sort
fix two "OTHER" groups
2003-06-19 06:24:41 +00:00
Glenn Maynard 2b3c2e4db4 strings in CompareSongPointersBySortVal 2003-06-19 06:23:16 +00:00
William Reading adc0b5abb2 Add the SDL audio driver for fallback 2003-06-19 05:49:21 +00:00
Glenn Maynard a78661f4f4 Fix Artist sort.
Fix off-by-one error in BPM sort.
2003-06-19 05:30:01 +00:00
Glenn Maynard 08d33c546c update 2003-06-19 05:23:03 +00:00
Glenn Maynard f06ff65160 enable DifficultyDisplay 2003-06-19 04:23:12 +00:00
Steve Checkoway a3dbf06a58 Oops. Included some files that weren't in cvs because I haven't written them yet. FIXED. 2003-06-19 00:58:22 +00:00
Steve Checkoway 4eb256e1d5 Add code optimization and remove debugging symbols (saves 35+ MB).
Add installer script (install.sh)
2003-06-19 00:41:11 +00:00
Glenn Maynard 854bb37ade Be careful with HasBanner; it checks to see if the file exists, which involves
scanning the directory, and doing that to a whole group of songs can take
a long time.  (I have unfinished code to speed this up, but we don't need this
particular call anyway ...)
2003-06-18 20:39:04 +00:00
Glenn Maynard 6f4a5af3b9 remove whitespace 2003-06-18 20:20:25 +00:00
Glenn Maynard f345edb366 store scores as ints
nonstop scoring fixes
2003-06-18 20:08:39 +00:00
Glenn Maynard 4e1b482684 store scores as ints
nonstop scoring fixes
2003-06-18 20:06:27 +00:00
Glenn Maynard 5b032fc694 make m_iMaxPossiblePoints local 2003-06-18 18:28:59 +00:00
Glenn Maynard 4382e33cc3 update axes 2003-06-18 17:57:58 +00:00
Glenn Maynard fbd70eb5ea implement sliders and (partially) fix hats 2003-06-18 17:50:01 +00:00
Glenn Maynard c99ef6f2b4 add aux joystick axes 2003-06-18 17:48:40 +00:00
Ben Anderson b103519bd7 Added DifficultyDisplay to the build 2003-06-18 15:52:34 +00:00
Steve Checkoway 77cfa7b87a Use local-endian screenshots. (This didn't just switch it for everybody screwing up little-endian machines did it?) 2003-06-18 09:56:46 +00:00
Steve Checkoway 426c8736b7 OS X only -
1. Change the quit key press from alt-F4 to CMD-Q.
2. Change the screenshot key from SysReq (which macs don't have) to keypad '*'.

All -
When taking screenshots it was using a 4 digit number but the counter was only going from 0000 to 0999. Fixed.
2003-06-18 09:33:22 +00:00
Steve Checkoway 04a324f96d Added the two new files. 2003-06-18 08:05:32 +00:00
Steve Checkoway 7054e7ab7b Fix the samplerate constant. Stupid mistake. I wondered why everything played too fast. 2003-06-18 08:04:05 +00:00
Glenn Maynard b7253384ca update 2003-06-18 07:14:11 +00:00
Glenn Maynard 52f915d0f8 add DifficultyDisplay 2003-06-18 07:10:03 +00:00
Glenn Maynard 3a434fa123 (stop that, VC) 2003-06-18 07:09:43 +00:00
Glenn Maynard 53f66debdc fix 2003-06-18 07:08:26 +00:00
Glenn Maynard 321adf57e0 add DifficultyDisplay 2003-06-18 07:03:51 +00:00
Glenn Maynard c3eda88045 add DifficultyDisplay metrics (disabled at the moment) 2003-06-18 07:01:22 +00:00
Glenn Maynard 81fbead16b split this up
Fix losing keyboard input when changing graphics settings (this happened
with the old code, too).
2003-06-18 05:43:12 +00:00
Glenn Maynard 4b1a6c4e1a This doesn't use anything from DifficultyIcon; it's really just a Sprite. 2003-06-18 05:02:50 +00:00
Glenn Maynard a76f972dba (why was this commented out?) 2003-06-18 04:25:49 +00:00
Glenn Maynard 8b4c104f44 fix rounding error (patch from Steve Towle) 2003-06-18 04:24:12 +00:00
Glenn Maynard 742a009692 tune 2003-06-18 04:11:33 +00:00
Glenn Maynard ad344a891a update 2003-06-18 03:26:40 +00:00
Glenn Maynard ec535ef246 tweak 2003-06-18 00:26:34 +00:00
Glenn Maynard 352dc15d49 GroupList tweening 2003-06-18 00:10:52 +00:00
Glenn Maynard 2d64af7a93 fix PO_STEP 2003-06-18 00:07:56 +00:00
Glenn Maynard bcd4121686 handle group banners in the parent dir 2003-06-17 21:34:43 +00:00