code logs -> 2010 -> Sat, 21 Aug 2010< code.20100820.log - code.20100822.log >
--- Log opened Sat Aug 21 00:00:40 2010
00:03 Stalker [Z@3A600C.A966FF.5BF32D.8E7ABA] has joined #code
00:14 AnnoDomini [annodomini@Nightstar-77700dd1.adsl.tpnet.pl] has quit [[NS] Quit: leaving]
00:18 You're now known as TheWatcher[T-2]
00:21 You're now known as TheWatcher[zZzZ]
00:50 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code
02:07 Stalker [Z@3A600C.A966FF.5BF32D.8E7ABA] has quit [Ping timeout: 121 seconds]
04:48 celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
06:17 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [[NS] Quit: This computer has gone to sleep]
07:08 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code
07:23 Rhamphoryncus [rhamph@Nightstar-bbc709c4.abhsia.telus.net] has joined #code
09:36 aoanla [AndChat@Nightstar-0cd31970.range217-42.btcentralplus.com] has joined #code
09:40 You're now known as TheWatcher
09:44 crem [moo@2D9A5E.4363FC.B8C774.D2B68F] has joined #code
10:01 aoanla [AndChat@Nightstar-0cd31970.range217-42.btcentralplus.com] has quit [Ping timeout: 121 seconds]
10:07 AnnoDomini [annodomini@Nightstar-77700dd1.adsl.tpnet.pl] has joined #code
10:07 mode/#code [+o AnnoDomini] by Reiver
10:25 Stalker [Z@3A600C.A966FF.5BF32D.8E7ABA] has joined #code
10:31 * TheWatcher eyes this const problem again
10:31
<@TheWatcher>
... noope, sleep hasn't made it any less completely bizarre
10:36 Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has joined #code
10:43 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Broken pipe]
11:02 * TheWatcher ...s, facepalm
11:03 * TheWatcher fixes, compiles successfully, now has to test the everliving crap out of this thing
11:04
< Vornicus>
what'd you do wrong?
11:04
< Vornicus>
Forget a semicolon?
11:07
<@TheWatcher>
Nope, tried to be too clever for my own good. I'd added a 'const gchar* () const' cast to the CBString class, when all that did was confuse the compiler, as underneath char and gchar are the same type
11:07
<@TheWatcher>
Remove that, and it all works
11:10
<@TheWatcher>
(don't ask me why I thought I needed it, I suspect I added it way too late at night without properly thinking through)
12:46 Rhamphoryncus [rhamph@Nightstar-bbc709c4.abhsia.telus.net] has quit [Client exited]
13:18 You're now known as TheWatcher[afk]
13:44 Outpost [tua01910@Nightstar-7c75a4ec.east.verizon.net] has joined #code
13:45
< Vornicus>
k, so. Problem statement: create a cellular automata that works like a non-pressured fluid in a 3d environment.
13:46
< Outpost>
OH.
13:46
< Outpost>
You're taking this down past current gameplay into theory, alright, this could be good.
13:50
< Vornicus>
If you don't have to fill in lakes -- which is to say, you don't mind if a depression has only a thin layer of fluid -- then what you do is you have each cell of fluid have a "parent" (or possibly parent/s/) - this parent describes where this tile gets its fluid from. As you propagate the fluid, you map the parents, and check whether the parent exists. If any of the parents exist and continue
13:50
< Vornicus>
to flow into the existing cell, then the current cell continues to exist and continues to flow itself.
14:01
< Outpost>
I.. think that's how it works.
14:01
< Outpost>
Source is the snake head, the tile after that checks source, and has slightly less water, after that checks the one before it, and has slightly less water.. and it flows out till the water runs out on the last tile.
14:01
< Outpost>
And if you kill the source, it'll chain down removing the water.
14:02
< Outpost>
It also uses this chaining to determine flow/current.
14:18
< Vornicus>
Right.
14:22 Outpost [tua01910@Nightstar-7c75a4ec.east.verizon.net] has left #code []
15:10 celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has joined #code
15:26 Stalker [Z@3A600C.A966FF.5BF32D.8E7ABA] has quit [Ping timeout: 121 seconds]
15:34 Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has quit [[NS] Quit: RAEG]
16:00
< Reiv>
SO HEY VORN
16:00
< Reiv>
ARE YOU BORED
16:01
< Vornicus>
SO HEY REIV
16:01
< Vornicus>
I am actually extremely tired and about to give up on Dad showing up to shlep to the barber.
16:02
< Vornicus>
But, what is it that you need.
16:02
< Vornicus>
And where the cheese is Der? I wanted to discuss with him his Delaunay thingy.
16:10 You're now known as TheWatcher
16:11 Stalker [Z@26ECB6.A4B64C.298B52.D80DA0] has joined #code
16:11 Stalker [Z@26ECB6.A4B64C.298B52.D80DA0] has quit [[NS] Quit: If the world didn't suck, we'd all fall off.]
16:11 Stalker [Z@26ECB6.A4B64C.298B52.D80DA0] has joined #code
16:14
< Reiv>
Vorn: Woe and sadness!
16:14
< Reiv>
Nonetheless, I was pondering, um
16:14
< Reiv>
Actually we should do it another day. It's like 3AM and I just got back from a party so yeah
16:14
< Reiv>
We can poke at it later. ^.^
16:14
< Vornicus>
Heh. Toss it in an email.
16:14
< Reiv>
If I remember what it was~
17:06 Vornicus is now known as Vornicus-Latens
19:34 Serah [Z@26ECB6.A4B64C.298B52.D80DA0] has joined #code
19:36 Stalker [Z@26ECB6.A4B64C.298B52.D80DA0] has quit [Ping timeout: 121 seconds]
21:44 crem [moo@2D9A5E.4363FC.B8C774.D2B68F] has quit [Ping timeout: 121 seconds]
21:52 crem [moo@2D9A5E.4363FC.B8C774.D2B68F] has joined #code
21:52 cpux [chatzilla@Nightstar-20a84089.dyn.optonline.net] has joined #code
22:08 cpux [chatzilla@Nightstar-20a84089.dyn.optonline.net] has quit [Connection closed]
22:09 cpux [chatzilla@Nightstar-20a84089.dyn.optonline.net] has joined #code
22:11 cpux [chatzilla@Nightstar-20a84089.dyn.optonline.net] has quit [Client closed the connection]
22:14 cpux [chatzilla@Nightstar-20a84089.dyn.optonline.net] has joined #code
22:30 * McMartin recodes Faett Tiw to remove all deprecated language constructs.
22:31 cpux_ [chatzilla@Nightstar-20a84089.dyn.optonline.net] has joined #code
22:34 cpux [chatzilla@Nightstar-20a84089.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
22:35 cpux_ is now known as cpux
22:58 AnnoDomini [annodomini@Nightstar-77700dd1.adsl.tpnet.pl] has quit [Ping timeout: 121 seconds]
22:59 RichardBarrell [mycatverbs@Nightstar-689c9c54.cable.virginmedia.com] has joined #code
23:05 cpux [chatzilla@Nightstar-20a84089.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
23:16 cpux [chatzilla@Nightstar-20a84089.dyn.optonline.net] has joined #code
23:33 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code
--- Log closed Sun Aug 22 00:00:41 2010
code logs -> 2010 -> Sat, 21 Aug 2010< code.20100820.log - code.20100822.log >