Skip to content

Releases: linuxgurugamer/ScienceAlert

1.9.4.4

28 Oct 09:03
Compare
Choose a tag to compare
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

20 Oct 01:51
Compare
Choose a tag to compare

Version bump for 1.5 rebuild

1.9.4.2

16 Sep 16:00
Compare
Choose a tag to compare
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

06 Sep 01:16
Compare
Choose a tag to compare
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

09 Jul 23:47
Compare
Choose a tag to compare
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

15 Jun 19:49
Compare
Choose a tag to compare
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

12 Jun 12:53
Compare
Choose a tag to compare
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

10 Jun 02:15
Compare
Choose a tag to compare
1.9.2.2 Pre-release
Pre-release
Deleted about 1150 lines of unneeded code related to the Toolbar
Added exclusion list for experiments and manufacturers

Beta 2

09 Jun 19:27
Compare
Choose a tag to compare
Beta 2 Pre-release
Pre-release

fixed the missed repopulating a list after a revert

Beta 1

08 Jun 17:35
Compare
Choose a tag to compare
Beta 1 Pre-release
Pre-release
Adoption by LGG
Added support for ToolbarController
Added support for the ClickThrough Blocker
Removed old code used for the Blizzy Toolbar