Commit Graph
113 Commits
Author SHA1 Message Date
Chris Danford fc3433ca04 fix app strings 2005-12-07 20:17:33 +00:00
Chris Danford 2784c08ea3 add "Launch Game" to main menu 2005-11-28 05:24:09 +00:00
Chris Danford f6f700f910 re-add waveout. It is useful for troubleshooting 2005-11-28 05:10:16 +00:00
Chris Danford 6986a104ab show messagebox on clearing prefs 2005-11-24 10:45:41 +00:00
Chris Danford 7484bdd5a4 smpackage.exe -> tools.exe 2005-11-12 07:14:18 +00:00
Chris Danford 7e1cc9ce0f change PRODUCT_NAME".ini" to "Preferences.ini"
add Clear Preferences and Clear Keymaps to smpackage
2005-11-12 07:03:49 +00:00
Chris Danford e7dbf5ed3d fix remnants of "convert theme" button 2005-11-11 22:00:26 +00:00
Chris Danford 34debc4e59 point to new StepMania.ini location 2005-11-10 09:19:48 +00:00
Chris Danford ce6e56c14f use PRODUCT_NAME 2005-11-04 03:24:53 +00:00
Chris Danford c7defec2b9 remove old Convert Theme function 2005-11-01 23:39:36 +00:00
Chris Danford 9e753e9f00 remove VC6, VC7 projects. Leave only VC7.1. 2005-10-31 19:29:51 +00:00
Chris Danford 59602f6f6e sort list of files by file name 2005-10-23 18:02:32 +00:00
Chris Danford eb2efd6d52 fix uninstall dialog listed all package names on one line 2005-10-23 17:18:24 +00:00
Chris Danford a6d98549e3 fix uninstall dialog listed all package names on one line 2005-10-23 17:06:54 +00:00
Chris Danford eea214bad5 remove choosing WaveOut 2005-10-23 04:55:01 +00:00
Chris Danford 04a590b6f2 set default install dir when launching smpackage 2005-10-21 07:42:52 +00:00
Chris Danford c2bc8c3b61 set default install dir to whatever install dir was used last
prune old non-present installations by checking each for a Programs directory
2005-10-17 08:15:52 +00:00
Chris Danford f02877b54f add sound API selection 2005-10-03 23:49:14 +00:00
Chris Danford ced16a3cf5 troubleshooting failed directory create on some machines 2005-10-02 04:54:09 +00:00
Chris Danford 6698a2ba91 add button to open StepMania.ini 2005-09-28 17:51:16 +00:00
Chris Danford ea5eb4b223 add "Create Song from music file" function 2005-09-27 09:59:39 +00:00
Chris Danford b9fe8abfea add "Create Song from music file" function 2005-09-27 09:57:13 +00:00
Chris Danford f78cee8988 add sound driver selection and logging toggle 2005-09-25 04:52:01 +00:00
Chris Danford 790d3f2c65 add dialog to switch graphics API 2005-09-24 20:36:25 +00:00
Chris Danford 45cc63b84f fix assert when parsing a line that contains only whitespace 2005-09-24 20:26:30 +00:00
Glenn Maynard 1f709009e7 don't show smzip.ctl 2004-03-26 01:52:15 +00:00
Glenn Maynard 951ce82dbf fix note skin installation wiping too much 2004-03-26 01:48:47 +00:00
Glenn Maynard 7236339bb6 fix path detection 2004-02-27 22:48:17 +00:00
Glenn Maynard 21792e6852 move binaries 2003-12-12 08:51:38 +00:00
Glenn Maynard 24760c03ee remove extra (old) copy of zlib 2003-12-11 06:10:16 +00:00
Glenn Maynard cc0e42784d use dynamic zlib1.dll 2003-12-11 06:09:22 +00:00
Florent Carayol 47fc0d88fb Sorry, Last was my french version !! 2003-09-20 15:17:08 +00:00
Florent Carayol a5eba7384f Add a progress bar to the install dialog 2003-09-20 15:02:18 +00:00
Glenn Maynard be483f5a61 A major, long-running problem is installing themes when the theme is
already installed.  If we don't get rid of the old theme, we'll have junk
files accumulating that cause major problems.

Keep track of what "packages" are included in an SMZIP, and offer
to remove them when the SMZIP is installed.  Don't derive it at extraction
time; this way, we can still create "overlay" SMZIPs.

Make sure we don't do anything stupid if something malicious like "..\..\.."
is listed as a package name.
2003-07-24 01:33:59 +00:00
Glenn Maynard 5e37f10103 fix vc6 compile 2003-07-24 01:29:37 +00:00
Glenn Maynard 6f6517d887 update 2003-07-24 01:29:19 +00:00
Glenn Maynard a00685d1d1 Add GetPackageDirectory and IsValidPackageDirectory. 2003-07-24 01:28:53 +00:00
Glenn Maynard fcf4541e6d disable a warning 2003-07-24 01:11:58 +00:00
Glenn Maynard 75695b3a94 add UninstallOld 2003-07-24 01:10:09 +00:00
Glenn Maynard 3c6dc0f8ed allow writing to a buffer 2003-07-23 23:16:56 +00:00
Glenn Maynard 49cd556680 bugfix 2003-07-23 00:56:46 +00:00
Glenn Maynard 33a835ff31 Tired of fighting with MFC; switch arrays to vector.
Update IniFile and some of RageUitl.  Can't do everything, since it's
still using MFC CString.
2003-07-23 00:47:23 +00:00
Glenn Maynard 2cd16ab141 Separate directory scanning and archiving. 2003-07-22 04:55:10 +00:00
Glenn Maynard a5720a96a4 Implement "don't show". 2003-07-22 03:21:08 +00:00
Glenn Maynard a91fed3848 Add "don't show" to ShowComment. 2003-07-22 03:20:46 +00:00
Glenn Maynard 93689f8874 update 2003-07-22 03:12:08 +00:00
Glenn Maynard 4f0e9ef915 Implement "don't ask" for EnterComment. 2003-07-22 03:11:12 +00:00
Glenn Maynard 453b7c4bf2 Add "don't ask" to EnterComment. 2003-07-22 03:10:43 +00:00
Glenn Maynard e46b04eeb2 cleanup 2003-07-22 03:10:13 +00:00
Glenn Maynard 364b01787b Add GetPref, SetPref. 2003-07-22 03:07:51 +00:00