Commit Graph
18791 Commits
Author SHA1 Message Date
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
Tim Hentenaar f85bfc391b *** empty log message *** 2003-02-20 02:34:41 +00:00
Chris Danford 34c6816ec7 delete unused files 2003-02-20 02:32:39 +00:00
Glenn Maynard 66d1a03ba4 don't include SDL.h directly 2003-02-20 02:29:44 +00:00
Glenn Maynard 719d8f6b4e use GL_COLOR_TABLE_FORMAT instead of
GL_COLOR_TABLE_FORMAT_EXT; it's defined in glext.h

(we could enable this if the imaging subset is defined, too, but checking
for the extension version is probably good enough)
2003-02-20 02:25:10 +00:00
Aaron VonderHaar 12d7b433e4 Added two defines needed to make Linux compile 2003-02-20 02:01:48 +00:00
Chris Danford 4402a37e99 Fixed nonsense notes being inserted during holds (e.g. Sweet Love Magic) in Wide() and InsertIntelligentTaps() 2003-02-20 01:35:49 +00:00
Chris Danford 8fc33de8bf split LONG transform into BIG and QUICK 2003-02-20 00:57:52 +00:00
Glenn Maynard 514edee5e6 remove annoying version line 2003-02-20 00:45:36 +00:00
Glenn Maynard 02d65b3441 don't expect this to work, either 2003-02-20 00:41:32 +00:00
Glenn Maynard 87ee391649 initial automake (don't expect this to work just yet) 2003-02-20 00:38:59 +00:00
Glenn Maynard f3b1cf1f2e opengl test macro 2003-02-20 00:38:11 +00:00
Tim Hentenaar 9b0f6baef2 misc. fixes 2003-02-19 23:53:19 +00:00
Chris Danford 6518f024e2 sound options cleanup
fix invalid sample music start and length values (Bag and more)
2003-02-19 23:49:57 +00:00
Chris Danford 71134fd2cf rename Big->Wide, add Tall 2003-02-19 22:58:14 +00:00
Tim Hentenaar bda29657d6 misc. fixes 2003-02-19 22:54:34 +00:00
Glenn Maynard c36f2769d9 remove magic constants 2003-02-19 19:39:31 +00:00
Tim Hentenaar acd90363c9 *** empty log message *** 2003-02-19 18:35:48 +00:00
Tim Hentenaar 10e806c508 added hresult typedef if it isn't defined 2003-02-19 18:22:22 +00:00
Tim Hentenaar 4abb3cdbbb *** empty log message *** 2003-02-19 18:13:06 +00:00
Tim Hentenaar d4bd344f02 *** empty log message *** 2003-02-19 17:29:18 +00:00
Kevin Slaughter f8a364c232 Alphabetized OPTIONS/OPERATOR menu for neatness 2003-02-19 11:28:30 +00:00
Kevin Slaughter 017fa39660 Updated my TODO 2003-02-19 11:11:15 +00:00
Kevin Slaughter 6cb5a8608b updated metrics.ini to include new entries for CONFIG KEY/JOY on options/operator menu, and help-text for ScreenSoundOptions 2003-02-19 11:03:24 +00:00
Kevin Slaughter 1141e886b8 Added new screen for internal sound volume adjustment. Also, at the request of several people, I moved the `Config Key/Joy' entry into the OPTIONS/OPERATOR menu.. I was told, and agree, that it seems more appropriate to have it in there instead 2003-02-19 10:58:32 +00:00
Tim Hentenaar 197c98b75b *** empty log message *** 2003-02-19 10:03:57 +00:00
Tim Hentenaar e7ae2d6284 Linux sound compiles now\! 2003-02-19 09:52:45 +00:00
Tim Hentenaar 16acb48ecd bug fixes... still having errors 2003-02-19 09:29:04 +00:00
Chris Danford 94e937f5bd update VC6 project 2003-02-19 08:06:56 +00:00
Chris Danford 5ecd3afdd7 improved editor playback performance by not drawing unncessary Actors
fixed crash in Big transform
fixed ugly area highlight alignment
2003-02-19 07:59:00 +00:00
Tim Hentenaar 3160a86e65 fixed a few code errors, but still having compile problems 2003-02-19 07:38:45 +00:00
Chris Danford 89114ee921 Fixed crash drawing area highlight if boost is on 2003-02-19 06:55:07 +00:00
Chris Danford 82b51a2896 Fixed cut off arrows in editor playback 2003-02-19 06:42:29 +00:00
Chris Danford 6529c5ca70 Editor playback now obeys NoteSkin setting 2003-02-19 06:27:20 +00:00
Chris Danford cdf8214ff7 PlayerOptions::ColorType no longer used 2003-02-19 05:59:19 +00:00
Chris Danford e6273f1db3 more work on editor 2003-02-19 05:46:09 +00:00
Chris Danford 0c36bcdbbf missing intro movie 2003-02-19 00:59:58 +00:00
Chris Danford f68dc70632 missing intro movie 2003-02-19 00:58:09 +00:00