Commit Graph
100 Commits
Author SHA1 Message Date
Glenn Maynard 73188fab68 Allocate the tapnote array; it's so large it's causing stack problems, so get
it off the stack.
2002-10-11 23:23:49 +00:00
Glenn Maynard fd1d2e82ed Test for hold note crossing in "4-space". This fixes rounding problems
and is much faster (converting to 4s is a little too slow to be done in
an inner loop).
2002-10-11 20:51:12 +00:00
Glenn Maynard a8869f2afe simplify (no need to cache a vector/array GetSize()) 2002-10-11 20:49:50 +00:00
Glenn Maynard ca652a6486 don't copy the same data hundreds of times for no particular reason 2002-10-11 20:47:28 +00:00
Glenn Maynard 314c3ecc39 same: remove a level of indentation 2002-10-11 18:25:15 +00:00
Glenn Maynard b90af9fdf4 all this does is remove a level of indentation; diff isn't very smart
about that.
2002-10-11 18:23:05 +00:00
Glenn Maynard cc0735ecd7 quiet warning in ddk header 2002-10-11 17:52:02 +00:00
Glenn Maynard 607271689a remove refresh dimming; it doesn't work anymore. 2002-10-03 03:24:34 +00:00
Glenn Maynard 081640a666 fix crash in credits when there are too many songs 2002-10-02 22:31:44 +00:00
Glenn Maynard dba3a3dd8e dist .vdi 2002-10-02 21:34:20 +00:00
Glenn Maynard 49f21f16e3 For tracking down Michel's problem: Reenable mode printing, print
the hr when CheckDeviceType fails.
2002-10-01 22:11:07 +00:00
Glenn Maynard 1e0e536467 Don't dist the INI; use the defaults in the source instead. 2002-10-01 21:27:42 +00:00
Glenn Maynard 1958f815b6 hopefully temporary BUGS file 2002-09-30 20:56:12 +00:00
Glenn Maynard da3d6f2aa5 update 2002-09-30 20:55:45 +00:00
Glenn Maynard f6572498a2 fix small memleak
+/* */s
2002-09-18 20:22:24 +00:00
Glenn Maynard 1682d06628 quadMask was being added twice.
+/* */s
2002-09-18 20:21:22 +00:00
Glenn Maynard 7b98747f39 fix some random corruption
make the b6 list wrap at 80 columns, since that's about where it seems
to be (didn't bother with the rest)
2002-09-18 20:15:28 +00:00
Glenn Maynard 8305a50acd Change to Y; is a global key. (Actually, so is F5, which is why I used
Y instead.)
2002-09-17 05:23:59 +00:00
Glenn Maynard 02bfd77a8a mutter 2002-09-15 03:18:18 +00:00
Glenn Maynard 36034dd5e1 GAAAH.
undo commit caused by annoying windows CVS client.
2002-09-15 03:13:21 +00:00
Glenn Maynard ba7efdb319 fix DWIPath loading for songs that have a normal layout;
some DWI's have relative paths that don't begin with ".\
 Song.cpp
2002-09-15 02:58:33 +00:00
Glenn Maynard ce2efdd9ea remove unused dialog 2002-09-13 18:36:09 +00:00
Glenn Maynard e3c59f9b0a put in a value for assert 2002-09-13 18:32:39 +00:00
Glenn Maynard 7d00e04e61 /* */ 2002-09-13 18:32:10 +00:00
Glenn Maynard c2f2f99650 move GetMainAndSubTitlesFromFullTitle to NotesLoader (only
used by them)
2002-09-13 18:17:53 +00:00
Glenn Maynard a0fb710580 ... stop asking me if you should send the crash dump and send the
crash dump ...
2002-09-12 23:01:52 +00:00
Glenn Maynard ddacccf3c0 reorganize, turn off disasm in crashdump for now 2002-09-12 22:56:02 +00:00
Glenn Maynard ac5f7f9c81 const 2002-09-12 08:51:24 +00:00
Glenn Maynard b0f4038e7f update 2002-09-12 08:37:47 +00:00
Glenn Maynard bd78e3499a Remove separation of Dance couples. 2002-09-12 08:37:12 +00:00
Glenn Maynard 0b264d276d Remove separation of Pump couples. (Rest coming; this one first
since it wasn't working.)  The couples separation stuff just isn't worth
the code.
2002-09-12 07:50:20 +00:00
Glenn Maynard 7b7fa49bd9 -/* */ 2002-09-12 07:49:26 +00:00
Glenn Maynard 86664614e9 fix harmless warnings 2002-09-12 07:47:55 +00:00
Glenn Maynard 5ca26b37c2 Remove fallback notes. More code than it's worth. 2002-09-12 07:13:25 +00:00
Glenn Maynard f7a8c0fe61 cosmetic 2002-09-12 04:40:51 +00:00
Glenn Maynard e9c2417f33 remove unneccessary includes 2002-09-11 05:53:17 +00:00
Glenn Maynard b87c4023a8 remove unneccessary includes 2002-09-11 05:45:49 +00:00
Glenn Maynard db53dc9923 add notesloader base class 2002-09-11 05:15:46 +00:00
Glenn Maynard 2237a894d2 simplify 2002-09-11 05:09:09 +00:00
Glenn Maynard c20277c8ff /* */ 2002-09-11 05:08:45 +00:00
Glenn Maynard 98cd268135 fix hold notes at the very beginning of songs 2002-09-10 23:53:51 +00:00
Glenn Maynard c35710ffbb Change "options explanation" to "option explanation", to be consistent
with "option XXX" for option screen data.

Add cast to get rid of a warning that I forgot to commit a while back.
2002-09-10 23:42:41 +00:00
Glenn Maynard cb44e7edda Invalidate cache due to addition of Pump couples loading.
Don't add songs that fail to load.
2002-09-10 22:55:12 +00:00
Glenn Maynard 767d286290 update 2002-09-10 21:34:57 +00:00
Glenn Maynard 9858e18467 also fix cdtitles 2002-09-10 20:55:06 +00:00
Glenn Maynard 3022600bf3 "i'm going to bed--oh wait, I just introduced a stupid bug" commit. 2002-09-10 11:33:08 +00:00
Glenn Maynard d3c44fbdc0 Whoops, can't cache colons, so can't fixup paths at load time. Do
it at query time instead.
2002-09-10 09:03:08 +00:00
Glenn Maynard 257697d0a9 Fixup DWI-tree song paths.
Don't prepend paths to those variables when they include a backslash,
not when they begin with a period.
2002-09-10 08:39:58 +00:00
Glenn Maynard 770d71d242 Load the DWI tree path. 2002-09-10 08:38:46 +00:00
Glenn Maynard d2ef7a72e0 Add option to specify DWI tree path. 2002-09-10 08:36:03 +00:00
Glenn Maynard 0e4f2d8a54 Split group adding off. 2002-09-10 07:11:29 +00:00
Glenn Maynard 9e857fab02 Split the songs-in-group-dir sanity check off.
Work on DWI tree loading.
2002-09-10 07:05:14 +00:00
Glenn Maynard 3f79aa9458 cleanup 2002-09-10 06:39:56 +00:00
Glenn Maynard fe58e28516 lower repeat time 2002-09-10 06:27:57 +00:00
Glenn Maynard b9d082ed0a update 2002-09-10 05:13:18 +00:00
Glenn Maynard 2440f1d6b7 /* */ 2002-09-10 05:10:20 +00:00
Glenn Maynard a0dc7ec5bf Use fallbcak notes; some fixes for it. 2002-09-10 04:59:53 +00:00
Glenn Maynard 5dbd96f447 obsolete 2002-09-10 04:16:32 +00:00
Glenn Maynard 661d55c972 simplify 2002-09-10 02:37:17 +00:00
Glenn Maynard c005d5f6aa i fear commitment
(mumble)
2002-09-09 23:15:44 +00:00
Glenn Maynard 7a459c7e50 pump couples; fix style counts
(fallback not used yet)
2002-09-09 23:15:43 +00:00
Glenn Maynard 49efb3ebf5 fix silly error (i'd have noticed this sooner if I'd spend more time playing
and less time coding)
2002-09-09 03:40:43 +00:00
Glenn Maynard 4f8d20d90d ... and associated cast changes. 2002-09-09 02:59:48 +00:00
Glenn Maynard 3677b39235 Change *round* to return float, to be like C99.
Fix rounding for negative numbers.
2002-09-09 02:58:36 +00:00
Glenn Maynard 583a9690fd Don't write empty tags. 2002-09-09 02:33:57 +00:00
Glenn Maynard c5a1844fc2 Don't add empty group names. 2002-09-09 02:23:47 +00:00
Glenn Maynard ca59284ac7 Fix writing couples. 2002-09-09 02:23:03 +00:00
Glenn Maynard e676d7bf48 remove duplicate group add 2002-09-09 02:01:53 +00:00
Glenn Maynard 440de6c0da Move DWI writing into a separate class. (Trying to simplify Song and
Notes ... this would help more if both of those were abstracted, though.)
2002-09-09 00:22:02 +00:00
Glenn Maynard 75d8ef986e Add new files.
Turn off browse info in vc7.  I know this takes a long time in 6; it
might not help much in 7.  I'll get around to timing it and turn it back on
if it doesn't matter.

Boost the warning level in vc7.  Not all of these warnings have been
cleaned up, but I'll get to them.
2002-09-09 00:21:12 +00:00
Glenn Maynard 1b435bd2b7 Make RAGE_ASSERT the default assert handler. 2002-09-08 23:30:23 +00:00
Glenn Maynard 8c79e2e556 fix movie sync 2002-09-08 23:29:27 +00:00
Glenn Maynard d22545d1cb move some code out of the header 2002-09-08 22:02:39 +00:00
Glenn Maynard 76e1a946c7 add sanity check 2002-09-08 22:02:01 +00:00
Glenn Maynard 8cbbd628f3 clarify extra stage creation 2002-09-08 21:57:33 +00:00
Glenn Maynard 68b41e7a75 button implementation, etc. 2002-09-08 06:13:47 +00:00
Glenn Maynard 9f92a16895 use new filter 2002-09-08 06:11:59 +00:00
Glenn Maynard 839d2388a2 Filter layer over *BeingPressed in InputFilter, to put odd special cases
without mussing up RageInput.

Disables the new joystick axes (they're only there for a USB converter
special case that I havn't added yet and will cause problems for others).
2002-09-08 06:10:23 +00:00
Glenn Maynard a0a27e7de3 remove some dupe code; show less dinput in the class;
add constants for Z/ZROT/HAT (unimplemented)
2002-09-08 02:49:07 +00:00
Glenn Maynard 221fa0a2c1 always use RageException 2002-09-07 21:27:06 +00:00
Glenn Maynard e4585929aa clarification 2002-09-07 21:16:53 +00:00
Glenn Maynard 6126abbeeb rename "View Log" resource.
(And a bunch of changes VC7 made; it still seems to load fine in VC6,
though.)
2002-09-07 21:14:13 +00:00
Glenn Maynard d5c92f748b Add RAGE_ASSERT. This is closely related to RageException;
perhaps RageException should be RageErrorHandler or something
like that.
2002-09-07 21:12:22 +00:00
Glenn Maynard 8eea1fdb5d Implement missing "View Log".
Write checkpoint messages to the crash dump.
2002-09-07 20:59:16 +00:00
Glenn Maynard b1ba52f3fe add messages to breakpoints 2002-09-07 20:58:16 +00:00
Glenn Maynard 7e1dca72a0 rename "View Log" resource 2002-09-07 20:57:39 +00:00
Glenn Maynard a02a38509b add stdafx 2002-09-07 20:57:11 +00:00
Glenn Maynard 9ff8336b7c move a function out of the header 2002-09-07 20:32:50 +00:00
Glenn Maynard f21b2c2e81 Add DX headers to PCH for now, until we can get them out of
the base includes.
2002-09-07 20:23:36 +00:00
Glenn Maynard 859c41a829 more header tweaks 2002-09-07 20:22:19 +00:00
Glenn Maynard 2a4f8d6cdf move some members out of the header;
remove a couple includes
2002-09-07 11:45:15 +00:00
Glenn Maynard 7a95382aa7 cleanup 2002-09-07 11:44:18 +00:00
Glenn Maynard 8bbcb59e49 add missing includes 2002-09-07 11:43:36 +00:00
Glenn Maynard 1f112d3c25 more of the same 2002-09-07 10:43:16 +00:00
Glenn Maynard 6460b7ae88 remove unused variables 2002-09-07 10:35:26 +00:00
Glenn Maynard 3a6e991e6b add returns, inits. 2002-09-07 10:33:44 +00:00
Glenn Maynard 4380e6e64e Remove unused variables, add returns. 2002-09-07 10:31:35 +00:00
Glenn Maynard 810b5f6e29 Remove unused variables, unreachable returns. 2002-09-07 10:31:07 +00:00
Glenn Maynard b95f7be48c err. 2002-09-07 10:22:49 +00:00
Glenn Maynard 77de4c66e8 remove unused variables 2002-09-07 10:22:21 +00:00