Commit Graph
4876 Commits
Author SHA1 Message Date
Kevin Slaughter 824a2fdacb Simple model stuff.. 2003-08-20 09:59:52 +00:00
Kevin Slaughter 5f9520285e Fixed BeginnerHelper bugs 2003-08-20 09:58:11 +00:00
Kevin Slaughter e8a977310a ScreenHowToPlay.. minor fixes. Animation probs, but will fix later tonight. Textures are correctly displayed now, tho 2003-08-20 09:57:19 +00:00
Kevin Slaughter 8a674e0836 The actual BeginnerHelper class.. 2003-08-20 09:55:52 +00:00
Kevin Slaughter 84cdf90be6 If BegginerHelper is in use, kill the DancingCharacters instance 2003-08-20 09:54:26 +00:00
Kevin Slaughter cbdc6565f6 BeginnerHelper graphics update 2003-08-20 09:23:39 +00:00
Kevin Slaughter 7485e187dd Update metrics to include BeginnerHelper entries 2003-08-20 09:21:52 +00:00
Kevin Slaughter dad861ce5a Added in BeginnerHelper's step sensing ability, and so it will allow a flashing animation when an arrow is to be hit, ala DDR Extreme 2003-08-20 09:19:46 +00:00
Kevin Slaughter 322e94ab55 Added option to disable the BegginerHelper 2003-08-20 09:17:56 +00:00
Kevin Slaughter 82a8340afd Added ability to skip to frame xx in the current animation. Used in HowToPlay. Also allows an animation freeze, if re-iterated 2003-08-20 09:15:53 +00:00
Chris Danford b9e74687bf Add primitive language support 2003-08-19 08:01:15 +00:00
Chris Danford 9d44413a84 fix Background::LoadFromAniDir 2003-08-19 07:42:09 +00:00
Chris Danford ffea51d6e6 consolidate battle modes 2003-08-19 04:27:50 +00:00
Glenn Maynard fa67577a4f improve output 2003-08-19 02:30:10 +00:00
Glenn Maynard 400c99f8dc fix partial log output bug 2003-08-19 02:19:17 +00:00
Glenn Maynard f754f4259b SIGIOT is just an obscure name for SIGABRT 2003-08-19 01:32:07 +00:00
Steve Checkoway 7888e164ec Change to alpha 4 for the next release, whenever that may be. 2003-08-19 00:04:46 +00:00
Glenn Maynard 6dd8742a0b Fix "reload songs" erasing scores 2003-08-18 17:31:25 +00:00
Glenn Maynard c571885f86 Lots of code expects NoteData::CopyRange to be [x,y]; this fixes editor
and gameplay bugs.

I'd suggest that transforms should also take [x,y], not [x,y), for
consistency.
2003-08-18 17:21:18 +00:00
Glenn Maynard 6acf190929 Fix warnings 2003-08-18 17:19:34 +00:00
Glenn Maynard b8cd130fdb Fix VC6 compile 2003-08-18 16:57:00 +00:00
Steve Checkoway 962f0f2dba Fix compiler warnings. One, i wasn't declared in this scope. Two, fix integer comparison warning. 2003-08-18 10:34:48 +00:00
Steve Checkoway ad5190290b Add files 2003-08-18 10:28:35 +00:00
Chris Danford 5a36244a4e fix "corrupted HoldNotes" when using Transforms as attacks 2003-08-18 04:20:51 +00:00
Chris Danford b4befeb3df support Transforms as attacks 2003-08-18 02:37:43 +00:00
Glenn Maynard 82314802d5 fix hold note artifacts 2003-08-18 01:25:13 +00:00
Chris Danford 7eb44fd399 tweaks to stats.html output 2003-08-17 23:59:14 +00:00
Glenn Maynard 7499556e05 Chris: uncomment this if problems persist 2003-08-17 23:57:45 +00:00
Glenn Maynard a6bc2db876 Clear the input buffer after seeking. This fixes problems with leftover
data before the seek being delivered after the seek, which would throw
off sync.
2003-08-17 23:55:54 +00:00
Glenn Maynard f901311803 unused variable 2003-08-17 23:48:13 +00:00
Glenn Maynard 3db13f165e fix type warnings 2003-08-17 23:46:51 +00:00
Chris Danford 3d93c11e21 generate an HTML page with a list of all songs and difficulties on exit 2003-08-17 18:03:02 +00:00
Chris Danford 87b066782c HACK: reload song before playing in editor. This fixes the obvious sync problems in the editor. 2003-08-17 05:30:46 +00:00
Ben Anderson 180642b826 Add NoteFieldPlus 2003-08-17 01:05:15 +00:00
Chris Danford 248a61513a Add scrolls: split and alternate 2003-08-17 00:15:54 +00:00
Chris Danford 7429c86ebe Add "tipsy" effect (is there a better name for this?) 2003-08-16 23:34:47 +00:00
Glenn Maynard 7395839f3e Simplify.
Hide the window when we finish loading.  (It should really
shut down GTK altogether, so we don't keep junk in memory and
shut down the extra X11 connection--but GTK doesn't appear to
have any way to do that.)
2003-08-16 23:30:01 +00:00
Glenn Maynard 9975ef73fb Simplify. 2003-08-16 21:16:02 +00:00
Glenn Maynard cca9a68b95 Cleanup, fix checkpoint output. 2003-08-16 20:54:15 +00:00
Glenn Maynard 369780e9b3 remove cacidental debug cruft 2003-08-16 19:34:47 +00:00
Glenn Maynard 160979916a update 2003-08-16 19:30:32 +00:00
Glenn Maynard f067942817 fix potential overflow 2003-08-16 18:40:05 +00:00
Glenn Maynard aea20c1893 fix potential % crash 2003-08-16 18:36:19 +00:00
Glenn Maynard 25e3423063 display error 2003-08-16 18:22:14 +00:00
Glenn Maynard 63d2646956 unreachable code 2003-08-16 18:20:50 +00:00
Glenn Maynard 1d9896df45 Don't register Marvelous with mines when they're disabled. 2003-08-16 18:08:55 +00:00
Chris Danford f2a1e081b6 fix deleting of Steps 2003-08-16 17:53:58 +00:00
Chris Danford 2be2718bb4 don't enter course editor if 0 non-autogen courses or 0 songs 2003-08-16 17:45:23 +00:00
Glenn Maynard 725684ae81 Fix bHoldNoteBeginsOnThisBeat 2003-08-16 17:28:15 +00:00
Glenn Maynard da820462ae Whoops. Fix loading font. 2003-08-16 17:09:40 +00:00