Commit Graph

72 Commits

Author SHA1 Message Date
Jason Felds 9bb7b633c9 [default -> sm130futures] Hello GLEW. 2011-05-02 21:12:11 -04:00
Jason Felds a220fafbf4 [default -> sm130futures] Bring up to date.
In a day or two, this branch will likely be
brought into default.
2011-05-02 10:24:52 -04:00
Jason Felds f0d2adfaa9 Allow editing Display Max BPM.
This got set to Min by mistake.
2011-05-02 01:44:14 -04:00
Jason Felds 6fb7d2a4e2 [default -> sm130futures] Bring up to date. 2011-05-01 21:35:20 -04:00
Jason Felds cd31dd73d8 Remove the long list of manually typed numbers.
Again, relying on global constants here.
2011-04-29 13:45:13 -04:00
Jason Felds f9f87f35f1 [default -> sm130futures] Obvious. 2011-04-05 22:41:41 -04:00
Jason Felds 5d98f47fc3 Allow editing #DISPLAYBPM traits in the editor.
Look in Edit Song Info to find it.
2011-04-05 22:40:33 -04:00
Jason Felds 5e61884941 [sm130labels] Do not allow duplicate label names. 2011-04-05 14:18:29 -04:00
Jason Felds 9a3a524a11 [sm130labels] Consistency: no empty labels. 2011-04-05 01:21:54 -04:00
Jason Felds a6b5187856 [sm130labels] Code ready for testing.
If a mistake was made here,
let the cherry picking/blame game commence!
2011-04-05 00:35:45 -04:00
AJ Kelly d466870e5d remove comments that aren't really needed 2011-04-03 16:00:23 -05:00
AJ Kelly 93e2bce579 [ScreenEdit] Changed sample playback button to L. 2011-03-29 11:56:19 -05:00
Jason Felds 8916f58dae Allow numbers <= 0 to cancel Warp segments. 2011-03-28 15:08:09 -04:00
AJ Kelly ddd2999374 add comment about editor noteskin 2011-03-27 18:25:30 -05:00
Thai Pangsakulyanont eed0be6fe0 [warps] ScaleRegion, InsertRows, DeleteRows to make it point warps to the right place. 2011-03-26 14:21:06 +07:00
Jason Felds 5126e21377 [warps] do validation in SetWarpAtRow, not here. 2011-03-25 17:48:05 -04:00
Jason Felds c8a6f4c41d [warps] Allow for editing warps.
TODO: Ensure warps get erased if they go backwards.
2011-03-25 17:40:56 -04:00
AJ Kelly cf81f8cc3b remove xbox support; it doesn't work, and it'd take too much effort to get it working again 2011-03-19 19:28:57 -05:00
Thai Pangsakulyanont 8d80ddedf2 Compress/Expand shall not break apart hold notes that overlaps the start/end marker. 2011-03-19 19:38:45 +07:00
Thai Pangsakulyanont a9af35d94e Make compress/expand preserve timing data by also adjusting BPM changes between start and end marker. The adjusting part is at TimingData::ScaleRegion. 2011-03-19 18:58:44 +07:00
Jason Felds 57fbdab648 Improvement to the Compress/Expand fix by Thai. 2011-03-17 15:26:09 -04:00
Jason Felds 3c3618f28d Fix Compress/Expand Steps bug. 2011-03-17 15:13:30 -04:00
Jason Felds 77e1b87cdd Resolve issue 76: add a new metric.
One can now define whether Ctrl+Up expands the selection
or shrinks it, and vice~versa with Ctrl+Down.
2011-03-17 14:41:26 -04:00
Jason Felds 1f2e26790c I shouldn't have to need 3 lines for NoteData.
Add helper function.
2011-03-17 12:31:16 -04:00
Jason Felds 409c885d65 Fix compile...and I think fix the save problem.
Not the best way to do this perhaps, but it's something.
2011-03-17 12:21:20 -04:00
Colby Klein 53865866d3 [opengl] merge (part 2) 2011-03-16 23:35:47 -07:00
Jason Felds 146e8e14f1 Plan for alternative to removing steps early. 2011-03-17 01:43:45 -04:00
AJ Kelly e6faf4c4bd yo where's my starcraft audio files 2011-03-16 23:10:35 -05:00
Jason Felds 3000786b0f Force created charts to be saved for keeping.
I know I've uncommented the troublesome code, but
perhaps a new technique is needed here.
2011-03-16 23:31:06 -04:00
AJ Kelly 580e7df07b small comment changes 2011-03-16 21:59:46 -05:00
AJ Kelly 6432db8548 update comment 2011-03-16 21:33:31 -05:00
AJ Kelly c18c2de206 This may not be the best solution, but it fixes bug 222 2011-03-16 21:06:14 -05:00
Jason Felds 247782b726 sm124futures: simplify attempt.
Caveat: recording mode is back to basics:
taps and holds. If demand is high, this can
be restored.
2011-03-13 22:45:19 -04:00
Jason Felds f951a87068 sm124futures: Working tap note cycling.
The code in NoteTypes could use a review:
perhaps the Type definition should be taken out of
the struct to try to make it more consistent?
2011-03-13 22:24:43 -04:00
Jason Felds e988bba855 sm124futures: Enhanced editor stuff in progress.
Cycle between the different types of Tap Notes.
Hold/Roll heads do not count on this.

