Skip to content

Commit

Permalink
Prep for RF v12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Apr 24, 2017
1 parent 5e3a1e5 commit 9f977a4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions RealFuels/Readme_RF.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ AN OVERVIEW OF FUEL TYPES AND TANK TYPES AND TECH LEVELS/ENGINE TYPES AND UPGRAD

==========
Changelog:
v12.1.0
* Reinstate analytic boiloff with improvements
* Set specific heat to zero for cryogenic resources (assumption that part and resource temperature are the same doesn't make sense here)
* Disable ferociousBoilOff since changing cryogenic resource specific heat makes it unnecessary
* Add the ability for ignitions to be allowed only when attached to launch clamps
* Make sure cost only gets multiplied by scale once
* Fix issue where engines would explode after being decoupled (due to KSP reporting the wrong ambient temperature for a couple of frames)
* Fix resource mix buttons not showing up when a ship is first loaded
* Fix fuel tank related NRE in flight
* Make burn time formatting consistent
* Fix vacuum thrust displaying the same as sea level thrust

v12.0.1
* Fix TestFlight integration
* Fix engine configs in career that aren't unlocked by upgrade nodes
Expand Down Expand Up @@ -137,7 +149,7 @@ thermal mass - resource mass.

v10.7
* Revamped boiloff code for cryogenic propellants to be compatible with KSP 1.0.x thermodynamics (tanks will be properly cooled by evaporation of boiled off resources)
* For now, only LqdOxygen, LqdHydrogen, LqdMethane and LqdAmmonia use the new system. (others may be added if needed)
* For now, only LqdOxygen, LqdHydrogen, LqdMethane and LqdAmmonia use the new system. (others may be added if needed)
* Insulation can be either for the whole tank part or per each internal tank.
* Fix issue where TL was not being correctly reset on config change.

Expand Down Expand Up @@ -545,7 +557,7 @@ v3.2 = \/
*Increased precision for fuel densities; fixed LH2's density (was 0.071g/cc; should be 0.07085g/cc)
*Added tank support for Space Shuttle Engines mod (thanks, Malsheck!)
*Added scrolling to tank configuration.
*Upgraded to Module Manager v1.5
*Upgraded to Module Manager v1.5

v3.1 = \/
*Changed zip's path structure.
Expand Down Expand Up @@ -757,4 +769,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion Source/assembly/AssemblyInfoRF.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ using System.Runtime.CompilerServices;
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]

[assembly: KSPAssemblyDependency("SolverEngines", 3, 0)]
[assembly: KSPAssemblyDependency("SolverEngines", 3, 1)]

0 comments on commit 9f977a4

Please sign in to comment.