Commit Graph
2116 Commits
Author SHA1 Message Date
Glenn Maynard 4bb4b587e6 fix banner loading (color key in fade out) 2003-02-12 22:50:21 +00:00
Glenn Maynard f5fed3e23d fix and simplify 2003-02-12 22:32:04 +00:00
Chris Danford 68f4bf1f31 cleaned up ShowSongOptions pref
Added fade for missed tap notes
move FailType to MachineOptions (so it's persistent)
2003-02-12 22:05:14 +00:00
Glenn Maynard de9c496399 force NUM to the top and OTHER to the bottom of the ABC sort
this is intuitively correct (numbers before letters and "other" at the end),
and also looks somewhat symmetrical
2003-02-12 21:34:12 +00:00
Glenn Maynard 97f63638e7 oops; fix title sorting
(brown paper bag time again)
2003-02-12 21:23:54 +00:00
Glenn Maynard 235aa04a31 always one stage left for extra stages 2003-02-12 20:56:19 +00:00
Glenn Maynard 3db1e1da56 set a different color for the song that will lead to ex2 2003-02-12 20:55:51 +00:00
Glenn Maynard c0d1b32cf0 add missing StageColorEndless
add SongRealExtraColor
2003-02-12 20:55:05 +00:00
Glenn Maynard e54454ed22 add m_bUseAlternateText 2003-02-12 20:28:28 +00:00
Glenn Maynard 2f2447cb31 don't subst stuff that already has translits 2003-02-12 20:21:03 +00:00
Glenn Maynard 2fd80d6551 use alternates 2003-02-12 20:20:11 +00:00
Glenn Maynard 7a3336d50d add StringWillUseAlternate 2003-02-12 20:19:20 +00:00
Glenn Maynard af5fa1db3c use fallbacks 2003-02-12 19:40:58 +00:00
Glenn Maynard 8988dab6f7 printf? 2003-02-12 19:39:58 +00:00
Glenn Maynard caee0fc111 Add fallback strings, so we can fall back on translit text if
we're missing characters (eg. someone distributing a song
using kanji that not all people have) instead of showing the
default glyph
2003-02-12 19:34:53 +00:00
Glenn Maynard f4bfdda745 add FontCompleteForString 2003-02-12 19:33:30 +00:00
Glenn Maynard 02745e4c6d I think this was supposed to be .2, not .8--the dim is hardly visible at
all at .8.  Make it .25, so it's not quite so dark.
2003-02-12 18:49:46 +00:00
Glenn Maynard 9a04319aaf move installations list to a subkey, so it won't clutter things if
we add more keys later
2003-02-12 18:03:59 +00:00
Glenn Maynard 3b223d8b52 don't use RageMovieTexture directly 2003-02-12 17:49:21 +00:00
Glenn Maynard 9a54e74972 avoid special cases in parent classes
don't use RageMovieTexture directly
2003-02-12 17:48:56 +00:00
Glenn Maynard 5ba0e8f47d move global keys into a separate function
re-fix not sending key events to screens for global key
releases and repeats
simplify
2003-02-12 17:36:54 +00:00
Glenn Maynard 29d4008d26 scroll lock, not left control, for reasons already explained
don't assign two operator menu buttons
2003-02-12 17:20:57 +00:00
Glenn Maynard f038d34d8f add ScreenIntroMovie.cpp 2003-02-12 17:19:56 +00:00
Glenn Maynard 919a048f3e encapsulate each screen in its own file; don't clutter parents 2003-02-12 17:19:33 +00:00
Kevin Slaughter 0d5c5de300 See TODO.miryokuteki 2003-02-12 15:56:01 +00:00
Kevin Slaughter 150f2bc9a6 Updates, new joint premium advertisin implemented.. also global operator key, and global credit key.. see my TODO file. I have talked with chris, the global credit key will soon be able to be changed in the map inputs.. the one in there now has no bearing on the gloal key. 2003-02-12 13:12:45 +00:00
Kevin Slaughter de2602ccba Operator & InsertCoin keys are now configurable like any other menu key, and are still global (effective on any screen). many other misc bug fies and changes. see TODO.miryokuteki 2003-02-12 11:43:08 +00:00
Glenn Maynard 0c0caec1bc update 2003-02-12 08:48:24 +00:00
Glenn Maynard 566a89f23c simplify, comment 2003-02-12 08:29:52 +00:00
Glenn Maynard 5d6c8e0b64 Don't allow any function keys.
No need to check for the operator key; it won't reach this.
2003-02-12 08:10:58 +00:00
Glenn Maynard 97dd3b2cb3 Use scroll lock instead of control. Control's a nice, useful key; we
might want to use it for eg. jumping to a song title by initial in the
music wheel.  Scroll lock is out of the way.

Don't send the operator button to windows.
2003-02-12 08:05:23 +00:00
Glenn Maynard 3a13724a70 Cleanups:
Don't use variables that start with an underscore.  They're reserved
for the system.

Using single-letter variable names is fine for simple for() counters,
but don't use them for real variables.  Here you probably meant
"Coins", "CoinsPerCredit" (const) and "Remainder".

Er, you're implementing div and mod iteratively.  :)
2003-02-12 07:52:20 +00:00
Glenn Maynard aa254bb726 fix uninstallation of regkeys 2003-02-12 06:32:48 +00:00
Kevin Slaughter 985e4346fe *** empty log message *** 2003-02-12 06:32:01 +00:00
Kevin Slaughter c8745d1b47 Updates, new joint premium advertisin implemented.. also global operator key, and global credit key.. see my TODO file. I have talked with chris, the global credit key will soon be able to be changed in the map inputs.. the one in there now has no bearing on the gloal key. 2003-02-12 06:25:51 +00:00
Glenn Maynard d4d133286b update 2003-02-12 06:23:33 +00:00
Glenn Maynard f224c20e09 misc 2003-02-12 03:02:44 +00:00
Glenn Maynard 25011c8639 rename to .html (we're not in 8.3 anymore :) 2003-02-12 02:01:46 +00:00
Glenn Maynard d762980b47 add (c) 2003-02-12 01:54:17 +00:00
Glenn Maynard 649f835042 add null sound driver 2003-02-12 01:54:01 +00:00
Glenn Maynard 5a27d51068 fix options menu when in arcade input style 2003-02-12 00:41:56 +00:00
Glenn Maynard 9942468079 update 2003-02-12 00:31:57 +00:00
Glenn Maynard d2f27c0ff2 allow disabling translit for specific translations 2003-02-12 00:31:12 +00:00
Glenn Maynard 95dd7bd139 add translit toggle 2003-02-12 00:14:53 +00:00
Glenn Maynard 325058bef0 tweak credits alignment
add translit help line
2003-02-12 00:13:53 +00:00
Glenn Maynard c9762ccda2 add chars 2003-02-12 00:13:00 +00:00
Glenn Maynard bcf4d2f604 Rename title accessors in Song.
Add a preference to prefer transliterations. Press F9 in the music
select screen to toggle it ("what's that kanji again?"); appearance
options entry forthcoming.

Hopefully fix wheel sections; we were assuming that sections were
always sorted the same as the songs in them, but this isn't true
with "OTHER".
2003-02-11 23:52:18 +00:00
Chris Danford ee9f4d99a5 Fixed super-shuffle. It's sad that it was broken for so long! 2003-02-11 21:41:43 +00:00
Glenn Maynard dd5af900d6 fixes and additions 2003-02-11 21:36:40 +00:00
Glenn Maynard 9d7e72f333 add some more kanji 2003-02-11 21:26:46 +00:00