code logs -> 2009 -> Wed, 28 Jan 2009< code.20090127.log - code.20090129.log >
--- Log opened Wed Jan 28 00:00:00 2009
00:28 Derakon[AFK] is now known as Derakon
01:18 Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has quit [Quit: <Insert Humorous and/or serious exit message here>]
02:58 gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Quit: Z?]
03:13
< Derakon>
I'm working on coming up with a list of to-dos for the BulletML project. If you can think of anything, feel free to suggest it.
03:13
< Derakon>
Right now I have: new name, sound effects, clean up the UI, reconfigurable controls.
04:56
< Derakon>
Oh, that's neat. Vim recognizes that return statements mean it's time to unindent a code block.
05:13
< Derakon>
Okay, controls are now configurable.
05:13
< Derakon>
There's no actual UI to do this, but controls are written to a config file and that config file is obeyed.
05:13
< Derakon>
So if you know the Pygame key constants then you can change the controls~
05:18
< Derakon>
And now I've fixed that annoying bug that locked controls down if they were pressed at the start of gameplay.
05:45 Derakon is now known as Derakon[AFK]
05:53 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Ping Timeout]
06:09 ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code
06:09 mode/#code [+o ToxicFrog] by ChanServ
07:04 Vornicus [~vorn@Admin.Nightstar.Net] has quit [Quit: ]
08:03 UndeadAnno [~farkoff@Nightstar-29723.neoplus.adsl.tpnet.pl] has joined #Code
08:03 mode/#code [+o UndeadAnno] by ChanServ
08:23 Roonaky [Roogle@Nightstar-25590.hsd1.co.comcast.net] has joined #code
08:24 RooWeazel [Roogle@Nightstar-25590.hsd1.co.comcast.net] has quit [Ping Timeout]
10:14 Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has quit [Quit: Rhamphoryncus]
10:56 C_tiger [~cheng@Nightstar-5625.hsd1.ca.comcast.net] has quit [Operation timed out]
12:39 Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has joined #code
12:39 mode/#code [+o Attilla] by ChanServ
13:19 cici [~viSta@88.245.242.ns-21709] has joined #Code
13:19
< cici>
Attilla türkmüsün la
13:19
< cici>
:D
13:22 cici [~viSta@88.245.242.ns-21709] has left #Code []
13:26 ASCIISkull [~none@Nightstar-7066.dyn.optonline.net] has quit [Ping Timeout]
13:29 ASCIISkull [~none@Nightstar-7066.dyn.optonline.net] has joined #code
13:36 ASCIISkull [~none@Nightstar-7066.dyn.optonline.net] has quit [Ping Timeout]
15:19 C_tiger [~cheng@Nightstar-5625.hsd1.ca.comcast.net] has joined #code
15:19 mode/#code [+o C_tiger] by ChanServ
15:55 Vornicus [~vorn@Admin.Nightstar.Net] has joined #code
15:55 mode/#code [+o Vornicus] by ChanServ
15:56 gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code
15:56 mode/#code [+o gnolam] by ChanServ
16:14
<@MyCatVerbs>
Okay, am I missing something obvious? I cannot for the life of me work out how to find what autoconf incantations to use for any given package.
16:14
< Alek>
man?
16:15
<@MyCatVerbs>
I don't mean to run autoconf(1), I mean what on Earth to put in configure.ac in order to use any given library.
16:17
< Alek>
man?
16:22
<@MyCatVerbs>
Nope. I only wish it were that easy.
16:22
<@MyCatVerbs>
(Seriously, if it were, I wouldn't even be asking.)
16:38 KBot [AnnoDomini@Nightstar-29762.neoplus.adsl.tpnet.pl] has joined #Code
16:39 UndeadAnno [~farkoff@Nightstar-29723.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
16:40 KarmaBot [AnnoDomini@Nightstar-29723.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
16:41 KBot is now known as KarmaBot
16:45 UndeadAnno [~farkoff@Nightstar-29762.neoplus.adsl.tpnet.pl] has joined #Code
16:45 mode/#code [+o UndeadAnno] by ChanServ
16:47 * gnolam shudders.
16:47
<@gnolam>
Autotools...
16:57
<@McMartin>
Generally, copy someone else's and pray
16:57
<@McMartin>
I have an entire book on using autoconf and I still can't make anything work.
16:57
<@McMartin>
UQM wound up rolling its own build manager because it was easier to rewrite from scratch.
16:59
<@MyCatVerbs>
McMartin: egad. With, like, pkg-config support and everything?
17:00
<@McMartin>
Well, no, we just called pkg-config directly, same as sdl-config.
17:00
<@McMartin>
Unless you mean something else
17:00
<@MyCatVerbs>
Ah, sane.
17:01 * MyCatVerbs was thinking something semi-generic for which you would be able to specify any library that used pkg-config by some small invocation.
17:01
<@UndeadAnno>
Ia! Ia!
17:01
<@McMartin>
Nah. It's a big problem.
17:02
<@McMartin>
This was essentially autogenerating makefiles from nicer lists of options and files.
17:02
<@MyCatVerbs>
UndeadAnno: fhtagn!
17:02 * MyCatVerbs snerks. Google doesn't treat "fhtagn" as a misspelt word.
17:03
<@McMartin>
It will, however, likely treat "fthagn" as one unless too many people have noticed on the internet
17:08 You're now known as TheWatcher[afk]
17:40 Rhamphoryncus [~rhamph@Nightstar-7184.ed.shawcable.net] has joined #code
17:54
<@McMartin>
Ha ha ha ha ha
17:54
<@McMartin>
OK, I see the guy at Ars Technica had as much trouble with VirtualBox 2.1 as I did. More, even.
17:54
<@McMartin>
Including INEXPLICABLE KITTENS IN THE GUI.
17:54
<@McMartin>
Which I did not get.
17:54
<@McMartin>
http://static.arstechnica.com/17-VISTA64glitch.jpg
17:55 * Serah giggles.
17:55
<@Serah>
I want kittens in my GUI too.
17:55
<@McMartin>
(Caption: "I can haz menubar?")
17:56
<@McMartin>
Also, http://static.arstechnica.com/16-vistadisplay.jpg (caption: "The phone rang shortly after and I now have a week to live")
17:56
<@Serah>
Hehe.
18:09 Derakon[AFK] is now known as Derakon
18:11
<@Serah>
How long does a pastie live in the pastebin?
18:14
<@MyCatVerbs>
McMartin: inexplicable GUI kittens? Shit, I'd pay extra.
18:35 You're now known as TheWatcher
18:56 * gnolam stabs Vista's sound system with a rusty spork.
18:58 * ToxicFrog takes the fork when gnolam is done with it and applies it vigorously to PulseAudio
19:02
<@gnolam>
That's just the thing. They've made it feel like... well... Linux. 5 years ago. :P
19:02
<@ToxicFrog>
This is a recurring trend.
19:03 * ToxicFrog points at, say, the introduction of seperate kernel/user space and filesystem permissions in winNT
19:29
<@GeekSoldier>
That kitten is one of the default Vista user icons. looks to be where it would be placed on the start menu.
19:29
<@GeekSoldier>
I cannot for the life of me get 5.1 sound working on my Vista64 box.
19:42
<@MyCatVerbs>
http://www.geocities.com/ze_aks/myBooK/ThreeBugsWithOneStone.html <- lollercaust @ the crazy.
19:42
<@MyCatVerbs>
http://gafferongames.com/2008/10/20/fix-your-timestep-crazy-internet-stalker/ (for reference)
19:42
<@MyCatVerbs>
Context too, even.
20:07
<@gnolam>
Man. I'd have wanted that link a couple of weeks ago.
20:07 Netsplit Blargh.CA.US.Nightstar.Net <-> Troika.TX.US.Nightstar.Net quits: @MyCatVerbs, @Vornicus, crem_, @UndeadAnno, KarmaBot, @EvilDarkLord, @Doctor_Nick, @Attilla, @Serah, Alek, (+2 more, use /NETSPLIT to show all of them)
20:08 Netsplit over, joins: Serah
20:08 mode/#code [+o Serah] by ChanServ
20:11 jerith [~jerith@IRCop.Nightstar.Net] has joined #code
20:11 mode/#code [+o jerith] by ChanServ
20:11 Doctor_Nick [~nick@Nightstar-12626.tampfl.fios.verizon.net] has joined #code
20:11 EvilDarkLord [~jjlehto3@Nightstar-9591.cs.hut.fi] has joined #code
20:11 mode/#code [+o Doctor_Nick] by ChanServ
20:11 MyCatVerbs [~mycatverb@Nightstar-13709.lurkingfox.co.uk] has joined #code
20:11 mode/#code [+o EvilDarkLord] by ChanServ
20:11 Alek [~omegaboot@Nightstar-27127.dsl.emhril.sbcglobal.net] has joined #code
20:11 Reiver [~reaverta@Admin.Nightstar.Net] has joined #code
20:11 mode/#code [+o MyCatVerbs] by ChanServ
20:11 Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has joined #code
20:11 mode/#code [+o Reiver] by ChanServ
20:11 Vornicus [~vorn@Admin.Nightstar.Net] has joined #code
20:11 UndeadAnno [~farkoff@Nightstar-29762.neoplus.adsl.tpnet.pl] has joined #code
20:11 mode/#code [+o Attilla] by ChanServ
20:11 mode/#code [+o Vornicus] by ChanServ
20:11 KarmaBot [AnnoDomini@Nightstar-29762.neoplus.adsl.tpnet.pl] has joined #code
20:11 crem [~moo@Nightstar-28703.adsl.mgts.by] has joined #code
20:11 ServerMode/#code [+v Doctor_Nick] by Troika.TX.US.Nightstar.Net
20:11 mode/#code [+o UndeadAnno] by ChanServ
20:16
<@gnolam>
A forum I frequent had a huge fixed VS delta timestep flamewar a couple of weeks ago.
20:16
<@gnolam>
I could've used those links then. :)
20:27
<@MyCatVerbs>
I suspect this is a stupid question, but I need to send out a whole shitload of packets by UDP. I suspect that I do want to make sure each client has been sent each packet before I attempt to send them a successive one, but I really cannot afford to block while sending all those packets. Is there any painless portable asynchronous IO?
20:28 * Vornicus reads the original Fix Your Timestep article, declares it Good.
20:30
<@MyCatVerbs>
Vornicus: oh aye. I implemented that and left it running for two hours. Measured inccuracy (stepping at 100Hz) was roughly equal the margin of error of my measurement. :)
20:31
<@MyCatVerbs>
A bit of a pain in the hindquarters to get everything to play nicely with poll()ing for network input.
20:31
<@MyCatVerbs>
Also: ideally without needing to restructure my event loop any further to accomodate playing games with poll(2) or select(2)ing for to check if the socket is writable (heck, am I even able to ask about writability on a UDP socket?)
20:31
<@Serah>
http://games.slashdot.org/article.pl?sid=09/01/28/109240
21:01 KBot [AnnoDomini@Nightstar-29762.neoplus.adsl.tpnet.pl] has joined #Code
21:02 KarmaBot [AnnoDomini@Nightstar-29762.neoplus.adsl.tpnet.pl] has quit [Ping Timeout]
21:04 KBot is now known as KarmaBot
21:18
<@Vornicus>
Making sure your socket stuff goes through is the job of TCP.
21:35
<@McMartin>
Re: kittens: Yeah, I figured it was a default user icon.
21:35
<@McMartin>
But still. INEXPLICABLE MENUBAR KITTEN
22:23 You're now known as TheWatcher[T-2]
22:26 You're now known as TheWatcher[zZzZ]
22:43 UndeadAnno [~farkoff@Nightstar-29762.neoplus.adsl.tpnet.pl] has quit [Quit: There will come a time when diplomacy and tact will prove to be useless and your hand must be raised instead. This challenge prepares you to face another human, look him in the eyes, and know you may have to kill him.]
23:20
< Derakon>
Hrmph. I need to actually design the UI for the game now.
23:36
<@Vornicus>
Heh
23:52
<@Consul>
Derakon: I have an idea for you. Instead of a ship and some sci-fi-like bullets, have the player character be a cute little kitten dodging bullets from the guns of... Dick Cheney, maybe? I can already hear the sound effects...
23:52
< Derakon>
...
23:53
< Derakon>
I don't think political humar is my strong suit.
23:53
<@Consul>
I just pulled Dick Cheney out of my ass.
23:53
<@Consul>
And boy did it hurt.
23:53 * Derakon facepalms.
23:53
<@Consul>
It doesn't have to be him. Just the cute little kitten is funny enough.,
23:54
< Derakon>
I think the game will have more staying power if it takes itself seriously.
23:54
< Derakon>
But thanks for some bizarre mental images.
23:54
<@Consul>
This is what 1 hour of sleep does to me.
23:59
<@Consul>
We're studying Gauss' Law in physics right now, and I can't understand any of it.
23:59
<@Consul>
I don't even know what the problems in the chapter are asking me to do, most of the time.
--- Log closed Thu Jan 29 00:00:12 2009
code logs -> 2009 -> Wed, 28 Jan 2009< code.20090127.log - code.20090129.log >