Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-14 | simplify config.json and metadata.json names | Jesse Plamondon-Willard | |
2019-09-13 | use default indentation for JSON files | Jesse Plamondon-Willard | |
2018-08-31 | enable paranoid warnings automatically in debug mode (#590) | Jesse Plamondon-Willard | |
2018-08-31 | add paranoid warnings mode (#590) | Jesse Plamondon-Willard | |
2018-06-09 | add metadata dump option for troubleshooting | Jesse Plamondon-Willard | |
2018-05-24 | add option to locally suppress update checks for a specific mod | Jesse Plamondon-Willard | |
2018-05-17 | fix typo in config comment | 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-04-10 | fix typo in config file | Jesse Plamondon-Willard | |
2018-03-04 | update compatibility list | Jesse Plamondon-Willard | |
2018-03-04 | update compatibility list | Jesse Plamondon-Willard | |
2018-03-04 | simplify and always include default update URL, shorten no-longer-compatible ↵ | Jesse Plamondon-Willard | |
skip messages | |||
2018-03-04 | fix data for some old mods with no ID | Jesse Plamondon-Willard | |
2018-03-03 | update compatibility list | Jesse Plamondon-Willard | |
2018-02-19 | update compatibility list | Jesse Plamondon-Willard | |
2018-02-16 | add mod page URL to missing-dependency errors (#437) | Jesse Plamondon-Willard | |
2018-02-16 | add common dependencies to mod data for display names (#439) | Jesse Plamondon-Willard | |
2018-02-16 | encapsulate mod DB, add display name, and use in dependency checks (#439) | Jesse Plamondon-Willard | |
2018-02-16 | various updates & fixes in mod list | Jesse Plamondon-Willard | |
2018-02-16 | enable update checks for older Entoarox mods per request, update More Animals ID | 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. | |||
2017-12-16 | mark TrainerMod as obsolete (replaced by ConsoleCommands) | Jesse Plamondon-Willard | |
2017-11-26 | fix CFAutomate compatibility errors showing no URL (#393) | Jesse Plamondon-Willard | |
2017-10-13 | update mod data | Jesse Plamondon-Willard | |
2017-10-12 | update mod data | Jesse Plamondon-Willard | |
2017-10-10 | update mod data | Jesse Plamondon-Willard | |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |