Commit Graph
3731 Commits
Author SHA1 Message Date
Steve Checkoway 614191bd2f Fixed the README. 2003-06-21 23:26:01 +00:00
Glenn Maynard 2eef2635b0 also unneeded 2003-06-21 22:39:03 +00:00
Glenn Maynard ca039d1aae unneeded 2003-06-21 22:37:59 +00:00
Glenn Maynard 93b3612685 no longer used 2003-06-21 22:32:46 +00:00
Glenn Maynard cd52bc41ac fix texture leak 2003-06-21 22:24:48 +00:00
Glenn Maynard d3f3dea59a redirs shouldn't have extensions in them 2003-06-21 21:20:04 +00:00
Glenn Maynard 1ee68667e6 fix keys sticking 2003-06-21 21:01:07 +00:00
Glenn Maynard 8ca36e9cfb add InputFilter::ResetDevice 2003-06-21 20:58:40 +00:00
Glenn Maynard faf522bebf fix alignment 2003-06-21 20:05:37 +00:00
Glenn Maynard 80cd713a75 add ratios 2003-06-21 20:04:53 +00:00
Chris Danford 4279ca8cc6 Add support for comments in smpackage 2003-06-21 19:31:02 +00:00
Chris Danford fd58b41eef fix Savage crashes in D3D 2003-06-21 16:21:31 +00:00
Ben Anderson 5025eba307 ISO for scoping compliance blah blah 2003-06-21 15:58:19 +00:00
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