egg changed the topic of #principia to: READ THE FAQ: http://goo.gl/gMZF9H; The current version is Christoffel. We currently target 1.2.2, and 1.3.1. <scott_manley> anyone that doubts the wisdom of retrograde bop needs to get the hell out | https://xkcd.com/323/
Hypergolic_Skunk has joined #principia
Oneiros has joined #principia
<GH> [Principia] eggrobin opened issue #1666: Support setting the integrator parameters in the gravity_models file https://git.io/vNkOC
lamont_ has joined #principia
<GH> [Principia] eggrobin commented on issue #1666: ... it hasn't been called prolongation in a while, rename remaining references to psychohistory. https://git.io/vNkOX
lamont_ has quit [Remote host closed the connection]
lamont_ has joined #principia
lamont_ has quit [Remote host closed the connection]
lamont_ has joined #principia
lamont_ has quit [Remote host closed the connection]
lamont_ has joined #principia
lamont_ has quit [Remote host closed the connection]
lamont_ has joined #principia
lamont_ has quit [Remote host closed the connection]
awang has joined #principia
lamont_ has joined #principia
lamont_ has quit [Remote host closed the connection]
lamont_ has joined #principia
lamont_ has quit [Remote host closed the connection]
lamont_ has joined #principia
lamont_ has quit [Remote host closed the connection]
lamont_ has joined #principia
lamont_ has quit [Remote host closed the connection]
lamont_ has joined #principia
lamont_ has quit [Client Quit]
Rokker has quit [Quit: Connection closed for inactivity]
Rokker has joined #principia
Qboid has left #principia [#principia]
Qboid has joined #principia
Hypergolic_Skunk has quit [Quit: Connection closed for inactivity]
<GH> [Principia] eggrobin opened pull request #1667: Custom integrators (master...custom-integrators) https://git.io/vNkCL
UmbralRaptor is now known as NomalRaptor
awang has quit [Ping timeout: 198 seconds]
awang has joined #principia
egg|cell|egg has quit [Ping timeout: 207 seconds]
Wetmelon has quit [Ping timeout: 194 seconds]
Wetmelon has joined #principia
Hypergolic_Skunk has joined #principia
Oneiros has quit [Ping timeout: 180 seconds]
ferram4_ has quit [Ping timeout: 198 seconds]
icefire has joined #principia
ferram4_ has joined #principia
<GH> [Principia] pleroy pushed 12 new commits to master: https://git.io/vNkrg
<GH> Principia/master a7a5f31 pleroy: Something very experimental.
<GH> Principia/master eea9148 pleroy: Better tests.
<GH> Principia/master a81fafe pleroy: Template magic for the type of the coefficients.
<GH> [Principia] pleroy opened pull request #1668: More benchmarks for polynomial evaluation (master...Polynomials2) https://git.io/vNkrM
<GH> [Principia] eggrobin opened issue #1669: Add IntegrationConfiguration to astronomy.proto https://git.io/vNkKB
egg has quit [Ping timeout: 207 seconds]
egg has joined #principia
<GH> [Principia] eggrobin commented on issue #1669: Probably only with ephemeris_parameters. Another thing that might make sense here: ephemeris interpolation options. https://git.io/vNkPj
<GH> [Principia] eggrobin commented on issue #1669: Further discussion:... https://git.io/vNkXQ
<GH> [Principia] eggrobin commented on issue #1669: Further discussion:... https://git.io/vNkXQ
<GH> [Principia] pleroy opened pull request #1670: Support for the monomial representation of Newhall polynomials (master...Newhall) https://git.io/vNk1J
<GH> [Principia] eggrobin commented on issue #1669: Further discussion:... https://git.io/vNkXQ
<GH> [Principia] eggrobin commented on issue #1669: Further discussion:... https://git.io/vNkXQ
icefire has quit [Quit: Leaving]
<GH> [Principia] pleroy closed pull request #1668: More benchmarks for polynomial evaluation (master...Polynomials2) https://git.io/vNkrM
<GH> [Principia] pleroy closed issue #1666: Support setting the integrator parameters in the gravity_models file https://git.io/vNkOC
<GH> [Principia] pleroy pushed 11 new commits to master: https://git.io/vNk5m
<GH> Principia/master 967ff61 Robin Leroy: The C++ side of custom integrators
<GH> Principia/master 62cb317 Robin Leroy: stricter parsing while we're at it
<GH> Principia/master b212a17 Robin Leroy: The C# side
awang has quit [Ping timeout: 207 seconds]
awang has joined #principia
awang has quit [Ping timeout: 194 seconds]
GregroxMun has joined #principia
<GregroxMun> o/
<GregroxMun> For now at least, I have fixed Minmus and Bop by increasing all of Jool's moon's SMAs to 125%.
<egg> well, the next release will have customizable integrators
<egg> #1666 just got fixed by #1667
<Qboid> [#1666] title: Support setting the integrator parameters in the gravity_models file | @GregroxMun makes strange systems that are stable but completely confuse our default symmetric linear multistep method with its default step size.... | https://github.com/mockingbirdnest/Principia/issues/1666
<Qboid> [#1667] title: Custom integrators | Fix #1666. | https://github.com/mockingbirdnest/Principia/issues/1667
awang has joined #principia
<GH> [Principia] pleroy pushed 6 new commits to master: https://git.io/vNIeV
<GH> Principia/master f1bd55f pleroy: After egg's review.
<GH> Principia/master 62212d2 pleroy: Support for monomial representation of Newhall polynomials.
<GH> Principia/master 7bfb7b1 pleroy: Fix Newhall construction code.
Hypergolic_Skunk has quit [Quit: Connection closed for inactivity]
<GregroxMun> there seems to be a bug where Principia is changing the rotation periods of bodies.
<GregroxMun> if I define angular frequency it's fine
<GregroxMun> but the rotation period in the config is changed to a different one in-game
<GregroxMun> wait nevermind
<GregroxMun> it seems it was just a confusion about Kerbin and Earth days, plus an *actual* bug that only occurs with postSpawnOrbit
<egg> well, principia does rotate the bodies, that's what the angular frequency setting is for
<egg> but it defaults to the stock value
GregroxMun has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
GregroxMun has joined #principia
NomalRaptor is now known as UmbralRaptor
pizzaoverhead has quit [Read error: Connection reset by peer]
<GH> [Principia] eggrobin opened pull request #1671: Null check the right way (master...bad-null-check) https://git.io/vNIt6
lamont has left #principia [#principia]
jeanrenaudksp has joined #principia
<jeanrenaudksp> Hi ! I've installed Principia on KSP 1.2.2. I'm trying to disable sun lens flare in principia settings, but clicking on the radiobutton does not have any effect, it stays checked. Anyone noticed that ?
<egg> hm, that feature might have become broken
ferram4_ has quit [Read error: -0x1: UNKNOWN ERROR CODE (0001)]
ferram4 has joined #principia
<jeanrenaudksp> i'm even trying to recompile the code myself while forcing the value to be "off" by default, but i'm still trying to make the code compile (missing dlls, etc)
Hypergolic_Skunk has joined #principia