Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Linux Compatibility #19

Merged
merged 7 commits into from
Apr 12, 2024
Merged

Conversation

PViddy72
Copy link
Collaborator

Insure Linux compatible path names.
Improve error checking.

Improved error handling. Detect when commands fail. Exit script on failure.
Removed use of shell_exec (it does not detect command failures).
Correct script errors related to differences between PHP 8.x and earlier versions.
Example:
count() generates an error if the argument is not an array object (string being passed).  Previously, a string argument would return a 1.

Correct update.php to read in blueprint data in the correct order (3599 files serve as a baseline, and must be read first).
Improved error handling. Add code to properly handle reformatted blueprints.

Overhaul of unit DPS and fire cycle calculations to improve accuracy.
General improvements in accuracy and completeness of unit data.
Requested changes of 2024-04-05 (code cleanup).
Corrected DPS code for Salvation.
Updated comment per request.
Insure pathnames compatible with Linux.
Improved error handling.
@Brutus5000 Brutus5000 merged commit bbef3ca into FAForever:master Apr 12, 2024
1 check passed
@PViddy72 PViddy72 linked an issue Apr 17, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unit database in client outdated/missing information
2 participants