Commit Graph
100 Commits
Author SHA1 Message Date
AJ Kelly fbf1dd2d4c change HelpText for ScreenTestInput 2011-03-13 00:06:05 -06:00
AJ Kelly e4a3a780a8 Make Theme Options go back to the More Options menu 2011-03-13 00:05:38 -06:00
AJ Kelly ea6070a784 pngcrunch para noteskin; change rolls to green holds (todo: come up with a unique design) 2011-03-12 23:55:41 -06:00
AJ Kelly c866805de7 add Texture Font Generator to the installer; add some VIAddVersionKey commands 2011-03-12 14:22:38 -06:00
AJ Kelly e890bd446c fix bugs, for real this time 2011-03-09 19:12:15 -06:00
AJ Kelly 7e99570ddb fix a bug 2011-03-09 17:34:49 -06:00
AJ Kelly 319efa9060 o
o                     _____,
                                  .iiiii>`
        ()                      .=ii||i+`                        .,
                               =iii|ii|;                          =_
                              _-~~~~~~~`                          -|i
  o                    .__=iiii|i|i|i||=_______                    ii|
                  ._iiiiiiiii||i|i|i|iiiililiiiii|=_               i|i|;
           o   .=iiii|||i|i|i|i|i|i|i||i|i|i|i|i|iiii__            i|i|;
              _iii|i|iii|i|i|i|i|i|i|ii|i|i|i|i|i|i||ii=,          i|i|i;
        _ac, ~~ii|i|i|||i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|iii=_.      .i|i|i;
       ]P\awQQma/+i|i|ii|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i||iii=      =|i|i|;
       ?4QQQQQQWW6/i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i||i|_    .=i|i|i;
       ')4P?QQQQQQQ_"i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|iii|ii__._=li|i|i;
   ()       QQQQQQQQ i|i|i|i|i|i|i+~_ ~i|i|i|i|i|i|i|i|i||i||iiiiii|i|i;
       ,    QQQQQQQH i|i|i|i|i|i+==ii| <|i|i|i|i|i|i|i|i|i|ii|i|i|i|i|i`
       )46ajQQQQQQ@ i|i|i|i|i|i:=ii|i|| :i|i|i|i|i|i|i|i|i|i|i|i|i|i|i|
       -` )??QQ@P\=ii|i_,-~<|i|iii|i|i| =|i|i|i|i|i|i|i|i|i|i|i|i|i|i|i;
           -~___=|i||i|+||=/||i+i|i|i| :i|i|i|i|i|i|i|i|i|ii|i|i|i|i|i|;
       _,               -<|||i|=/+|i|~ =ii|i|i|i|i|ii|ii|i|i|i|i|i|i|i|=,
       ]f]ggS ..   _____,-=ii|ii|==~~ _ii|i|i|i|i|i|i|i|i|i|i~~~+|i|i|ii;
       ]f]QQS __=l|iiiii=,:|i|i|iiii__ii|i|i|i|i+~~~i|i|i|i|     :i|i|i|;
       ]f]QQS iii>~_i|i|i=,:i|i|i|i|iii|i|i|i|i|i|i|_______,      =|i|i|;
       ]f]QQS    .=ii|i|ii==ii|i|i|i|i|i|i|i|_~i|i|iiiiiiii>      -|i|i;
       )']QQX  iiiii|i|>+|iii|i|i|i|i|i|i|ii|ii=/+i|i|i|>`         i|i|;
         ]QQX  -~<||i|~:i|i|i|i|i|i|i|i|i|i|i|ii|=/||i~`           i|i|`
          )?"          i|i|i|i|i|i|i|i|i|i|i|i||i+` ~              i|i~
                         -~<|i|i|i|i|i|i|i|+~~~                   .i~
                              ~~~~~~~~~`                          -
2011-03-09 17:27:28 -06:00
AJ Kelly 8ddf4d49ea small cleanup 2011-03-09 17:25:31 -06:00
AJ Kelly a906aac6b9 fix warning 2011-03-09 13:55:55 -06:00
AJ Kelly 314d3b92e8 forgot changelog 2011-03-09 13:14:27 -06:00
AJ Kelly 52f57d8d03 Change SongGroup to Text in SetCommand, add Label param too. 2011-03-09 13:14:18 -06:00
AJ Kelly 56bb3e8445 sm5svn 0dc297b [Glenn Maynard]
"Previously, we didn't create MusicWheel sorts when the screen loads; it was delayed until the
screen begins.  This allowed preloading before the style is set.  However, it caused a
major skip when the screen starts, because creating the sorts is fairly expensive.

Refactor this.  Load the sorts when the screen is loaded, and then go through them
and quickly filter out unplayable data and handle other initialization on begin.
This is much faster, so we can more easily transition seamlessly from the previous
menu.

One known limitation: the sorts are created before we know the style, so we have to
guess.  This means if you're in a style like dance-solo or pump-halfdouble, sorts will
still be based on regular mode.  This affects the difficulty, top grade and roulette sorts."
2011-03-08 21:09:38 -06:00
AJ Kelly d3959d140e fix default theme (MeterDisplay width) 2011-03-08 20:24:02 -06:00
AJ Kelly a71a6cc1be [MeterDisplay] Add Lua binding. "Allow setting and changing the width dynamically. Phase out the "StreamWidth" node property; set it with SetStreamWidth instead." [Glenn Maynard] 2011-03-08 20:21:08 -06:00
AJ Kelly c28845a8dc Added custom MusicWheel items.
[ScreenSelectMusic] Add GetMusicWheel Lua binding.
2011-03-08 19:28:40 -06:00
AJ Kelly 8fa1aa09b6 [WheelBase] Add GetCurrentIndex and GetNumItems Lua bindings. 2011-03-08 19:26:08 -06:00
AJ Kelly de45576905 add comment about bonus bars 2011-03-08 19:12:39 -06:00
AJ Kelly e69c3d127d fix cel shading functions 2011-03-08 13:13:53 -06:00
AJ Kelly 4e0dd3dce4 change comment style 2011-03-07 15:28:45 -06:00
AJ Kelly 828e36219f remove another todo of mine 2011-03-07 15:22:41 -06:00
AJ Kelly ba6ab436e5 small whitespace killing 2011-03-07 15:21:03 -06:00
AJ Kelly c4622d375b remove a todo of mine that made no sense 2011-03-07 15:19:37 -06:00
AJ Kelly 3a89fafb8f fix errors with subtitle 2011-03-07 15:01:33 -06:00
AJ Kelly a5d176b0f6 fix position of MIGS/ITG boxes on eval 2011-03-07 14:42:38 -06:00
AJ Kelly f7781aa004 forgot this too 2011-03-06 00:35:46 -06:00
AJ Kelly c3ac117dbe fix compile, for real this time 2011-03-06 00:35:28 -06:00
AJ Kelly 6016d05b52 fix compile 2011-03-06 00:34:26 -06:00
AJ Kelly 5072481151 Added overlay input for ScreenInstallOverlay... commented out the stepmania.com launch for now. 2011-03-05 12:38:04 -06:00
AJ Kelly b393826d23 lost cause 2011-03-04 22:49:11 -06:00
AJ Kelly 3aa0577801 forgot to commit ScreenEdit, which uses SnapDisplay 2011-03-04 22:48:40 -06:00
AJ Kelly f1fe71a60a whitespace kill 2011-03-04 22:48:17 -06:00
AJ Kelly 60ce757c5f spacing cleanup 2011-03-04 22:48:00 -06:00
AJ Kelly 7e128f8fdb it wasn't using the PlayerNumber for anything here. 2011-03-04 22:47:38 -06:00
AJ Kelly c1858f6920 cleanup and a small doxy note 2011-03-04 20:55:39 -06:00
AJ Kelly d7fa896646 CustomLighting is another command I'm having some trouble with... 2011-03-03 00:08:40 -06:00
AJ Kelly 0771d24022 working on a CelShading command that may or may not end up working; commented out for now 2011-03-03 00:03:56 -06:00
AJ Kelly b36aabeeaa cleanup/comment 2011-03-02 23:57:57 -06:00
AJ Kelly dc196b38af fix compile for real this time 2011-03-02 21:49:31 -06:00
AJ Kelly 7f31b13bb0 comment/cleanup 2011-03-02 21:17:40 -06:00
AJ Kelly 9ed376e518 fix Mac build with ffmpeg 2011-03-02 17:55:38 -06:00
AJ Kelly 2a12c21daa apply Tatsh's patch from http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=218 2011-03-02 16:57:34 -06:00
AJ Kelly a6953e09b2 working towards finishing issue 24: http://ssc.ajworld.net/sm-ssc/bugtracker/view.php?id=24 2011-03-02 16:55:34 -06:00
AJ Kelly 1aff384afe Revert "src\NoteDisplay.cpp"
This reverts commit d750f2a1e8.
2011-03-02 16:40:48 -06:00
AJ Kelly d750f2a1e8 src\NoteDisplay.cpp 2011-03-02 16:37:20 -06:00
AJ Kelly 387bb95745 cleanup, comment 2011-03-02 14:42:27 -06:00
AJ Kelly 26227213dc cleanup, comment 2011-03-02 14:41:59 -06:00
AJ Kelly e6f9c503dd and moving it into here. 2011-03-02 14:37:16 -06:00
AJ Kelly 7567d21a9e moving some stuff out of here 2011-03-02 14:37:05 -06:00
AJ Kelly 53494f681a forgot a variable. fixes compile. 2011-03-02 01:34:44 -06:00
AJ Kelly 402000e6e0 [ScreenHowToPlay] Allow themers to use either .ssc or .sm files.
(update comment on ScreenGameplaySyncMachine)
2011-03-02 01:33:29 -06:00
AJ Kelly 182bb0590c this time, really allow themers to use either .ssc or .sm simfiles for ScreenGameplaySyncMachine. 2011-03-02 01:29:58 -06:00
AJ Kelly bbfeedab5a remove alternate name 2011-03-02 01:19:59 -06:00
AJ Kelly 76865a9a19 very minor whitespace removal 2011-03-02 01:19:53 -06:00
AJ Kelly 69c4a09e84 rename the music file to stop it from whining about similar names 2011-03-02 01:19:24 -06:00
AJ Kelly f863abe553 fix error, slightly modify position of MIGS/ITG boxes 2011-03-02 01:09:03 -06:00
AJ Kelly 51e6e47fa4 go die in a fire, merging 2011-02-27 22:05:31 -06:00
AJ Kelly d0059135c4 whiny piece of junk 2011-02-27 22:05:22 -06:00
AJ Kelly d23a718b8b change this to use the string binding 2011-02-27 22:04:14 -06:00
AJ Kelly 6690b72bc6 small SnapDisplay changes, nothing serious 2011-02-27 20:12:41 -06:00
AJ Kelly b08f96237b merging again 2011-02-27 20:03:05 -06:00
AJ Kelly c8746a14d5 notespace blah 2011-02-27 20:02:55 -06:00
AJ Kelly 24d4605c0b update comments, clean extra whitespace 2011-02-27 20:02:18 -06:00
AJ Kelly 794c418879 merge 2011-02-27 19:03:11 -06:00
AJ Kelly 71a00e1b74 merge 2011-02-27 18:37:48 -06:00
AJ Kelly b0e0097bbc cleanup/comment stuff 2011-02-27 18:37:40 -06:00
AJ Kelly 77a57d5db3 update comment 2011-02-27 18:37:00 -06:00
AJ Kelly 6061d5c08e commenting 2011-02-27 18:36:41 -06:00
AJ Kelly 18f7dea5f9 [PlayerState] The old GetPlayerOptions() binding is now GetPlayerOptionsString(). There is a new GetPlayerOptions() binding that gets the PlayerOptions object, which has a GetNoteSkin() binding (and hopefully more in the future). 2011-02-27 18:36:05 -06:00
AJ Kelly 1631074f8c messing around with smpackage, which doesn't want to compile for me on VS2008 Express still 2011-02-27 13:12:38 -06:00
AJ Kelly f2e7954054 various cleanup/comment changes 2011-02-27 00:52:32 -06:00
AJ Kelly 83b4aff301 remove extra semicolon 2011-02-27 00:51:40 -06:00
AJ Kelly 30f9215aef change how ScreenOptionsToggleSongs works.
Now the main page (ScreenOptionsToggleSongs) has the groups, and a sub-page (ScreenOptionsToggleSongsSubPage) holds all the songs in a specific group.
2011-02-26 15:11:41 -06:00
AJ Kelly 734cbab2a1 small cleanup 2011-02-25 18:26:31 -06:00
AJ Kelly 32e6e65d35 more small comment updates for futures 2011-02-25 16:28:19 -06:00
AJ Kelly 6e16f60de5 small whitespace cleanup; hope I didn't break line endings 2011-02-25 16:04:59 -06:00
AJ Kelly 01f56c777e I guess you don't need this for font reloading after all... 2011-02-25 15:49:51 -06:00
AJ Kelly 9d38caa32f more ssc futures preparations 2011-02-25 15:49:36 -06:00
AJ Kelly 4c869d49ba small comment/cleanup 2011-02-25 14:43:05 -06:00
AJ Kelly 3666771885 update comment 2011-02-25 14:41:36 -06:00
AJ Kelly 38007eac91 cleanup of whitespace again 2011-02-25 04:19:44 -06:00
AJ Kelly 4eb8117ee7 whitespace, commenting... 2011-02-25 04:14:34 -06:00
AJ Kelly 63352110ea whitespace cleanup 2011-02-25 04:13:37 -06:00
AJ Kelly 2f01969781 smpackage blargh stuff 2011-02-25 01:59:47 -06:00
AJ Kelly bb1e1a297f try to avoid a crash here, at the expense of it possibly not logging in for some people... please send log info if it happens to you. 2011-02-25 00:55:38 -06:00
AJ Kelly e1b7f7c2bf kill some extra whitespace 2011-02-24 14:09:53 -06:00
AJ Kelly 2be07e74f4 shut up, warning 2011-02-24 14:09:10 -06:00
AJ Kelly 26a2cd2155 4,1M07,01E08,01R09,01G11,01E 12,01R06,01A04,01G07,01E
(merge rage)
2011-02-24 00:57:21 -06:00
AJ Kelly 23607be62b doxygen: project name is now sm-ssc; use subdirs 2011-02-24 00:56:33 -06:00
AJ Kelly b73a2bb153 [NotesLoaderSSC] Allowed reading of #NOTES2 again. 2011-02-24 00:55:19 -06:00
AJ Kelly 52d81ffa2e no temp folder for doxygen windows 2011-02-24 00:54:58 -06:00
AJ Kelly bbb5ae1f16 I keep messing around with it 2011-02-24 00:50:31 -06:00
AJ Kelly 170029498f tab size is 4 tvym 2011-02-24 00:41:28 -06:00
AJ Kelly 8deb69ec57 update the future EffectAction and EffectType enums 2011-02-24 00:22:42 -06:00
AJ Kelly 8c3eda6315 yup, I continue to work on this new effect system for Actors. one day it might even get finished! 2011-02-24 00:14:53 -06:00
AJ Kelly cd5496159f better rainbow colors 2011-02-24 00:10:25 -06:00
AJ Kelly 8d4fa6a289 change comment order 2011-02-23 23:54:03 -06:00
AJ Kelly ac8aa2a7dd more of that new Effect stack planning 2011-02-23 23:53:49 -06:00
AJ Kelly 2153ba0dae archutils\Win32\ cleanup and comment 2011-02-23 22:59:15 -06:00
AJ Kelly 6c0290d6ce attempt to fix compile, but will likely still fail 2011-02-23 21:53:53 -06:00
AJ Kelly 3e135d8519 add sm-ssc Mouse Test theme 2011-02-23 21:23:51 -06:00