tdauth / wowr

Warcraft III: Reforged funmap World of Warcraft Reforged.
https://wowreforged.org
8 stars 0 forks source link

Move credits and new features entries to JASS code which makes copy&paste to much easier and maybe add ChangeLog as well (one quest per version at the bottom) #1314

Closed tdauth closed 1 month ago

tdauth commented 2 years ago

library WoWReforgedGameInfo

call AddVersion("2.1")
call AddChange("Fixed bla")

// Copied from README.md
function Init takes nothing returns nothing
call AddNewFeature("This is my feature")

call AddCredits("bla: bla")

endfunction

endlibrary
tdauth commented 2 years ago

Adding the changes in code would remove them from the trigger comments?

tdauth commented 1 month ago

Done.