UmbralRaptop changed the topic of #principia to: READ THE FAQ: http://goo.gl/gMZF9H; The current version is Fano. We currently target 1.3.1, 1.4.x, 1.5.1, and 1.6.1. <scott_manley> anyone that doubts the wisdom of retrograde bop needs to get the hell out | https://xkcd.com/323/ | <egg> calculating the influence of lamont on Pluto is a bit silly…
egg|zzz|egg has quit [Ping timeout: 198 seconds]
Mike` has quit [Ping timeout: 206 seconds]
UmbralRaptor has quit [Remote host closed the connection]
Mike` has joined #principia
UmbralRaptop has joined #principia
<discord-> B​utcher. — @Kobymaru I have persistent rotation and Principia. Are you telling me its going to break?
Technicalfool has joined #principia
<discord-> M​ike. — the soi boundary issue should be there regardless of PR being installed or not i think, so it should be fine to use it
<discord-> B​utcher. — I've not noticed anything so far, but I'm still tooling around in leo.
<discord-> S​ir Mortimer. — Just out of curiosity, does anyone know if there is a time when the stock system becomes unstable?
<discord-> S​tandecco. — with retrograde bop, I'm assuming?
<discord-> S​ir Mortimer. — Yes
<discord-> S​tandecco. — not that I know of, but others might have more knowledge on the matter
Moistmelon has joined #principia
<discord-> D​amien. — @Kobymaru @Butcher @neph PR and principia work fine together, but the universe rotates around the body you're orbiting to do the axial tilt and doesn't rotate you to suit.
<discord-> D​amien. —
<discord-> D​amien. — It's fine if you have attitude control
egg|zzz|egg has joined #principia
<discord-> K​obymaru. — I definitely had problems with PR. Sometimes when I switched back to a ship that I left with little to no rotation, it would rotate insanely fast
<discord-> K​obymaru. — This issue is related: https://github.com/mockingbirdnest/Principia/issues/1639
<discord-> K​obymaru. — And that happened multiple times and only fixed itself when I uninstalled persistant rotation
<_whitenotifier-5dfc> [Principia] pleroy opened pull request #2215: Proper name for the Taylor series - https://git.io/fjw4T
<_whitenotifier-5dfc> [Principia] Pending. Build queued… - 
<_whitenotifier-5dfc> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3696/
<_whitenotifier-5dfc> [Principia] eggrobin labeled pull request #2215: Proper name for the Taylor series - https://git.io/fjw4T
<discord-> D​amien. — Yeah that's the issue I raised. I've never noticed the rotation change though
<discord-> D​amien. — Yeah that's the issue I raised. I've never noticed the rotation speed change though (edited)
<_whitenotifier-5dfc> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3696/
<_whitenotifier-5dfc> [Principia] pleroy pushed 2 commits to master [+0/-0/±2] https://git.io/fjw40
<_whitenotifier-5dfc> [Principia] pleroy 9ac6b15 - Proper name for the Taylor series.
<_whitenotifier-5dfc> [Principia] pleroy 2a99983 - Merge pull request #2215 from pleroy/Taylor Proper name for the Taylor series
<_whitenotifier-5dfc> [Principia] pleroy closed pull request #2215: Proper name for the Taylor series - https://git.io/fjw4T
<_whitenotifier-5dfc> [Principia] pleroy opened pull request #2216: Rewrite FukushimaEllipticBD - https://git.io/fjw4P
<_whitenotifier-5dfc> [Principia] Pending. Build queued… - 
<_whitenotifier-5dfc> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3697/
uj8efdjkfdshf has quit [Quit: Connection closed for inactivity]
<_whitenotifier-5dfc> [Principia] Failure. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3697/
<discord-> B​utcher. — What happens without pr? Do ships just stop dead during warp like stock?
<discord-> D​amien. — Yes
<discord-> D​amien. — So it's more or less mandatory
<discord-> D​amien. — I have no issues with PR and principia
<discord-> D​amien. — The bug mentioned in the bug report is there with or without PR
<discord-> B​utcher. — Stock is cheaty.
<discord-> D​amien. — Very
<_whitenotifier-5dfc> [Principia] pleroy commented on pull request #2216: Rewrite FukushimaEllipticBD - https://git.io/fjw4x
<_whitenotifier-5dfc> [Principia] Pending. Build queued… - 
<_whitenotifier-5dfc> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3698/
<_whitenotifier-5dfc> [Principia] eggrobin labeled pull request #2216: Rewrite FukushimaEllipticBD - https://git.io/fjw4P
<_whitenotifier-5dfc> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3698/
<discord-> D​RVeyl. — @egg Ref from 1 May: "once you're in the space centre scene, Principia has seen the game_epoch setting and it's all over" when discussing with @Pap about changing the starting date/time.
<discord-> D​RVeyl. —
<discord-> D​RVeyl. — Can you clarify? Do I need to beat the PrincipiaPluginAdapter constructor (where you create a new FlightPlanner), OnAwake (where you initialize unmodified_orbits_ and add all your handlers for TimingManager), or OnLoad (where you deserialize everything) ?
<discord-> e​gg. — @Damien @Butcher et al. At the moment we don't interact with rotation much (there's the rotating the universe around the ship thing but stock does that too, albeit more subtly). We plan to; at which point we will do persistent rotation ourselves (and correctly, PR is very confused about how rigid body dynamics work)
<discord-> D​RVeyl. — (Tho messing about during the GameScenes.MAINMENU might be a far simpler workaround.)
<discord-> e​gg. — @DRVeyl the FlightPlanner is completely irrelevant, so is TimingManager
<discord-> e​gg. — that's all C#-side stuff
<discord-> e​gg. — > (Tho messing about during the GameScenes.MAINMENU might be a far simpler workaround.)
<discord-> e​gg. — Well yes, because again, once the plugin has been created there is no going back
<discord-> e​gg. — so there is no place for you to do that elsewhere
<discord-> e​gg. — (assuming you're talking about where to put an UI to configure that here; if you don't need UI it's a trivial MM patch anyway)
<discord-> D​RVeyl. — Thanks. Makes sense. Was looking for where any code would need to live if it has to operate differently on a per-savegame basis. I had only looked at the top level of your plugin and wasn't sure when all the initialization happened.
<discord-> D​RVeyl. — Thanks. Makes sense. Was looking for where any code would need to live if it has to operate differently on a per-savegame basis. I had only looked at the top level of your plugin and wasn't sure when all the initialization happened. (Ans: ResetPlugin() called by OnLoad() ) (edited)
<discord-> e​gg. — only the first OnLoad though
<discord-> D​RVeyl. — Right.
<discord-> e​gg. — subsequent OnLoad see the thing that's serialized and forever etched in marble in the savefile
<_whitenotifier-5dfc> [Principia] pleroy closed pull request #2216: Rewrite FukushimaEllipticBD - https://git.io/fjw4P
<_whitenotifier-5dfc> [Principia] pleroy pushed 7 commits to master [+2/-0/±11] https://git.io/fjwRx
<_whitenotifier-5dfc> [Principia] pleroy 413eae6 - Maclaurin series.
<_whitenotifier-5dfc> [Principia] pleroy de3c48b - Clarification.
<_whitenotifier-5dfc> [Principia] pleroy 3b497fb - Taylor, not Maclaurin.
<_whitenotifier-5dfc> [Principia] ... and 4 more commits.
<_whitenotifier-5dfc> [Principia] pleroy opened pull request #2217: Rewrite FukushimaEllipticBsDsMaclaurinSeries - https://git.io/fjw0y
<_whitenotifier-5dfc> [Principia] Pending. Build queued… - 
<_whitenotifier-5dfc> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3699/
egg|zzz|egg has quit [Ping timeout: 189 seconds]
<_whitenotifier-5dfc> [Principia] Failure. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3699/
egg|zzz|egg has joined #principia
<_whitenotifier-5dfc> [Principia] eggrobin labeled pull request #2217: Rewrite FukushimaEllipticBsDsMaclaurinSeries - https://git.io/fjw0y
<_whitenotifier-5dfc> [Principia] pleroy synchronize pull request #2217: Rewrite FukushimaEllipticBsDsMaclaurinSeries - https://git.io/fjw0y
<_whitenotifier-5dfc> [Principia] Pending. Build queued… - 
<_whitenotifier-5dfc> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3700/
Raidernick_ has joined #principia
Raidernick__ has quit [Read error: Connection reset by peer]
Raidernick__ has joined #principia
Raidernick_ has quit [Ping timeout: 190 seconds]
Raidernick_ has joined #principia
Raidernick__ has quit [Ping timeout: 206 seconds]
<_whitenotifier-5dfc> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/3700/
<_whitenotifier-5dfc> [Principia] pleroy closed pull request #2217: Rewrite FukushimaEllipticBsDsMaclaurinSeries - https://git.io/fjw0y
<_whitenotifier-5dfc> [Principia] pleroy pushed 8 commits to master [+0/-0/±7] https://git.io/fjwEj
<_whitenotifier-5dfc> [Principia] pleroy bf42898 - Add the Fs polynomials and some support for Bs and Ds.
<_whitenotifier-5dfc> [Principia] pleroy 6bfe62c - Merge branch 'master' into EllipticBsDs
<_whitenotifier-5dfc> [Principia] pleroy c127152 - Something that works but doesn't deduce.
<_whitenotifier-5dfc> [Principia] ... and 5 more commits.
egg|zzz|egg has quit [Ping timeout: 206 seconds]
Raidernick__ has joined #principia
Raidernick_ has quit [Ping timeout: 190 seconds]
<discord-> D​ocRockwell. — @Kobymaru When running Principia, I used Mandatory RCS instead of Persistent Rotation, it has a settings menu that lets you turn it on/off, which is necessary when things bug out like that.
<discord-> L​ord Lima Bean. — @DocRockwell mandatory RCS?
<discord-> D​ocRockwell. — That's the name of the mod, it's on ckan
<discord-> B​utcher. — Isn't that just reduced reaction wheels?
egg|zzz|egg has joined #principia
<discord-> e​gg. — Re. the "persistent rotation done right in Principia" effort thing, this involves elliptic function & elliptic integrals, hence these pull requests since 2200 https://github.com/mockingbirdnest/Principia/pulls?q=is%3Apr+author%3Apleroy
Jesin has quit [Quit: Leaving]
Jesin has joined #principia
<discord-> S​ir Mortimer. — the math in principia.... wow
UmbralRaptop has quit [Quit: Bye]
UmbralRaptop has joined #principia
UmbralRaptor has joined #principia
UmbralRaptop has quit [Ping timeout: 189 seconds]