--- Log opened Fri Jan 05 00:00:25 2007 |
00:43 | | Stephenie is now known as Stephenie| |
00:44 | | Stephenie| is now known as Stephenie |
00:44 | | Stephenie is now known as Stephenie|away |
00:52 | | MyCatVerbs [~mycatownz@Nightstar-379.dsl.in-addr.zen.co.uk] has quit [Connection reset by peer] |
00:52 | | MyCatVerbs [~mycatownz@Nightstar-379.dsl.in-addr.zen.co.uk] has joined #code |
01:12 | | Reiver is now known as Lamer |
01:15 | | Lamer is now known as Reiver |
01:44 | | Vornicus [~vorn@67.50.40.ns-3674] has joined #code |
01:44 | | mode/#code [+o Vornicus] by ChanServ |
02:08 | | Chalcedon [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has joined #code |
02:08 | | mode/#code [+o Chalcedon] by ChanServ |
02:23 | | Chalcedon [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has quit [Ping Timeout] |
02:24 | | Chalcy [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has joined #code |
02:24 | | mode/#code [+o Chalcy] by ChanServ |
02:24 | | Chalcy is now known as Chalcedon |
02:31 | | Chalcedon [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has quit [Ping Timeout] |
02:35 | | Janus [~Cerulean@Nightstar-10302.columbus.res.rr.com] has quit [Quit: Jouets de Dieu, jouets de jouets, les jouets de me, naƮtre Clair enfant voire.] |
03:00 | | ReivOut [~reaverta@IRCop.Nightstar.Net] has joined #Code |
03:01 | | Reiver [~reaverta@IRCop.Nightstar.Net] has quit [Ping Timeout] |
03:15 | | ReivOut is now known as Reiver |
05:08 | | Stephenie|away is now known as Stephenie |
05:49 | | AnnoDomini [~farkoff@Nightstar-29667.neoplus.adsl.tpnet.pl] has joined #Code |
07:08 | | Netsplit Blargh.CA.US.Nightstar.Net <-> DeepThought.NY.US.Nightstar.Net quits: Serah, AnnoDomini, ToxicFrog, @Vornicus, @Pi, @Mahal, jerith, Stephenie, Raif, @Chalain, (+1 more, use /NETSPLIT to show all of them) |
07:10 | | Netsplit over, joins: Chalain, Raif, jerith, McMartin, ToxicFrog, Stephenie, Mahal, Pi, Vornicus, Serah (+1 more) |
07:10 | | ServerMode/#code [+ntrooo Vornicus Pi Chalain] by Troika.TX.US.Nightstar.Net |
07:10 | | mode/#code [+o Reiver] by ChanServ |
07:15 | | Vornicus [~vorn@67.50.40.ns-3674] has quit [Client exited] |
07:17 | | Vornicus [~vorn@67.50.40.ns-3674] has joined #code |
07:18 | | mode/#code [+o Vornicus] by ChanServ |
08:09 | | Reiver [~reaverta@IRCop.Nightstar.Net] has quit [Quit: Rebooting to plug in Thaqui's hard drive.] |
08:28 | | Reiver [~reaverta@IRCop.Nightstar.Net] has joined #Code |
08:28 | | mode/#code [+o Reiver] by ChanServ |
08:49 | | Reiver [~reaverta@IRCop.Nightstar.Net] has quit [Quit: %$#@! with hard drives.] |
--- Log closed Fri Jan 05 08:58:08 2007 |
--- Log opened Fri Jan 05 09:01:07 2007 |
09:01 | | TheWatcher [~chris@Nightstar-29731.dsl.in-addr.zen.co.uk] has joined #code |
09:01 | | Irssi: #code: Total of 15 nicks [7 ops, 0 halfops, 0 voices, 8 normal] |
09:01 | | mode/#code [+o TheWatcher] by ChanServ |
09:01 | | Irssi: Join to #code was synced in 28 secs |
09:11 | | You're now known as TheWatcher[afk] |
09:16 | | McMartin [~mcmartin@Nightstar-8565.dsl.pltn13.pacbell.net] has quit [Quit: bbl] |
10:37 | | Vornicus is now known as Vornicus-Latens |
11:27 | | You're now known as TheWatcher |
13:06 | | Reiver is now known as ReivZzz |
13:52 | | MyCatVerbs is now known as MyCatFoods |
14:11 | | MyCatFoods is now known as MyCatVerbs |
15:41 | <@ToxicFrog> | Oh my god, the kobodl source code is nasty. |
15:45 | <@ToxicFrog> | For example, it has a class _enemy. |
15:45 | <@ToxicFrog> | This isn't then subclassed for each enemy type. |
15:46 | <@ToxicFrog> | Instead, it has something like 40 member functions, all of which are of the form { move_<name>(); make_<name>(); } |
15:47 | <@ToxicFrog> | And looks at the enemy_kind member variable to figure out which one to call. |
17:15 | | You're now known as theWatcher[afk] |
17:23 | | AnnoDomini [~farkoff@Nightstar-29667.neoplus.adsl.tpnet.pl] has quit [Ping Timeout] |
17:29 | | AnnoDomini [~farkoff@Nightstar-29738.neoplus.adsl.tpnet.pl] has joined #Code |
18:32 | | You're now known as TheWatcher |
20:21 | | MyCatVerbs is now known as MyCatSleeps |
20:32 | <@Vornicus-Latens> | Good lord. |
20:32 | < AnnoDomini> | Where? |
20:38 | <@Vornicus-Latens> | apparently KoboDL does classes exactly wrong. |
20:41 | < AnnoDomini> | It does? |
20:41 | <@Vornicus-Latens> | Yes. |
20:46 | <@Vornicus-Latens> | [Fri 08:45:45] ToxicFrog For example, it has a class _enemy. |
20:46 | <@Vornicus-Latens> | [Fri 08:45:54] ToxicFrog This isn't then subclassed for each enemy type. |
20:46 | <@Vornicus-Latens> | [Fri 08:46:39] ToxicFrog Instead, it has something like 40 member functions, all of which are of the form { move_<name>(); make_<name>(); } |
21:22 | | ReivZzz is now known as Reiver |
21:34 | | You're now known as TheWatcher[afk] |
21:47 | | Vornicus-Latens is now known as Vornicus |
22:07 | | You're now known as TheWatcher |
22:18 | | You're now known as TheWatcher[T-2] |
22:20 | | You're now known as TheWatcher[zZzZ] |
22:42 | | Janus [~Cerulean@Nightstar-10302.columbus.res.rr.com] has joined #Code |
22:53 | | Chalcedon [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has joined #code |
22:53 | | mode/#code [+o Chalcedon] by ChanServ |
22:54 | | Reiver is now known as ReivOut |
23:21 | | ReivOut is now known as Reiver |
23:42 | | Chalcedon [~Chalceon@Nightstar-869.bitstream.orcon.net.nz] has quit [Ping Timeout] |
23:56 | | Janus is now known as Jan[Ecrire] |
--- Log closed Sat Jan 06 00:00:25 2007 |