Commit Graph
3100 Commits
Author SHA1 Message Date
Aaron VonderHaar f95a2e7736 data/ => Data/, case matters in linux 2003-04-22 12:16:06 +00:00
Aaron VonderHaar c822a41fca Song.h => song.h 2003-04-22 12:13:36 +00:00
Chris Danford e828fc3f5d working on GrooveGraph 2003-04-22 08:43:12 +00:00
Glenn Maynard e057cf3f9b don't refresh metric cache unless we're going to use it 2003-04-22 07:51:06 +00:00
Glenn Maynard ea3af6e46d noisy 2003-04-22 07:42:50 +00:00
Glenn Maynard 650beb538f use Checkpoint 2003-04-22 05:58:29 +00:00
Glenn Maynard a97df9c0de add Checkpoint 2003-04-22 05:53:18 +00:00
Glenn Maynard 84cb834f26 cleanup 2003-04-22 05:22:05 +00:00
Glenn Maynard 68a9099400 keep track of the current theme 2003-04-22 05:21:45 +00:00
Glenn Maynard c3d1b78d15 add mapped logs 2003-04-22 05:21:25 +00:00
Glenn Maynard 576f233eb6 add AdditionalLog 2003-04-22 05:21:08 +00:00
Chris Danford 4b7d640324 support noteskin-changing attacks
cache trick icons
change AI probability format
2003-04-22 04:54:04 +00:00
Glenn Maynard 0e11d79ec8 log theme changes, so I don't have to play detective to figure out
which theme a crash happened in
2003-04-22 04:11:04 +00:00
Glenn Maynard f23bffe84e fix misses
(how did we all miss *that*? :)
2003-04-22 03:55:23 +00:00
Glenn Maynard 48d6a50e39 simplify 2003-04-22 00:27:52 +00:00
Chris Danford 15a54aee79 options cleanup 2003-04-21 23:43:51 +00:00
Glenn Maynard e0e5f18ca9 don't show message when not in ASK mode 2003-04-21 22:55:46 +00:00
Glenn Maynard 5ad3b0b786 Readd optional song menu.
Three options:
  yes, to go directly to it without asking.  This is faster for people who use
the song options menu frequently
  no, to skip it completely; probably useful for coin mode where the song
opts menu may be inappropriate
  ask, to ask, for people (like me) who use that menu very infrequently
but still want it available
2003-04-21 22:36:45 +00:00
Glenn Maynard 0a4afe592b quiet warning 2003-04-21 22:31:27 +00:00
Glenn Maynard 4fa32b05cb add separate fade in for coming from "press start for more options"
add separate fade out for going directly from player options to stage screen
2003-04-21 22:30:52 +00:00
Chris Danford 7e586c3c8b fix long/marathon balloons 2003-04-21 22:26:07 +00:00
Glenn Maynard a70d95db67 fLength sometimes comes out to 0 2003-04-21 20:25:20 +00:00
Glenn Maynard 8bbb884204 Give 1ms instead of 0, since 0 may not give any time at all. Let's see
if this helps keyboard lag.

I could swear I tried this, but CVS says otherwise ...
2003-04-21 07:43:39 +00:00
Glenn Maynard 6199255010 fix rounding error causing .9 to actually play at .8 2003-04-21 07:22:18 +00:00
Chris Danford 6103cdc396 add missing ai.ini 2003-04-21 07:07:54 +00:00
Kevin Slaughter 80b59417c7 Added kanji for my name into the misc. artist translation.dat 2003-04-21 05:54:23 +00:00
Glenn Maynard 0f79dded31 remove unneeded temporary/options files 2003-04-21 05:12:41 +00:00
Kevin Slaughter af7e9cfad9 Fixed double-definition error of NoCheating boolean value, so it will compile 2003-04-21 05:08:20 +00:00
Glenn Maynard fce50f2f9c Okay, let's not have functional, oft-changing code inside #ifdef DEBUG.
This has broken three or four times since few people have time to test
compiling in both release and debug before committing.  Put a
check inside and do the logic outside.
2003-04-21 04:11:01 +00:00
Chris Danford 227343c9c3 use default modifiers for demonstration 2003-04-21 04:10:52 +00:00
Glenn Maynard 99bea5c5ef add ScreenRaveOptions 2003-04-21 04:05:10 +00:00
Glenn Maynard 7c71e66f39 is this what you meant? 2003-04-21 04:04:41 +00:00
Glenn Maynard 8158742e0b don't cache banners by default 2003-04-21 04:02:32 +00:00
Glenn Maynard 2faec36fec fix m_fJudgeWindowScale 2003-04-21 03:24:42 +00:00
Chris Danford b6e57cee0f Ctrl+R to record in editor 2003-04-21 03:09:48 +00:00
Glenn Maynard d412461f6f fix dumb diagonal banners in BGAs 2003-04-21 03:08:02 +00:00
Glenn Maynard 0145e0d598 fix EFFECT_STRETCH_SPIN 2003-04-21 02:45:40 +00:00
Glenn Maynard 5f791e1510 Add simpler accessors.
Default wrapping to on when custom coords are enabled.
2003-04-21 02:45:00 +00:00
Glenn Maynard cc2756d2f7 adjust tex coord order 2003-04-21 02:44:11 +00:00
Chris Danford e15dcc2ab5 Load AI difficulty data at runtime from AI.ini 2003-04-21 02:41:10 +00:00
Glenn Maynard cc9bf8677a fix spin effects 2003-04-21 02:35:16 +00:00
Glenn Maynard 0725a2c726 adjust tex coord order 2003-04-21 01:53:48 +00:00
Glenn Maynard 8d84695bfc Change custom coordinate order from ( bottom left, top left,
bottom right, top right ) to ( top left, bottom left, bottom right, top right ).
This matches the vertex order, which is simpler.  (Couldn't do the
opposite, since the old ordering wasn't wrapped correctly to form
a quad.)
2003-04-21 01:50:03 +00:00
Glenn Maynard 9ac592bf2b always honor m_bTextureWrapping; I can think of obvious uses for
it when using custom texture coords
2003-04-21 01:36:53 +00:00
Glenn Maynard c48ade0eb5 break rect -> texture coord array into a function 2003-04-21 01:35:37 +00:00
Glenn Maynard c7658c0e06 fix life bar tween in 2003-04-21 00:47:33 +00:00
Glenn Maynard bc745f1380 Fix "blink".
(Er.  Andy, do you actually *like* this mode?  It's really annoying.  :)
2003-04-21 00:12:42 +00:00
Glenn Maynard ca0e88c0a8 Fix images not being seen on first load.
Work around broken data with leading spaces in the path.
2003-04-20 23:45:01 +00:00
Glenn Maynard f33f42e8c6 disable note type check; it's problematic 2003-04-20 22:57:35 +00:00
Glenn Maynard 9b877232c7 fix cdtitle rate 2003-04-20 22:56:54 +00:00