Glenn Maynard
af7fb8a25c
Clean up some messages. I'm not too crazy about this; we should have parameters
...
to messages, and unify them with actor messages instead of having two major,
distinct, functionally similar messaging systems. This is an improvement over
a chunk of messages that are handled differently than all other messages, though.
2006-02-23 23:50:32 +00:00
Chris Danford
e63cfef561
change text and button names to more closely match Watson so that people are less nervous about sending us data
2006-02-23 20:05:05 +00:00
Chris Danford
6205025e9e
use white background for header text and icon
2006-02-23 20:03:10 +00:00
Chris Danford
732bd2a29a
Remove mount of desktop. Let smpackage mount if if it needs to.
2006-02-23 18:30:40 +00:00
Chris Danford
6b5231cbf0
make the Enter a Comment edit box default to disabled so people are less inclined to enter useless comments
2006-02-23 16:27:16 +00:00
Chris Danford
663f13e70b
Intel i915 on OSX 10.4.4 supports vertex programs but not hardware vertex buffers. Our software vertex rendering doesn't support vertex programs.
2006-02-22 21:22:33 +00:00
Chris Danford
06b19345a9
fix NextRow markers accumulate when a row is reloaded
2006-02-22 18:12:45 +00:00
Chris Danford
071558697b
don't show a string for the default NoteSkin
2006-02-22 17:27:32 +00:00
Chris Danford
0e12a206f4
blank m_sNoteSkin mean "no change in NoteSkin". Don't hardcode the NoteSkin "default" everywhere because "default" is not guaranteed to exist.
2006-02-22 17:15:13 +00:00
Glenn Maynard
7da80cdaa2
WideScreen metrics
2006-02-22 08:30:25 +00:00
Glenn Maynard
4433dc510e
The "aspect ratio" preference is complicated for casual users. Add a simple on/off wide-screen toggle.
2006-02-22 08:25:49 +00:00
Jason Felds
f7cf0e1e93
Mostly complete VC2005 support. Split off from 2003 due to format changes. At its present state, it won't compile, but hopefully that will change soon.
2006-02-21 20:41:47 +00:00
Chris Danford
d7400af2c2
add support for ARB_texture_env_combine
2006-02-21 20:38:21 +00:00
Chris Danford
0e3cccdbf2
add missing UninstallOld strings
2006-02-21 20:31:38 +00:00
Chris Danford
c8829120a9
fix VC6 compile
2006-02-21 20:30:30 +00:00
Steve Checkoway
9004da0be7
Fix crash.
2006-02-21 12:37:58 +00:00
Steve Checkoway
3996629264
Set the master player number. (Maybe this should just be reverted to use PLAYER_1.)
2006-02-21 12:35:17 +00:00
Steve Checkoway
9b76b934d2
Oh boy, more copy/paste errors.
2006-02-21 11:43:20 +00:00
Steve Checkoway
e40a94ebe2
Missed commit? I could have sworn I'd already committed this.
2006-02-21 11:28:05 +00:00
Steve Checkoway
bd9fe065c9
Fix spelling.
2006-02-21 11:24:53 +00:00
Steve Checkoway
cacb193780
Cleanup spacing.
2006-02-21 11:01:29 +00:00
Chris Danford
2398398018
add Sandbox metrics
2006-02-21 05:02:14 +00:00
Chris Danford
faa88362db
disable GSL vector lib on MacOS x86
2006-02-21 04:52:39 +00:00
Glenn Maynard
10ee126b64
resample.dll
2006-02-21 03:07:08 +00:00
Steve Checkoway
4033e5c1a7
Import/export.
2006-02-21 02:51:34 +00:00
Steve Checkoway
cc7a528269
The distinction between a random course entry and a nonfixed one is not clear. A newly created course entry would have IsRandomSong() return false yet when placed in a course, the course would return AllSongsFixed() as false. Redefine a random song to be pSong = NULL.
...
Remove the sentinel value since the songs are already shuffled. Picking the first one is enough.
2006-02-21 02:29:22 +00:00
Steve Checkoway
9c1cba73f5
Revert. I didn't mean to commit this.
2006-02-21 02:01:29 +00:00
Steve Checkoway
2c1324b70b
This doesn't even make sense. Having a random entry has nothing to do with it being random. Also, IsRandomSong() always returns false with the current reading logic so the if statement's condition was logically entry.bSecret.
2006-02-21 01:59:36 +00:00
Steve Checkoway
6bc529f51b
This only modifies mutable data so make it const to silence the compiler warning about calling it from a const function.
2006-02-21 01:54:50 +00:00
Steve Checkoway
439c0f2011
IsFixed and AllSongsAreFixed were identical. IsFixed -> AllSongsAreFixed.
2006-02-21 01:48:01 +00:00
Steve Checkoway
e6a456e1c3
Handle random entries.
2006-02-21 01:36:49 +00:00
Glenn Maynard
f4e1bae560
OS mountpoints (with RageFileDriverDirect) don't end in a backslash;
...
fixes CreateDirectories failing
2006-02-20 23:34:55 +00:00
Steve Checkoway
d691fe9919
Working on course editor.
2006-02-20 06:18:57 +00:00
Steve Checkoway
c3246da6b7
Add redir for the sound.
2006-02-20 04:26:30 +00:00
Steve Checkoway
1946083107
Don't change player one's course difficulty preferenes. Play a sound when the difficulty changes.
2006-02-20 04:25:53 +00:00
Steve Checkoway
bd36a41a35
Hush...
2006-02-20 03:28:50 +00:00
Steve Checkoway
6577998a44
Cleanup.
2006-02-20 02:46:22 +00:00
Steve Checkoway
4d2f9bfbf4
These are not subclasses of SOMaster so do not fall back on SOSimple which falls back on SOMaster.
2006-02-20 02:42:49 +00:00
Steve Checkoway
884aaf40f3
Add strings.
2006-02-20 02:41:49 +00:00
Steve Checkoway
2ec2ea1bcb
Themeable.
2006-02-20 02:40:47 +00:00
Steve Checkoway
7542d474df
Localize.
2006-02-20 02:38:29 +00:00
Steve Checkoway
752f559b99
No really, -1.
2006-02-19 22:46:54 +00:00
Glenn Maynard
782169ca61
cleanup (this while looks like an independent statement, which is confusing)
2006-02-19 11:35:08 +00:00
Steve Checkoway
4c593087a3
Cleanup.
2006-02-19 11:24:37 +00:00
Steve Checkoway
2c99a2b194
Do not strip debugging symbols during debug build.
2006-02-19 09:11:10 +00:00
Steve Checkoway
714470969f
Missing graphic.
2006-02-19 08:51:26 +00:00
Steve Checkoway
7fa3507499
Fix back sound when you press start.
2006-02-19 08:21:54 +00:00
Steve Checkoway
95e30d9146
Put pch caches in a directory that depends on the active configuration. Use 3 types of configurations:
...
Native: compiles with optimizations, no debug symbols and only for the native arch.
Debug: compiles without optimization but with debug symbols, only for the native arch.
Universal: compiles with optimizations, no debug symbols, and for ppc and i386.
2006-02-19 07:58:15 +00:00
Steve Checkoway
1b3c3096c2
The correct value is -1.
2006-02-19 07:43:58 +00:00
Chris Danford
63a2415b51
move output of all configuration to project root dir. Rename: . -> Release, Universal->Debug, etc
2006-02-19 06:27:10 +00:00