Glenn Maynard
86d71eaf4e
RSM->PlayMusic("") stops the music (so we can have a blank
...
music metric stop any music)
2003-01-19 10:02:44 +00:00
Glenn Maynard
1c5f995296
update
2003-01-19 07:58:29 +00:00
Chris Danford
28da4bdce5
Trying out Eclipse instead of WinCVS.
2003-01-19 07:56:21 +00:00
Glenn Maynard
eaf51a944c
fix warnings
2003-01-19 07:51:10 +00:00
Chris Danford
3c983e7fa7
Re-enable default shadow for BitmapText
2003-01-19 07:06:59 +00:00
Chris Danford
7f55f35562
Adding basic coin support
2003-01-19 06:59:39 +00:00
Glenn Maynard
689183f6cf
allow installing normal and CVS in parallel, to different directories
2003-01-19 06:51:12 +00:00
Glenn Maynard
9f870e1480
update
...
include most noteskins; they're small
don't delete noteskins\dance if it has noteskins we didn't put there
include vc7 dlls
don't require dx8 (but do recommend it)
2003-01-19 06:29:25 +00:00
Glenn Maynard
da2ace9a34
update (of a sort)
2003-01-19 06:21:52 +00:00
Glenn Maynard
a21694f7c9
update
2003-01-19 06:18:35 +00:00
Glenn Maynard
c183d4e51a
explicitly create the cache dir
2003-01-19 05:38:19 +00:00
Glenn Maynard
d9dd3c00b1
use static logs
2003-01-19 05:00:51 +00:00
Glenn Maynard
861ba219c2
add static logs
2003-01-19 05:00:21 +00:00
Chris Danford
ab9f558c6e
Adding basic coin support
2003-01-19 04:44:22 +00:00
Glenn Maynard
4b0fa9aae6
make select style graphics optional. (they're one of the few game-
...
specific graphics in the default theme, so be tolerant if they're
missing)
2003-01-19 03:49:37 +00:00
Glenn Maynard
8a02601b98
allow blank sprite loads
2003-01-19 03:46:20 +00:00
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