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"
egg is now known as egg|zzz|egg
NathanKell|AFK is now known as NathanKell
NathanKell is now known as NathanKell|TwitchLoading
NathanKell|TwitchLoading is now known as NathanKell|Twitch
TonyC_alt has joined #Kopernicus
NathanKell|Twitch is now known as NathanKell
GregroxMun has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
NathanKell is now known as NathanKell|Twitch
Pap is now known as Pap|Sleep
NathanKell|Twitch is now known as NathanKell
NathanKell is now known as NathanKell|AWAY
<TonyC_alt> ?
TonyC_alt has quit [Ping timeout: 204 seconds]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
Thomas|AWAY is now known as Thomas
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
<Thomas> Sigma88: I had a nice idea today
<Thomas> String seeds
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
<Sigma88> Thomas: how would that work?
<Sigma88> !c "banana".GetHashCode()
<Qboid> -54702533
<Sigma88> like that?
<Sigma88> !c "100".GetHashCode()
<Qboid> 104526573
<Sigma88> !c (int)(100).GetHashCode()
<Qboid> 100
<Sigma88> !c ((int)(100)).GetHashCode()
<Qboid> 100
<Sigma88> !c ((double)(100)).GetHashCode()
<Qboid> 1079574528
<Sigma88> !c ((float)(100)).GetHashCode()
<Qboid> 1120403456
<Sigma88> so weird
<Thomas> Well, first it would try to parse an int, if that fails, it returns get hash code
<Sigma88> yeah that's what I thought
<Sigma88> !c int x
<Sigma88> !c int.TryParse("125.5")
<Qboid> (1,6): error CS1501: No overload for method `TryParse' takes `1' arguments/usr/lib/mono/4.5/mscorlib.dll (Location of the symbol related to previous error)
<Sigma88> !c int.TryParse("125.5", out x)
<Qboid> false
<Sigma88> !c x
<Qboid> 0
<Sigma88> !c x = 5
<Sigma88> !c int.TryParse("125.5", out x)
<Qboid> false
<Sigma88> !c x
<Qboid> 0
<Sigma88> !c int.TryParse("5", out x) && x == 5
<Qboid> true
<Sigma88> interesting
<Sigma88> !c x == 5 && int.TryParse("15", out x) && x == 15
<Qboid> true
<Sigma88> lol
<Sigma88> !c 0 == -0
<Qboid> true
<Sigma88> !c 0i == 0f
<Qboid> (1,2): error CS1525: Unexpected symbol `i'
<Sigma88> !c 0d == 0f
<Qboid> true
TonyC_alt has quit [Read error: Connection reset by peer]
TonyC_alt has joined #Kopernicus
<Sigma88> Thomas: have you tested your modifications to kopernicus?
<Sigma88> something you added is throwing an exception in LateUpdate()
<Sigma88> if you want I can generate some logs when I get home
TonyC_alt has quit [Quit: Goodbye.]
Pap|Sleep is now known as Pap
Mead_ has joined #Kopernicus
Mead has quit [Ping timeout: 201 seconds]
regex has joined #Kopernicus
egg|zzz|egg is now known as egg
<Sigma88> 0/ I'm back
UmbralRaptor is now known as NomalRaptor
<Kopernicus> [Kopernicus] Vladimir-csp commented on issue #195: I have the same problem, but using 1.3.0-3 does not fix it.... https://git.io/vQp4M
<Kopernicus> [Kopernicus] Vladimir-csp commented on issue #195: I have the same problem, but using 1.3.0-3 does not fix it.... https://git.io/vQp4M
<Kopernicus> [Kopernicus] Vladimir-csp commented on issue #195: I have the same problem, but using 1.3.0-3 does not fix it.... https://git.io/vQp4M
<Kopernicus> [Kopernicus] Vladimir-csp commented on issue #195: I have the same problem, but using 1.3.0-3 does not fix it.... https://git.io/vQp4M
GregroxMun has joined #Kopernicus
<GregroxMun> o/
<GregroxMun> If the Kopernicus Challenge were ever to be reinstated, the challenge should be to replicate a pluto-like map with procedural generation only.
<Thomas> GregroxMun: Feel free to take care of it
<GregroxMun> Was the old challenge in the mission challenges forum or the addon forum?
<Thomas> I think addon discussion
<GregroxMun> when I finish the thread OP, please link to it from the old thread. Or did KA run that OP?
<Thomas> It was KA
<GregroxMun> oh ok
<Thomas> Well, first it was me then my thread got nuked
<GregroxMun> oh I remember.
<Kopernicus> [Kopernicus] Sigma88 commented on issue #195: you can't use SD v0.8.2 with kopernicus 1.3.0-3 because it is made to work with 1.3.0-4 https://git.io/vQpiZ
<Sigma88> 0/
<Sigma88> evening
<GregroxMun> is that a hello or a good bye?
<Sigma88> a hello
<GregroxMun> o/
<Sigma88> just finished with dinner
<GregroxMun> http://forum.kerbalspaceprogram.com/index.php?/topic/163428-round-1-the-kopernicus-creativity-marathon-season-3/
u_nuSLASHkm8 has joined #Kopernicus
u_nuSLASHkm8 has left #Kopernicus [#Kopernicus]
Mead_ has quit [Quit: Work complete!]
Mead has joined #Kopernicus
regex has quit [Remote host closed the connection]