Commit Graph
24003 Commits
Author SHA1 Message Date
Colby Klein 6bca32e6cd Change "ChangedLanguageDisplay" to "DisplayLanguageChanged" and use it for artist names. 2009-04-02 18:09:23 +00:00
Chris Danford b612259f7d revert april fools 2009-04-02 05:25:53 +00:00
Chris Danford 744881d263 april fools build 2009-04-01 11:35:04 +00:00
Chris Danford fa42f6a6eb change version numbers for build 2009-04-01 10:20:15 +00:00
Steve Checkoway 94025ac745 Remove files. 2009-04-01 09:48:47 +00:00
Steve Checkoway 95645cdafb Optimize. The Unset() call was actually rather expensive. This speeds up SSMusic by a few frames per second for me in optimized builds. 2009-03-26 11:30:45 +00:00
Chris Danford 14968729bd clean up save keyboard shortcut 2009-03-25 17:31:27 +00:00
Steve Checkoway 5718527579 Add comment about SMApplication and remove poseAsClass hack. 2009-03-24 14:04:05 +00:00
Steve Checkoway 5a38444f7d Install .smzip files. 2009-03-24 14:01:20 +00:00
Chris Danford 4a26db17b1 fix assert on bogus values in keymaps.ini 2009-03-24 13:35:55 +00:00
Chris Danford 90f916aee4 remove Workout 2009-03-23 00:19:01 +00:00
AJ Kelly 1f7b23ef3b remove old files 2009-03-22 21:40:19 +00:00
AJ Kelly 6e53742099 remove old files 2009-03-22 21:38:23 +00:00
Chris Danford bb17b6ff29 GameController enum cleanup 2009-03-22 20:14:56 +00:00
Chris Danford a4dd16da5a remove old files 2009-03-22 20:14:27 +00:00
Chris Danford 3a24d564e2 remove old workout files 2009-03-22 20:13:07 +00:00
Chris Danford 118c931382 remove old workout files 2009-03-22 20:12:11 +00:00
Steve Checkoway d4cf111fff Fix warning. 2009-03-22 14:30:04 +00:00
Chris Danford 759b5fc220 fix compile 2009-03-22 14:10:51 +00:00
Chris Danford ed75682b9f remove Workout, fold into EditCourses 2009-03-22 08:42:27 +00:00
Colby Klein 87724f14f4 Fix comment 2009-03-19 23:45:25 +00:00
Colby Klein 70fe05f426 Screenshots folder should be in Pictures instead of Documents, for consistency. 2009-03-19 23:25:11 +00:00
Colby Klein 8e79f67c34 Save with ctrl/cmd+s, like nearly every other program does. 2009-03-18 05:22:34 +00:00
Colby Klein 1cc87961f2 Pitch isn't really of any use yet, so don't display in edit. 2009-03-17 01:02:30 +00:00
Jason Felds a2bdac3d8a Fix ScreenEvaluation stat reporting: everything lines up properly, and in the right order. 2009-03-16 04:28:31 +00:00
Jason Felds 622cd05115 Consistent ordering with NoteDisplay.cpp. Easier to change one instance than x - 1. Fixes hold heads being flat. 2009-03-15 04:49:38 +00:00
Jason Felds f99d643f07 New arrow type: the Fake arrow. Doesn't score for or against you. Perfect for simfiles that want to use mission mode type files or use measure skipping and not have it count against you. See ZXZ Bloody Heart in StepMix 4 for a file that could use this arrow type. 2009-03-10 15:52:22 +00:00
Jason Felds 757a9639c9 Seems everyone loves keeping tabs lined up. Here's my contribution. 2009-03-10 00:09:54 +00:00
AJ Kelly 6bacf561ca add ScreenOptionsExportPackage 2009-03-03 21:29:06 +00:00
Chris Danford 8c52d43306 nondeterministic global ctor ordering might init this before SpecialFiles::NOTESKINS_DIR 2009-03-03 09:02:01 +00:00
Steve Checkoway b51ba2c6de Reorganize so that SMApplication's implementation is by its interface. 2009-03-02 09:37:53 +00:00
Steve Checkoway 6909760283 silence warning 2009-03-02 09:27:15 +00:00
Chris Danford 4cadae8e56 export file using zip file writer stubs 2009-03-02 06:36:15 +00:00
Chris Danford 85daa681f9 basic export packages UI (doesn't export the smzip yet) 2009-03-02 02:08:59 +00:00
Mike Hawkins ba752c4a23 Fixing typo in error message 2009-02-26 23:21:02 +00:00
Chris Danford 811d6c0673 Install packages using StepMania.exe, not tool.exe. Package installation now just copies the .smzip to the user Packages dir. 2009-02-17 18:36:16 +00:00
Chris Danford d53eb89dbd Windows: save files in AppData dir (not MyDocuments), save Screenshots in user's Pictures dir 2009-02-17 18:34:15 +00:00
Chris Danford 7114679d91 all ScreenSelect derivatives already have a hard-coded subscribe to PlayerJoined 2009-02-10 22:44:28 +00:00
Mike Hawkins 1a5f4ca673 Correction for last update using wrong Profile.cpp file (see http://www.stepmania.com/forums/showthread.php?p=139259&posted=1#post139259) 2009-01-08 05:47:10 +00:00
Mike Hawkins 35051e4479 Increase max size of stats.xml, considering the fact that many people have a large number of songs (many more than 100) and many songs now have single+double charts included (more than 3). 2009-01-08 03:07:48 +00:00
Steve Checkoway 17cc65e8fd _DEBUG -> DEBUG 2009-01-06 17:54:21 +00:00
Rob Campbell d498ec08f1 Proper (?) windows compile fix 2009-01-05 22:02:30 +00:00
Steve Checkoway 3f800ece3d Actually look in the right place for subscriptions. 2009-01-05 08:46:22 +00:00
Steve Checkoway f6edbc8a28 Only subscribe to PlayerJoined a single time. 2009-01-05 07:00:49 +00:00
Steve Checkoway a15f9e4968 Add IsSubscribedToMessage() 2009-01-05 07:00:29 +00:00
Steve Checkoway dbca9eedf6 Revert. IF is a macro, if is a conditional statement. Furthermore, casting to an unsigned 32 bit integer on a 64 bit machine causes the the x<0 to always be false. But since there is a comma, the "bad integer" was evaluating to a nonzero address and so the conditional was always true and the empty statement would be executed. That is wrong. 2009-01-05 06:17:44 +00:00
Rob Campbell be4eef5e05 Fix a compile error 2009-01-04 20:33:15 +00:00
Colby Klein b4c7ab6eb9 Add metric to show/hide skip display in stats. 2009-01-03 13:10:34 +00:00
Colby Klein 3764146303 Only display the video renderer in stats on Windows. Mac OS and Linux only have OpenGL available so this doesn't matter. 2009-01-02 21:44:45 +00:00
Colby Klein 42fd54048e Fix compile. 2009-01-02 01:43:48 +00:00