Commit Graph

1690 Commits

Author SHA1 Message Date
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
Andrew Livy 134bf066b0 Fixed annoying "Pump Center Pad Bug"
Basically "tap" was being mistook for "tap explosion"
so now tap is renamed to "tap parts"
stick with it :)
2003-01-16 17:10:19 +00:00
Glenn Maynard 43be2063b6 speed up score tween during sort change
fix it flying off screen when changing sorts more than once

add new tween mechanism for tweens that interrupt current tweens
but end up coming back to the same place when they're done
2003-01-16 05:09:13 +00:00
Glenn Maynard ebe5b97b49 add GetDestTweenState and SetTweenState 2003-01-16 05:07:54 +00:00
Glenn Maynard 607a1b6320 fix up error reporting; move some stray sdl_sound stuff out of RageSound 2003-01-16 01:04:54 +00:00
Andrew Livy 17cfbda874 removed some unused, untested and generally dangerous scrolling list code. 2003-01-15 21:40:12 +00:00
Andrew Livy 7f01598bcc Sped up ScrollingBannerList a bit 2003-01-15 21:25:47 +00:00
Glenn Maynard 17fca7cbd3 fix split 2003-01-15 20:37:15 +00:00