Releases: linuxgurugamer/ScienceAlert
Releases · linuxgurugamer/ScienceAlert
1.9.4.4
Fixed download link in .version file
Moved ModuleManager configs into new folder called MM_Configs
Added contributed file from forum user @Gordon Dry to fix issues where biomeMask and situationMask are 0
1.9.4.3
Version bump for 1.5 rebuild
1.9.4.2
Thanks to github user @dariasc for this:
Change SurfaceSampleObserver requirements: Changed to go inline with the current status.
https://wiki.kerbalspaceprogram.com/wiki/Research_and_Development#Levels
1.9.4.1
Following from 4x4cheesecake:
Science Alert now works along Kerbalism
Stored experiments are detected in all loaded vessels
Removed unnecessary line from AssemblyVersion.tt: <#@ assembly name="EnvDTE" #>
Jeff Timlin Release
Thanks to github & forum user @jefftimlin for this fix:
The BiomeFilter class attempted to generate a clean biome texture for the purposes of more accurate biome detection,
however it's expensive and complicated. Completely removed all of the complex code from this class to avoid the threading
issue entirely, and just made it use the ScienceUtil.GetExperimentBiome function, which seems to work well.
It makes the code faster, simpler, and safer.
Fixed an array index out of bounds problem in RequiresCrew.cs, which I found while debugging, which would intermittently
produce errors in the logs.
Added Collect All button to collect all science into any/all containers
1.9.3
Added two colors to the buttons:
Yellow if the experiment needs to be reset before rerunning it
Red if the experiment cannot be reset
1.9.2.3
Fixed nullref when going from flight to spacecenter
New icons for stock toolbar
Removed log spam for animation
Replaced foreach with for int on lists
Added a "Deploy All" button
1.9.2.2
Deleted about 1150 lines of unneeded code related to the Toolbar
Added exclusion list for experiments and manufacturers
Beta 2
fixed the missed repopulating a list after a revert
Beta 1
Adoption by LGG
Added support for ToolbarController
Added support for the ClickThrough Blocker
Removed old code used for the Blizzy Toolbar