Obviously still being worked on, but the code
compiles at this point.
2011-03-13 20:03:54 -04:00
AJ Kelly 5d61b73157 whoops. 2011-03-13 00:18:51 -06:00
AJ Kelly 48856adc15 remove redundant line for EDIT_BUTTON_SCROLL_SELECT 2011-03-13 00:17:36 -06:00
Jason Felds 55a34e89d7 Mission accomplished: #COMBOS tag in sm-ssc.
This tag will not show up on saved SM files.
Let's not mess with that format any more than needed.
2011-03-05 02:03:59 -05:00
Jason Felds 6204de38a7 Combos branch: allow editing combo factor.
Need to check something on the default branch
before this gets pushed there: something may still
be off.
2011-03-05 01:44:58 -05:00
AJ Kelly 3aa0577801 forgot to commit ScreenEdit, which uses SnapDisplay 2011-03-04 22:48:40 -06:00
AJ Kelly 26227213dc cleanup, comment 2011-03-02 14:41:59 -06:00
Jason Felds fcc42c0e4d Allow TickcountSegments to have a value of 0.
This allows for more accuracy with simfiles.
2011-03-01 09:30:47 -05:00
Jason Felds 7d4a5ab26b Radar branch. See description. ↓
1) Allow displaying Lift and Fake counts in the Editor.
2) Display the number of Fakes in the music select screen.
2011-02-27 22:50:26 -05:00
Jason Felds 2787054444 Allow custom format strings for the editor.
The number of notes have been formatted differently as an example.
2011-02-22 00:32:21 -05:00
Jason Felds 574da5c63b Display the Routine Player in the editor.
Needless to say, this will only show up on Routine mode.
2011-02-22 00:08:28 -05:00
Jason Felds 9d13036e08 Add @briefs to the Luna classes.
Yeah...there was a lot. */
2011-02-19 12:26:18 -05:00
AJ Kelly a2af7dc1a9 add #CHARTSTYLE to .ssc format (and now the editor too) 2011-02-14 23:05:52 -06:00
Jason Felds 60b5be592c Attempt to fix Editor bug with Delays. 2011-02-12 17:57:27 -05:00
Jason Felds ba55653468 Allow modifying the step's #CREDIT tag. 2011-02-11 01:51:01 -05:00
Jason Felds 2504a2c4b5 Allow changing tickcounts in the editor.
Next up: actually displaying the tickcount.
2011-01-18 11:49:27 -05:00