Commit Graph

16685 Commits

Author SHA1 Message Date
Jared Roberts 9de0c5029a Transliteration support in editor 2002-09-16 22:16:14 +00:00
Chris Danford 7361190198 fix "Max Combo" showing on Oni Evauation screen
NG now causes to lose a battery life
songs w/o music no longer show up in courses
changed all "numbers" images to have the same format
2002-09-16 18:25:29 +00:00
Jared Roberts a6e74da707 Added #TRANSLITERATION tag, and made it preferred over
the full title when sorting.

Also noticed that a lot of string copying is done during the ABC sort
(and it's call to GetFullTitle)-- optimizing this away may make in-between
songs go much faster...
2002-09-16 05:49:46 +00:00
Chris Danford 326b1d4df0 Missing a music file is no longer a fatal error. 2002-09-16 00:56:30 +00:00
Chris Danford a650641426 Fixed ugly evaluation bar tweens 2002-09-15 23:41:26 +00:00
Chris Danford bc32d45b69 Added "NoteDisplay-UseHoldHeadForTap" metric 2002-09-15 23:20:59 +00:00
Chris Danford a90c4e4ff5 Made "credits" a separate font. 2002-09-15 23:04:44 +00:00
Chris Danford 48866756f3 fixed "battery life meter numbers does not implement 'x'" 2002-09-15 22:59:38 +00:00
Andrew Livy a5781d8003 Last Minute SM6 stuff. Including, fixes for corrupt files, some theme music a bit of para graphics e.t.c. 2002-09-15 22:06:44 +00:00
Chris Danford e89e4674d4 fixed hold note head slipping above receptors if you aren't holding down the button 2002-09-15 19:38:44 +00:00
Chris Danford c311a87be9 fixed ugly judge/combo tween on fast songs. 2002-09-15 19:31:33 +00:00
Chris Danford fdb09fc810 fixed crash in MsdFile. Also, updated ez2 and SMMAX2 themes to new element names. 2002-09-15 07:03:32 +00:00
Chris Danford 35688cfea5 Changed naming convention in theme elements from "game 0" -> "dance", and "style 0" -> "single" so things won't break if we change the game/style ordering. Cleaned up ez2: replaced missing graphics, fixed alignment of lifemeter. 2002-09-15 03:50:57 +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
Chris Danford 08926e30af fixed missing "MenuBGAnims*" from VC7 project 2002-09-15 00:32:21 +00:00
Andrew Livy 7c6529979c Ez2 Menu Graphics 2002-09-14 21:11:15 +00:00
Andrew Livy 5e527338f8 Credited Graphics Bods. 2002-09-13 22:30:49 +00:00
Andrew Livy 6d96c2568c More MenuBGAnim stuff. Now REAL background UK-MOVE style. 2002-09-13 22:15:32 +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
Andrew Livy 05420d9bb4 Ez2dancer Metric Configurable Animated Style Select Backgrounds Back!! 2002-09-13 18:06:36 +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
Chris Danford e88d225436 improved snaking alignment, fixed crash in BackgroundAnimation if image is small enough to have > MAX_SPRITES 2002-09-12 15:23:20 +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
Chris Danford 572e73fedc Fixed life meter ugliness 2002-09-12 02:31:52 +00:00
Chris Danford 686b704ed7 Added snaking life meter and fixed Tick timing. 2002-09-12 00:40:48 +00:00
Chris Danford 144a7339f2 re-enabled alpha override and dithering for song BGs 2002-09-11 06:49:30 +00:00
Chris Danford ef3bc7a554 added default sample start value 2002-09-11 06:01:07 +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
Chris Danford dd5789c613 fixed ugly pop between sample music repeats, tweaked default sample length 2002-09-11 05:32:15 +00:00
Jared Roberts e115f1919c Fixed boost & other effects
moving boost out of the effects line had caused an off-by-one
in the effects, plus flip & tornado weren't setting their flags.  Also,
there was some b0rkage with the menus not properly treating po.m_EffectType
as a bitmask.  If more & more options get moved out of the effects line, care
needs to be taken to prevent special case implosion...
2002-09-11 05:30: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
Chris Danford 45e1d6ef81 fixed a bunch of DWI save bugs. 2002-09-11 04:49:07 +00:00
Chris Danford 9ef03e7fea forgot to check in explanation font 2002-09-11 00:32:11 +00:00
Glenn Maynard 98cd268135 fix hold notes at the very beginning of songs 2002-09-10 23:53:51 +00:00