Glenn Maynard
e347b0f3a3
add RageSoundReader_FileReader.h
2003-06-22 02:06:49 +00:00
Glenn Maynard
4c73bd7b99
use GetTextureDiagnostics
2003-06-22 01:53:36 +00:00
Glenn Maynard
c8e02ec0ae
cosmetic
2003-06-22 01:53:04 +00:00
Glenn Maynard
fc4dab404b
make GetTexHandle() const
2003-06-22 01:49:12 +00:00
Glenn Maynard
a845a86040
make GetTexHandle() const
2003-06-22 01:28:23 +00:00
Glenn Maynard
2d97a1daa0
add GetTextureDiagnostics (not used yet)
2003-06-22 01:20:58 +00:00
Glenn Maynard
35524bd79d
avoid <8x8 bitmap textures
2003-06-22 01:02:22 +00:00
Glenn Maynard
1438627873
add ScreenSelectMaster
2003-06-21 23:39:17 +00:00
Glenn Maynard
eb889972b0
files in the wrong place
2003-06-21 23:30:22 +00:00
Glenn Maynard
e8e5f88887
Never use SDL audio in Linux.
2003-06-21 23:27:41 +00:00
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