Commit Graph

393 Commits

Author SHA1 Message Date
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
Glenn Maynard 5a40e082ec mount zips in "Packages" 2003-12-10 08:55:20 +00:00
Chris Danford 66331e6802 add separate screenshot sound 2003-12-10 06:07:09 +00:00
Chris Danford a93fbd11bd fix machine profile saving 2003-12-08 06:41:30 +00:00
Chris Danford be7fc5d0d1 more stats cleanup 2003-12-07 08:19:10 +00:00
Chris Danford bf98d8248a overhauling stats: move all stats from SongManager to ProfileManager 2003-12-07 07:09:13 +00:00
Glenn Maynard eec38d4488 remove CreateDirectories uses 2003-12-07 04:21:30 +00:00
Glenn Maynard 74cbe5aa91 comment 2003-12-06 08:50:54 +00:00