Commit Graph
5309 Commits
Author SHA1 Message Date
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
Kevin Slaughter 89dbc35832 Add beginning tests of Network Play 2003-09-09 10:21:06 +00:00
Kevin Slaughter 24bfdd40ec Upgrade SDL_net to 1.2.5 2003-09-09 10:16:17 +00:00
Andrew Wong 68c198a24e fix prefsman 2003-09-09 09:16:19 +00:00
Andrew Wong fdf614ddc0 fix changing from a profile to none (still not completely fixed) 2003-09-09 09:15:02 +00:00
Kevin Slaughter 20e5b01970 For some reason, m_bIgnoreJoyAxes was missing...?? Fixed. 2003-09-09 09:00:36 +00:00
Chris Danford bc1d7650fd remove IgnoreJoyAxes option. Instead, have ScreenMapControllers prefer button presses over axis presses for simultaneouly received input events. 2003-09-09 04:57:22 +00:00
Sean Burke 122891a56e Whoops, fix ScreenRanking compile. 2003-09-09 03:24:34 +00:00
Sean Burke c18acda64f Clean up the Makefile for the SDL_sound updates. 2003-09-09 02:58:38 +00:00
Sean Burke 3275bfd581 Allow a manually set pref for what courses to display in ScreenRanking. 2003-09-09 02:54:34 +00:00
Sean Burke 0cfcb3974f Revert metrics change. 2003-09-09 02:05:46 +00:00
Glenn Maynard b8e171e289 Fix mini bugs. 2003-09-09 01:32:32 +00:00
Sean Burke 0a0d52c5fb Show ScreenCredits. 2003-09-09 01:26:40 +00:00
Steve Checkoway 37ce05490c Add files 2003-09-09 01:01:14 +00:00
Steve Checkoway 3226a2fa6d Continue OS X installer work. 2003-09-09 01:00:48 +00:00
Steve Checkoway 95f387ce5c More installer files 2003-09-09 00:55:36 +00:00
Steve Checkoway 2673330ad0 Continue OS X installer work. 2003-09-09 00:52:31 +00:00
Glenn Maynard c4f0c0f5c0 Dupe steps sometimes have varying initial whitespace; ignore it. (Don't
ignore all whitespace, since newlines are significant in SM data.)
2003-09-08 23:08:25 +00:00
Sean Burke 5c77d70c42 Add myself to the credits, I suppose. 2003-09-08 22:21:57 +00:00
Glenn Maynard 687a03b8bd Use ScoreKeeperMAX2 for 5th scoring. 2003-09-08 21:50:05 +00:00
Glenn Maynard a1de71b917 testing 2003-09-08 21:37:20 +00:00
Glenn Maynard 3b946361cc Merge 5th scoring into MAX2. It's not much code, and it's better than
duplicating ~500 lines.  I think making this a derivation would be more
complicated and more work than it's worth.  Let's see how this works.
2003-09-08 21:32:23 +00:00
Steve Checkoway 678115e37f Initial work for an installer for OS X 2003-09-08 20:20:57 +00:00
Thad Ward 3bca704638 Make the character icons tween on and off properly. 2003-09-08 18:57:12 +00:00
Thad Ward f00db4ef5a add missing if statement 2003-09-08 18:26:06 +00:00
Thad Ward a34f11b7a8 only need to call these if we are drawing the character or dancepad. 2003-09-08 18:20:59 +00:00
Thad Ward 226f34427b Update the lifebar if we are using it but not using the player object. 2003-09-08 18:05:00 +00:00
Thad Ward f61cf91601 allow any of the lifebar, notefield/player, character, or dancepad to be turned off by the metrics.
(still need to write code to update the lifebar if it is used and the player isn't)
2003-09-08 17:49:44 +00:00
Thad Ward 6d9228f4fa make the How To Play screen get its steps from an outside file rather than be hardcoded. 2003-09-08 17:11:52 +00:00
Thad Ward 955e6803ef make the step values a little more sane. 2003-09-08 17:10:15 +00:00
Thad Ward a38b69fd03 no need to check more frequently than one noterow. Step() now only gets called once per step. 2003-09-08 16:46:23 +00:00
Andrew Livy 48ece6919c Ez2 only has perfect/good/miss -- adjust normal ddr judgments to accomodate ez2's. 2003-09-08 15:30:26 +00:00
Thad Ward a90822bb19 Remove a little overhead from the BeginnerHelper::Update() path. 2003-09-08 13:56:08 +00:00
Chris Danford c0c680317c profiles are usable 2003-09-08 07:21:41 +00:00
Sean Burke f5bb646c1f Update Makefile for the profile additions. 2003-09-08 06:27:49 +00:00
Andrew Wong 13d072d2d2 updates for profile cpp/h files 2003-09-08 05:24:34 +00:00
Chris Danford 3736845d3e working on profiles stored on machine (intermediate step toward memory card support) 2003-09-08 03:26:58 +00:00
Glenn Maynard a7e3700ab2 remove extra define 2003-09-08 02:23:39 +00:00
Aaron VonderHaar 1c5530530d Ignore SoloSingles in Battle/Rave mode (ie, when playing against a computer opponent) 2003-09-08 01:38:19 +00:00
Aaron VonderHaar 2ea9aef53c missing define 2003-09-08 01:18:14 +00:00