raptop changed the topic of #principia to: READ THE FAQ: http://goo.gl/gMZF9H; The current version is Galileo. We currently target 1.5.1, 1.6.1, 1.7.x, 1.8.1, and 1.9.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> also 4e16 m * 2^-52 is uncomfortably large
egg|anbo|egg has quit [Remote host closed the connection]
egg|cell|egg has joined #principia
egg|anbo|egg has joined #principia
egg|cell|egg has quit [Ping timeout: 189 seconds]
egg|cell|egg has joined #principia
egg|cell|egg has quit [Ping timeout: 202 seconds]
egg|cell|egg has joined #principia
egg|cell|egg has quit [Ping timeout: 378 seconds]
Wetmelon has joined #principia
egg|cell|egg has joined #principia
egg|cell|egg has quit [Ping timeout: 378 seconds]
egg|cell|egg has joined #principia
egg|anbo|egg has quit [Ping timeout: 202 seconds]
<discord-> i​tsRyan. — I'm not sure if this has been reported already, but I was seeing multiple reports in rp-1 channels of oddness around spin stabilized upper stages, especially with regard to early orbital craft, so I reproduced the issue here. This is with Galileo, but it behaves identically in Fuches. This video first shows with Principia enabled, then a reload of the same situation with hack gravity where you
<discord-> i​tsRyan. — https://youtu.be/S8dIMlxOXLk
egg|anbo|egg has joined #principia
<discord-> i​tsRyan. — I'm not sure if this has been reported already, but I was seeing multiple reports in rp-1 channels of oddness around spin stabilized upper stages, especially with regard to early orbital craft, so I reproduced the issue here. This is with Galileo, but it behaves identically in Fuches. This video first shows with Principia enabled, then a reload of the same situation with hack gravity where you
<discord-> i​tsRyan. — https://youtu.be/S8dIMlxOXLk (edited)
<discord-> i​tsRyan. — I'm not sure if this has been reported already, but I was seeing multiple reports in rp-1 channels of oddness around spin stabilized upper stages, especially with regard to early orbital craft, so I reproduced the issue here. This is with Galileo, but it behaves identically in Fuches. This video first shows with Principia enabled, then a reload of the same situation with hack gravity where you
<discord-> i​tsRyan. — https://youtu.be/S8dIMlxOXLk (edited)
<discord-> e​gg. — @itsRyan oddness perhaps, that does not look like an issue
<discord-> e​gg. — rigid bodies behave oddly
<discord-> e​gg. — (and without Principia, they are incorrectly simulated, shielding you from the oddity)
<discord-> e​gg. — that just looks like fairly reasonable precession
<discord-> e​gg. — (the inertia tensor of the part might be wrong, but that would be the part designer’s problem, not ours)
<discord-> e​gg. — @itsRyan see https://github.com/mockingbirdnest/Principia/issues/2519#issuecomment-627612478 for background on the incorrect behaviour of stock (which is especially striking with single-part ships)
<discord-> i​tsRyan. — OK, I'll see if I can track down a) where the initial off-axis momentum delta is coming from as it is present in both cases. b) If there's a workaround on the part side.
<discord-> e​gg. — the off-axis momentum is very visible before decoupling
egg|anbo|egg has quit [Read error: Connection reset by peer]
<discord-> i​tsRyan. — Yeah, this may just be the case that we were trained in the pre-Frobenius world to be too sloppy with initial conditions.
<discord-> e​gg. — I think most of the mass is in the big cone behind you
<discord-> e​gg. — which means the decoupler is quite far from the centre of mass, and the mild off-axis movement is not so mild on the jettisoned needle
<discord-> i​tsRyan. — That makes sense.
<discord-> e​gg. — Note that with gravity hacked, you definitely have something fishy going on, because there is a marked angle between the cone and the needle
<discord-> i​tsRyan. — OK, thanks, so it's an issue, but not with Principia. So folks building Juno 1 style orbiters are just going to have to get a lot more precise with their spin axis to make it work. (or spin a lot faster).
<discord-> e​gg. — or putting more mass into the orbiter
<discord-> e​gg. — or put more mass into the orbiter (edited)
<discord-> i​tsRyan. — Tsiolkovsky would take issue with that solution 😀
<discord-> e​gg. — yeah, it is not the most practical one :-p
<discord-> D​anieI. — how does principia manage to handle so many nbody's without intense lag
<discord-> D​anieI. — anything I make cant handle more than 20
<discord-> e​gg. — I am going to need some context to make sense of that question
<discord-> e​gg. — also I am going to need some sleep, since it is 6:30
egg|anbo|egg has joined #principia
<discord-> D​anieI. — so ive tried making nbody simulations
<discord-> D​anieI. — really simple ones with point masses and 2d
<discord-> D​anieI. — they all run at like 3 fps when more than 20 objects
<discord-> D​anieI. — they all run at like 3 fps when more than 20 objects are being simulated (edited)
<discord-> e​gg. — what are frames in this context
<discord-> D​anieI. — frames per second, with a time step of about 1/60th of a second
<discord-> e​gg. — so three time steps per second?
<discord-> e​gg. — how did you write the simulation
<discord-> D​anieI. — I used a runge kutta integrator to calculate forces
<discord-> D​anieI. — in c#, in Unity
<discord-> D​anieI. — I disabled pretty much everything except rendering and my code
<discord-> D​anieI. — i even tried implementing an octree to partition the space but that just made it more laggy
<discord-> e​gg. — The RK integrator does not calculate forces, it integrates them; it does its thing once per time step and that is not a lot of work
<discord-> e​gg. — the force computation itself is what should be the bulk of the computational cost, and if that takes a third of a second for 190 interactions something is extremely wrong
<discord-> D​anieI. — oh wait its made in python and pygame
<discord-> D​anieI. — i have 2
<discord-> D​anieI. — i think I actually came to you with a question similar to this several years ago in irc lol
<discord-> e​gg. — Python or C# is not really the question, be it written in COBOL or in lisp this is orders of magnitude too slow to be sensible
<discord-> e​gg. — the question is what you do
<discord-> e​gg. — "used a runge kutta integrator to calculate forces" is not a useful description when the question at hand is whether you wrote an integrator and a force computation sanely
<discord-> e​gg. — Python or C# is not really the question, be it written in COBOL or in Lisp this is orders of magnitude too slow to be sensible (edited)
<discord-> D​anieI. — how do you deal with super high levels of timewarp?
<discord-> F​alcon. — Hey Egg, thanks for that patch, everything is functioning perfectly atm
<discord-> e​gg. — @DanieI there is nothing magical to do, doing it in a straightforward way is just very fast. With the numbers you give, the problem you have is not that you are missing some clever trick, it is that you are doing something so extraordinarily wrong that it runs one thousand times too slowly
<discord-> e​gg. — if you managed to do that independently twice, the issue is likely that you fundamentally misunderstand what you are doing
<discord-> D​anieI. — the unity one runs a lot better 😅
<discord-> e​gg. — which is why I was trying to ask you to explain what you were doing with that integrator
<discord-> e​gg. — but anyway, it is now seven in the morning, I should be sleeping
<discord-> D​anieI. — there is a lot of glaring issues in other parts of the code
<discord-> D​anieI. — i try to render a line with over 6000 segments every frame for every object
<discord-> D​anieI. — as the history
<discord-> l​pg. — with build 2626, got a crash twice in a row while working on a flight plan:
<discord-> l​pg. — `F0712 00:59:31.438285 14304 discrete_trajectory_body.hpp:644] Check failed: t_min() <= time (-1.28353034162678909e+09 s vs. -nan(ind) s)`
<discord-> l​pg. — will provide full report tomorrow
<discord-> e​gg. — @lpg if you can reproduce it, make a journal, that speeds debugging quite a lot
<discord-> e​gg. — 💤
egg|anbo|egg has quit [Remote host closed the connection]
Blu3wolf has joined #principia
Iskierka has quit [Ping timeout: 204 seconds]
Wetmelon has quit [Ping timeout: 378 seconds]
Iskierka has joined #principia
<discord-> B​utcher. — > i try to render a line with over 6000 segments every frame for every object
<discord-> B​utcher. — @DanieI a 6000 vertex line should not be a problem on modern hardware.
egg|cell|egg has quit [Ping timeout: 198 seconds]
<_whitenotifier-d13c> [Principia] LUH5147 commented on issue #2634: Near FTL capability!? - https://git.io/JJOfe
<_whitenotifier-d13c> [Principia] pleroy commented on issue #2634: Near FTL capability!? - https://git.io/JJOfz
<_whitenotifier-d13c> [Principia] pleroy opened pull request #2638: Mention proper library versions in the loader error message - https://git.io/JJOfH
egg|cell|egg has joined #principia
<_whitenotifier-d13c> [Principia] Pending. Build queued… - 
<_whitenotifier-d13c> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4386/
<_whitenotifier-d13c> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4386/
egg|anbo|egg has joined #principia
<discord-> D​anieI. — with pygame it is
<_whitenotifier-d13c> [Principia] eggrobin opened pull request #2639: Handle collisions ourselves - https://git.io/JJOUR
<_whitenotifier-d13c> [Principia] Pending. Build queued… - 
<_whitenotifier-d13c> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4387/
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2638 commit - https://git.io/JJOUz
<_whitenotifier-d13c> [Principia] lpgagnon opened issue #2640: Crash during flight planning - https://git.io/JJOUi
<_whitenotifier-d13c> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4387/
<_whitenotifier-d13c> [Principia] pleroy synchronize pull request #2638: Mention proper library versions in the loader error message - https://git.io/JJOfH
<_whitenotifier-d13c> [Principia] Pending. Build queued… - 
<_whitenotifier-d13c> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4388/
<_whitenotifier-d13c> [Principia] pleroy commented on issue #2640: Crash during flight planning - https://git.io/JJOTu
egg|cell|egg has quit [Ping timeout: 202 seconds]
<_whitenotifier-d13c> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4388/
egg|cell|egg has joined #principia
<_whitenotifier-d13c> [Principia] lpgagnon opened issue #2641: Crash when staging/decoupling - https://git.io/JJOTj
<_whitenotifier-d13c> [Principia] lpgagnon edited issue #2641: Crash when staging/decoupling - https://git.io/JJOTj
egg|cell|egg has quit [Ping timeout: 198 seconds]
Blu3wolf has quit [Quit: Konversation terminated!]
<discord-> e​gg. — @lpg stop sending us ERROR logs, we need INFO logs, as documented in the FAQ
<_whitenotifier-d13c> [Principia] eggrobin commented on issue #2641: Crash when staging/decoupling - https://git.io/JJOkN
<_whitenotifier-d13c> [Principia] pleroy reviewed pull request #2639 commit - https://git.io/JJOIs
<_whitenotifier-d13c> [Principia] pleroy reviewed pull request #2639 commit - https://git.io/JJOIG
<_whitenotifier-d13c> [Principia] pleroy reviewed pull request #2639 commit - https://git.io/JJOIZ
<_whitenotifier-d13c> [Principia] pleroy reviewed pull request #2639 commit - https://git.io/JJOIn
<_whitenotifier-d13c> [Principia] pleroy reviewed pull request #2639 commit - https://git.io/JJOIc
<_whitenotifier-d13c> [Principia] pleroy opened pull request #2642: Log version and module information to ERROR - https://git.io/JJOIB
<_whitenotifier-d13c> [Principia] Pending. Build queued… - 
<_whitenotifier-d13c> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4389/
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2639 commit - https://git.io/JJOIP
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2639 commit - https://git.io/JJOIb
<_whitenotifier-d13c> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4389/
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2639 commit - https://git.io/JJOIh
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2639 commit - https://git.io/JJOLe
<_whitenotifier-d13c> [Principia] eggrobin synchronize pull request #2639: Handle collisions ourselves - https://git.io/JJOUR
<_whitenotifier-d13c> [Principia] Pending. Build queued… - 
<_whitenotifier-d13c> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4390/
<_whitenotifier-d13c> [Principia] eggrobin commented on pull request #2642: Log version and module information to ERROR - https://git.io/JJOLm
<_whitenotifier-d13c> [Principia] eggrobin labeled pull request #2642: Log version and module information to ERROR - https://git.io/JJOIB
<_whitenotifier-d13c> [Principia] eggrobin edited a comment on pull request #2642: Log version and module information to ERROR - https://git.io/JJOLm
<_whitenotifier-d13c> [Principia] eggrobin labeled pull request #2638: Mention proper library versions in the loader error message - https://git.io/JJOfH
egg|cell|egg has joined #principia
egg|cell|egg has quit [Ping timeout: 202 seconds]
<discord-> l​pg. — ah sorry, I conflated the two sections
<discord-> l​pg. — (neither of which _actually_ applies, as I got neither a Windows dialog box, nor a SIGABRT, nor a crash folder)
<discord-> e​gg. — fair
<discord-> e​gg. — (it is admittedly quite stupid that these log files are useless so we are remedying to that https://github.com/mockingbirdnest/Principia/pull/2642
<_whitenotifier-d13c> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4390/
<discord-> e​gg. — (the FATAL file will still be useless, fixing that would be more work)
<_whitenotifier-d13c> [Principia] pleroy closed pull request #2642: Log version and module information to ERROR - https://git.io/JJOIB
<_whitenotifier-d13c> [Principia] pleroy pushed 2 commits to master [+0/-0/±2] https://git.io/JJOLH
<_whitenotifier-d13c> [Principia] pleroy d37c940 - Log version and module information to ERROR.
<_whitenotifier-d13c> [Principia] pleroy 7d7694d - Merge pull request #2642 from pleroy/Error Log version and module information to ERROR
<_whitenotifier-d13c> [Principia] pleroy closed pull request #2638: Mention proper library versions in the loader error message - https://git.io/JJOfH
<_whitenotifier-d13c> [Principia] pleroy pushed 3 commits to master [+0/-0/±3] https://git.io/JJOLQ
<_whitenotifier-d13c> [Principia] pleroy 74a0835 - Mention proper library versions in the loader error message.
<_whitenotifier-d13c> [Principia] pleroy d518fce - After egg's review.
<_whitenotifier-d13c> [Principia] pleroy 502e7c0 - Merge pull request #2638 from pleroy/Libs Mention proper library versions in the loader error message
<_whitenotifier-d13c> [Principia] lpgagnon commented on issue #2640: Crash during flight planning - https://git.io/JJOLA
<_whitenotifier-d13c> [Principia] lpgagnon edited issue #2640: Crash during flight planning - https://git.io/JJOUi
<discord-> e​gg. — OK the EVA parachute directly sets the angular velocity of the Kerbal
<discord-> e​gg. — which explains why it has no effect on the attitude in the presence of Principia
Wetmelon has joined #principia
<_whitenotifier-d13c> [Principia] lpgagnon edited issue #2641: Crash when staging/decoupling - https://git.io/JJOTj
<_whitenotifier-d13c> [Principia] lpgagnon commented on issue #2641: Crash when staging/decoupling - https://git.io/JJOtU
<discord-> e​gg. — (it is admittedly quite stupid that these log files are useless so we are remedying to that https://github.com/mockingbirdnest/Principia/pull/2642) (edited)
<_whitenotifier-d13c> [Principia] clc333 opened issue #2643: Game Crashes When Launching New Game (RO-RP-0) - https://git.io/JJOtE
<_whitenotifier-d13c> [Principia] clc333 commented on issue #2643: Game Crashes When Launching New Game (RO-RP-0) - https://git.io/JJOt2
<_whitenotifier-d13c> [Principia] clc333 edited a comment on issue #2643: Game Crashes When Launching New Game (RO-RP-0) - https://git.io/JJOt2
<discord-> S​tonesmile. — I am experiencing a similar issue to the one Falcon showed in https://discordapp.com/channels/319857228905447436/480397772248580098/731011243325915145,
<discord-> S​tonesmile. — but with the build that was recommended to test the issue is appearing on every other time warp, and correcting itself on the next
<_whitenotifier-d13c> [Principia] clc333 edited a comment on issue #2643: Game Crashes When Launching New Game (RO-RP-0) - https://git.io/JJOt2
<discord-> S​tonesmile. — I am experiencing a similar issue to the one Falcon showed in https://discordapp.com/channels/319857228905447436/480397772248580098/731011243325915145,
<discord-> S​tonesmile. — but with the build that was recommended to test, the issue is appearing on every other time warp, and correcting itself on the next (edited)
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2637 commit - https://git.io/JJOtd
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2637 commit - https://git.io/JJOtF
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2637 commit - https://git.io/JJOtb
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2637 commit - https://git.io/JJOtN
<_whitenotifier-d13c> [Principia] eggrobin reviewed pull request #2637 commit - https://git.io/JJOtA
<discord-> S​tonesmile. — Further testing shows inconsistencies between flights, this craft keeps getting more deformed
<discord-> e​gg. — 1. have you checked that it occurs only with Principia;
<discord-> e​gg. — 2. if so, which version introduces the issue
<discord-> S​tonesmile. — I'm still not sure this is Principias fault, as the issue only appears when a ROCapsule is root part
<discord-> S​tonesmile. — The issue only appears using principia, but that could be due to something with the part
<discord-> e​gg. — well that is an interesting data point ; the part might have some strange property
<discord-> e​gg. — so now, 2.
<discord-> e​gg. — when does the bug appear
<discord-> S​tonesmile. — My best idea is something with CoM offset, as the capsules might do something with that for stability
<discord-> D​RVeyl. — All ROCapsules are not alike. They're not a system like ROTanks, they're copies of parts from other mods. So probably need to be specific about which one.
<discord-> D​RVeyl. — All ROCapsules are not alike. They're not a system like ROTanks, they're copies of parts from other mods. So need to be specific about which one[s]. (edited)
<discord-> S​tonesmile. — This happens with both Mercury and Mk 2 @DRVeyl
<discord-> S​tonesmile. — I can test the other capsules as well
<discord-> D​RVeyl. — Follow egg's RFIs. He knows what to look for. I'm just clarifying. 🙂
<_whitenotifier-d13c> [Principia] pleroy labeled pull request #2639: Handle collisions ourselves - https://git.io/JJOUR
<discord-> l​pg. — "Mk2" isn't an ROCapsule part
<_whitenotifier-d13c> [Principia] eggrobin commented on issue #2643: Game Crashes When Launching New Game (RO-RP-0) - https://git.io/JJOq8
<discord-> e​gg. — @Stonesmile yes, I am thinking of the offset as well, which is why I am asking you which versions it occurs and does not occur with
<discord-> S​tonesmile. — Currently booting up a Fuchs install
<discord-> e​gg. — the basic support load is growing, it seems we are too popular https://github.com/mockingbirdnest/Principia/issues/2643
<discord-> S​tonesmile. — The issue is introduced sometime after Fuchs release
<discord-> S​tonesmile. — @egg is there some build between Fuchs and Galileo you want me to test?
egg|cell|egg has joined #principia
<_whitenotifier-d13c> [Principia] clc333 commented on issue #2643: Game Crashes When Launching New Game (RO-RP-0) - https://git.io/JJOqX
<_whitenotifier-d13c> [Principia] clc333 closed issue #2643: Game Crashes When Launching New Game (RO-RP-0) - https://git.io/JJOtE
<discord-> D​RVeyl. — lol, egg. *This* is what happens when you start adding usability features! People start trying to use them. 😉
<discord-> S​tonesmile. — Will do
<discord-> S​tonesmile. — The issue is re-introduced in 2602
<discord-> e​gg. — OK so it is not the CoMoffsets
<discord-> e​gg. — @Stonesmile you are using a new ship each time?
<discord-> S​tonesmile. — Yes, it's a new vessel
<discord-> e​gg. — if you load a Galileo ship with a pre-galileo version and vice-versa you could conceivably get some CoMoffset-related nonsense
<discord-> S​tonesmile. — I can try to assemple a new vessel file in the VAB if that is what you mean
<discord-> S​tonesmile. — I can try to assemble a new vessel file in the VAB if that is what you mean (edited)
<discord-> e​gg. — as long as you launch it anew that should be fine
<discord-> e​gg. — just don’t reuse the same already-flying vessel
<discord-> S​tonesmile. — The vessels are simulated in KRASH, but the issue does appear on "real" vessels, would you like me to send a real onw up with 2602?
<discord-> S​tonesmile. — The vessels are simulated in KRASH, but the issue does appear on "real" vessels, would you like me to send a real one up with 2602? (edited)
<discord-> e​gg. — yeah please don’t use KRASH, it is known to interact weirdly
<discord-> e​gg. — > the EVA parachute directly sets the angular velocity of the Kerbal
<discord-> e​gg. — Back to the parachute mines
<discord-> e​gg. — @ferram4 you were right in recommending that I consider it all cursed
egg|cell|egg has quit [Ping timeout: 378 seconds]
<discord-> f​erram4. — Everything is broken \o/
<discord-> e​gg. — OK so maybe I could look at the angular velocity before and after KerbalEVA does its thing to infer the equivalent torque, and apply that
<discord-> e​gg. — conveniently Timing3 (FashionablyLate) is immediately after KerbalEVA
egg|anbo|egg has quit [Remote host closed the connection]
<_whitenotifier-d13c> [Principia] lpgagnon commented on issue #2640: Crash during flight planning - https://git.io/JJOYe
egg|anbo|egg has joined #principia
<discord-> S​tonesmile. — Sorry for delay, can confirm that the issue remains on a non-KRASH vessel with 2602
goblin has quit [*.net *.split]
icefire has quit [*.net *.split]
goblin has joined #principia
icefire has joined #principia
_whitelogger has joined #principia
<discord-> e​gg. — Ok, if it remains with test2626 I have no idea then
<discord-> S​tonesmile. — The issue is avoidable in my usecase, since i can make another part the root part, it might just be a couple parts that don't play nicely with principia
armed_troop has quit [*.net *.split]
armed_troop has joined #principia
egg|anbo|egg has quit [Remote host closed the connection]
egg|anbo|egg has joined #principia
<_whitenotifier-d13c> [Principia] eggrobin closed pull request #2639: Handle collisions ourselves - https://git.io/JJOUR
<_whitenotifier-d13c> [Principia] eggrobin pushed 4 commits to master [+2/-0/±7] https://git.io/JJOOK
<_whitenotifier-d13c> [Principia] eggrobin 59e4820 - our own collision reporting
<_whitenotifier-d13c> [Principia] eggrobin 2ae3fb2 - no directives
<_whitenotifier-d13c> [Principia] eggrobin 5aa7e52 - remove the debugging UI again
<_whitenotifier-d13c> [Principia] eggrobin 8248da0 - Merge pull request #2639 from eggrobin/ejection Handle collisions ourselves
egg|cell|egg has joined #principia
egg|cell|egg has quit [Ping timeout: 204 seconds]
<_whitenotifier-d13c> [Principia] pleroy synchronize pull request #2637: A rough implementation of FFT - https://git.io/JJY6d
<_whitenotifier-d13c> [Principia] pleroy synchronize pull request #2637: A rough implementation of FFT - https://git.io/JJY6d
<_whitenotifier-d13c> [Principia] Pending. Build queued… - 
<_whitenotifier-d13c> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4391/
<_whitenotifier-d13c> [Principia] pleroy synchronize pull request #2637: A rough implementation of FFT - https://git.io/JJY6d
<_whitenotifier-d13c> [Principia] Pending. Build queued… - 
<_whitenotifier-d13c> [Principia] Failure. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4391/
<_whitenotifier-d13c> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4392/
<_whitenotifier-d13c> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4392/
<_whitenotifier-d13c> [Principia] eggrobin opened pull request #2644: Parachute torque - https://git.io/JJOcR
<_whitenotifier-d13c> [Principia] Pending. Build queued… - 
<_whitenotifier-d13c> [Principia] Pending. Building… - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4393/
<_whitenotifier-d13c> [Principia] Success. Build finished. - http://casanova.westeurope.cloudapp.azure.com:8080/job/Principia/4393/
Blu3wolf has joined #principia
<discord-> R​urouniDonut. — I'm gonna try that version myself and see if it fixes my issues
<discord-> R​urouniDonut. — For this one launch, the fairings on the Lunar Module Adapter on the Saturn V are being janky af
<_whitenotifier-d13c> [Principia] eggrobin commented on pull request #2644: Parachute torque - https://git.io/JJOlV
egg|cell|egg has joined #principia
egg|anbo|egg has quit [Ping timeout: 204 seconds]