Commit Graph

400 Commits

Author SHA1 Message Date
Thad Ward 57c526230b Create PREFSMAN and mount any additional paths it mentions earlier.
Remove DWIPath from prefs.
Add AdditionalFolders to prefs (replaces DWIPath, essentially).
Store CStrings instead of CStringArrays in prefsman, and split them on use.
2004-02-19 08:45:17 +00:00
Glenn Maynard f4503b0e7f fix crash on back from gameplay on first frame 2004-02-19 03:20:11 +00:00
Glenn Maynard a35d27d752 typo 2004-02-17 22:29:59 +00:00
Chris Danford d1a3f1fbde add grade counts, screenshots to stats.html 2004-02-17 01:16:57 +00:00
Chris Danford be49e33c53 add grade count and screenshots sections to stats.html 2004-02-16 09:23:34 +00:00
Chris Danford 6754c850df Profile HTML fixes 2004-02-16 05:35:06 +00:00
Glenn Maynard e755ecab67 debug option to not show loading window 2004-02-15 22:56:51 +00:00
Chris Danford 5cc79c5f2b create keypair on startup if one doesn't already exist 2004-02-15 05:45:18 +00:00
Chris Danford 3d69b6e0ec sign all files in a profile
make RageFile filters for use with Crypt++
2004-02-15 04:47:32 +00:00
Glenn Maynard be2a3dfbb0 improve searching for a screenshot filename 2004-02-15 03:09:28 +00:00
Chris Danford dfd5e7eb36 sign screenshots saved to a profile 2004-02-14 20:47:50 +00:00
Glenn Maynard 6c2e4664db fix comment 2004-02-13 22:25:08 +00:00
Chris Danford ca76fb28e9 fix backwards compressed/uncompressed screenshot flag 2004-02-13 07:46:45 +00:00
Chris Danford 646f67a3d2 allow save screenshot on eval screen with MenuLeft-MenuRight-Start 2004-02-12 09:44:16 +00:00
Chris Danford 871a1a9c63 add JPEG screenshots 2004-02-12 06:49:13 +00:00
Chris Danford 4106625ad3 split Model into ModelGeometry and materials+animations
single-instance Model geometry
2004-02-08 09:04:23 +00:00
Manu Evans e9c05dad15 xbox fixes 2004-02-01 07:10:03 +00:00
Manu Evans 9bcb1a59a6 xbox fixes 2004-02-01 01:11:41 +00:00
Glenn Maynard 4259b5467a fix keys getting stuck after windows dialogs 2004-01-26 04:00:52 +00:00
Glenn Maynard 4bec346b2c fix UNLOCKSYS not being initialized 2004-01-24 22:54:55 +00:00
Glenn Maynard 07f99b102a cleanup 2004-01-24 20:07:14 +00:00
Glenn Maynard 42e0413e0f make SOUND handle ScreenGameplay's music 2004-01-20 06:08:56 +00:00
Glenn Maynard 9945af6bcc some dumb drivers just say "3dfx Voodoo Series", without saying
which card
2004-01-17 23:17:08 +00:00
Glenn Maynard 5e40b0e1bd shut down FILEMAN before LOG 2004-01-15 00:43:32 +00:00
Chris Danford fc4cb47209 validation game value before applying 2004-01-14 08:05:19 +00:00
Glenn Maynard e5af156af5 fix input not working after changing video settings, probably other
obscure problems
2004-01-13 22:34:55 +00:00
Chris Danford 7b67445a54 fix VC6 project and compile error 2004-01-06 03:52:41 +00:00
Glenn Maynard 41e58802e7 fix backtraces on generic exceptions in Linux 2004-01-04 03:28:00 +00:00
Chris Danford 93808b1a0d reload credits fonts on F2 2004-01-03 20:34:16 +00:00
Glenn Maynard a9d49220c8 some Voodoo5 drivers report "Voodoo 5" 2004-01-01 02:25:18 +00:00
Chris Danford 7dd057d636 reload NoteSkins on F2 2003-12-31 10:30:31 +00:00
Glenn Maynard d9f7568055 fix DirOfExecutable occasionally containing backslashes
fix DirOfExecutable being wrong if the binary is in the root directory
2003-12-28 23:23:13 +00:00
Glenn Maynard a01daf6f8e improve comment 2003-12-28 22:27:51 +00:00
Glenn Maynard ff68567397 Fix unhandled exceptions giving the "abnormal program termination"
dialog instead of the crash handler.
2003-12-21 09:14:05 +00:00
Chris Danford 4ca799bc96 rename "AntiAliasing" to "SmoothLines" 2003-12-20 21:29:55 +00:00
Chris Danford e33b76ddd1 make "Voodoo5" default to D3D 2003-12-20 21:23:29 +00:00
Glenn Maynard dbcd6f383e Do'nt chdir($HOME) in Linux. It only makes it harder for the crash handler
to find the binary (to re-exec), and we never actually use the pwd.
2003-12-19 07:53:18 +00:00
Glenn Maynard 2512245332 add ScreenTestMode 2003-12-18 21:16:43 +00:00
Glenn Maynard 588836df07 generic beat sync 2003-12-18 08:53:38 +00:00
Chris Danford 174c634616 working on USB memory card detection for Linux 2003-12-15 07:35:40 +00:00
Glenn Maynard afc0d12058 cleanup 2003-12-12 22:39:45 +00:00
Steve Checkoway 492cd1da67 Temp. fix until Glenn finishes whatever he had in mind for linux in RageFileManager. 2003-12-12 17:21:10 +00:00
Glenn Maynard 5b2a47b366 fix (nothing, I think) 2003-12-12 10:07:07 +00:00
Steve Checkoway f27d98fd9c Fix paths for Mac OS X. 2003-12-12 08:43:45 +00:00
Glenn Maynard 0d0b0d3f12 try using RageFile for logging 2003-12-12 08:22:03 +00:00
Glenn Maynard 6a572e1e3a fix up DirOfExecutable 2003-12-12 08:18:54 +00:00
Glenn Maynard cca4b5944c save InitialWorkingDirectory 2003-12-12 07:23:44 +00:00
Glenn Maynard e9ae2c0803 continue phasing out BASE_PATH and SLASH 2003-12-10 09:44:16 +00:00
Glenn Maynard 11870a6072 continue phasing out BASE_PATH and SLASH 2003-12-10 09:26:05 +00:00
Glenn Maynard 658c72c6ad start phasing out BASE_PATH and SLASH 2003-12-10 09:02:55 +00:00