Files
itgmania212121/Docs/Changelog_SSCformat.txt
T

46 lines
1.4 KiB
Plaintext
Raw Normal View History

2011-03-17 01:47:30 -04:00
.ssc Format Changelog
________________________________________________________________________________
In case anyone else wishes to implement the .ssc format in their own simulator,
a changelog is provided here between each version.
Notice: .ssc is not a finalized format at the moment. There are plans for a
change to JSON, but it is unsure if this will be done.
Implement .ssc at your own risk.
________________________________________________________________________________
2011-05-09 22:49:47 -04:00
[v0.7] - theDtTvB, Wolfman2000
* Split Timing officially implemented.
[v0.59] - Wolfman2000
* Typo fix: #RADARVALUES needed a semicolon at the end, not a colon.
2011-05-01 21:35:20 -04:00
[v0.58] - Wolfman2000
2011-04-04 23:24:32 -04:00
* Implement #LABELS tag for easier Editor work/Rock Band section mimicry.
2011-04-30 19:23:29 -05:00
[v0.57] - AJ
* Add #ORIGIN tag to metadata.
[v0.56] - Wolfman2000
2011-03-27 03:09:36 -04:00
* Implement #WARPS tag to replace negative bpm/stop gimmicks.
2011-03-17 01:47:30 -04:00
[v0.55] - Wolfman2000
* Add #COMBOS tag to the Song and Steps (does nothing here).
[v0.54] - Wolfman2000
* Add #ATTACKS tag to the Notedata sections. Right now it does nothing.
[v0.53] - Wolfman2000
* Added Fakes to the RadarCategories. Start parsing between versions.
* Always write out the latest version to cache and hard drive.
[v0.52] - AJ
* Add CHARTSTYLE tag to NoteData section.
[v0.51] - AJ
* Move VERSION tag to the first line.
* Limit VERSION tag to two decimal places.
[v0.5] - Wolfman2000
* Initial MSD-based version.