Commit Graph
470 Commits
Author SHA1 Message Date
Jason Felds 21844e373e Fix NoMines transformations in the editor. 2011-07-07 01:15:06 -04:00
Jonathan Payne e2a7231a61 changelog 2011-07-06 21:40:05 -07:00
Jason Felds fab94d3a32 Changelog for previous bug. 2011-07-06 13:50:38 -04:00
Jason Felds e281ca418b New lua function CHARMAN:GetCharacterCount.
How the Characters mod won't display by default if
there are no characters to play with at all.
2011-07-05 19:10:07 -04:00
Jason Felds 2726f6df82 NOW Mini and Tiny are swapped properly. 2011-07-05 16:50:06 -04:00
Jason Felds 541a5e8fce HUZZAH! 2011-07-04 23:58:05 -04:00
Jason Felds 7f41c184bf Restored dance-couple and pump-couple editing. 2011-07-04 23:57:55 -04:00
AJ Kelly 82aa997719 more lua docs update 2011-07-04 22:30:17 -05:00
Jason Felds 0455ffaa36 Add two routine mirroring functions.
I think the Alter Menu is getting a bit big.

Maybe I should borrow from the help menus...they scroll nicely.
2011-07-04 18:15:21 -04:00
Jason Felds 62de691437 Add routine helper function. ...again.
...I sense I'm merging with myself here.
2011-07-04 17:31:56 -04:00
Jason Felds 5ea7adad66 Add routine helper: switch notes' player. 2011-07-04 17:30:36 -04:00
AJ Kelly 3deecadc84 more luadocs 2011-07-04 16:01:52 -05:00
AJ Kelly d5e19e42ce luadocs checkpoint 2011-07-04 15:56:22 -05:00
AJ Kelly 3d6828eb67 add unsigned to the types 2011-07-04 14:41:16 -05:00
Jason Felds ac3b0f9f49 Fix attack removing crash if no attacks. 2011-07-03 22:31:47 -04:00
Jason Felds 99ca078104 Already prepare for future commits. 2011-07-03 20:44:48 -04:00
Jason Felds 2038606a30 New metric, MModHighCap. Can fix Tsuhsuixamush.
Set to 0 or less to remove the cap.
2011-07-03 13:43:30 -04:00
AJ Kelly 544f927932 [ScreenEdit] Fixed a crash when hitting Enter in the F1 help menu. 2011-07-02 18:54:07 -05:00
Jason Felds 11923a80ba Allow setting last second at the current beat.
Use the Area Menu for this one.
2011-06-30 01:23:59 -04:00
Jason Felds 8bc2c38142 Replace #BEAT tags with #SECOND tags.
Split Timing has made this necessary.

Yes, this means another recache.
2011-06-30 01:11:38 -04:00
Jason Felds a50069efa2 Add the requested copy timing data functionality.
I don't know of a good way to copy timing data
across different styles, though.
2011-06-28 12:25:32 -04:00
Jason Felds 8051cd7ad2 .ssc format change, recache required.
This is being done so that beat based #ATTACKS
can be possible.
2011-06-27 20:27:59 -04:00
Jason Felds 0919debf33 Preserve speed segment length time on beats. 2011-06-27 14:24:55 -04:00
Jason Felds 3830ddbadf Use Step Author instead of Chart Style on right. 2011-06-27 11:09:31 -04:00
Jason Felds b653e5b5e7 Copy Step #ATTACKS when requested. 2011-06-27 00:03:05 -04:00
Jason Felds 4ab534de75 Use NoAttacks vs StepAttacks. 2011-06-26 23:58:24 -04:00
Jason Felds e658714b53 Allow cycling/jumping through all segments.
Better to re-use keys we have than add multiple key strokes
when I sense we'll need them.
2011-06-26 23:11:57 -04:00
Jason Felds 28d0cdc8c2 Clarification. 2011-06-26 16:15:09 -07:00
Jason Felds b026159a27 New metric: SongsNotAdditional.
Set this to false to have AdditionalSongs be valid for
unlocking purposes.
2011-06-26 16:14:50 -07:00
Jason Felds f706783eb2 Changelog for previous commit. 2011-06-26 16:11:59 -07:00
Jason Felds ad628e8191 New metric: AutoLockEditSteps.
This is mainly for anyone that wants to have
bonus charts available after passing Expert.

This will probably fail if there are bonus charts
after Hard, but no Expert.
2011-06-26 16:10:24 -07:00
Jason Felds adf1fd7129 Umm...Daisu? What did you do? 2011-06-24 17:29:41 -04:00
Alberto Ramos f8f7b10fa9 update again uh 2011-06-24 13:58:07 -06:00
AJ Kelly acda84e4e4 [Actor] Implement compound(length,tweens) in _fallback/02 Actor.lua. also I guess I changed the luadocs? 2011-06-24 14:19:19 -05:00
Alberto Ramos fc647bc63c fuck 2011-06-24 12:39:11 -06:00
Alberto Ramos e2974f85f8 luadoc update 2011-06-24 12:37:01 -06:00
Jason Felds fcf9e335e6 Use StepAttacks instead.
This deprecates the GetSongAttacks lua function.

Next up: make it so that no text is displayed if
Step Attacks are on, but display "No Attacks" if
attacks are turned off.
2011-06-24 12:12:27 -04:00
Jason Felds f2d1ca1d4b Make Step #ATTACKS official. 2011-06-24 11:58:51 -04:00
Jason Felds cde793dc57 Prepare for Steps Attacks.
No changelog entry yet: it's not complete.
2011-06-24 11:09:49 -04:00
Jason Felds 16d58dc0a4 Fix editor crash if you don't save a new chart. 2011-06-24 01:09:37 -04:00
Jason Felds 0190ac0eca Allow converting delays to beats.
Just find a better song than Uprock to use this on.
2011-06-24 00:50:32 -04:00
Jason Felds c67e4d2349 Add unlocking one step per steps type.
This is different from just unlocking one step for all step types.
2011-06-24 00:28:57 -04:00
Jason Felds 97abd25e3e Fix Practice Songs crash with AdditionalSongs. 2011-06-19 16:51:51 -04:00
AJ Kelly 5386525448 [LifeMeterBattery] Fixed a bug where MinesSubtractLives was not being honored. Also added LifeChanged message to changing of life on holds. 2011-06-17 01:06:01 -05:00
Jason Felds 49ac1c362d Add many TimingData bindings. See changelog. 2011-06-15 16:56:01 -04:00
AJ Kelly 9b60587be9 [InputHandler_DirectInput] Fixed MouseWheel input not resetting. 2011-06-13 17:37:13 -05:00
AJ Kelly cd9c8e97d2 [ScreenTextEntry] Make it so only the keyboard's Enter key can finish the screen. Should fix issues with buttons whose secondary function is MenuStart. 2011-06-13 15:47:11 -05:00
Jason Felds fed3c9bf2c NumLock becomes Hyphen. P2 gains Back Button.
This should alleviate some issues.
2011-06-13 16:08:28 -04:00
Jason Felds 6d8df2ffc2 Lots of updates today. Nice. 2011-06-13 14:49:06 -04:00
Jason Felds 7a16ba9c0f Add two new noteskin metrics.
This properly resolves bug tracker issue 190.
2011-06-13 14:48:15 -04:00