Glenn Maynard
084042fc47
log ALSA kernel version earlier
2004-05-01 06:25:24 +00:00
Glenn Maynard
761bcf7eae
avoid loading ALSA if not needed
2004-05-01 06:24:37 +00:00
Glenn Maynard
3285433fb9
optimize FTOC (about 7x faster in g++, not benchmarked in VC)
2004-05-01 05:21:39 +00:00
Glenn Maynard
eeb79a5ee0
implement missing lrintf
2004-05-01 05:17:58 +00:00
Glenn Maynard
b48043dc2e
search all_sounds, not owned_sounds
2004-05-01 05:15:21 +00:00
Glenn Maynard
84ac4d3fc9
fix crash if a sound is played, copied, and then the parent is given over
...
to RageSoundManager; don't think this ever actually happens
2004-05-01 05:13:09 +00:00
Chris Danford
051cc33b43
change linux mem cards to use lsusb instead of crash-happy usbdevfs
2004-05-01 04:40:00 +00:00
Glenn Maynard
53fd27b885
disable "drive not ready", etc. dialogs
2004-05-01 01:44:07 +00:00
Glenn Maynard
41662b7239
fix spurious mkdir(d:/) calls
2004-05-01 01:40:58 +00:00
Glenn Maynard
50b593f7d2
If a drive isn't ready, don't try to mount it at all; it may cause mkdir()
...
calls to be made (if eg. mounting "D:\foo"), causing "volume not ready"
dialogs. This happens with removable devices like memory card readers
that don't have a device.
I think this is generally incorrect: if a user has a memcard reader, we'll ignore
it on the first change (no device is installed), and then we'll never actually
notice when a card is inserted, since the drive letters don't actually
change. I don't have a memcard reader to test this, so I'm punting on
this for now.
2004-05-01 01:26:38 +00:00
Glenn Maynard
07fa62c417
move "join player" logic into GameState
...
add --player, --mode
2004-04-30 07:48:02 +00:00
Glenn Maynard
f013cbf3f8
allow setting courses
...
fix setting steps not working if the song was previously set
2004-04-30 07:46:46 +00:00
Glenn Maynard
9948172998
add more "why" returns from ModeChoice::IsPlayable
2004-04-30 07:27:01 +00:00
Glenn Maynard
bfb552014c
add --metric
2004-04-30 07:26:06 +00:00
Glenn Maynard
81eaecbc63
add interface for multiple options with the same name
2004-04-30 07:24:29 +00:00
Charles Lohr
fc5c3ad589
Placed command lines in. And put in support to make a in-game connect
...
or disconnect for connect to SM Server. (If it ever comes up)
2004-04-30 04:34:39 +00:00
Chris Danford
7a44c365bc
fix for compatibility with 2.4
2004-04-29 06:00:20 +00:00
Chris Danford
2180de1cac
update memory cards for 2.6 kernel
2004-04-29 04:12:56 +00:00
Charles Lohr
fc45e2d051
Fixed command-line arguement for --course=[coursename]
2004-04-29 01:26:47 +00:00
Charles Lohr
858b3fa587
Networking now tells user if connection was successful or unsuccessful.
2004-04-29 01:03:28 +00:00
Glenn Maynard
efc61b33d6
simplify RangeOverlaps
...
add ContainedByRange
2004-04-29 00:33:09 +00:00
Glenn Maynard
7b9802b2bf
remove "SaveToProfile"
2004-04-28 23:42:23 +00:00
Glenn Maynard
ba8e2196c4
remove "SaveToProfile" option; options are always saved to the profile now
2004-04-28 23:38:27 +00:00
Glenn Maynard
4044ec4073
we give a warning about this earlier, so let's not die because of it here
2004-04-28 23:36:18 +00:00
Glenn Maynard
73271fa3d2
fix DifficultyIcon hiding when no song is selected
...
(Note that in general, actors should never SetHidden(false) on themselves,
since that will cause themed "hidden,1" commands to be overridden.)
2004-04-28 22:57:42 +00:00
Glenn Maynard
c27418fbbf
don't throw if a song uses an unknown audio type
2004-04-28 01:26:32 +00:00
Charles Lohr
e536980db8
Network no longer attempts to sync Demonstration mode.
2004-04-28 01:25:44 +00:00
Glenn Maynard
33c7b4670d
better error messages for unsupported WAV types
2004-04-28 01:24:28 +00:00
Glenn Maynard
ba00dbe76b
simplify and clarify error handling
2004-04-28 01:23:56 +00:00
Steve Checkoway
e8c72b91b5
Add Libraries project with directions on how to build the frameworks.
2004-04-27 23:33:51 +00:00
Kevin Slaughter
c8b8056e6f
Beginning Cel-Shade support. Added to PREFSMAN, disabled on default.
2004-04-27 07:50:43 +00:00
Steve Checkoway
7185797b4a
Rearrange things a bit in case the buffer size is dependent on the stream format--it doesn't appear to be but you never know.
2004-04-27 06:44:20 +00:00
Glenn Maynard
55975d9ba9
a18
2004-04-27 06:41:02 +00:00
Steve Checkoway
f14f1065ac
alpha 18
2004-04-27 06:36:18 +00:00
Glenn Maynard
b62efeb7f7
fix missing metric
2004-04-27 06:34:27 +00:00
Steve Checkoway
add0a467d6
Add files
2004-04-27 06:12:41 +00:00
Steve Checkoway
f432d615c4
Add buffer size logging and overload listener.
2004-04-27 05:07:19 +00:00
Steve Checkoway
4d5ad8dfdb
fix warning
2004-04-27 04:55:59 +00:00
Glenn Maynard
6804fe8554
fix g++ warnings
2004-04-26 23:10:16 +00:00
Glenn Maynard
78feda2ad9
fix old filename
2004-04-26 22:52:40 +00:00
Chris Danford
4ac1e0ee45
move Random "don't lock after choose" logic to a separate wheel item, "LEAP"
2004-04-26 06:47:03 +00:00
Glenn Maynard
1781f0148a
fix error reporting
2004-04-26 05:29:16 +00:00
Glenn Maynard
c046875db1
fix warnings
2004-04-26 05:26:52 +00:00
Glenn Maynard
a593763aac
fix crash with empty vertex objects
2004-04-26 05:26:20 +00:00
Glenn Maynard
0324b49bde
fix menu timer having a shadow even though ON_COMMAND says not to
2004-04-26 05:05:18 +00:00
Glenn Maynard
97aaf75dd9
fix missing metrics
2004-04-26 04:54:33 +00:00
Glenn Maynard
5463520a12
fix rounding error: acosf(cosom) becomes 0, causing div/0
2004-04-26 03:11:19 +00:00
Glenn Maynard
8f7e6894dc
fix StepsID::operator<
...
beware: invalid < operations (where a<b and b<a can both be true)
lead to crashes with std::map on glibc
2004-04-26 00:08:51 +00:00
Glenn Maynard
9707e6bb0c
allow omitting alpha from "1,1,1", like #FFFFFF
2004-04-26 00:07:25 +00:00
Glenn Maynard
84e873bb28
remove debugging
2004-04-26 00:06:42 +00:00