<- Previous Log Select Different Log Next Log ->  
Log from 2009-02-21:
--- Day changed Sat Feb 21 2009
00:06 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has left #armagetron []
00:10 -!- MrBougo [n=MrBougo@196.209-242-81.adsl-dyn.isp.belgacom.be] has quit []
00:13 <epsy> baddog, please note we're switching from svn to bzr
00:14 <baddog> oh. mk lol
00:15 <epsy> so some stuff that's on bzr might not be on svn and vice-versa
00:20 -!- baddog [i=Shane@unaffiliated/baddog144] has quit [Read error: 54 (Connection reset by peer)]
00:20 <epsy> mm
00:20 <epsy> brb
00:23 -!- baddog [n=baddog@unaffiliated/baddog144] has joined #armagetron
00:24 -!- MrWordPress [n=epsy@unaffiliated/epsy] has joined #aRmAGetRoN
00:24 -!- epsy [n=epsy@unaffiliated/epsy] has quit [Read error: 104 (Connection reset by peer)]
00:24 -!- MrWordPress is now known as epsy
00:24 <epsy> mm, maybe not now
00:24 <epsy> cable is too short :(
00:24 <luke-jr> epsy: Play TWG!
00:25 <epsy> no
00:28 -!- epsy [n=epsy@unaffiliated/epsy] has quit [Client Quit]
00:33 -!- teabot [i=xclan@fiji.dreamhost.com] has quit [SendQ exceeded]
00:34 <epsy|phone> damn
00:57 -!- WoodNath [n=nathan@cpc1-ayle2-0-0-cust673.watf.cable.ntl.com] has joined #armagetron
00:58 <WoodNath> Hello everybody!
00:59 <WoodNath> I just eat a big big chilli, now my bum's on fire!
00:59 <WoodNath> is there a doctor in the house?
00:59 <WoodNath> I'm being serious
01:00 <WoodNath> ahhhh, brb....
01:00 <WoodNath> Woah, that was a close one!
01:02 -!- WoodNath [n=nathan@cpc1-ayle2-0-0-cust673.watf.cable.ntl.com] has left #armagetron []
01:07 -!- sinewav [n=sinewav@adsl-76-197-249-8.dsl.chcgil.sbcglobal.net] has joined #armagetron
01:15 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has joined #armagetron
01:17 -!- PinkTomato [n=sam@hn-33-170.brookes.ac.uk] has quit ["Leaving."]
01:25 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has quit []
01:51 -!- animuson [n=animuson@CM-204-193-203-61.omah.tconl.com] has joined #armagetron
01:51 <animuson> i tried to set up my auth server
01:51 <animuson> but it returns INVALID_DOMAIN
01:51 <animuson> :-/
01:55 <ct|kyle> animuson: what server
01:56 <animuson> animuson.com
01:56 <animuson> http://www.animuson.com/armaauth/0.1/
01:57 <ct|kyle> animuson: probably a variable that needs to be set in the code
01:57 <animuson> i was lookin through it
01:58 <animuson> havent seen anything that pops out yet
01:58 <ct|kyle> it should be near the start of index.php
01:58 <ct|kyle> if i remember corectly
02:00 <ct|kyle> animuson: $authority = $_SERVER['HTTP_HOST'];
02:01 <animuson> put that at the top of index.php?
02:01 <ct|kyle> line 50 in mine
02:01 <ct|kyle> after function conclude
02:02 <ct|kyle> after that function ends
02:02 <animuson> kk
02:04 <animuson> still returns invalid_domain
02:07 <ct|kyle> @ct works for you i can see :)
02:07 <animuson> lol
02:07 <animuson> seeing if it accessed XD
02:08 <akira_arma> umm can anyone tell em the answer to the mystery field on the wiki accou8nt creation?
02:08 <animuson> no
02:08 <animuson> its a mystery
02:08 <akira_arma> since the original sourceforge site seems to not be there
02:08 <ct|kyle> akira_arma: give me a minute
02:09 <ct|kyle> akira_arma: as far as i know it is tigersnetwork.sytes.net
02:09 <akira_arma> uhh?
02:10 -!- baddog [n=baddog@unaffiliated/baddog144] has quit ["Leaving"]
02:10 <ct|kyle> the mystery field is tigersnetwork.sytes.net
02:10 <akira_arma> its aska for the colour of some ycle..
02:10 <akira_arma> akss..
02:10 <akira_arma> asks*
02:10 <ct|kyle> oh
02:10 <ct|kyle> so it changed
02:10 <animuson> any ideas on the auth?
02:10 <ct|kyle> probably red
02:11 <sinewav> http://armagetron.sourceforge.net/old/tron.html
02:11 <ct|kyle> animuson: not really, can you show me what index.php contains
02:12 <animuson> http://pastebin.com/m190bac3f
02:17 <animuson> anything?
02:18 <ct|kyle> animuson: it has changed a lot since we set ours up
02:18 <ct|kyle> so i can't see anything that could be causing it
02:20 <animuson> invalid_domain is only declares in functions.php
02:20 <animuson> u wanna see that file?
02:21 <ct|kyle> i think i know
02:21 <ct|kyle> in config.php  $rootDomain = 'authentication.armagetronad.net';
02:21 <animuson> yea?
02:21 <ct|kyle> you probably set it to your comain
02:22 <ct|kyle> domain*
02:22 <animuson> it says ur not sposed too
02:22 <ct|kyle> ok,nm then
02:22 <animuson> unless ur using shorthand
02:22 <animuson> in which case u append a <shorthand>. to the front of it
02:22 <ct|kyle> it is supposed to be authentication.armagetronad.net
02:23 <ct|kyle> send me functions.php then :)
02:23 <animuson> http://pastebin.com/m1278e4e
02:25 <ct|kyle> $dbs[$host]  must not be set
02:25 <ct|kyle> btw where is the code for all of this, I'd like to update ours
02:26 <animuson> bzr co lp:~armagetronad-dev/armagetronad/trunk-http-auth-server-work
02:26 <animuson> theres an instruction guide at http://wiki.armagetronad.net/index.php?title=Authentication_Server
02:27 <animuson> im trying to see if $host is even defined anywhere
02:27 <animuson> doesnt appear so
02:29 <animuson> its called in a lot of places but never defined anywhere
02:36 <animuson> found anything?
02:38 <ct|kyle> not yet
02:39 -!- smoothice [n=smoothic@97-122-118-62.hlrn.qwest.net] has joined #armagetron
02:40 <smoothice> animuson: yeah?
02:41 <animuson> help me and kyle figure out why this doesnt work ^_^
02:41 <animuson> read above
02:41 <smoothice> I just joined 1 minute ago
02:41 <animuson> :P
02:41 <animuson> my auth server returns INVALID_DOMAIN
02:42 <animuson> index.php -> http://pastebin.com/m190bac3f
02:42 <animuson> functions.php -> http://pastebin.com/m1278e4e
02:42 <animuson> we think $dbs[$host] is not set
02:42 <animuson> we cant find where $host is defined
02:43 <smoothice> ask epsy|phone
02:43 <animuson> hes on the phone
02:43 <animuson> :P
02:44 <ct|kyle> no his xbox :P
02:44 <animuson> lol
02:46 <animuson> the support is never on when u are :P
02:46 <smoothice> lol
02:48  * animuson goes to plant a victory garden to grow potatoes for freedom fries
02:48 <animuson> lol i dont remember that command XD
02:49 <animuson> i prolly shouldnt have anything bound to my s key on irc :P
02:55 <animuson> would luke-jr know how to set this up/fix it?
02:57 <smoothice> dubt it
02:58 <luke-jr> ?
02:58 <animuson> read up about 15 lines
02:59 <luke-jr> sorry, I don't know how to integrate auth with forums if that's the question
03:13 <animuson> still nothing kyle?
03:23 <smoothice> ct|kyle: ^
03:36 -!- sinewav [n=sinewav@adsl-76-197-249-8.dsl.chcgil.sbcglobal.net] has quit [Remote closed the connection]
03:37 -!- akira_arma [n=chatzill@77-64-161-27.dynamic.primacom.net] has quit ["ChatZilla 0.9.84 [Firefox 3.0.6/2009011913]"]
03:40 <ct|kyle> animuson: I have not been looking at it
03:51 <animuson> well if u figure it out let me know :P
03:51 <animuson> ima head out
04:01 -!- animuson [n=animuson@CM-204-193-203-61.omah.tconl.com] has quit ["Trillian (http://www.ceruleanstudios.com"]
04:38 -!- Genki [n=Jenny@ip70-176-82-12.ph.ph.cox.net] has quit [Read error: 104 (Connection reset by peer)]
05:33 <Lucifer> fucking programmer's block
05:33 <Lucifer> anybody else here suffer from occasional bouts with programmer's block?
05:40 <ct|kyle> #dick bout
05:40 <ct|kyle> #dict bout
05:40 <armabot> ct|kyle: wn, gcide, and moby-thes responded: wn: bout n 1: (sports) a period of play during which one team is on the offensive [syn: {turn}, {round}] 2: a boxing match; "the fight was on television last night" [syn: {fight}] 3: an occasion for excessive eating or drinking; "they went on a bust that lasted three days" [syn: {bust}, {tear}, {binge}]; gcide: Bout \Bout\, n. [A different (5 more messages)
05:53 -!- Genki1 [n=Jenny@ip70-176-82-12.ph.ph.cox.net] has joined #armagetron
07:47 -!- ct|kyle [n=kyle@pool-71-97-147-102.aubnin.dsl-w.verizon.net] has quit ["Leaving."]
08:03 -!- smoothice [n=smoothic@unaffiliated/smoothice] has quit []
08:38 -!- RoterBaron [n=x-javach@dslb-088-068-105-030.pools.arcor-ip.net] has joined #armagetron
09:13 -!- RoterBaron [n=x-javach@dslb-088-068-105-030.pools.arcor-ip.net] has quit [Read error: 110 (Connection timed out)]
09:17 -!- mkzelda [n=mkzelda@unaffiliated/mkzelda] has quit [Read error: 104 (Connection reset by peer)]
09:17 -!- mkzelda [n=mkzelda@cpe-066-057-232-057.nc.res.rr.com] has joined #armagetron
09:28 -!- MrBougo [n=MrBougo@146.178-247-81.adsl-dyn.isp.belgacom.be] has joined #armagetron
09:49 -!- RoterBaron [n=x-javach@dslb-088-068-115-136.pools.arcor-ip.net] has joined #armagetron
10:15 -!- MaZuffeR [n=mazuffer@darkmoor.sby.abo.fi] has joined #armagetron
10:35 -!- z-manuel [n=manuel@p508710DD.dip0.t-ipconnect.de] has joined #armagetron
10:45 -!- RoterBaron [n=x-javach@dslb-088-068-115-136.pools.arcor-ip.net] has quit [Read error: 60 (Operation timed out)]
11:19 -!- Guest97858 [n=epsy@unaffiliated/epsy] has joined #aRmAGetRoN
11:21 -!- Guest97858 [n=epsy@unaffiliated/epsy] has quit [Read error: 60 (Operation timed out)]
11:26 -!- epsy [n=epsy@unaffiliated/epsy] has joined #aRmAGetRoN
11:50 -!- zmanuel [n=manuel@p508702D8.dip0.t-ipconnect.de] has joined #armagetron
12:03 <epsy> 80ms to NY
12:03 <epsy> pew
12:03 <epsy> :>
12:03 -!- PinkTomato [n=sam@hn-33-170.brookes.ac.uk] has joined #armagetron
12:07 -!- z-manuel [n=manuel@p508710DD.dip0.t-ipconnect.de] has quit [Read error: 110 (Connection timed out)]
12:10 <armabot> armacommits: [trunk-armagetronad-work] r846 String filter no longer adds fields to received protobufs.
12:11 <epsy> hrm, server sorting is broken again
12:13 <epsy> guess the merge squished that fix
12:32 -!- PinkTomato [n=sam@hn-33-170.brookes.ac.uk] has quit ["Leaving."]
12:48 <armabot> armagetronad: bazaarmagetron * r9024 /armagetronad/trunk/armagetronad/ (. src/network/nNetwork.cpp src/network/nProtoBuf.cpp): Manuel Moos: String filter no longer adds fields to received protobufs.
13:03 -!- PinkTomato [n=sam@hn-33-170.brookes.ac.uk] has joined #armagetron
13:10 -!- zmanuel [n=manuel@p508702D8.dip0.t-ipconnect.de] has quit [Read error: 113 (No route to host)]
13:36 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has joined #armagetron
13:47 -!- BabyBug [n=BabyBug@caront54321.plus.com] has joined #armagetron
13:48 <BabyBug> \o
13:52 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has quit []
13:55 -!- PinkTomato [n=sam@hn-33-170.brookes.ac.uk] has quit ["Leaving."]
13:55 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has joined #armagetron
14:00 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has quit [Client Quit]
14:03 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has joined #armagetron
14:30 <epsy> or it is just being sorted with the wrong field
14:30 <epsy> lol
14:39 <epsy> hrm, how do I reduce font size now?
14:41 <epsy> bah
14:41 -!- epsy [n=epsy@unaffiliated/epsy] has quit ["Ragequit."]
15:00 -!- animuson [n=animuson@CM-204-193-203-61.omah.tconl.com] has joined #armagetron
15:00 <animuson> epsy is still on the phone/xbox?
15:21 -!- zmanuel [n=manuel@p508702D8.dip0.t-ipconnect.de] has joined #armagetron
15:24 -!- BabyBug [n=BabyBug@caront54321.plus.com] has quit ["Leaving"]
15:33 -!- animuson [n=animuson@CM-204-193-203-61.omah.tconl.com] has quit ["Trillian (http://www.ceruleanstudios.com"]
15:56 -!- ivantis [n=myG1@m4b0436d0.tmodns.net] has joined #armagetron
15:56 <ivantis> did anyone miss me?
15:56 <ivantis> i went on another irc vacation
15:57 <ivantis> but this time i wasnt klined
16:02 -!- Guest45396 [n=epsy@unaffiliated/epsy] has joined #aRmAGetRoN
16:03 -!- Guest45396 is now known as epsy
16:06 <ivantis> epsy
16:06 <ivantis> miss me?
16:06 <ivantis> or am i still on ignore?
16:06 <ivantis> #echo epsy: you miss ivantis?
16:06 <armabot> epsy: you miss ivantis?
16:08 <epsy> #kick ivantis No.
16:08 <armabot> epsy: Error: I need to be opped to kick someone.
16:09 <epsy> 15:00 <animuson> epsy is still on the phone/xbox?
16:09 -!- ivantis [n=myG1@m4b0436d0.tmodns.net] has quit [Read error: 104 (Connection reset by peer)]
16:09 <epsy> I don't have an xbox >.>
16:13 -!- epsy|phone [i=epsy@unaffiliated/epsy] has quit []
16:14 -!- epsy|phone [i=epsy@2a01:e35:2e34:1480:222:fdff:fe6c:8e8a] has joined #armagetron
16:14 -!- smoothice [n=smoothic@97-122-118-62.hlrn.qwest.net] has joined #armagetron
16:14 -!- MaZuffeR [n=mazuffer@darkmoor.sby.abo.fi] has quit ["Ex-Chat"]
16:23 -!- PinkTomato [i=a14912a8@gateway/web/ajax/mibbit.com/x-96ef5fab8d89b13b] has joined #armagetron
16:23 <PinkTomato> join #anime
16:23 <epsy> you have been possessed by luke-jr I think
16:23 <PinkTomato> oops forgot /, epsy, that's true ^^
16:24 <epsy> anyone want the LAST quakelive invites?
16:24 <epsy> just for the fun of having the last of them
16:27 <epsy> quick I have to go soon
16:30 <armabot> armacommits: [trunk-armagetronad-work] r847 Merging branch 0.2.8 from revision 9012 to 9024:...
16:30 <epsy> pf you're missing the occasion to see it go down before going public :D
16:31 <epsy> have fun, I'm back on the 26th
16:31 -!- epsy [n=epsy@unaffiliated/epsy] has quit ["Ragequit."]
16:46 -!- PinkTomato [i=a14912a8@gateway/web/ajax/mibbit.com/x-96ef5fab8d89b13b] has quit ["http://www.mibbit.com ajax IRC Client"]
16:47 <luke-jr> epsy|phone: …
16:49 -!- akira_arma [n=chatzill@77-64-161-27.dynamic.primacom.net] has joined #armagetron
16:50 -!- ct|kyle [n=kyle@pool-71-97-147-102.aubnin.dsl-w.verizon.net] has joined #armagetron
16:51 -!- epsy|phone [i=epsy@unaffiliated/epsy] has quit [Read error: 60 (Operation timed out)]
17:09 -!- z-man [n=manuel@p508702D8.dip0.t-ipconnect.de] has joined #armagetron
17:20 -!- z-man [n=manuel@p508702D8.dip0.t-ipconnect.de] has quit [Remote closed the connection]
17:27 -!- zmanuel [n=manuel@p508702D8.dip0.t-ipconnect.de] has quit [Read error: 113 (No route to host)]
17:31 -!- moigh [n=moigh@129.Red-83-33-17.dynamicIP.rima-tde.net] has joined #armagetron
17:31 <moigh> hi
17:31 <moigh> i creat a server, but i cant blind to the walls
17:32 <moigh> and all time i crash to the wall
17:32 <moigh> but in ther internet servers, always is more easy
17:32 <moigh> why
17:34 <moigh> ??
17:35 <luke-jr> rubber
17:41 <P4> http://p4.rootnode.net/mp3/ ← track No. 9 :)
17:41  * P4 bounces
17:41 <armabot> armagetronad: z-man * r9025 /armagetronad/trunk/ (3 files in 3 dirs): (log message trimmed)
17:41 <armabot> armagetronad: Merging branch 0.2.8 from revision 9012 to 9024:
17:42 <armabot> armagetronad:  ------------------------------------------------------------------------
17:42 <armabot> armagetronad:  r9023 | bazaarmagetron | 2009-02-20 00:38:03 +0100 (Fri, 20 Feb 2009) | 2 lines
17:42 <armabot> armagetronad:  Manuel Moos: Corrected competition master subculture.
17:42 <P4> moigh: what is the server name?
17:52 <moigh> is a loca server P4
17:52 <moigh> the problem is that is very easy to carsh on the walls and internet... is more dificult crash it
17:54 <P4> local dedicated server, or local hybrid one?
18:10 <moigh> i dont know
18:21 <luke-jr> so
18:22 <luke-jr> I think I have zones v2 Fortress working
18:23 <luke-jr> P4: I already answered him..
18:24 <P4> luke-jr: that answer was refinitely not user friendly, maybe cycle_rubber could point him better :þ
18:25 <P4> so he can google that at least :þ
18:26 <luke-jr> well, at least I didn't go asking him stupid irrelevant questions ☺
18:26 <luke-jr> like whether it's dedi or hybrid
18:27 <P4> that question is relevant for me since i don't know how to change it in modern hybrid tron server, my friend :)
18:27 -!- GodTodd_ [n=TheTruth@pool-173-74-72-105.dllstx.fios.verizon.net] has quit [Read error: 104 (Connection reset by peer)]
18:27 -!- GodTodd [n=TheTruth@pool-173-74-72-105.dllstx.fios.verizon.net] has joined #armagetron
18:28 <luke-jr> ………
18:28 <luke-jr> the same way you change it ever
18:29 <luke-jr> anyhow, I need volunteers to test zones v2 fort
18:33 <luke-jr> maybe we should take a leaf out of Qt's book and make private data really private.. save some compile time and get us binary compatible with plugins
18:35 <armabot> armacommits: [armagetronad-zones-v1v2-fortress] r891 recalcuate caches when time has passed and they are more flu... || [armagetronad-zones-v1v2-fortress] r890 it is the shape that needs syncing, not the zone || [armagetronad-zones-v1v2-fortress] r889 fix var ref error
18:36 <luke-jr> P4: come to Zones v2 Fortress for 0.2.8
18:36 <luke-jr> #si -v zones v2 fort
18:36 <armabot> luke-jr: There doesn't seem to be a server matching “zones v2 fort” at the moment, sorry.
18:36 <luke-jr> f u armabot
18:38 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has left #armagetron []
18:39 <P4> no… i have to gout
18:39 <luke-jr> …
18:39 <luke-jr> you have gout?
18:39 -!- GodTodd [n=TheTruth@pool-173-74-72-105.dllstx.fios.verizon.net] has quit [Remote closed the connection]
18:40  * MrBougo gouts a bit
18:55 <Lucifer> well, it's a start, I suppose
18:55 <Lucifer> http://accounting.davefancella.com/
18:55 <Lucifer> (don't worry, I'll trash the database and start with a fresh one when it's time)
18:56 <Lucifer> I guess I should work on the account editor now
19:14 <wrtlprnft> #later tell epsy LINE_HEIGHT
19:14 <armabot> wrtlprnft: The operation succeeded.
19:17 -!- moigh [n=moigh@129.Red-83-33-17.dynamicIP.rima-tde.net] has quit [Remote closed the connection]
19:25 -!- fonkay [n=dreamboa@blk-7-225-70.eastlink.ca] has quit [Read error: 110 (Connection timed out)]
19:34 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has joined #armagetron
19:34 -!- Concord [n=Concord@pool-72-93-80-152.bstnma.fios.verizon.net] has quit [Client Quit]
19:39 <armabot> armacommits: [armagetronad-zones-v1v2-fortress] r892 tweak accel a little
19:41 -!- Evan_ [n=chatzill@adsl-76-248-145-49.dsl.wlfrct.sbcglobal.net] has joined #armagetron
19:41 <Evan_> yo luke
19:41 -!- Evan_ is now known as Pathetique
19:41 <Pathetique> this is better.
19:42 <MrBougo> batter you mean
20:00 -!- emmy_arma [n=peiaeman@pc240018.static.is.airbites.ro] has joined #armagetron
20:12 <luke-jr> grr!
20:12 <luke-jr> no protobuf for Debian
20:13 <luke-jr> is there a Windows protobuf client yet?
20:17 -!- Pathetique [n=chatzill@adsl-76-248-145-49.dsl.wlfrct.sbcglobal.net] has quit ["ChatZilla 0.9.84 [Firefox 3.0.6/2009011913]"]
20:17 <luke-jr> omfg
20:17 -!- zmanuel [n=manuel@p508702D8.dip0.t-ipconnect.de] has joined #armagetron
20:17 <luke-jr> protobuf is so new it's not even in Debian 5
20:17 <luke-jr> -.-
20:19 <luke-jr> but then I guess Armagetron 0.4 will be so new it probably won't even make Debian 6
20:19 <luke-jr> so we're OK in that regard :p
20:22 <zmanuel> :)
20:36 -!- Genki1 [n=Jenny@ip70-176-82-12.ph.ph.cox.net] has quit ["Leaving."]
20:42 <armabot> armacommits: [pb-zones-v1v2-fortress] r851 drop v1v2-v1sync cache stuff, since its not used in protobuf... || [pb-zones-v1v2-fortress] r850 merge v1v2-fortress || [armagetronad-zones-v1v2-fortress] r893 init _cacheTime || [pb-zones-v1v2-fortress] r849 merge v1v2-fortress || [pb-zones-v1v2-fortress] r848 merge v1v2 branch into protobuf-trunk
21:00 <zmanuel> why a separate channel for that?
21:00 <luke-jr> ask him
21:00  * zmanuel will just forget connecting to it every time his laptop crashes
21:21 -!- zmanuel [n=manuel@p508702D8.dip0.t-ipconnect.de] has quit [Read error: 113 (No route to host)]
21:44 -!- emphasis [n=rolf@017-141-045-062.dynamic.caiway.nl] has quit []
22:06 -!- PinkTomato [n=sam@hn-33-170.brookes.ac.uk] has joined #armagetron
22:15 -!- zmanuel [n=manuel@p508702D8.dip0.t-ipconnect.de] has joined #armagetron
22:20 <smoothice> hi PinkTomato
22:24 -!- sinewav [n=sinewav@adsl-76-197-249-8.dsl.chcgil.sbcglobal.net] has joined #armagetron
22:26 <ct|kyle> oi sinewav
22:28 -!- dlh [n=dlh@c-75-69-147-94.hsd1.ma.comcast.net] has joined #armagetron
22:29 -!- baddog [n=baddog@unaffiliated/baddog144] has joined #armagetron
22:42 -!- PinkTomato [n=sam@hn-33-170.brookes.ac.uk] has quit ["Leaving."]
22:51 -!- zmanuel [n=manuel@p508702D8.dip0.t-ipconnect.de] has quit [Read error: 113 (No route to host)]
22:51 <smoothice> ct|kyle: I've my ctfs php parser open and I'm wondering what cool stuff I could do with it
22:52 <smoothice> ct|kyle: got my*
22:57 <ct|kyle> smoothice: like what :P
22:57 <smoothice> ct|kyle: I don't know something fun
23:05 <smoothice> ct|kyle: any ideas?
23:05 <baddog> gah. I fail at compiling this >_>
23:06 <baddog> ftgl isn't working right ;/
23:06 <baddog> http://pastie.org/396291
23:09 <smoothice> baddog: What OS?
23:09 <baddog> Ubuntu
23:09 <smoothice> #ubuntu
23:09 <armabot> sudo aptitude install bzr (or subversion) build-essential automake libboost-dev libxml2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev ftgl-dev libglew-dev bison pkg-config autoconf autotools-dev
23:10 <smoothice> Did you install all of those packages?
23:10 <baddog> hmmm... I think I installed most of them. but I'll run that to double-check
23:11 <smoothice> ok
23:11 <baddog> hm. I didn't have a couple of them
23:11 <smoothice> good idea
23:11 <smoothice> oooh
23:11 <smoothice> k
23:11 <baddog> *tries now*
23:11 <baddog> same error :/
23:15 <baddog> ooh wait.
23:18 <baddog> gah. nope.
23:18 <baddog> still failing in the linking part.
23:22 <smoothice> hmmmm
23:24 <baddog> I had to download ftgl from the Sourceforge website, since the one in the ubuntu repos wasn't up to date
23:24 <baddog> but I'm fairly sure I installed that right :/
23:27 <dlh> do you still have the ubuntu one installed?
23:28 <baddog> uh. possibly >_>
23:28 <baddog> *removes*
23:28 <baddog> yea, I did
23:28 <baddog> </stupid>
23:29 <baddog> woo
23:29 <baddog> worked >_>
23:30 -!- baddog [n=baddog@unaffiliated/baddog144] has quit [Remote closed the connection]
23:31 -!- baddog [n=baddog@unaffiliated/baddog144] has joined #armagetron
23:33 <baddog> gr,
23:33 <baddog> now when I run arma, and go 'Internet Game', it just goes to a black screen :/
23:34 <baddog> oh. there we go.
23:37 -!- emmy_arma [n=peiaeman@pc240018.static.is.airbites.ro] has quit ["Leaving"]
23:40 -!- sinewav [n=sinewav@adsl-76-197-249-8.dsl.chcgil.sbcglobal.net] has left #armagetron []
23:40 -!- sinewav [n=sinewav@adsl-76-197-249-8.dsl.chcgil.sbcglobal.net] has joined #armagetron
23:45 <smoothice> dlh: so trunk on mac os x is fixed?
23:46 -!- baddog [n=baddog@unaffiliated/baddog144] has quit [Read error: 104 (Connection reset by peer)]
23:47 -!- baddog [n=baddog@unaffiliated/baddog144] has joined #armagetron
23:51 -!- joda_bot [n=anonymou@dslb-084-061-038-010.pools.arcor-ip.net] has joined #armagetron
23:52 <joda_bot> ping epsz
23:52 <joda_bot> ping dlh, ct|kyle, guru3 ?
23:52 <joda_bot> ping wrtlprnft ? :D
23:52 <dlh> smoothice: should be since proto was merged in
23:52 <dlh> joda_bot: pong
23:52 <joda_bot> heh hi :-)
23:53 <joda_bot> ok, I got a question about authorisation with names containing special chars ?
23:53 <joda_bot> is that a known bug ?
23:53 <joda_bot> Characters are: é and " " space
23:53 <joda_bot> "Agent Zéro" can't login inside armagetron :-)
23:55 <joda_bot> #later
23:55 <joda_bot> äm
23:55 <joda_bot> #m
23:55 <joda_bot> #help
23:55 <armabot> joda_bot: (later tell <nick> <text>) -- Tells <nick> <text> the next time <nick> is in seen. <nick> can contain wildcard characters, and the first matching nick will be given the note.
23:55 <armabot> joda_bot: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.
23:56 <joda_bot> woa :-) delay :-)
23:57 <dlh> joda_bot: sounds like a bug
23:57 <joda_bot> it is, question is what is the cause
23:57 <joda_bot> I guess epsy is responsible ? :-)
23:57 <joda_bot> I'll file a bug report :-)

View entire month
DISCLAIMER: These logs of public chat may contain some content which may not be appropriate for all audiences. Use at your own risk.
Logs from 2006-2009 pulled from wrtlprnft
Format changes at: 2015-08-25, 2017-02-20, and 2020-03-23. Times (2015 and later) should be Eastern.


 
 
 ArmaNelgTron.tk
 © NelgTron 2014-2024. Made for . [About this site] [Credits]