Glenn Maynard
f4bfdbef94
fix comment
...
sanity checks
2004-08-27 04:53:00 +00:00
Glenn Maynard
45f1bac778
work around upx bug that may be causing uninstallation problems
2004-08-27 04:44:08 +00:00
Steve Checkoway
58a52a69fd
Update
2004-08-26 21:54:35 +00:00
Steve Checkoway
98f3d90c59
Fix warnings.
2004-08-26 21:51:30 +00:00
Steve Checkoway
a2fb826774
Writing to stdin just doesn't seem right. Also, why not just FILE *tty = fopen(/dev/stderr, w); if you worried about it having been closed by the crashed parent?
2004-08-26 21:30:59 +00:00
Glenn Maynard
1771747c0c
RageSurfaceUtils::FlipVertically
2004-08-26 20:36:44 +00:00
Glenn Maynard
d2ad8869f0
flush errors before glReadPixels
2004-08-26 20:26:03 +00:00
Charles Lohr
f1f808ee2c
BGAnimations requierd by ScreenNetSelectMusic
2004-08-26 20:17:09 +00:00
Charles Lohr
99ea3b5ced
Font used for ScreenNetSelectMusic
2004-08-26 20:11:08 +00:00
Glenn Maynard
78b019fe0c
fix mono->stereo conversion
2004-08-26 20:01:43 +00:00
Charles Lohr
1d688ea36e
Updated metrics for ScreenNetSelectMusic
2004-08-26 20:01:27 +00:00
Charles Lohr
79f706f252
Added sound redirs for ScreenNetSelectMusic
2004-08-26 20:00:23 +00:00
Charles Lohr
d9da39b28c
Chat works, and now ScreenNetSelectMusic actaully works like it should.
2004-08-26 19:43:25 +00:00
Charles Lohr
b3e23e2201
Reverted change to control ScreenSelectMusic
2004-08-26 08:52:26 +00:00
Charles Lohr
6f8b89d855
Fixed searching for last played song.
2004-08-26 08:47:56 +00:00
Kevin Slaughter
759a271d0b
Warning fixes..
2004-08-26 08:41:38 +00:00
Charles Lohr
4fc0495423
Addition of ScreenNetSelectMusic.
2004-08-26 08:06:22 +00:00
Charles Lohr
e73f3a606b
Metrics for new ScreenNetSelectMusic.
2004-08-26 07:52:10 +00:00
Josh Allen
d9376563b1
Reworked Charles's Read and Write functions in to a class for use with future
...
developments.
2004-08-26 06:40:45 +00:00
Glenn Maynard
e76553c9cc
fix warning output
2004-08-26 04:36:35 +00:00
Glenn Maynard
8dfbd14434
simplify
...
ScreenInstructions, ScreenCaution, ScreenStyleSplash, and
ScreenGameOver are almost identical and could be merged with a little
Lua work ...
2004-08-26 04:25:16 +00:00
Glenn Maynard
df7288acd4
unused
2004-08-26 04:20:31 +00:00
Glenn Maynard
9d383ad624
update
2004-08-26 03:12:22 +00:00
Glenn Maynard
35070fe559
in May: "Disable ScreenSelectDifficultyEX; it was superseded by ScreenSelectMaster.
...
I don't think anything uses it (not sure if it still works); I'll wait a few snapshots
before removing it, though." It's been a few snapshots ...
2004-08-26 02:16:21 +00:00
Glenn Maynard
9875923278
Force FailImmediate in battery mode. Some code assumes it.
...
Are there any interesting uses of allowing non-FailImmediate in battery
mode? It would be harmless to allow setting it in the song options screen
if it was useful and worked (the current problem is that the default fail
mode is being applied, too).
2004-08-25 08:56:58 +00:00
Glenn Maynard
a6703d5561
fix "by Unknown artist" autogen slipping through
2004-08-25 08:25:43 +00:00
Glenn Maynard
65ee2a6461
Merge duplicate sounds.
...
Moving sounds which are used in various places to a separate common
name, and rediring to it, instead of picking an arbitrary element to
store the ogg and having everything else point at it. This makes
changing them individually in other themes easier, and makes changes
to one screen less likely to cascade and require changes to others.
I'm only actually doing this now because I want to try to fix some sound
quality issues (at least partially due to previous reencoding and resampling),
and having lots of duplicate sounds was a pain.
_common value: EditMenu value, JukeboxMenu value, ScreenMiniMenu value
_common row: EditMenu row, JukeboxMenu row, ScreenEdit line, ScreenMiniMenu row, ScreenPrompt change
Common start: ScreenNameEntry step
_common change: ScreenSelectGroup change, ScreenSelectStyle change
2004-08-25 05:27:08 +00:00
Glenn Maynard
da3361ec23
fix exception backtraces not always resolving
2004-08-25 04:08:43 +00:00
Glenn Maynard
e1e3f5ef40
fix bitmasks
2004-08-25 04:02:40 +00:00
Glenn Maynard
a76b3ad8ad
update
2004-08-25 01:49:20 +00:00
Glenn Maynard
7ffe8eaf9c
update
2004-08-25 00:20:32 +00:00
Glenn Maynard
1d6a9296e3
Move m_sprExplanation below m_sprBannerFrame. This should be
...
possible to do with draw order metrics, but we don't actually run OnCommand
in here ...
2004-08-25 00:18:51 +00:00
Glenn Maynard
af69d4ddb7
update
2004-08-24 23:53:35 +00:00
Glenn Maynard
8fb41ed93c
clamp "lesser position" output
2004-08-24 23:51:43 +00:00
Glenn Maynard
d6751ceae0
add missing "Yuujou" (oops, forgot to commit)
2004-08-24 23:41:08 +00:00
Glenn Maynard
6091b87526
cleanup
2004-08-24 22:44:06 +00:00
Glenn Maynard
fb425bcc8f
don't duplicate the whole comment in the header; just include a synopsis unless you're documenting an API class, etc
2004-08-24 22:31:18 +00:00
Glenn Maynard
536da0dcf7
cleanup
2004-08-24 22:29:47 +00:00
Glenn Maynard
4ce71a6aef
fix copyright notices; let's keep our names in there instead of duplicating them elsewhere
2004-08-24 22:27:53 +00:00
Glenn Maynard
9d4ccdafbf
comment
2004-08-24 22:24:06 +00:00
Geoff Benson
84588db385
Minor bugfix - 8-panel Rave is now selectable again
2004-08-24 13:11:26 +00:00
Steve Checkoway
ba036ba015
Add missing ffmpeg header
2004-08-24 00:44:17 +00:00
Steve Checkoway
1ce9d77242
Fix 14 or so warnings keeping c-style casts.
2004-08-22 23:02:15 +00:00
Steve Checkoway
60983ee8cc
Fix warning.
2004-08-22 22:57:29 +00:00
Chris Danford
c51c661fdd
fix cases where prefs aren't persisted in case of power loss
2004-08-22 21:42:28 +00:00
Chris Danford
e03e33f728
flush after writing machine stats
2004-08-22 18:28:44 +00:00
Chris Danford
ac6f4d2df4
read Static.ini too on ResetToDefaults
2004-08-22 18:08:06 +00:00
Chris Danford
097efbb08b
show "N/A", not "?", for Player Best if no Profile present
2004-08-22 17:35:22 +00:00
Chris Danford
c4febdcf62
fix "Trail RadarValues off by -1"
2004-08-22 17:23:08 +00:00
Chris Danford
3022f850f4
make header text consistent
2004-08-22 16:28:19 +00:00