Commit Graph
284 Commits
Author SHA1 Message Date
Andrew Wong 93ff64d06c make SoundReader_VorbisFile.h and cpp settings for files correct (it didn't automatically compile previously) 2003-09-13 10:30:03 +00:00
Glenn Maynard aace173602 RageSoundReader.cpp -> RageSoundReader_FileReader.cpp 2003-09-13 06:10:14 +00:00
Glenn Maynard dfae01f3dd remove SDL_Sound 2003-09-13 05:14:47 +00:00
Glenn Maynard c28a3defe2 add RageSoundReader_Vorbisfile.cpp 2003-09-13 04:48:41 +00:00
Glenn Maynard ae05e01ecf add RageSoundReader_MP3 2003-09-13 01:16:05 +00:00
Thad Ward f87d7bf25a add SoundReader.cpp and SoundReader_WAV.* to the vc6 project 2003-09-11 01:34:29 +00:00
Glenn Maynard 5c35dd9994 Remove NetworkManager from the build; it doesn't build.
Don't add libraries in the VC interface.  See RageDisplay_D3D.cpp
for an example of how to do this inline, so it works with both VC6 and
VC7.
2003-09-10 22:11:29 +00:00
Andrew Wong 8611977bb4 change build settings to remove warnings 2003-09-09 11:08:57 +00:00
Kevin Slaughter 89dbc35832 Add beginning tests of Network Play 2003-09-09 10:21:06 +00:00
Chris Danford c0c680317c profiles are usable 2003-09-08 07:21:41 +00:00
Andrew Wong 13d072d2d2 updates for profile cpp/h files 2003-09-08 05:24:34 +00:00
Nick 5ff010ee4e Added option to not save songs 2003-09-04 21:24:50 +00:00
Glenn Maynard f4ef27b0a0 enable FFMpeg in Windows 2003-09-02 04:34:36 +00:00
Glenn Maynard 6e79f781bd Remove the disassembler. 2003-09-01 02:49:58 +00:00
Thad Ward 90c5d98349 add BeginnerHelper to the vc6 project 2003-08-20 11:51:59 +00:00
Chris Danford ffea51d6e6 consolidate battle modes 2003-08-19 04:27:50 +00:00
Chris Danford b4befeb3df support Transforms as attacks 2003-08-18 02:37:43 +00:00
Chris Danford 7429c86ebe Add "tipsy" effect (is there a better name for this?) 2003-08-16 23:34:47 +00:00
Andrew Wong 8b90d8e6a2 remove ActiveItemList from project file 2003-08-14 13:07:02 +00:00
Andrew Wong d017385257 basic support for 5th scoring mode (only adjusts max score value right now) 2003-08-11 09:58:18 +00:00
Chris Danford d049234f03 working on course edit screen 2003-08-10 23:48:10 +00:00
Chris Danford 7bd15144cb add explosion graphic and sound if step on mine 2003-08-10 21:27:54 +00:00
Chris Danford 1a0d83cbc0 m_NotesType => m_StepsType
split NoteDataUtil to sep file
2003-08-07 06:36:34 +00:00
Chris Danford f5cd95b4f9 NotesType => StepsType 2003-08-07 06:16:17 +00:00
Chris Danford bf02bfddf4 rename Notes to Steps 2003-08-03 00:13:55 +00:00
Glenn Maynard a4b6b671e2 add ProTimingDisplay 2003-08-01 01:01:48 +00:00
Glenn Maynard 99e28a3875 Rename RageMusic to RageSounds. 2003-07-26 22:47:55 +00:00
Glenn Maynard 2d1578bea3 add RageMusic 2003-07-26 22:15:33 +00:00
Chris Danford fe0cba9f78 runs on Xbox 2003-07-22 07:56:46 +00:00
Glenn Maynard 54038221b3 add ModeChoice.cpp. 2003-07-20 05:58:15 +00:00
Thad Ward 3b755ba2a2 add MovieTexture_Null 2003-07-17 23:06:46 +00:00
Andrew Wong 0a8e42ecdd RageTimer::touch() should not be inline (caused linking problems on visual studio 6)
updated project file for 6.0 users
2003-07-13 11:35:30 +00:00
Chris Danford 8158ca8770 compiles on Xbox (still a CRT linking error though) 2003-07-11 03:15:28 +00:00
Chris Danford c67d78d948 let Actor subclasses have first crack at parsing commands
allow Models and BitmapTexts in BGAnimationLayer (detected through file extension)
add RageModelVertex, which doesn't have a color property
add "stretch" file name hint for textures
2003-07-07 01:29:18 +00:00
Chris Danford 9c9aef37c7 fold CroppedSprite functionality into Sprite
more work on Rave
2003-07-03 06:38:57 +00:00
Glenn Maynard 524c29c1e2 split off FDB 2003-07-03 02:41:27 +00:00
Chris Danford fa91f2e636 working on Rave 2003-06-30 18:08:27 +00:00
Glenn Maynard be9b9ef05c add pcre 2003-06-27 19:59:05 +00:00
Glenn Maynard e347b0f3a3 add RageSoundReader_FileReader.h 2003-06-22 02:06:49 +00:00
Chris Danford aac9739fac Add crop property to Actor - currently only used in Sprite 2003-06-20 23:04:11 +00:00
Glenn Maynard 321adf57e0 add DifficultyDisplay 2003-06-18 07:03:51 +00:00
Glenn Maynard 81fbead16b split this up
Fix losing keyboard input when changing graphics settings (this happened
with the old code, too).
2003-06-18 05:43:12 +00:00
Thad Ward ae028273a5 Fixed an output dir in the VC6 project file, left over from having 4 targets 2003-06-17 19:55:57 +00:00
Glenn Maynard 16bbc4703a update 2003-06-17 05:24:24 +00:00
Chris Danford 6edf835853 add sort by Artist, Top Grade 2003-06-16 20:23:07 +00:00
Chris Danford 08d60ad58b update VC7 project 2003-06-15 17:07:16 +00:00
Chris Danford bf77ee902f fix DrawIndexedTriangles bug that caused uninited verticies to be drawn 2003-06-07 11:54:44 +00:00
Chris Danford 049a1bc5bc remove ScreenAutoGraphicDetail (in favor of specific presets for each card) 2003-06-06 21:58:40 +00:00
Chris Danford 429d311c2a Remove composited text. The large amount of memory it uses is a bigger penalty than drawing a quad for each glyph. 2003-06-05 22:18:42 +00:00
Chris Danford 428d560a6b Clean up resolution fallback logic
Add video settings for G400
Working on composited text
2003-06-05 19:29:27 +00:00