Commit Graph

39 Commits

Author SHA1 Message Date
Thai Pangsakulyanont 31848e79c4 [splittiming] replace new Steps with [song].CreateSteps() (224 build errors) 2011-05-09 22:47:47 +07:00
Thai Pangsakulyanont 0d42b00621 [splittiming] Fix NotesLoaderDWI, NotesLoaderSM, NotesWriterSWI, NotesWriterSM by replace occurences of m_Timing with m_SongTiming. (224 build errors) 2011-05-09 22:41:49 +07:00
Thai Pangsakulyanont 9384f82ccd [splittiming] a function to create steps for the song (259 build errors) 2011-05-09 22:37:15 +07:00
Jason Felds 530afdf8fa New branch: [sm130attacks].
Look into allowing song attacks again.
2011-04-17 22:54:51 -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 64619f9819 [warps] Add more flexible constructors. 2011-03-26 14:27:06 -04:00
Jason Felds d44f42968d [warps] Use the value from SM4's recent betas. 2011-03-26 11:14:55 -04:00
Thai Pangsakulyanont ac336215bd [warps] allow stops inside warps and convert high bpm to warps
+ sometimes there are delays/stops in high BPM sections,
  they have to be handled inside a warp to be able to convert
  it easily.
+ on the stopped / delayed rows with warps, judging become
  enabled for that row.

Issues:

+ the bpm threshould is hardcoded (right now it's 400000.0).
  someone change it please.
+ slight off-sync from conversion. haven't figured out how to
  work around it yet.
2011-03-26 22:07:24 +07:00
Thai Pangsakulyanont bfd7e9c914 [warps] merge 2011-03-26 14:53:27 +07:00
Thai Pangsakulyanont ff739605ec [warps] Some simfiles change BPM after the warp, so should keep the positive BPM changes. Example simfile: Tsusurvivorgamush. 2011-03-26 14:51:30 +07:00
Jason Felds 337fa2f801 [warps] Negative Stops turn to Warps now. 2011-03-26 03:37:37 -04:00
Jason Felds 7477cf7642 [warps] Negative BPMs converted to Warps. 2011-03-26 02:36:44 -04:00
AJ Kelly aac5710fb4 [br:warps] my changes to NotesLoaderSM for Negative Stops -> Warps. (still not working, sadly) 2011-03-26 01:08:05 -05:00
AJ Kelly 784dcb5f60 [br:warps] just come cleanups 2011-03-26 00:25:56 -05:00
AJ Kelly 417848ce4e [br:warps] better variable name for FreezeSeconds/SecondsPerBeat 2011-03-26 00:19:30 -05:00
AJ Kelly 53421eea4f [br:warps] more work on NotesLoaderSM, re: warps from Negative Stops 2011-03-26 00:17:42 -05:00
AJ Kelly fff2c5948e [br:warps] still doesn't do anything, but latest work on negstops (does not make WarpSegments yet) 2011-03-25 22:46:45 -05:00
AJ Kelly dd868637d2 [br:Warps] swap condition/code on Negative Stops; gonna hopefully work on this some more 2011-03-25 19:11:34 -05:00
Jason Felds a085d0d1da Line endings...be normalized! 2011-03-17 01:47:30 -04:00
Jason Felds 8a457e382a [notesLoaderSMA] More progress, still preparing. 2011-03-15 17:05:12 -04:00
Jason Felds d59907e897 The future is now. sm124futures is brought in.
The changelog includes what was done.
2011-03-14 17:09:37 -04:00
Jason Felds d855d8c7e8 Bring light into the shadow...variables.
Yeah, yeah, can't make a good joke at 2:30 AM.
2011-03-14 02:36:48 -04:00
Jason Felds e14cb3ce6e new branch: sm124futures. So far:
Have both description and author credit be filled in
from a .sm file.
2011-03-13 19:25:55 -04:00
Jason Felds ca83d063f8 More on the branch. NotesLoader/Writer set up. 2011-02-27 22:17:18 -05:00
Jonathan Payne 087c239882 + Oldschool behavior for BPMSegment loading ( Just In Case )
+ WIP Preference for DefaultFailType
2011-02-13 11:38:30 -08:00
Jason Felds aa6a7471e5 Make LoadFromSMTokens a member.
Allows for code reuse rather than duplication.
2011-02-11 12:28:23 -05:00
Alberto Ramos c4a0bf6e52 sorry midi 2011-02-07 14:50:32 -07:00
Alberto Ramos 984fad4633 lazyness with sm files noteskins animations and blah at NLKSF
also long time w/o commiting
2011-02-06 20:21:58 -07:00
Jason Felds 504d5a484e Read and write TICKCOUNTS. Invalidate cache.
At this time, the tag does nothing.
That will hopefully change within the week.
2011-01-18 11:23:32 -05:00
Jason Felds b1cfa59743 Remove big block of comments. Leave a footnote. 2011-01-18 09:38:48 -05:00
Jason Felds 082b914a69 Prepare for #TICKCOUNTS tag in loading. 2011-01-18 09:28:29 -05:00
Jason Felds 343cada967 Be consistent with clearing TimingData. 2011-01-18 09:22:13 -05:00
Jonathan Payne ae90dee029 forcefully load negative bpms 2010-12-12 01:16:40 -08:00
AJ Kelly 26bd3d565b this is a big one...
[Player] fix a warning [shakesoda]
[Player] Change combo coloring logic in course mode:
"PERCENT_UNTIL_COLOR_COMBO refers to how long through the course the combo color
should appear (scaling to the number of songs). (This may not be desired behavior,
however.)" Let me know if I should add an alternate way to specify course combo
color logic.  -aj

[other files including Player.cpp]
Update warp note logic; It used to be WarpFromRow=WarpToRow, now it's WarpFromRow=WarpLengthBeats.
They still aren't functional but I'm getting closer. Negative Stops are still not converted.
2010-08-15 16:12:30 -05:00
AJ Kelly cd2a78e09a pretty much equivalent to 23b02ce-adf0feb. [Chris Danford; some other cleanup by AJ] 2010-06-12 14:37:20 -05:00
AJ Kelly 642f4b107c the various changes that I forgot to commit (cleanup and so forth) into hg,
culminating in syncing with sm-ssc v1.0 public beta 2
2010-03-31 17:37:09 -05:00
AJ Kelly d81927da08 rev 935d0d7 except this time based off the right part? 2010-01-27 16:11:06 -06:00
AJ Kelly 3e51544930 Initial commit. 2010-01-26 21:00:30 -06:00
Devin J. Pohly 80057f53cd smsvn -> ssc-hg glue: rearrange directory structure 2013-06-10 15:38:43 -04:00