Commit Graph
8322 Commits
Author SHA1 Message Date
Glenn Maynard 35f9b7d535 fix missing files in course eval 2004-02-14 01:27:10 +00:00
Glenn Maynard 1772ac415a simplify 2004-02-14 01:26:21 +00:00
Glenn Maynard dd1d434950 use Fallback for ScreenEval, fix missing PassedSoundTime, etc. metrics 2004-02-14 01:18:10 +00:00
Glenn Maynard ebd948988d rename new GetPathTo -> GetPath to avoid overload problems 2004-02-14 01:16:04 +00:00
Glenn Maynard ffb841ba38 SortByZ fix 2004-02-14 01:14:49 +00:00
Glenn Maynard b6a07e7053 add stage frame
load new course song numbers before song change
allow tweening the course song number between songs
2004-02-14 00:39:24 +00:00
Glenn Maynard 95173fd406 StageFrame
CourseSongNumberChangeIn/Out
2004-02-14 00:37:20 +00:00
Glenn Maynard cc6c799f27 add assert 2004-02-13 23:50:21 +00:00
Glenn Maynard 2d66d22ab6 fix course mode crash 2004-02-13 23:49:40 +00:00
Glenn Maynard 15e01b4e23 cleanup 2004-02-13 22:25:47 +00:00
Glenn Maynard 6c2e4664db fix comment 2004-02-13 22:25:08 +00:00
Glenn Maynard be88907616 Don't warn on mkdir returning ENOENT.
Don't keep trying to create directories when a component fails.  We
did this before because mkdir(I:\) would fail, but we don't try to
create that component anymore.  (This would flood the log with
extranneous warnings.)
2004-02-13 22:23:07 +00:00
Glenn Maynard 84582c6c10 don't count hold tails in hands count 2004-02-13 20:26:26 +00:00
Glenn Maynard 4bbb6ae411 remove extra header 2004-02-13 20:17:59 +00:00
Glenn Maynard c3138a95ba add libjpeg check 2004-02-13 10:42:22 +00:00
Glenn Maynard 724b77b51f fix link problems 2004-02-13 10:30:50 +00:00
Glenn Maynard 9a2d5109ee fix linux compile 2004-02-13 10:25:43 +00:00
Glenn Maynard 254e906b05 add libjpeg to include paths 2004-02-13 10:25:14 +00:00
Sean Burke 419ef9ab0c Fix warning. 2004-02-13 09:32:32 +00:00
Sean Burke c3133d38c4 Fix unsigned warning. 2004-02-13 09:02:36 +00:00
Matt Denham 37a0ba1520 Separated BM and IIDX into separate modes, since IIDX 5-key isn't necessarily the same as the BM steps to the same song
Updated the cache version because SMs based off of a IIDX BMS will have the wrong steps type
2004-02-13 09:01:59 +00:00
Glenn Maynard 9e44686f30 #ifdef 2004-02-13 08:36:42 +00:00
Steve Checkoway da9ea82ed6 Fix scoping error. 2004-02-13 08:20:14 +00:00
Chris Danford 6d7865eb3e fix sign warnings 2004-02-13 08:15:05 +00:00
Chris Danford 7bc539ec2b fix "last background change never happens" 2004-02-13 08:13:21 +00:00
Chris Danford ca76fb28e9 fix backwards compressed/uncompressed screenshot flag 2004-02-13 07:46:45 +00:00
Chris Danford bf36e8b561 turn invalid state index assert into a MessageBox 2004-02-13 07:45:57 +00:00
Chris Danford 8e0540d98a fix ScreenTitleMenu grabs wrong choice text 2004-02-13 07:45:21 +00:00
Chris Danford 817976ff1f add SortByZ to many screens 2004-02-13 05:39:15 +00:00
Chris Danford d11ee0bf80 add row name indirection to SSOM to make it easier to add/remove rows 2004-02-13 05:27:18 +00:00
Chris Danford 069c2ded37 fix wrong name used for ModeChoice 2004-02-13 05:25:47 +00:00
Chris Danford a0b00eae77 add choice name indirection to make it easier to add/remove options, and to give theme elements more logical names 2004-02-13 05:10:18 +00:00
Chris Danford 4f6e5be0e3 add save screenshot code to eval screen 2004-02-12 09:45:20 +00:00
Chris Danford ac8ede0a95 generate edit and continue data in VC6 debug Win32 build 2004-02-12 09:44:48 +00:00
Chris Danford 646f67a3d2 allow save screenshot on eval screen with MenuLeft-MenuRight-Start 2004-02-12 09:44:16 +00:00
Jason Felds e7cb8353cc Fix warning: newline. 2004-02-12 09:18:32 +00:00
Jason Felds bf86efa1b6 Fix warning: newline. 2004-02-12 08:58:37 +00:00
Glenn Maynard 02e1b9cb35 stuff libjpeg into a namespace to fix namespace conflicts to allow
global.h
hack for FAR def
2004-02-12 08:01:01 +00:00
Matt Denham de0007b66c fix failure to compile (c'mon guys, remember your #includes :-) 2004-02-12 07:22:18 +00:00
Chris Danford 9b0a6187d5 update makefile 2004-02-12 07:10:18 +00:00
Chris Danford 2a95c58c85 add libjpeg 2004-02-12 07:09:28 +00:00
Glenn Maynard 0e74d532a0 vc7 compile fix 2004-02-12 06:58:42 +00:00
Matt Denham 6905bbe781 Added BMRize mod because people have complained that Quick is too easy. Try this. :-) 2004-02-12 06:54:54 +00:00
Glenn Maynard 9a82a00a53 update 2004-02-12 06:51:25 +00:00
Chris Danford 871a1a9c63 add JPEG screenshots 2004-02-12 06:49:13 +00:00
Glenn Maynard 824bec71fe comment 2004-02-12 06:48:14 +00:00
Glenn Maynard f77f81a24e fix compile
fix "comparison of unsigned expression >= 0 is always true"
2004-02-12 05:40:33 +00:00
Glenn Maynard cf8e337736 update 2004-02-12 05:26:57 +00:00
Glenn Maynard 14e554d14e fix filepos desync 2004-02-12 05:24:22 +00:00
Andrew Livy e7c29a9c8b Move To Docs 2004-02-11 23:51:22 +00:00