Skip to content

Conversation

@linuxgurugamer
Copy link

Fixes #19, probably #9 and #10 as well

linuxgurugamer and others added 30 commits October 10, 2017 07:26
Add code to ensure that the Min/max are both there, and that they override the KSPVersion if it is there
	Added Min/Max functions to VersionIfno
	Added FixMissingMinMax after parsing files

	if KSP_VERSION is outside the bounds of KSP_VERSION_MIN and KSP_VERSION_MAX, it will be replaced with the appropriate one.
	If only one of the KSP_VERSION_MIN and KSP_VERSION_MAX are specified and KSP_VERSION is specified, then the missing parameter
	will be set to either the appropriate min/max against  KSP_VERSION

Added some messages to indicate what sort of error occurred

Updated the "built for" message to be either a single version or a range of versions
	Fixed bug where a missing VERSION would cause the dropdown to cause nullrefs
	Removed Min/Max functions to VersionInfno as not needed anymore
	Removed FixMissingMinMax after parsing files as not needed anymore
	Added and improved error messages in log
	Added code updates to MiniAVC
	Deleted dlls
Updated changelog
Remove extra curly brace in version file
The inner foreach is missing a close parenthesis
linuxgurugamer and others added 30 commits October 24, 2019 21:33
Fixed textures path
Create a schema for .version files
Update HttpWebRequest Timeout to be 10 seconds, not 10 milliseconds
Report which configPath was not found
Add null check in MiniAVC for kspExcludeVersions
  Add null check in MiniAVC for kspExcludeVersions
  Report which configPath was not found
 Removed threading from full AVC, was not working properly with HTTPWebRequest
 Added checks for null or empty changelog to avoid exception with empty changelog
 Cleaned up error logging, no need to exception for a web error
 Moved log into Logs directory for full KSP-AVC
 Removed all threading from MiniAVC
 Converted UnityWebRequest to HTTPWebRequest in MiniAVC
MiniAVC-V2
 Renamed MiniAVC to MiniAVC-V2
 All threading removed from MiniAVC
Updated version file for 1.12
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.

when the KSP_VERSION is lower than the version of the game, it doesn't check the VERSION at all.

6 participants