Commit Graph
5348 Commits
Author SHA1 Message Date
Kevin Slaughter 6b84056a1c Addition to ThemeManager now prevents this screen from crashing if the SM file is not found in the current theme's dir so we can fall back onto the default theme's SM file. 2003-09-11 09:15:59 +00:00
Kevin Slaughter ef5952192e Add ability to find a proprietary SM file, for things such as ScreenHowToPlay 2003-09-11 09:14:46 +00:00
Kevin Slaughter 050e76f4c5 small progress with SDLNet 2003-09-11 09:14:07 +00:00
Kevin Slaughter fcd3745c49 FIX:: m_bShowBackground should be true by defualt.. my bad ^_^ 2003-09-11 09:13:11 +00:00
Kevin Slaughter 7f8c204bf3 Remove dead GetHowToPlayAnimationPath() 2003-09-11 09:08:23 +00:00
Kevin Slaughter 78300acc73 Remove GetHowToPlayAnimationPath().. This has been superceded by ScreenHowToPlay steps.sm 2003-09-11 08:49:37 +00:00
Kevin Slaughter 6dbf9e83b1 minor fixes. switch() is a bit cleaner 2003-09-11 08:46:12 +00:00
Glenn Maynard 9a6b4560b1 Wait a couple frames for a second press, since inputs aren't coming
in a single update in Linux.

These really should tend to come in a single update, but I don't have
the adapter to investigate.  Probably something SDL-related ...
2003-09-11 03:47:13 +00:00
Glenn Maynard c8f322ca3c remove cruft 2003-09-11 03:36:43 +00:00
Glenn Maynard a061078f1d Fix Caprice. 2003-09-11 03:35:05 +00:00
Glenn Maynard 7e87b64745 Don't require dedicated menu buttons. It seems to work fine. 2003-09-11 03:25:34 +00:00
Glenn Maynard 39315b726b cleanup 2003-09-11 03:19:11 +00:00
Glenn Maynard c5e4284dbd Fix display updating. 2003-09-11 03:18:56 +00:00
Glenn Maynard 6fb6ae924a Prevent GTK from setting the locale. Fixes problems in locales that mess
with decimal separators (eg. Swedish).
2003-09-11 03:01:07 +00:00
Glenn Maynard 9a3c89835a Load SDL even if we have GTK. 2003-09-11 02:46:30 +00:00
Glenn Maynard 575a7b2eeb Fix crash if GtkModule.so fails to load. 2003-09-11 02:42:48 +00:00
Ben Anderson c1889a8afd Auto-map EMS USB2 on Linux 2003-09-11 02:42:29 +00:00
Glenn Maynard 83f7f7ea60 Fix music rate import. 2003-09-11 02:36:15 +00:00
Thad Ward f87d7bf25a add SoundReader.cpp and SoundReader_WAV.* to the vc6 project 2003-09-11 01:34:29 +00:00
Thad Ward 7c948b1896 BeginnerHelper is not available for Solo or Doubles styles. 2003-09-10 23:46:49 +00:00
Thad Ward 2964e0dad5 comment out a bit someone missed when removing the other stuff related to network play. 2003-09-10 23:45:59 +00:00
Glenn Maynard 55bb3068dd Disable networking stuff, so we can build. 2003-09-10 22:13:25 +00:00
Glenn Maynard 5c35dd9994 Remove NetworkManager from the build; it doesn't build.
Don't add libraries in the VC interface.  See RageDisplay_D3D.cpp
for an example of how to do this inline, so it works with both VC6 and
VC7.
2003-09-10 22:11:29 +00:00
Glenn Maynard aea2f4583d This doesn't build (on any archs). 2003-09-10 22:08:24 +00:00
Glenn Maynard f5d284a4a5 fixes 2003-09-10 22:02:44 +00:00
Sean Burke fdd2222779 Update the Makefile for the native WAV decoder. 2003-09-10 21:47:45 +00:00
Glenn Maynard b9efc67d02 add SoundReader::OpenFile 2003-09-10 21:34:01 +00:00
Glenn Maynard 984c6d4b7c SoundReader::OpenFile 2003-09-10 21:33:46 +00:00
Glenn Maynard 604fb736cd add files 2003-09-10 21:33:35 +00:00
Glenn Maynard 200177d22a add native WAV decoder 2003-09-10 21:31:40 +00:00
Andrew Livy c5dfa6cc84 Added Title/Subtitle/Artist texts to ez2 music select 2003-09-10 20:59:53 +00:00
Glenn Maynard 744a381e42 Simplify ConvertParamToThemeDifficulty. 2003-09-10 08:47:43 +00:00
Glenn Maynard 608c03e35e Add a couple description mappings. 2003-09-10 08:44:08 +00:00
Kevin Slaughter 05e1ff1aec Recompiled SDLNet libraries. Still getting that damn `No available audio device' error anytime I try to call SDLNet_TCP_Open();.. HELP. 2003-09-10 06:58:52 +00:00
Steve Checkoway c9a1a7f206 First version of the configuration file for the installer. 2003-09-10 05:29:29 +00:00
Steve Checkoway d656a9bd42 No longer needed 2003-09-10 05:28:25 +00:00
Steve Checkoway 31caf62cd7 Add SDL_sound and SDL_net directly to project file. SDL_sound at least should probably be made a seperate target upon which SM is dependent but this is easier. Add the necessary defines using -D in 'Other Compiler Flags'. 2003-09-10 05:25:17 +00:00
Steve Checkoway 62e46c908e Fix locations of InstallerWindowController.* 2003-09-10 04:34:11 +00:00
Steve Checkoway 1e5536c7d6 Add an NSPanel to ask the questions 2003-09-10 04:31:47 +00:00
Steve Checkoway bd5220743d Installer is now functional but not complete. It spits out error messages when it shouldn't. It copies the CVS directories into the archive. It doesn't honor the overwrite flag, it just always does what tar normally does. (Overwrites I assume...) It cannot get superuser privs yet for installing the libraries. 2003-09-10 04:30:51 +00:00
Steve Checkoway 535b7cfb61 These _should_ be here 2003-09-10 03:52:20 +00:00
Steve Checkoway 573e9df0b6 These shouldn't be here 2003-09-10 03:50:05 +00:00
Steve Checkoway 010f353817 Keep mCWD as an absolute path. 2003-09-10 03:26:12 +00:00
Steve Checkoway 04c7707c16 Add output, remove noisy output. 2003-09-10 03:25:58 +00:00
Steve Checkoway 0a54033e39 BuildInstaller is working 2003-09-10 02:42:49 +00:00
Glenn Maynard c7e13b3cd4 URL doesn't help; too little hardware supports GL_COLOR 2003-09-09 20:35:53 +00:00
Sean Burke 24846c8a21 Add the NetworkManager to Makefile. 2003-09-09 20:28:35 +00:00
Sean Burke cd872235fc eol 2003-09-09 20:24:28 +00:00
Thad Ward 58a61259d6 remove the IgnoreJoyAxes preference again, since it isn't used anywhere. (see Chris' earlier commit for why) 2003-09-09 12:17:06 +00:00
Andrew Wong 8611977bb4 change build settings to remove warnings 2003-09-09 11:08:57 +00:00