Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-03 | add semanticVersion.IsPrerelease() | Jesse Plamondon-Willard | |
2018-04-25 | simplify beta channel logic (#457) | Jesse Plamondon-Willard | |
2018-04-13 | fix console color scheme for PowerShell, and make it configurable | Jesse Plamondon-Willard | |
2018-04-13 | split mod DB into a separate file | Jesse Plamondon-Willard | |
The mod metadata has grown over time, and there's no need to keep it in memory after mod loading. This lets us load the config earlier (since it has a smaller impact on memory usage which affects the game's audio code), and lets us discard the mod metadata when we're done with it. | |||
2018-02-18 | add support for ISemanticVersion in JSON models | Jesse Plamondon-Willard | |
2018-02-17 | add content pack feature (#436) | Jesse Plamondon-Willard | |
2018-02-16 | encapsulate mod DB, add display name, and use in dependency checks (#439) | Jesse Plamondon-Willard | |
2018-02-16 | overhaul internal mod data format (#439) | Jesse Plamondon-Willard | |
The new format is much more concise, reduces the memory footprint by only parsing metadata for loaded mods, and adds support for versioning and defaulting most fields. | |||
2018-01-20 | split SFieldConverter into separate converters | Jesse Plamondon-Willard | |
2018-01-20 | move converters into namespace | Jesse Plamondon-Willard | |
2017-11-26 | add date.DaysSinceStart property, add unit tests, update release notes (#390) | Jesse Plamondon-Willard | |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |