Sigma88 changed the topic of #Kopernicus to: #Kopernicus | Release 1.3.0-4 - https://git.io/v0Gg5 | Pictures: https://git.io/vHqLy | List of packs: http://git.io/vWjiY | GitHub: http://git.io/vWAFE | Examples: http://git.io/vWAF9 | Visual Editor: http://git.io/vWAbq | Funny Quotes: https://git.io/vHqt8 | <Kopernicus> Kopernicus/master 91e89a4 thomas-jenkins: Kopernicus 1.2.2-6 - "404 - Title not found"
NathanKell is now known as NathanKell|AFK
Mead has joined #Kopernicus
Pap|AFK is now known as Pap
GregroxMun has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Pap has quit [Read error: Connection reset by peer]
Pap has joined #Kopernicus
NathanKell|AFK is now known as NathanKell|AWAY
TonyAirborne has joined #Kopernicus
TonyAirborne has quit [Ping timeout: 200 seconds]
TonyAirborne has joined #Kopernicus
TonyC_alt has joined #Kopernicus
TonyAirborne has quit [Ping timeout: 204 seconds]
ferram4 has quit [Ping timeout: 204 seconds]
TonyC_alt has quit [Ping timeout: 200 seconds]
<Kopernicus> [Kopernicus] Gordon-Dry commented on issue #190: I did a quick test of Kopernicus.SMH.zip with... https://git.io/vQ2od
<Kopernicus> [Kopernicus] Sigma88 commented on issue #190: @Gordon-Dry this is a development branch, there might be unrelated commits that cause that... https://git.io/vQ2iI
<Kopernicus> [Kopernicus] Gordon-Dry commented on issue #190: I went back to RLS 4 and it also happens there - after I was in SPC and then went back to the main menu ... https://git.io/vQ2Xn
<Kopernicus> [Kopernicus] Gordon-Dry commented on issue #190: I went back to RLS 4 and it also happens there - after I was in SPC and then went back to the main menu ...... https://git.io/vQ2Xn
<Kopernicus> [Kopernicus] Gordon-Dry commented on issue #190: I went back to RLS 4 and it also happens there - after I was in SPC and then went back to the main menu ...... https://git.io/vQ2Xn
GregroxMun has joined #Kopernicus
<GregroxMun> o/
<Kopernicus> [Kopernicus] gordonfpanam commented on issue #190: That's much better. I have working configs, at least for DunaSpaceProgram, that use BUILTIN textures only. I want to test the others (Laythe and Eve) later on, but if they're anything like this they should respond better, too.... https://git.io/vQg6i
<Kopernicus> [Kopernicus] gordonfpanam commented on issue #190: That's much better. I have working configs, at least for DunaSpaceProgram, that use BUILTIN textures only. I want to test the others (Laythe and Eve) later on, but if they're anything like this they should respond better, too.... https://git.io/vQg6i
<Kopernicus> [Kopernicus] Sigma88 commented on issue #190: @Gordon-Dry I don't think the error message comes from Kopernicus so untill the devs of whatever mod is throwing those error messages find the reason there's next to nothing we can do about it.... https://git.io/vQ2Hf
TonyC_alt has joined #Kopernicus
Thomas|AWAY is now known as Thomas
<Thomas> \o
TonyC_alt has quit [Ping timeout: 204 seconds]
TonyC_alt has joined #Kopernicus
<Sigma88> 0/
<Sigma88> Thomas: do you remember why you were renaming the textures?
TonyC_alt has quit [Ping timeout: 186 seconds]
<Thomas> I don't think that I wrote that piece of the code
<Thomas> Hmm, I did
<Thomas> No idea
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Ping timeout: 201 seconds]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Ping timeout: 383 seconds]
<Sigma88> the code still changes the names, I left the renaming since I wasn't sure why you added it
<Sigma88> I just blocked it in the BUILTIN/ textures
<Sigma88> also, when I compile Kopernicus I get a crapton of "Deprecated" warnings
<Sigma88> is that normal?
<Thomas> Yes
<Thomas> I should fix that, but no real need for it
<Kopernicus> [Kopernicus] AndrewDrawsPrettyPictures commented on issue #190: @Gordon-Dry ... https://git.io/vQaLz
TonyC_alt has joined #Kopernicus
<Kopernicus> [Kopernicus] StollD pushed 1 new commit to master: https://git.io/vQaq2
<Kopernicus> Kopernicus/master 9edc92f Dorian Stoll: Fix compiler warnings
<Qboid> Starting build #93 for job Kopernicus-Dev (previous build: SUCCESS)
<Qboid> Project Kopernicus-Dev build #93: SUCCESS in 19 sec: https://jenkins.tmsp.io/job/Kopernicus-Dev/93/
<Qboid> dorian: Fix compiler warnings
TonyC_alt has quit [Ping timeout: 204 seconds]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Client Quit]
regex has joined #Kopernicus
ferram4 has joined #Kopernicus
<GregroxMun> I'll be going on vacation in a few hours. See y'all later.
GregroxMun has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<Sigma88> !c bool b = false;
<Sigma88> !c b
<Qboid> false
<Sigma88> !c bool.TryParse(null, ref b)
<Qboid> (1,7): error CS1502: The best overloaded method match for `bool.TryParse(string, out bool)' has some invalid arguments/usr/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous error)
<Qboid> (1,26): error CS1620: Argument `#2' is missing `out' modifier
<Sigma88> !c bool.TryParse(null, out b)
<Qboid> false
<Sigma88> !c bool.TryParse("trUE", out b)
<Qboid> true
<Sigma88> !c b
<Qboid> true
<Sigma88> \0/
<Sigma88> !c b = false
<Sigma88> !c (bool.TryParse("trUE", out b) && b)
<Qboid> true
<Sigma88> !c (bool.TryParse("False", out b) && b)
<Qboid> false
<Sigma88> thomas how do I delete temporary variables from qboid?
<Thomas> You reset the evaluator
<Thomas> with !csharp -reset
<Sigma88> is that potentially harmful?
<Thomas> no
egg|zzz|egg is now known as egg
<Sigma88> !csharp -reset
<Qboid> Sigma88: Cleared the C# Evaluator.
<Sigma88> !c string[] x = { "A", "B", "C" }
<Sigma88> damn
<Sigma88> !csharp -reset
<Qboid> Sigma88: Cleared the C# Evaluator.
<Sigma88> !c List<string> x = { "A", "B", "C" }
<Qboid> (1,19): error CS0622: Can only use array initializer expressions to assign to array types. Try using a new expression instead
<Sigma88> !c List<string> x
<Sigma88> !c x.AddRange(new[] { "A", "B", "C" })
<Qboid> System.NullReferenceException: Object reference not set to an instance of an object at <InteractiveExpressionClass>.Host (System.Object& $retval) [0x00000] in <c2b09c2b1c8d4500bbf7b125906411d2>:0 at Mono.CSharp.Evaluator.Evaluate (System.String input, System.Object& result, System.Boolean& result_set) [0x0003e] in <a81adb37139f4f2ea6ce1da80d3be432>:0 at QIRC.CSharp.CSharp.Evaluate (ChatSha
<Qboid> rp.IrcClient client, System.String input, System.String user, System.String source, System.Boolean admin, System.Boolean quite) [0x00114] in <a2441d13ac3b40c1b3b2a2acaec070c3>:0
<Sigma88> >_>
<Sigma88> where does AddUnique come from?
<Sigma88> I can't find anything online O.o
<Thomas> its an extension method from ksp
egg is now known as egg|nomz|egg
KillAshley|SEMI has quit [Ping timeout: 180 seconds]
egg|nomz|egg is now known as egg
Thomas is now known as Thomas|AWAY
KillAshley|SEMI has joined #Kopernicus
<Kopernicus> [Kopernicus] gordonfpanam commented on issue #190: This particular problem is solved, so you can close it. But I'd like to know if other recent changes were also applied to this test build, as I want to test biome displayName (or displayname because [SQUAAAAAD!](https://github.com/Kopernicus/Kopernicus/commit/7a9e8600c20765148f0ba659013f2f42957f5af1)) functionality https://git.io/vQaAc
regex has quit [Remote host closed the connection]
<Kopernicus> [Kopernicus] Sigma88 commented on issue #190: yeah I think they are https://git.io/vQajF
<Kopernicus> [Kopernicus] Sigma88 closed issue #190: Cannot use BUILTIN map in more than one PQS mod: "Operation is not valid due to the current state of the object" https://git.io/vQzZs
<Kopernicus> [Kopernicus] Sigma88 commented on issue #190: yeah I think they are,... https://git.io/vQajF
ferram4 has quit [Read error: Connection reset by peer]
ferram4 has joined #Kopernicus
<Kopernicus> [Kopernicus] Noor-747 opened issue #192: Kopernicus stops solar panels from deploying https://git.io/vQVY0
<Kopernicus> [Kopernicus] Sigma88 commented on issue #192: I'm assuming you tested this with just Kopernicus to make sure it's a kopernicus issue since you didn't mention any other mods.... https://git.io/vQVOE