code logs -> 2010 -> Sun, 08 Aug 2010< code.20100807.log - code.20100809.log >
--- Log opened Sun Aug 08 00:00:32 2010
00:38 RichardBarrell [mycatverbs@Nightstar-689c9c54.cable.virginmedia.com] has quit [Operation timed out]
00:44 Attilla [Obsolete@Nightstar-9a4c44c1.threembb.co.uk] has joined #code
00:44 mode/#code [+o Attilla] by Reiver
01:29 celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has joined #code
02:18 cpux is now known as cpux[leftovers]
02:19 gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has quit [[NS] Quit: Z?]
03:23 cpux[leftovers] is now known as cpux
04:58 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!]
05:22 Attilla [Obsolete@Nightstar-9a4c44c1.threembb.co.uk] has quit [[NS] Quit: ]
05:26 Stalker [Z@3A600C.A966FF.5BF32D.8E7ABA] has joined #code
07:22 AnnoDomini [annodomini@Nightstar-4caa20c5.adsl.tpnet.pl] has joined #code
07:22 mode/#code [+o AnnoDomini] by Reiver
07:39 Derakon is now known as Derakon[AFK]
08:45 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has joined #code
09:09 You're now known as TheWatcher
11:51 Attilla [Obsolete@Nightstar-3c287513.threembb.co.uk] has joined #code
11:51 mode/#code [+o Attilla] by Reiver
12:01 Vornicus is now known as Vornicus-Latens
12:38 gnolam [lenin@Nightstar-38637aa0.priv.bahnhof.se] has joined #code
13:06 Thaqui [Thaqui@27B34E.D54D49.F53FA1.6A113C] has quit [Connection closed]
13:17 Attilla [Obsolete@Nightstar-3c287513.threembb.co.uk] has quit [Ping timeout: 121 seconds]
13:20 Attilla [Obsolete@Nightstar-e4df0c49.threembb.co.uk] has joined #code
13:20 mode/#code [+o Attilla] by Reiver
14:11 Stalker [Z@3A600C.A966FF.5BF32D.8E7ABA] has quit [Ping timeout: 121 seconds]
14:36 celticminstrel [celticminstre@Nightstar-f8b608eb.cable.rogers.com] has joined #code
14:36 Stalker [Z@26ECB6.A4B64C.298B52.D80DA0] has joined #code
14:48 Attilla [Obsolete@Nightstar-e4df0c49.threembb.co.uk] has quit [Ping timeout: 121 seconds]
14:49 Attilla [Obsolete@Nightstar-4f05807b.threembb.co.uk] has joined #code
14:49 mode/#code [+o Attilla] by Reiver
15:29 Stalker is now known as Not-here-rah
17:17 Derakon[AFK] is now known as Derakon
18:47 aoanla [AndChat@Nightstar-3708f423.range217-42.btcentralplus.com] has joined #code
20:00 * Derakon does some regression work on Jetblade.
20:00
<@Derakon>
Apparently some bits of it got rather broken somewhere along the way.
20:13
<@Derakon>
...heh, yes. No wonder the "save an image of the entire map" function doesn't work.
20:14
<@Derakon>
It creates a giant SDL Surface and passes it to each of the map objects as it tells them to draw.
20:14
<@Derakon>
But drawing now ignores all passed-in surfaces in favor of drawing directly to the screen.
20:14
<@Derakon>
Hm, this could be problematic, actually, since I need to be able to make more or less arbitrarily-sized images for debugging.
20:21
<@Derakon>
I don't really want to preserve both SDL-based and OpenGL-based drawing methods just so I can draw a huge version of the map and save it to a file.
20:24 Vornicus-Latens is now known as Vornicus
20:58 * Derakon goes through his code and changes every definition and invocation of a draw() function to remove un-needed arguments...gets a bus error as soon as a collision occurs. WTF.
21:07
<@Derakon>
Fffff....
21:07
<@Derakon>
The bus error was occurring when I tried to get the overlap in two 1D ranges. Adding debugging logic to that function caused the crash to go away. Naturellement.
21:07
<@Derakon>
I hate bus errors.
21:08
<@Vornicus>
wtf bus errors
21:08
<@Derakon>
Yyyyep.
21:11
<@Derakon>
Hmm....maybe I just needed to recompile the Range1D module.
21:11
<@Derakon>
(It's a Cython module)
21:11
<@Derakon>
Since I've now reverted those changes and the bus error isn't recurring.
21:11 * Vornicus is down to two to-dos on Multiplication Drill.
21:43 * Derakon starts working on moving Jetblade to using an undirected graph for its map structure instead of a tree.
22:08
<@Derakon>
Hmm...better go from a graph of nodes to a graph of edges.
22:10
<@Derakon>
Problem being that makes for a lot of redundant logic as I have to maintain two sets of neighbor lists (one for the startpoint, one for the endpoint).
22:11
<@Derakon>
Ehh, will think on it as I do other stuff.
22:29 aoanla [AndChat@Nightstar-3708f423.range217-42.btcentralplus.com] has quit [[NS] Quit: ]
23:21 RichardBarrell [mycatverbs@Nightstar-689c9c54.cable.virginmedia.com] has joined #code
23:25 Tarinaky [Tarinaky@Nightstar-f349ca6d.plus.com] has joined #code
23:34 Not-here-rah [Z@26ECB6.A4B64C.298B52.D80DA0] has quit [Ping timeout: 121 seconds]
23:40 RichardBarrell [mycatverbs@Nightstar-689c9c54.cable.virginmedia.com] has quit [Connection closed]
--- Log closed Mon Aug 09 00:00:33 2010
code logs -> 2010 -> Sun, 08 Aug 2010< code.20100807.log - code.20100809.log >