exorstudios / riftbreaker-tools

Modding and content creation tools for The Riftbreaker. Extract the contents of the archive to the root folder of the game.
22 stars 0 forks source link

Auto generate changelog #327

Open SenorRagequit opened 1 year ago

SenorRagequit commented 1 year ago

Enter your feature description.

Would be cool to have some changelog feature which can summarize what this mod changed. Example:

Maybe show the changelog all the time, like a commit history, so we could also revert/compare diff etc.

SenorRagequit commented 10 months ago

Could be integrated into the compare tool, which has 2 modes: Compare to game and compare to last mod release. Just creates a changelog.txt file with lines like:

====== ADDED ====== lua/units/superunit.lua lua/buildings/blabla.lua =======EDITED======== entities/units/canoptrix.ent lua/buildings/headquarters.lua ======REMOVED======= scripts/* sounds/attack/attack_small

etc.