Commit Graph

1697 Commits

Author SHA1 Message Date
Glenn Maynard a71d2ed254 add GetPathToOptional, so we can grab files and cope if they
don't exist
2003-01-19 03:26:05 +00:00
Glenn Maynard 450618161c remove GetGlyphTexture 2003-01-19 02:05:07 +00:00
Glenn Maynard a7f6279140 use GetTexture 2003-01-19 00:55:14 +00:00
Glenn Maynard d72770a1a9 increase the buffer size for hardware mixing a bit 2003-01-19 00:52:17 +00:00
Glenn Maynard 1698ddb304 add const accessor for Texture 2003-01-19 00:48:23 +00:00
Glenn Maynard 8377d8260c Clapm the fast-moving wheel sound effects; bumps speed from 80fps
to 130fps for me.  (I think it was starting over a hundred at a time ...)

The "random" effect was experimental.  I liked the bounce, but the
effect of pulling in random songs as it spun was hacky and not too
important (and a little buggy).

Random is now like roulette, except 1: it's shuffled, 2: it moves in reverse,
and 3: it stops with a bounce instead of shifts, and 4: it spins twice as
fast.  Currently, the bounce is a little bumpy; that's loading the sample
music, I think.
2003-01-19 00:47:06 +00:00
Glenn Maynard 267cddb3e1 commit some stuff i've been using for testing 2003-01-18 21:16:08 +00:00
Glenn Maynard 135b2d49ea add Common::InitialScreen 2003-01-18 20:54:05 +00:00
Glenn Maynard b7f8db70d2 update 2003-01-18 20:53:23 +00:00
Glenn Maynard 6eb12e6b81 add disabled benchmark code (which I've been using for a while
and want to at least get committed somewhere)
2003-01-18 20:44:25 +00:00
Andrew Livy 98d2d76ed0 Pump Song Select now with 'bouncing' icons when selected. 2003-01-18 19:07:52 +00:00
Glenn Maynard f903ac8f30 remove unused parameter 2003-01-18 09:35:08 +00:00
Glenn Maynard 49ffa7b45f replacing markers in BMT::SetText is too expensive; do it
manually
2003-01-18 09:18:30 +00:00
Glenn Maynard cbeb0d1288 don't update g_bAllowVivid several times each frame 2003-01-18 08:34:41 +00:00
Glenn Maynard dd739abc5e mental note: save before commit 2003-01-18 07:28:07 +00:00
Glenn Maynard 13d912b0f9 optimize ReplaceText
(worst-case gameplay test 140->160fps; still 20-30fps to go to get back
to 3.0F...)
2003-01-18 07:26:31 +00:00
Glenn Maynard c099f7add7 add BoostAppPri
this smooths out skips for some people
2003-01-18 04:27:33 +00:00
Glenn Maynard 05f6faf5a5 add BoostAppPri
no preferences option for this--the default should be OK; if we add
a debug or troubleshooting menu, it can go there
2003-01-18 04:26:25 +00:00
Glenn Maynard 78c34fce74 dur 2003-01-18 03:54:42 +00:00
Glenn Maynard 14461051c4 reduce the number of tiny files in the top directory 2003-01-18 03:54:41 +00:00
Glenn Maynard 27580e0174 choose, man, choose 2003-01-18 03:27:44 +00:00
Glenn Maynard 03d8a17aa0 ini files no longer need to have a dummy dimension spec on them
(they can, though; it'll be ignored)
2003-01-18 03:21:10 +00:00
Glenn Maynard 24468a5bd2 add regular arrows
ini files no longer need to have a dummy dimension spec on them
2003-01-18 03:18:02 +00:00
Glenn Maynard 26f9c8f2d7 font update 2003-01-18 03:15:26 +00:00
Glenn Maynard f86eaeecc5 alias update 2003-01-18 03:14:40 +00:00
Glenn Maynard 3351d5b0bd top and baseline are no longer mutually dependent 2003-01-18 03:14:10 +00:00
Glenn Maynard 00fcde0bba add and fix some aliases 2003-01-18 03:13:35 +00:00
Glenn Maynard 1310eb986d err, forgot about this one 2003-01-18 03:05:51 +00:00
Glenn Maynard 41ec8d9f34 update 2003-01-18 01:08:27 +00:00
Glenn Maynard a4ba337d42 add Top/Baseline 2003-01-18 01:03:17 +00:00
Glenn Maynard c03a7ca367 ++comment; 2003-01-17 22:23:35 +00:00
Glenn Maynard cc6892873b use &oq; and &cq; 2003-01-17 21:49:19 +00:00
Glenn Maynard 6f06b41084 don't throw so much
get rid of spurious "XXXX"
2003-01-17 20:44:06 +00:00
Glenn Maynard ca54debc48 add comment 2003-01-17 20:19:34 +00:00
Glenn Maynard 5fa4c6b63f add some aliases 2003-01-17 19:46:13 +00:00
Glenn Maynard 03045dd614 fix course contents when the frame size is changed 2003-01-17 01:43:09 +00:00
Glenn Maynard b40f81146c add ItemCurveX 2003-01-17 01:13:53 +00:00
Glenn Maynard c00fbf8151 add a 16px import font 2003-01-16 23:41:43 +00:00
Glenn Maynard d74a75b439 We already have a tweening mechanism; use it ... 2003-01-16 23:40:42 +00:00
Andrew Livy a14de6f9ff Added a code that changes the scroll speed in reverse order.
Pump style screen now has Mirror and Random icons.
2003-01-16 23:31:34 +00:00
Glenn Maynard 0b91c86e6f simplify 2003-01-16 23:28:30 +00:00
Glenn Maynard 1e66c63774 simplifications and minor fixes 2003-01-16 23:22:21 +00:00
Glenn Maynard ffc6ae2c37 Simplify splitpath.
Allow a font to have an INI and no pages.
2003-01-16 22:49:22 +00:00
Andrew Livy fac3d3aa69 Pump Music Select Screen now with sounds for changing songs or cycling songs.
Also a metric to have it play preview music pump or ddr style.
2003-01-16 21:21:09 +00:00
Glenn Maynard f98211d30e add files 2003-01-16 20:23:49 +00:00
Glenn Maynard f4febaf32a reorganize, update, add a hiragana/katakana font and
expand the small kanji font

kanji font is now based on MS Gothic instead of Mincho. it's not
as pretty, but it scales down much more cleanly
2003-01-16 20:22:49 +00:00
Glenn Maynard f950601f87 add a bunch of aliases 2003-01-16 20:21:31 +00:00
Glenn Maynard 3ec2605b60 finish up ranges, other minor fixes 2003-01-16 20:21:07 +00:00
Glenn Maynard a222aa7e75 add data namespaces
(these might read from an INI later)
2003-01-16 20:20:09 +00:00
Glenn Maynard 7e45953a12 add data namespaces
(these might read from an INI later)
2003-01-16 20:11:37 +00:00