--- Log opened Tue Aug 11 00:00:38 2009 |
00:29 | | Namegduf [~namegduf@Nightstar-9056.infra.grepnet.cz] has quit [Ping Timeout] |
01:09 | | Rhamphoryncus [~rhamph@Nightstar-16476.ed.shawcable.net] has joined #code |
01:24 | | Attilla [~The.Attil@92.1.147.ns-4241] has quit [Ping Timeout] |
01:28 | | Attilla [~The.Attil@92.9.156.ns-3993] has joined #code |
01:28 | | mode/#code [+o Attilla] by ChanServ |
02:22 | | Kazriko [~kazrikna@Nightstar-26123.gdj-co.client.bresnan.net] has quit [Client exited] |
02:37 | | Vornicus [Vornicus@ServicesOp.Nightstar.Net] has quit [Quit: ] |
02:39 | | Vornicus [~vorn@ServicesOp.Nightstar.Net] has joined #code |
02:39 | | mode/#code [+o Vornicus] by ChanServ |
02:40 | | Vornicus is now known as Vornicus-Latens |
02:50 | | Attilla [~The.Attil@92.9.156.ns-3993] has quit [Quit: ] |
03:11 | | Thaqui [~Thaqui@121.98.166.ns-22683] has joined #code |
03:12 | | mode/#code [+o Thaqui] by ChanServ |
04:43 | <@Derakon> | ...heh, that's unexpected. |
04:44 | <@Derakon> | I just discovered that the sprites I create when the player attacks are getting pushed around by terrain. |
06:03 | | Syloqs-AFH [Syloq@NetAdmin.Nightstar.Net] has quit [Connection reset by peer] |
06:41 | <@Vornicus-Latens> | whups. |
07:12 | | You're now known as TheWatcher |
07:22 | | Kazriko [~kaz@Nightstar-26123.gdj-co.client.bresnan.net] has joined #code |
07:24 | | Derakon is now known as Derakon[AFK] |
08:15 | | You're now known as TheWatcher[afk] |
10:01 | | You're now known as TheWatcher |
10:18 | | Attilla [~The.Attil@92.16.127.ns-3667] has joined #code |
10:18 | | mode/#code [+o Attilla] by ChanServ |
10:20 | | Thaqui [~Thaqui@121.98.166.ns-22683] has quit [Client exited] |
11:00 | | Vornicus-Latens [~vorn@ServicesOp.Nightstar.Net] has quit [Quit: Leaving] |
11:02 | | Vornicus [Vornicus@Admin.Nightstar.Net] has joined #code |
11:02 | | mode/#code [+o Vornicus] by ChanServ |
11:21 | | Kazriko [~kaz@Nightstar-26123.gdj-co.client.bresnan.net] has quit [Ping Timeout] |
11:23 | | Kazriko [~kaz@Nightstar-26123.gdj-co.client.bresnan.net] has joined #code |
12:20 | | Rhamphoryncus [~rhamph@Nightstar-16476.ed.shawcable.net] has quit [Quit: Rhamphoryncus] |
12:32 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code |
12:32 | | mode/#code [+o gnolam] by ChanServ |
14:59 | | You're now known as TheWatcher[afk] |
15:11 | | Consul [~Consul__@Nightstar-521.dsl.sfldmi.ameritech.net] has quit [Ping Timeout] |
15:18 | | Consul [~Consul__@Nightstar-521.dsl.sfldmi.ameritech.net] has joined #code |
15:18 | | mode/#code [+o Consul] by ChanServ |
16:10 | | Vornicus [Vornicus@Admin.Nightstar.Net] has quit [Quit: ] |
16:16 | | Syloqs_AFH [Syloq@Admin.Nightstar.Net] has joined #code |
16:17 | | Syloqs_AFH is now known as Syloqs-AFH |
17:32 | | Tarinaky [~Tarinaky@Nightstar-16638.plus.com] has quit [Operation timed out] |
17:36 | | You're now known as TheWatcher |
17:38 | | Derakon[AFK] is now known as Derakon |
17:42 | | Tarinaky [~Tarinaky@Nightstar-16638.plus.com] has joined #code |
17:46 | | Namegduf [~namegduf@Nightstar-9056.infra.grepnet.cz] has joined #code |
20:48 | <@Derakon> | Email notification: [jetblade] 15 new revisions pushed by derakon on 2009-08-11 19:47 GMT |
20:56 | | Rhamphoryncus [~rhamph@Nightstar-16476.ed.shawcable.net] has joined #code |
21:04 | <@Derakon> | Heyo, Rhamphoryncus. |
21:07 | < Rhamphoryncus> | heya Derakon |
21:07 | <@Derakon> | The latest version of Jetblade has an enemy you can fight. |
21:08 | <@Derakon> | Admittedly it's not a very interesting fight, but you can fight it, and either one of you can win! |
21:08 | < Rhamphoryncus> | cool |
21:10 | <@Derakon> | Hrm...Sprite.setAnimation is about to acquire its third optional argument. This is getting unwieldy. |
21:10 | <@Derakon> | Does Python support named function arguments? |
21:11 | <@Derakon> | Without having to set up a dict? |
21:11 | <@Derakon> | ...yes, it does. Excellent. |
21:11 | <@TheWatcher> | named function arguments? |
21:11 | <@TheWatcher> | Like passing anonymous hashrefs to perl functions, or am I guessing wrong? |
21:11 | <@Derakon> | self.sprite.setAnimation('kick1', shouldLockAnimation=true) |
21:12 | <@Derakon> | See http://diveintopython-cached.muellerware.org/power_of_introspection/optional_arg uments.html |
21:12 | <@TheWatcher> | aah |
21:12 | <@TheWatcher> | Shiny |
21:13 | < Rhamphoryncus> | and the unwieldy becomes wieldly again ;) |
21:13 | <@Derakon> | Indeed. |
21:13 | <@Derakon> | I don't have to specify shouldResetAnimation and shouldUseFacing in order to set shouldLockAnimation. |
21:14 | < Rhamphoryncus> | yeah |
21:29 | | * Derakon accidentally sets the default on new animations to be that they be uninterruptible, instead of the reverse. |
21:48 | | Vornicus [~vorn@ServicesOp.Nightstar.Net] has joined #code |
21:48 | | mode/#code [+o Vornicus] by ChanServ |
22:08 | | * Derakon applies the Refactor Cannon with great finesse to a single component of a class. |
22:09 | <@Vornicus> | Refactoring /cannon/. |
22:09 | <@Vornicus> | Tell me, is there a mustachio'd officer standing next to it with a saber? |
22:09 | <@Derakon> | No, he's off today. |
22:34 | <@McMartin> | Nonsequitur for the day: Honey Bunches of Stoats |
22:34 | <@Derakon> | Another Hiver name? |
22:35 | <@TheWatcher> | If not, I want to see how the marketing people weasel out of that one. |
22:39 | <@McMartin> | Well, "Honey Bunches of Oats" was a real cereal. |
23:10 | | TarinakyKai [~Tarinaky@Nightstar-16638.plus.com] has joined #code |
23:11 | | Tarinaky [~Tarinaky@Nightstar-16638.plus.com] has quit [Operation timed out] |
23:22 | | Rhamphoryncus [~rhamph@Nightstar-16476.ed.shawcable.net] has quit [Ping Timeout] |
23:25 | | Rhamphoryncus [~rhamph@Nightstar-16476.ed.shawcable.net] has joined #code |
23:28 | | * TheWatcher eyes umount |
23:50 | | Derakon is now known as Derakon[AFK] |
--- Log closed Wed Aug 12 00:00:52 2009 |