105.0 might require a team effort,
need to trawl through https://github.com/spring/spring/compare/104.0...105.0 and compare to everything labelled as 106.0 in https://github.com/spring/spring/blob/7 ... ngelog.txt
Can probably ignore all the mantis fixes for the purpose of updating the wiki - is there a way to filter the comparison on github?
Wiki Update
Moderator: Moderators
Re: Wiki Update
Just realised some mantis reports are feature requests too like https://springrts.com/mantis/view.php?id=6357
So guess the most robust way is just to suck it up and go through all 1500+ commits.
So guess the most robust way is just to suck it up and go through all 1500+ commits.
Re: Wiki Update
A significant amount of new functionality was added between 104 and 105, but I'm not sure I have extra capacity to fill up the wiki too.
On the Lua side the most reliable way would be to see the history of changes of each cpp file here https://github.com/spring/spring/tree/105.0/rts/Lua and see if the change added something new.
On the Lua side the most reliable way would be to see the history of changes of each cpp file here https://github.com/spring/spring/tree/105.0/rts/Lua and see if the change added something new.
Re: Wiki Update
I will do the wiki updates, as I have since 90.0
, but it will take me longer this time due to work commitments and the issues with some commits being only on develop and not maintenance.
It may be quicker to go through the 290 lines of changelog checking for relevant changes in my usual manner (will thin it out some more) then check if those particular changes are present in master 105.0. (Rather than going through commits themselves - though this relies on people having touched changelog.txt
but I have traditionally just worked from there)
Thanks for the suggestion re: lua, can do the same in sim too and that ought to cover everything for the wiki.

It may be quicker to go through the 290 lines of changelog checking for relevant changes in my usual manner (will thin it out some more) then check if those particular changes are present in master 105.0. (Rather than going through commits themselves - though this relies on people having touched changelog.txt

Thanks for the suggestion re: lua, can do the same in sim too and that ought to cover everything for the wiki.
Re: Wiki Update
Good, thanks! I wasn't following Sim changes much, but I mostly expect bugfixes and minor changes e.g. different numbering of weapon indices (or did it happen before 104?).
Re: Wiki Update
Index changes were before 104 I think. There are some new modrules and unitdef tags in 105.0.