* Update documentation guidelines
* Add version info part 1
* Add version info part 2
* Add removed in version to frontmatter and tag testmissions as removed
* Add version info part 3
* Seaparate ACE3 and ACEX Features/Framework menus, Add ACEX Headless documentation
* Add ACEX support to extract_dependencies.py
* Merge useful-functions into frameworks
* Move class-names to main menu
* Prettify class-names table titles
* Fix table of contents on documentation guidelines and tips
* Merge mission-tools into frameworks
* Merge modules into frameworks
* Rename to Frameworks (plural)
* Fix capitalization in class-names
* Improve wiki menu positioning
* Add 'mod' to documentation guidelines
* Update frameworks sections description for new content
* Update wiki menu descriptions
* Fix class-names 4 digit versions
* More places for descriptions
* Include documentation in PRs if applicable note
* Add short ACE3 and ACEX description page, outlining the difference
* Add Extract Dependencies Python script, Add tools\temp to .gitignore
* Change backtick to single quote
* Remove unnecessary import
* Remove all whitespace
* Add support for multi-line dependencies, Add header comment, Improve
* Fix final message
* Update output to Jekyll IF statements for inclusion on pages
* Space
* Correct comments for Jekyll usage
- Prints all failed modules when make has completed
- No longer prints green OK text if a single module fails
- Gives a count of how many modules have failed to build
This is done to prevent overlooking of a failed pbo in the build process, since there is a huge amount of modules being build.
- Capitalized SQF everywhere
- Break checked files and errors into multiple lines
- Add a break by line between reported errors and result
- Fix incorrect report message for semi-columns
- Change excessive usage of # prints on start
- fix not all string cases were caught
- add basic semi column validation after code blocks
- Improve print output
- Fix a dot in file path when reporting an error