Commit Graph

22 Commits

Author SHA1 Message Date
Kyzentun 2c49ec7380 Change RadarValues internal implementation to not use a union and use the subscript operator instead of the float* operator for subscripting. 2014-08-22 13:19:17 -06:00
sigatrev e81af8c131 Enums for TapNoteType, TapNoteSubType, and TapNoteSource
I intend to make additional useful information available on judgments,
such as TapNoteType and TapNoteSubType( for hold judgments ).

I am submitting this part as a separate pull request because it is more
generally applicable to anything TapNote related.
2014-07-25 18:45:02 -05:00
Mark Cannon 8099e25dcc stage 3 of TimingData changes: changed external interface, enforce encapsulation more strictly 2011-09-15 03:28:58 +00:00
Mark Cannon 0d4e43f9e3 stage 1 of TimingSegment cleanup: consolidate genericizable code in TimingData, use a proper variable name 2011-09-10 03:08:59 +00:00
Jason Felds b6fe8a0de0 [timing] Notes* mostly covered. 2011-07-27 22:33:50 -04:00
Jason Felds c454bb9c14 [timing] Slightly (?) better (??) casting. 2011-07-15 18:46:11 -04:00
Jason Felds bcec471213 [timing] Still struggling. Issues below.
Loader: can't instantiate TimingSegment due to abstract nature.
Writer: thinks there is no definition with what is provided.

Anyone want a crack at it?
2011-07-15 18:39:41 -04:00
Jason Felds d9f301a85a [timing] same with this one. 2011-07-15 01:15:51 -04:00
Jason Felds 000421c18b [timing] This one is not. Need assistance. 2011-07-14 14:12:28 -04:00
Jason Felds 5940bdeddb More abstraction. 2011-06-30 02:10:58 -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 fe9dfa26c4 Consistency. 2011-06-12 03:47:38 -04:00
Jason Felds df6a00b53e Stops (and Delays) now templated.
This is all of them at this present time.

At some point in the future, we should make
DelaySegments separate from StopSegments.
2011-06-01 09:50:34 -04:00
Thai Pangsakulyanont 1d2dd19ab1 Yeah, BPM segments, big one :D 2011-05-31 23:41:39 +07:00
Thai Pangsakulyanont e9ba0103b6 [default -> splittiming] and another merge 2011-05-12 16:56:41 +07:00
Jason Felds 0e9de47cf6 Patch by codebrainz for linux assistance.
Linux users, you may want to make clean
&& sh ./autogen.sh && ./configure before
running make again.
2011-05-12 00:19:01 -04:00
Jason Felds 7a5475b139 [default -> splittiming] Usual updates. 2011-05-11 12:09:29 -04:00
AJ Kelly 12daa21a0a ping pong, will this work? 2011-05-10 19:57:58 -05:00
Jason Felds 9da3681595 Revert, force const casting.
Perhaps we should use these stricter casts more often.
2011-05-10 20:50:30 -04:00
AJ Kelly bde4574c1c attempt a fix for mac compiling 2011-05-10 19:46:08 -05:00
AJ Kelly f1546b4283 change to GetTapNoteRange and use MAX_NOTE_ROW 2011-05-10 19:43:30 -05:00
AJ Kelly aa58884f8f add NotesLoader/WriterJson 2011-05-10 18:59:09 -05:00