Commit Graph

2378 Commits

Author SHA1 Message Date
Glenn Maynard dbb7ec7fe7 Remove most of the debugging cruft. (Nobody else is reporting
this and the one person that did can't reproduce it.)  Reduce it to
some sanity and progress checks so it can be narrowed down if
it happens again.
2003-02-23 06:25:43 +00:00
Chris Danford 56d4d42ef8 Added Long ver, Marathon ver balloons on Select Music 2003-02-23 01:53:36 +00:00
Chris Danford a28355ec11 changed BPMDisplay to use a Numbers graphic instead of a Font 2003-02-23 01:32:39 +00:00
Chris Danford 0636b4d17d fixed courses title not showing on ScreenRanking 2003-02-23 00:55:24 +00:00
Glenn Maynard 78567273df fix Each Tomorrow 2003-02-22 22:06:59 +00:00
Glenn Maynard 763791eb71 only set up the popularity contest if we actually need it; it's still a
little slow
2003-02-22 22:04:44 +00:00
Glenn Maynard edc290583a ignore Z axes, too 2003-02-22 22:03:13 +00:00
Glenn Maynard daf8ce8822 Init options, since FromString won't do it for us.
Make a huge mess of SaveMachineScoresToDisk; someone reported
a crash and I can't find anything wrong with it.  (Wasn't going to commit
this, but I want to commit the above; this shouldn't stick around very
long ...)
2003-02-22 21:59:21 +00:00
Glenn Maynard fb222eadf7 Restore user-selected options when backing out of a song/course
to the selection menu.
2003-02-22 21:58:02 +00:00
Glenn Maynard 7877e7689a Don't Init() in FromString. 2003-02-22 21:56:59 +00:00
Glenn Maynard fad2b81d43 oops, fix compile 2003-02-22 21:47:42 +00:00
Glenn Maynard c532dd1101 optimize SortSongPointerArrayByMostPlayed 2003-02-22 21:25:09 +00:00
Glenn Maynard 6681fa6108 This was backwards. Instead of fixing it, I'll just remove it for now,
since this should be done inside the theme metric itself anyway ...
2003-02-22 03:36:26 +00:00
Glenn Maynard c48ea65727 missing m_bDDRExtremeDifficultySelect initialization
(this should probably go away, but make it work for now)
2003-02-22 03:27:54 +00:00
Glenn Maynard 8338feca72 mass pngcrush 2003-02-22 02:59:28 +00:00
Chris Danford fc2108e85d fixed EditMenu "Create from Autogen" weirdness
cleaned up some unnecessary header dependencies
2003-02-22 01:58:56 +00:00
Glenn Maynard 87c9516cc0 fix menu backgrounds in SMMAX2 2003-02-22 01:50:37 +00:00
Chris Danford 52756e7eaa wrap MiniMenu input
fixed Transforms AreaMenu action
2003-02-22 00:48:38 +00:00
Glenn Maynard 7253dca8e4 quiet a warning 2003-02-22 00:33:22 +00:00
Chris Danford 294144575c speed up editor beat bar drawing (frame rate is not 3x as fast!)
fixed inaccurate 2k/xp video card detection
2003-02-22 00:22:27 +00:00
Glenn Maynard 5a4d403daf reenable translation for songs that already have translits
too many songs have hacked titles with translits
2003-02-22 00:21:45 +00:00
Glenn Maynard 56559fb29d Add the note skin pref back in, to change the default skin persistently.
Disable the EX pref; wait to add this until the screen is ready (though it
might be better to just make it a metric).
2003-02-22 00:12:45 +00:00
Glenn Maynard b323f2065c fix the options menu 2003-02-21 23:03:20 +00:00
Glenn Maynard ec7583ceb7 update 2003-02-21 22:52:01 +00:00
Glenn Maynard 7a1f903c95 give a little more info 2003-02-21 22:06:25 +00:00
Glenn Maynard 42c26237ea update sdl 2003-02-21 22:05:50 +00:00
Kevin Slaughter 8acea0fab7 Updated my TODO 2003-02-21 10:10:50 +00:00
Kevin Slaughter 503f605160 Checked in files for ScreenSelectDifficultyEX 2003-02-21 10:09:55 +00:00
Kevin Slaughter 69f51bd394 Checked in files for ScreenSelectDifficultyEX 2003-02-21 10:05:13 +00:00
Glenn Maynard edd33613d7 add arch/Sound/RageSoundDriver_Null.cpp 2003-02-21 01:53:19 +00:00
Tim Hentenaar 9f3fcd9b18 changed sleep() to SDL_Delay() 2003-02-20 23:36:36 +00:00
Tim Hentenaar 62ed523253 Added MixerThread() to RageSound_Linux to imitate that of RageSoundDriver_WaveOut 2003-02-20 23:21:55 +00:00
Aaron VonderHaar 3683d70c0f Make it compile and link, even though it doesn't work 2003-02-20 23:14:33 +00:00
Glenn Maynard 922e374aaa Make this compile in Windows.
Don't use nanosleep; it's nonportable.  Use SDL_Delay() instead.
2003-02-20 22:54:12 +00:00
Glenn Maynard 328f43d4dc sleep(n) sleeps for n *seconds*; you want SDL_Delay(n),
which sleeps for n milliseconds
2003-02-20 22:07:47 +00:00
Glenn Maynard db800d366c fascinating whitespace changes 2003-02-20 21:58:06 +00:00
Glenn Maynard 9c53564cc6 lower DS_V to 0x0700 2003-02-20 21:57:28 +00:00
Chris Danford dc2f57d587 fixed InsertIntelligentTaps inserting notes that are too close together (runs of 16ths in the same track in Cartoon Heroes heavy + big)
fixed small editor issues
2003-02-20 21:50:01 +00:00
Glenn Maynard d9ad14bbaf don't probe pump pads that aren't there 2003-02-20 21:42:08 +00:00
Chris Danford 848ad6e2be clean up detection and handling of drivers with problematic AA lines
only draw topmost screen if topmost screen isn't transparent (speeds up options menus in editor)
optimized beat bar drawing in NoteField
2003-02-20 21:22:18 +00:00
Aaron VonderHaar d7a04ab91c Makes RageSoundDriver_Null pretend to play sounds 2003-02-20 15:17:06 +00:00
Chris Danford 32cdbed7bf Added detection of buggy Voodoo3 drivers, then found a hack that fixes the problems. Sigh... 2003-02-20 10:41:43 +00:00
Chris Danford 6796e39be7 backport DirectSound8 -> DirectSound. However, we're still linking with DirectSound8. Will change this later... 2003-02-20 07:17:15 +00:00
Chris Danford ef46b26e5e gather display driver information without using D3D 2003-02-20 07:02:07 +00:00
Glenn Maynard 83f25417a4 remove unneeded stuff
don't need id3lib anymore

don't test for "LINUX"; test for the actual feature you need
2003-02-20 04:46:53 +00:00
Glenn Maynard 00c9c6175c update 2003-02-20 04:39:30 +00:00
Glenn Maynard 2166c35369 fixups 2003-02-20 04:38:31 +00:00
Glenn Maynard 13ef4b417a <math.h> 2003-02-20 03:36:57 +00:00
Glenn Maynard 035c89ae14 add RageMovieTexture abstraction
remove "#ifdef LINUX" hacks
2003-02-20 03:35:37 +00:00
Glenn Maynard c457452a49 add RageMovieTexture abstraction 2003-02-20 03:34:30 +00:00