Martin Natano
e1b5664f21
Update jsoncpp from version 0.5.0 to 1.9.5
...
Aside from including a ton of bug fixes, this should fix an issue in the
CI pipeline when building with system libraries that was caused by a
minor incompatibility between 0.5.0 and less ancient versions.
Also, switch to the amalgamated source, because it makes it easier to
keep it up to date.
https://github.com/open-source-parsers/jsoncpp/wiki/Amalgamated-(Possibly-outdated)
2022-02-19 14:10:55 +01:00
teejusb
7e3789b131
Integrate C++11 branch into 5_1-new
2019-06-22 12:35:38 -07:00
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
Jason Felds
6b36b267af
Another simple one.
2013-04-28 23:03:06 -04:00
Jason Felds
023deca293
Remove comments that aren't WHITE SPACE.
...
...this is going to be a running gag.
2013-04-27 14:50:26 -04: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