irclog2html for #bzflag on 20030926

00:00.51*** join/#bzflag MAC (~MAC@balt-209-163-100-1.qis-dynamic-dialup.coretel.net)
00:01.08captain_protonyay its two of him
00:01.32captain_protonaww
00:01.36MrApathyCreamjust one
00:01.45captain_proton:(
00:02.33MrApathyCreamis it soup yet?
00:02.49captain_protonsoup?
00:03.05MrApathyCreamrelease?
00:03.15captain_protonah, no clue
00:21.20*** join/#bzflag Patlabor221 (~jeffm@adsl-64-173-107-185.dsl.lsan03.pacbell.net)
00:21.21*** mode/#bzflag [+o Patlabor221] by ChanServ
00:26.31*** join/#bzflag Michaelh (Mouse@172-104.dynamic.visi.com)
00:26.35CIA03brlcad * 12bzflag/src/platform/MacOSX/BZFlag.pbproj (project.pbxproj): someone finally removed "the other Ping.cxx"
00:26.51Patlabor221ping, the other white file
00:26.59captain_protonwasn't that removed a long time ago?
00:27.44MichaelhPing -- the other white meat
00:28.03Michaelhdoh
00:44.04*** join/#bzflag Rusty (~newbie@rotes226.wohnheim.uni-kl.de)
00:51.20Michaelhyou guys talk too much
00:52.29Patlabor221perhaps it's all just in sign language
00:53.19MichaelhI'm thinking of doing a demo system....
00:53.35*** join/#bzflag Carnage (strayer@dyn216-8-133-8.ADSL.mnsi.net)
00:53.35MichaelhIs there any better way of storing info than some fixed size record/s ?
00:53.42Michaelhthrown together in a binary file?
00:53.49Carnagehi
00:53.59MrApathyCreamdepends what you need the records for
00:53.59Patlabor221it's a stream, so I don't see why it would not work
00:54.07Patlabor221hello
00:54.23Patlabor221and how large you expect them to be
00:54.24Michaelhpositions of all the tanks, positions/velocity of shots I guess.......
00:54.29Patlabor221are you gonna load them all in ram?
00:54.36MichaelhI think that would be stupid
00:54.42Michaelhhmmmmm
00:54.49Patlabor221then you need something that will stream
00:54.51MichaelhI guess that was the question though :)
00:54.59MrApathyCreamare u accessing serially or by some key?
00:55.13Michaelhlike a demo file ... in sequence
00:55.29Patlabor221on a fixed timeframe?
00:55.38Patlabor221or just when you get them?
00:55.41MichaelhI guess so.. haven't thought too deeply about it
00:56.06Patlabor221that's where you generaly start before you think about file structure
00:56.14MrApathyCreamonce you read one, will you ever go back to it?
00:56.17Patlabor221and who's gonna record it the client?
00:56.37Michaelhwas thinking it could be either client or server....
00:56.58Patlabor221well those are the 2 places that can do it :)
00:57.02Michaelhheh
00:57.12Patlabor221server dosn't have a shot state
00:57.31MichaelhBut there's no fancy "pseudo-database" architecture ...... for example
00:57.41Patlabor221you'd have to research it
00:57.50Patlabor221what your deiscribing is very similar to media streams
00:57.59MichaelhAh well.. but the server does know when tanks blow up, right ? :)
00:58.02MrApathyCreamyup
00:58.02Michaelhwho needs shots......
00:58.03Patlabor221since you don't need random access
00:58.06Michaelhdetails!
00:58.15Patlabor221no the clients tell the server when they blow up
00:58.27MrApathyCream...but the server does find out
00:58.27Patlabor221the client don't do hit detection
00:58.32*** part/#bzflag Rusty (~newbie@rotes226.wohnheim.uni-kl.de)
00:58.35Patlabor221yeah eventualy
00:58.41Michaelhlol... no shots but they just blow up.. cool
00:59.12MrApathyCreamthe server is informed when shots start (angle,vel,etc)
00:59.25Patlabor221and it passes them on to the other players
00:59.31Patlabor221it dosn't track them in flight
00:59.38MrApathyCreamyup
00:59.49Patlabor221the client is the only one who can tell you "where is that shot RIGHT NOW"
00:59.59Patlabor221+- a buttload of lag
01:00.18MrApathyCreamwith the small 'sort-of' exception of GMs which update the server periodically
01:00.22MrApathyCreamon flight path
01:00.53Patlabor221yeah cus the clietns that didn't shoot it can't emulate it's lock logic well enough
01:01.17MrApathyCreamwell, also, the shooter can change targets
01:01.21Patlabor221yes
01:01.37Patlabor221a loging client is your best bet probably, and just write out data in "chunks"
01:01.45Patlabor221then read it in, in chunks
01:01.56MrApathyCreamwhat's this for journalling/playback?
01:01.59Patlabor221tho how do you plan to have the client play them back?
01:02.07Patlabor221demo record/playback
01:02.26Michaelhthat's why the server doing it is kind of neat..
01:02.30Patlabor221the client would have to have a totaly new gamestate that didn't use "real" logic, and just interpolated the stream
01:02.45Patlabor221well then you have to add a lot to the server
01:02.51Patlabor221like tracking the shots
01:03.06Patlabor221and then the ability for the server to send "playback" commands to a client
01:03.11Michaelhjust a thought at any rate
01:03.13Patlabor221basicly making the client not take user input
01:03.21Patlabor221yeah it could be cool
01:03.32Patlabor221but looks like there is a lot to do
01:03.33Michaelhor else the player could keep doing whatever at the same time :)
01:03.48Patlabor221then what would the point of it be
01:03.59Patlabor221unless you blow everyone out to observer
01:04.19Michaelhjust thinking
01:04.23Patlabor221if you could still play, you kill an "actor" all his data is now moot
01:04.48Patlabor221allways good to think :)
01:05.51*** join/#bzflag Carnage_ (strayer@dyn216-8-132-183.ADSL.mnsi.net)
01:43.33CIA03brlcad * 12bzflag/ (2 files in 2 dirs): cleaned up the aggressive filter a little; converted back to memset for a few extra cycles; removed commented prefix
01:43.34learner~seen Chikorita
01:43.35chikorita <Chikorita@ACA1EB37.ipt.aol.com> was last seen on IRC in channel #bzflag, 5d 5h 55m 34s ago, saying: 'i musta did sumtin bad cuz sumbody hates mee now an i dunt even kno wut i did i jus tried 2 help dats all an i got in trubble again instead :'('.
01:43.56learner*sigh*
01:45.18*** join/#bzflag Carnage (strayer@dyn216-8-132-183.ADSL.mnsi.net)
01:47.44*** join/#bzflag triclops2 (cbro903@bongo10.cse.unsw.EDU.AU)
01:51.23learnerWoo hoo.. I can reproduce the segfault in the aggressive filter..
01:52.00learnerIf I pipe bzfs /dev/random with filtering turned on.. it bites the big one, with it off, the server happily relays gibberish
01:52.29learnerNow.. the easy part.. "why?" ....
01:54.29*** join/#bzflag creeperz (~creeperz@host-11-76-220-24.midco.net)
01:57.13CIA03dbrosius * 12bzflag/ (BUGS): tupone fixxy
01:57.19*** part/#bzflag creeperz (~creeperz@host-11-76-220-24.midco.net)
02:13.13*** join/#bzflag topeira (~topeira@PE247056.user.veloxzone.com.br)
02:13.21*** part/#bzflag topeira (~topeira@PE247056.user.veloxzone.com.br)
02:26.11*** join/#bzflag |tim| (~Tim@ip68-106-184-191.sb.sd.cox.net)
02:28.41MrApathyCreamthe length of tim!!!!
02:30.31*** join/#bzflag tvon (~tvon@dsl092-046-225.blt1.dsl.speakeasy.net)
02:30.41tvonSo whats up with 1) Turkey and 2) Hashmark?
02:30.45tvoncmon, answers people
02:32.32MrApathyCream*shrug*
02:32.39learner*shrug*
02:32.50tvonah
02:33.10learnerLemme know if ducati, rose, or quol's ctf go down and I'll care a little more :)
02:33.16tvonheh
02:35.12|tim|heya all
02:37.19*** join/#bzflag JBDiGriz (~JBDiGriz@adsl-63-204-118-194.dsl.sndg02.pacbell.net)
02:59.17learnerHas anyone gotten invisible #4 yet?
03:01.43*** join/#bzflag SGI (~SGI@bgp01138bgs.sothfd01.mi.comcast.net)
03:02.10SGIhello
03:02.26learnerheya sgi
03:02.35learneryour changes are now really in
03:02.55SGIthanks man
03:03.04SGIonly waves
03:03.55SGIthats it
03:04.08SGII need more
03:05.50*** join/#bzflag SGI_SGI (~SGI@bgp01138bgs.sothfd01.mi.comcast.net)
03:05.50learnerare those guns in your hands?  ("Dance for me! Dance! DANCE!")
03:06.10JBDiGrizSome people should count their blessings and be happy with what they get :)
03:07.00JBDiGrizI didn't get that invisible, so I'm not sure what's in his hands ;)
03:09.38JBDiGrizDid you finish the other half of the six-pack?
03:09.51learnerworking on that problem now  :)
03:10.15*** join/#bzflag icekmkz (~icekmkz@200-096-145-206.gnace7007.dsl.brasiltelecom.net.br)
03:10.21icekmkzuia!
03:12.33learnervery effective at provoking a crash
03:13.08JBDiGrizTorturing programs again. Have you discussed your sadistic tendencies with a counselor?
03:14.02JBDiGrizI suppose I should run the mac client with all graphics options on while connected to the server that you're feeding. That might provoke a hang. ;)
03:15.32learnerheh, perhaps...
03:16.08JBDiGrizHave you tried running the client on linux?
03:16.29learnerprior to the g2 release, yes :/
03:17.13JBDiGrizI was thinking about Nidhoggr's remarks concerning performance, and I was wondering if we should really try to come up with some tests to see if there's something we can do for the mac client.
03:19.28learneroptimization is always a good thing
03:20.04JBDiGrizTrue, but the mac shouldn't need more optimization than a linux box.
03:22.11learnerwow.. wierd
03:22.39learnerfor some reason.. new char(blahsize + 1) eventually crashes
03:23.12learnerI create a copy of the text to be filtered and stash it into an array.. this somehow ends up eventually failing
03:23.32learnerIf I make it an stl string all is okay with the world..  grrr
03:28.03learneryes.. in the group.db.. where did you put it?
03:35.34learnerthe default group "config" should be stashed in misc/ for convenience...
03:37.44icekmkzflwz
03:37.46*** part/#bzflag icekmkz (~icekmkz@200-096-145-206.gnace7007.dsl.brasiltelecom.net.br)
03:39.08*** join/#bzflag Spiff (~Spiff@12-223-213-142.client.insightbb.com)
03:39.28learnerIt's like a condensed chikorita
03:39.46SpiffSweetened condensed Chikorita? ;-)
03:41.26learnercan someone tell me how to do this with an stl string? memset(sInput + startOffset, 'W', endOffset - startOffset);
03:44.15triclops2maybe for(int i=startOffset; i < endOffset; i++) s.replace(i,1,"W");
03:44.26triclops2i'm not too sure though
03:44.47triclops2s/int/size_type/
03:45.25learnereep.. that can't be anywhere near as efficient..
03:45.54triclops2hehe, i have no idea what all the methods for the string class are
03:46.01triclops2i just did a google search
03:46.28*** join/#bzflag creeperz (~creeperz@host-11-76-220-24.midco.net)
03:56.38learnerthis is the closest I've found:
03:56.39learner<PROTECTED>
03:56.40learner<PROTECTED>
03:56.48Spiff*sigh*  I'm in love.
03:56.56*** part/#bzflag creeperz (~creeperz@host-11-76-220-24.midco.net)
03:57.34NoodlemanSpiff: is she in love with you?
03:58.43SpiffOhhh yeah.
03:58.49SpiffTell me what you think....
03:58.52Spiffhttp://i8.ebayimg.com/03/i/00/ae/42/12_1_s.JPG
03:58.57Noodlemanthat's always a good thing :-)
03:59.10Noodlemanhaha
03:59.16SpiffI love her.  Wow!  The lines and curves!  Amazing!
03:59.21Spiff;-)
03:59.31Noodlemani thought it was Mandi again :-)
03:59.49SpiffOhhh.  Nah.  But that's possible. :-)
04:00.40Spiffhttp://i22.ebayimg.com/03/i/00/af/ac/3e_1.JPG
04:00.45Noodlemani just want a car that is cheap and that works
04:00.47SpiffWhat do you think of my baby? ;-)
04:00.56Noodlemancosts too much
04:01.00SpiffLoL
04:01.14Noodlemanand i'm not partial to red cars, personally
04:01.19SpiffThey are a *lil'* 'spensive.  But they could be worse... poor man's Ferrari. :-)
04:01.23SpiffThe second one is black. ;-)
04:01.31SpiffOoO.. gotta run to Wal-Mart.  Bbs.
04:01.34Noodlemanit's ok
04:02.31Noodlemanif it has a 6-cd changer in it and is no more that 10,000 bucks, i probably like it :-)
04:02.58Noodleman(read: USED)
04:03.00Noodlemanhehe
04:03.41*** join/#bzflag creeperz (~creeperz@host-11-76-220-24.midco.net)
04:04.34JBDiGrizIt's definitely a geek car. :)
04:04.43Noodlemangot a pic?
04:04.58Noodlemanso that i can like it too?
04:05.03JBDiGrizNot of mine in particular, but I can find one on a web site somewhere.
04:05.04learnerw00 g00 hoo !!! no more crashing
04:05.13Noodlemanok
04:05.34learnerwonder if it still works.. hrm
04:05.49Noodlemanyo ho ho, and another debug
04:05.57Noodleman:-)
04:05.58JBDiGrizhttp://www.toyota.com/html/shop/vehicles/prius/
04:06.07Noodlemanah toyota prius :-)
04:06.21Noodlemanthat is a geek car :-)
04:06.35creeperzSo purty
04:06.37creeperzmust own
04:06.56Noodlemanyes, i wouldn't mind having one of them
04:07.02JBDiGriz2002 model. I drove it up to San Mateo the other week, got 50MPG, and didn't feel all shaken up when I got out.
04:07.03Noodlemanjust too expensive :-)
04:07.42learnerwow, that's near optimal mpg
04:08.03JBDiGrizNot really any more expensive than any other car. There might even be a few used ones around because the '04 is a very interesting upgrade.
04:08.34learnerweee.. it works!
04:09.12creeperzI'll get a pic of my truck before too long after I fix it up
04:09.18creeperzIt's not a geek truck
04:09.47creeperzMore of a "Move your little Toyota geek car or I'll go over yu" truck
04:09.57learnerand I shaved 20% off the runtime performance to boot!
04:10.28JBDiGrizIf you can keep up with me on the hills, then you have a pretty good engine on that truck.
04:10.39creeperz351
04:10.43Noodlemanhttp://www.fordvehicles.com/trucks/ranger/glance/index.asp#Ranger_Edge
04:10.43creeperzV8
04:10.46Noodlemanthat's mine
04:10.49Noodleman2001
04:11.25Noodlemani didn't know the new ones have an mp3/cd player
04:11.30Noodlemanthat's just not right
04:11.30JBDiGriz19 city/22 hwy ;)
04:11.50CIA03brlcad * 12bzflag/include (WordFilter.h): who woulda thunk that the operator supports appending chars.. who woulda thunk
04:12.00Noodleman:-)
04:12.04creeperzMy dad built a little device that Ford uses now
04:12.10creeperzAnd most over major car corps]
04:12.59JBDiGrizUsed 2001 Prius on ebay is $11000. I wouldn't get the '01 though. There were a few first US year issues. It comes close to your price point for a used car.
04:13.34Noodlemani'm not sure i would feel right getting a car off of ebay
04:13.53Noodlemanhave you done that?
04:14.11JBDiGrizI'm just using it as a reference point. There's a '02 with NAV for $12,500. That sounds like a better deal.
04:14.14creeperzhttp://www.dealsonwheels.com/search/detailbig.cfm/Autos__ID/202393   (not a photo of my truck) My truck is green, 4 inch lift, roll bar in back and pipes
04:14.24creeperzAnd much larger tires
04:15.29Noodlemanoooh, let's check out motorcycles
04:16.09JBDiGrizNoodleman: $2.00 per gallon ;)
04:16.35Noodlemanis that the price where you are?
04:17.02CIA03brlcad * 12bzflag/src/common (WordFilter.cxx): phooey.. c++ borkaged on the char array for non-apparent reasons when I fed it /dev/random input.  painage relieved by replacing it with an stl string; managed to ultimately trim a tidbit off of the performance as well (20% give or take); perhaps the bug is now squished?
04:17.05JBDiGrizyep, it's come down quite a bit in the past 2 weeks. San Diego tends to be expensive.
04:17.31Noodlemanit's around 1.70 here, last time i checked
04:17.47creeperz1.30 here :-)
04:17.53creeperzish
04:18.23Noodlemanf00m
04:18.28creeperzGoin to bed
04:18.38creeperzB day tomorrow
04:18.42creeperzI hate B day
04:18.47Noodlemanhappy b-day
04:18.50*** topic/#bzflag by learner -> http://BZFlag.org/ || http://list.BZFlag.org/ || http://stats.BZFlag.org/ || forums http://bzbb.bzflag.org || put javadoc-style /** comments */ in headers! || cvs snapshots: http://sfsnap.babylonia.flatirons.org/ Win32 versions http://www.bakadigital.com/BZ/19 || aggressive filter bug may be fixed..
04:18.51Noodlemanwhy?
04:19.03creeperzWant me to read you my schedule?
04:19.09Noodlemansure :-)
04:19.18creeperzLanguage Arts 9
04:19.26creeperzBasic Alg
04:19.29creeperzHealth
04:19.34creeperzStudyhall
04:19.35learnerif larsl, tim, or whoever would please validate my assertion if/when you read this :)
04:19.48creeperzI like A-day :-)
04:19.56creeperzB-day is only good for sleep
04:20.09Noodlemanok i misunderstood
04:20.10JBDiGrizlearner, none of those people are on, so they might not see the message.
04:20.20Noodlemanmy mind registered birthday
04:20.24creeperzOhh
04:20.28Noodlemani guess that's not it
04:20.36creeperzI like birthdays
04:20.36learnerif they happen to read the log :)
04:20.58creeperzMy birthday schedule is
04:21.00creeperzSleep
04:21.02creeperzSleep
04:21.08creeperzWake up, get food
04:21.09SGIbeer
04:21.10creeperzSleep
04:21.10JBDiGrizlarsl will be around tomorrow, and I'm sure he'll be happy to test it out ;)
04:21.12learnerspeaking of such.. time for me to do that
04:21.21learnerg'night
04:21.25SGInite
04:21.26JBDiGrizg'nite
04:21.28creeperzYea
04:21.31Noodlemanl8r
04:21.36creeperzThrow a beer in there and it's a day
04:21.40creeperz;-)
04:21.47creeperzI'm on me way too
04:21.50creeperzSee yu
04:21.56Noodlemanf00m00f
04:21.58SGIthank you learner
04:22.03learnernp
04:22.11SGInite
04:22.34JBDiGrizit's my son's b-day tomorrow. He had his party earlier today.
04:23.04Noodlemanwhat kinda loot did he get, if i may ask?
04:23.30JBDiGrizChess games, magnetic build toys, books. I must be doing something right ;)
04:23.44Noodlemanhehe
04:23.57Noodlemanthat's the kinda stuff i got when i was younger :-)
04:24.10JBDiGrizHe had his party at the laser tag arena.
04:24.16Noodlemannow i get pizza, software, and video games :-)
04:25.01JBDiGrizIf I'm lucky, I  get a DVD and several cards. ;)
04:29.10CIA03dbrosius * 12bzflag/include (WordFilter.h): mac hits learner with the std bat
04:32.30learnerheh
04:33.29JBDiGrizand where was mac when learner was asking about using strings.... ;)
04:33.41MrApathyCreamheh
04:34.02JBDiGrizCounting blessings I'm sure ;)
04:34.03MrApathyCreamstd::string test = "hello";
04:34.08MrApathyCreamthat help?
04:34.31learnerhar
04:35.34learnerI think what I ended up with is effectively (at least could be implemented as) two memset's which is still way better than looping myself and setting chars
04:36.04JBDiGrizIt's always embarassing when you loop yourself.
04:36.14learnerindeed
04:42.35captain_protonoof
04:43.14MrApathyCreamhey, cappy, what'ya think about suspending speed checks .25secs after dropping a flag?
04:43.22MrApathyCream(or some other amount of time)
04:54.55SpiffNoodleman-   You can get a nice 3000 GT for under 10 and a lot of them do have CD changers. ;-)
04:55.23SpiffJB-  Interesting car. ;)
04:55.25tvonmaybe
04:55.32SpiffMazda, right?
04:55.36tvonyeah
04:55.42tvon3000gt? tis mitsu
04:55.46SpiffYepperz.
04:55.52SpiffSuuuuuuper pretty cars. :-)
04:55.56tvonheh, yeah
04:56.44SpiffI'm a Chevy/GMC sorta guy... but I will make an exception for the 3000 GT.
04:56.56tvonheh
04:57.06tvonI have no love for american cars....except maybe some dodges
04:57.19tvonWell...vette is okay...a lot of cars come on my list before it though
04:57.38SpiffAre you from the US, tvon?
04:57.40tvonI'd like the mustang if the GT didnt have fake intakes...that just pissses me off
04:57.49tvonI live in Baltimore MD
04:57.54tvongrew up in Annapolis MD
04:58.02tvontu?
04:58.10JBDiGrizMajor center of the bzflag world.
04:58.18tvonhah
04:58.22SpiffIndiana.  For at least a few more months. :-)
04:58.25SpiffThen I'm relocating to NC.
04:58.27tvonheh
04:58.35tvonah
04:58.48tvonnever spent any time in NC...had a friend that went to charlston SC though...which is very nice
04:59.09tvoner... 'went to' == attended U of Charleston
04:59.21tvonCharelston....hrm....however its spelled
04:59.48SpiffAhhh yes.  Charleston seems quite nice.  My mom has some friends there.  So far I've only seen pics/heard stories tho.
05:00.05tvonooh, you should visit
05:00.27tvonI've never been in a college town with more gorgeous people
05:00.36tvonwas like living in a tv show
05:00.45tvonnice town too
05:00.55SpiffHmm.  Pretty girls? ;-)
05:00.59tvonoh yes
05:01.05SpiffC-ya! LoL
05:01.06tvonhehe
05:01.07JBDiGrizI like the pretty girls at the colleges around here.
05:01.13MrApathyCreamyay for Maryland
05:01.16tvonJBDiGriz: wheres that?
05:01.23JBDiGrizSan Diego
05:01.31tvonah
05:01.41tvonMrApathyCream: you are in....Wheaton?  Or am I thinking of someone else?
05:01.53MrApathyCreamWarwick, MD
05:01.57tvonah
05:02.01tvonman...where is that??
05:02.03SpiffI wish they all could be California girls....
05:02.04Spiff;-)
05:02.05MrApathyCreamCecil Co
05:02.08tvonah
05:02.12MrApathyCreameastern shore
05:02.12tvonone of them parts I've never been too
05:02.15tvonahhhhh
05:02.19JBDiGrizEast coast girls are hip
05:03.19SpiffAnd the northern girls with the way they kiss...
05:03.22SpiffErrr... ummm....
05:03.23Spiff:-)
05:03.28tvonheh
05:03.54JBDiGrizI thought you were around the midwest farmer's daughters ;)
05:04.20SpiffWell sorta.  I'm almost in Michigan.. and that isn't really the Midwest.
05:04.24SpiffAt least I don't think it is. :\
05:04.44SpiffSo I could feel alright here... or be kept warm at night a few miles north. Hmmm.
05:04.51JBDiGrizChicago is considered the midwest
05:05.10SpiffTrue true.  I'm roughly two hours from there.. :-)
05:05.17tvonwhich
05:05.19tvoner, ignore
05:05.28tvonstupid sloppy-focus is broken it seems ;)
05:06.22SpiffThis song is pry older than me.
05:06.32tvonheh
05:06.44Spiff"Your kiss is on my list..."
05:07.32tvonprince?
05:07.37tvonno....
05:07.43SpiffHall and Oats. :-)
05:07.51tvonahh
05:08.37CIA03dbrosius * 12bzflag/src/bzfs (bzfs.cxx): Don't do speed checks on server a short time after player does a flag drop or transfer
05:09.54tvonI need a good colo setup
05:10.01tvonso I can run a bz server *g*
05:10.31SpiffI have a question.. that is pry stupid.. but I'm gonna ask anyway.
05:10.35tvonTired of scrounging for a server like some sort of sickly crack head
05:10.52tvon?
05:10.57SpiffI've been *super* laggy on quol and ducati lately.  Could there be a problem with one of the hops or something?
05:11.17tvoncould be :)
05:11.19SpiffI used to lag 60-90ms on quol and 150-170ms on ducati.  Now I can't get below 210ms on either of them.
05:11.32tvonBest servers I hit are hashmark and turkey, both of which have vanished
05:11.40SpiffWhich seems especially odd for quol's server since I don't have an entire ocean to cross.
05:11.46SpiffSad but true, tvon. :(
05:11.53tvonheh
05:12.26SpiffTho I think KP may bring Turkey back if the "Karma" system gets implimented.
05:12.35tvonah
05:12.37SpiffHe was just sick of the "annonymous" junk from people.
05:12.43tvonthat why it went away?
05:12.45tvonahh
05:12.54tvonI stopped playing it because he started using maps I didnt like
05:12.55MrApathyCreamhappy waiting
05:13.10tvonheh
05:13.25SpiffBah.  Canyon 3.0... I made that map... ick.   I was getting *sick* of it too.
05:13.31tvonHashmark was pretty good for a while when stib got a ton of admins
05:13.54SpiffYeah.  Although I didn't like some of their policies... too lax on language and stuff.
05:14.01tvonI like the hashmark mad city and that king of the castle thing that turkey had for a while
05:14.24tvonyeah....stib described it as 'do what you like' to the admins...I'd kick folks for language sometimes...but other folks didnt
05:14.56tvonno qualms about kicking folks for idiocy
05:15.00tvonheh
05:15.01SpiffGood stuph. :-)
05:15.03SpiffLoL
05:15.09SpiffSame here.
05:19.58SpiffHmmm.  Why's that? :-)
05:20.22Noodlemanhttp://www.thinkgeek.com/cubegoodies/toys/60b6/
05:20.24MrApathyCreamjoin a world where you're an admin and type /set _gravity 5
05:20.28MrApathyCreamand see what happens
05:20.45Noodlemanm00f forever!
06:14.57*** join/#bzflag Tupone (~Tupone@ppp-82-84-126-207.cust-adsl.tiscali.it)
06:23.27*** join/#bzflag quol-mobile (~quol@205-200-236-238.mts.net)
06:24.12quol-mobilegreetings
06:31.25*** join/#bzflag purple_c1w (~jupiter@home-dhcp6-158.colorado.edu)
06:31.53*** join/#bzflag evil_enchilada (~blardebla@home-dhcp6-158.Colorado.EDU)
06:35.37*** mode/#bzflag [+o captain_proton] by ChanServ
06:54.26triclopsSpiff: when do you sleep?
07:05.38*** join/#bzflag triclops (~triclops@203-219-160-62-nsw.tpgi.com.au)
07:20.13*** join/#bzflag triclops (~triclops@203-219-160-62-nsw.tpgi.com.au)
07:32.02*** join/#bzflag mmu_man (~revol@ALyon-209-1-34-175.w81-248.abo.wanadoo.fr)
08:44.29*** join/#bzflag bomber_ (~bomber@ap97.physik.uni-frankfurt.de)
08:44.33bomber_moin
09:15.17*** join/#bzflag MrCooper (~daenzer@dclient80-218-117-230.hispeed.ch)
09:24.08*** join/#bzflag larsl (~larsl@c213-100-62-55.swipnet.se)
09:55.48larslI can't get bzfs to crash.
09:56.04larslAnd valgrind doesn't report hundreds of invalid read/writes anymore.
10:10.31CIA03larsl * 12bzflag/src/net (Pack.cxx): Don't let broken clients break the server, always add a '\0' at the end when unpacking strings
10:26.32CIA03larsl * 12bzflag/src/bzadmin (2 files): Fix buffer overrun in bzadmin (StdBoth interface)
10:44.13CIA03larsl * 12bzflag/src/bzadmin (CursesUI.cxx): Fix command history bug in bzadmin, trying to access the history when there was no history would crash the program
10:47.51CIA03larsl * 12bzflag/src/bzadmin (CursesUI.cxx): Go to the end of the command history when the line is cleared with Ctrl-U
11:18.28CIA03larsl * 12bzflag/src/bzadmin (pdcurses_adapter.h): Fixed some PDCurses-related bugs
11:42.36*** join/#bzflag Rusty (~newbie@rotes226.wohnheim.uni-kl.de)
11:45.24*** part/#bzflag Rusty (~newbie@rotes226.wohnheim.uni-kl.de)
11:52.19*** join/#bzflag Rusty (~newbie@rotes226.wohnheim.uni-kl.de)
11:55.35*** part/#bzflag Rusty (~newbie@rotes226.wohnheim.uni-kl.de)
12:17.09larslIf any xmission admin is reading this, please ban Jason.
12:17.12larsl~xmission
12:17.16larslHe's impossible to kill.
12:17.28larslAnd he is not lagging.
12:49.25*** join/#bzflag drinian (~drinian@pcp153139pcs.hamntn01.nj.comcast.net)
13:28.15*** join/#bzflag Rusty (~newbie@rotes226.wohnheim.uni-kl.de)
13:28.28*** part/#bzflag Rusty (~newbie@rotes226.wohnheim.uni-kl.de)
13:48.07*** join/#bzflag larsl_school (~LarsL@mat08.nada.kth.se)
14:04.54mmu_manhmmm
14:05.00mmu_man<PROTECTED>
14:05.00mmu_man<PROTECTED>
14:05.15mmu_mancould it be just that bzflag thinks multicast is always available ?
14:05.22mmu_manit's not yet supported in BONE...
14:05.30mmu_manrather, not with the NIC I use
14:09.13mmu_manhmm thought there was an option to disable udp ?
14:09.46larsl_schoolI didn't think we used multicast now.
14:10.41mmu_manso what does this mean ? Using multicast relay
14:12.09larsl_schoolBut someone said a couple of days ago that multicast isn't used at all now.
14:12.27mmu_manok
14:12.42mmu_manwondering as it's just after connecting to the server that it crashes
14:24.01mmu_manbtw
14:24.15mmu_maninstead guessing what's wrong I should first validate bzfs
14:24.31mmu_manjust in case it was the one making bzflag crash
14:24.48mmu_mansomeone can connect to 81.248.191.175 5154 ?
14:26.37larsl_schoolI'm there.
14:26.40mmu_man<PROTECTED>
14:26.41mmu_man<PROTECTED>
14:26.42mmu_man<PROTECTED>
14:26.43mmu_man:)
14:27.09larsl_school1.9.3.20030926-ALPHA-beos, cool!
14:27.20mmu_man:)
14:27.25mmu_manso, bzfs works
14:36.01*** join/#bzflag brlcad (sean@chr160dhcp1675.chrchv01.md.comcast.net)
14:36.31larsl_schoolbrlcad: Can't get bzfs to crash now.
14:36.37brlcadWeee!
14:37.14brlcadI was only able to reproduce a crash after vast amounts of /dev/random garbage was fed to it via bzadmin =)
14:37.32larsl_school=)
14:37.58brlcadBut once I did that, it was fairly easy to track down.
14:38.26brlcadIt's still not clear what the actual problem is/was with what was there before.  I didn't change any of the logic really.
14:38.32larsl_schoolI'm surprised that you didn't crash bzadmin with that - I found out this morning that it can crash if you send too long lines with the StdBoth interface.
14:42.39brlcadYet again that slick little tool is found to be rather useful :)
14:42.50brlcadyea, I was just using stdin
14:43.17brlcadI figured something in either bzadmin or bzflag would choke on the random garbage as well, but it didn't
14:44.09brlcadIt's odd.. basically this caused the crash:  char *blah = new char(size + 1);
14:44.32larsl_schoolThat's what valgrind was complaining about too.
14:45.48larsl_school"Invalid write of size 1" or something like that. I didn't understand how there could be something wrong with that line.
14:46.11larsl_schoolThe () were really [], right?
14:46.59*** join/#bzflag Bagheera (~Bagheera@h-68-165-122-98.MCLNVA23.covad.net)
14:48.37brlcadno, they were ()'s..
14:49.09larsl_schoolAh.
14:49.21larsl_schoolI guess valgrind was right.
14:49.37brlcadso it was "effectively" char *blah= new char(19); etc.
14:51.42larsl_schoolThat must have been the bug, then. Incredible, I was reading that line dozens of times yesterday.
14:51.55brlcadWhat's wrong with that?
14:52.18larsl_schoolI should have seen it. =P
14:52.18brlcadmy c++ isoterics fail me
14:52.40larsl_schoolExpecially since the debugger told me that the problem was somewhere there.
14:53.59larsl_school~dict isoterics
14:54.12larsl_school~spell isoterics
14:54.14possible spellings for isoterics: isometrics esoterica esoteric hysterics isomeric
14:54.25larsl_school~dict esoteric
14:54.47larsl_schoolHaha. =)
14:55.03*** join/#bzflag TimRiker (~timr@proxyle02.ext.ti.com)
14:55.03*** mode/#bzflag [+o TimRiker] by ChanServ
14:56.15brlcadlarsl_school: pfft! blah
14:57.41brlcadah, I think I see the problem now in hindsight, just expecting a little too much from the char constructor..
14:59.55mmu_manbrlcad now can you tell me why bzflag crashes here ? *g*
15:00.09brlcadchar(N) inits the char to the value N, whereas char[N] was what I wanted.. sheesh
15:01.45larsl_schoolOh, sorry, I thought you saw it too.
15:01.57larsl_schoolOtherwise I would have told you. =)
15:09.16mmu_man<PROTECTED>
15:09.17mmu_man<PROTECTED>
15:09.18mmu_man<PROTECTED>
15:09.19mmu_man<PROTECTED>
15:09.19mmu_man<PROTECTED>
15:11.00brlcadniet, know not I do
15:11.59brlcadI miss Be
15:13.49mmu_manjust install it :p
15:20.27Nidhoggrhrm. my programmer friend hacked my bzfs to time stamp, and changed all the log messages to be more readable/script parsable.
15:25.06Nidhoggrgrrr. new pccillin update broke my realvnc viewer.
15:26.33brlcadmmu_man: don't have a box that Be will install onto any more and remain useful
15:26.39*** join/#bzflag mmu (~revol@ALyon-209-1-15-192.w81-49.abo.wanadoo.fr)
15:29.47Nidhoggrhow attached are people to the current -d message formats?
15:38.39mmu_manKERN 'bzflag'[40676]: address: 0x3d109099, op: 8 pc: 0xec076565, tmid: 23950 thid: 40676
15:39.15mmu_man112896                                 /boot/beos/system/lib/libroot.so ec016000 ec08a1c0 10658          0
15:40.38mmu_manprintf '%lx\n' $((0xec076565 - 0xec016000))
15:46.22brlcadbe back soon -- lunchtime
16:03.09*** join/#bzflag Noodleman (~tuckerm@adsl-66-72-31-49.dsl.kntpin.ameritech.net)
16:09.17Nidhoggrmoo
16:09.19Nidhoggr:)
16:10.12Noodlemanlet me educate you on proper bovine utterances:
16:10.24NoodlemanmoooooOOOO0000000ooooooo......
16:10.27Nidhoggrheh
16:10.37Nidhoggra LONG time ago
16:10.51Noodlemani've never lived on a farm
16:10.59Noodlemanmy mom grew up on one, tho
16:11.09Nidhoggrour house burned down when i was in 4th grade.
16:11.15Noodlemanugg
16:11.17Nidhoggrso we moved to the city
16:11.34Noodlemanyou should have an interesting talk with my grandma
16:11.44Noodlemanshe has gone through and experienced everything
16:11.55*** join/#bzflag Patlabor221 (~JeffM@208.48.199.216)
16:11.55*** mode/#bzflag [+o Patlabor221] by ChanServ
16:11.59Nidhoggrwell, the city we moved to was more like a tiny town of 6500
16:12.00Nidhoggr:)
16:12.16Noodlemanfloods, prairie fires, house fires, earthquakes, even rode a pig standing up once :-)
16:12.29Nidhoggrhahahaha
16:12.31Nidhoggrcool :)
16:12.39NidhoggrI like chatting with people like that.
16:13.42*** join/#bzflag Patlabor221 (~JeffM@208.48.199.216)
16:13.42*** mode/#bzflag [+o Patlabor221] by ChanServ
16:14.13Nidhoggrso, my friend modified a bzfs for me to give more comprehensive and timestamped log entries.
16:14.58Nidhoggrso I am hoping to work out a comprimise to get it implemented, so he doesn't have to modify every time I upgrade.
16:15.11Nidhoggrit didn't take him very long.
16:15.33Nidhoggrbut if it is implemented, he's also writing some statistical tools to parse the logs.
16:15.36*** join/#bzflag mmu_man (~revol@ALyon-209-1-15-192.w81-49.abo.wanadoo.fr)
16:17.12mmu_manexport BZFLAGSAVE=/boot/home/bzflag.pkts
16:17.22mmu_manit creates the file, but never writes anything to it
16:17.36Nidhoggrhow long do  you wait?
16:17.37mmu_mancreshes before
16:17.39mmu_man:-(
16:17.40Nidhoggrah
16:17.42Nidhoggr:(
16:18.19Nidhoggrso, every log entry has a time/date stamp in raw format, callsign, team, action, and IP
16:18.33Nidhoggr1064542731.193331 JOINGAME 0 Nidhoggr 68.99.227.92 7 Red - 0 0 0
16:18.56Nidhoggr1064543382.855556 GRABFLAG 0 Nidhoggr 68.99.227.92 7 Red R 0 0 0
16:19.01Nidhoggrkind of cool
16:19.29Nidhoggrthe R in the 4th to the last field is the Flag
16:19.51Nidhoggrso each entry shows what flag the person was using.
16:19.54mmu_man'd be better if it didn't crash on join
16:20.14mmu_mansome months ago it used to work sometimes
16:20.19mmu_mannow it doesn't work at all
16:20.24Nidhoggrwhat's changed?
16:23.33mmu_mandunno
16:24.12mmu_manand I don't know why but I can't strace it
16:24.16mmu_manit seems to deadlock
16:24.28mmu_manbad interaction with the OGL lib
16:24.47Nidhoggrack
16:24.55Nidhoggrthat's not good.
16:28.14mmu_man<PROTECTED>
16:28.14mmu_man<PROTECTED>
16:28.14mmu_man<PROTECTED>
16:28.15mmu_man<PROTECTED>
16:28.16mmu_man<PROTECTED>
16:28.26*** join/#bzflag Big_Barrel (~chatzilla@adsl-64-219-214-108.dsl.hstntx.swbell.net)
16:28.58Big_Barrel~ducati6
16:30.17mmu_manwhatever that means :)
16:30.31*** join/#bzflag TyroneFHornigh (~JBDiGriz@216.188.65.26)
16:30.57Nidhoggrhi TFH
16:30.58Nidhoggr:)
16:31.11Patlabor221run luke.. run...
16:32.12Nidhoggrheh
16:32.16*** join/#bzflag mike___ (~mike@69-0-10-27.mrdnct.adsl.snet.net)
16:32.47Nidhoggrhe's made the mods to a copy of the 1.7 code... so he'd have to do the same to the 1.9 1.10 code for me at some point.
16:33.15Nidhoggrbut it's akin to real server logging. :)
16:33.23Patlabor221yes to get it commited would need to be 1.9.x
16:33.57Nidhoggrnod.  I told him that.  he said it didn't take him very long to make the mods.
16:34.05Nidhoggrhe worked on it off and on yesterday.
16:34.12Nidhoggrhiya
16:34.40NidhoggrI was trying to get folks interested in a mod my friend did for me to timestamp log entries and make them more useful.
16:34.41Nidhoggr:)
16:35.30TyroneFHornighDo you have a list of diffs to the 1.7 sources?
16:35.48Nidhoggrnot yet... but I can get them.
16:36.47TyroneFHornighGet them, and then we can add them to the 1.9 source tree, or your friend can add them to the source tree and start helping out with development ;)
16:37.14Nidhoggrdid you see the entries?
16:37.26NidhoggrI have a small sample logfile if you're interested.
16:37.37TyroneFHornighNo, what's the pointer?
16:37.47Nidhoggrlet me put it somewhere.
16:38.50Nidhoggrhttp://secretplace.us/bzflag.log
16:38.52Nidhoggrbbiab
16:40.05larslNidhoggr: I like it.
16:40.26larslThe dates could be more readable though. =)
16:40.31NidhoggrI agree
16:41.05TyroneFHornighIt's easy enough to write a perl/python/* script which creates any report style you want.
16:41.22Nidhoggrthat was the point
16:41.34larslWhat are the - - - - - - - in the message lines?
16:42.21Nidhoggrnot certain.  I'll have to get him to answer some questions.
16:42.29Nidhoggrhe's stil alseep, methinks.
16:42.41TyroneFHornighThey look like fields which are unused for the entry.
16:42.47Nidhoggrnod
16:42.49larslAnd did he rip out the DEBUG* macros, or just redefine them?
16:42.51Nidhoggrprobably.
16:42.56Nidhoggrnot sure.
16:43.26Nidhoggrbrb. gotta help a customer.
16:46.16*** join/#bzflag [dmp] (~dennis@D40A3023.rev.stofanet.dk)
16:49.17Nidhoggrwell, I'm happy you like the idea anyways.  he has to apply the changes to a 1.9.x server anyway, so any input would be considered.
16:49.36Nidhoggrhe's also writing a bunch of parsing tools in perl for me.
16:49.36larslA patch on SF would be nice. =)
16:49.43Nidhoggrnod
16:49.59NidhoggrI can problably get him in here.
16:50.06Nidhoggronce he shows up on my irc server.
16:50.08Nidhoggr:)
16:51.19TyroneFHornighWe can also put the perl parsing tools into the tree. It sounds like the admins could use them.
16:51.44NidhoggrI think I can get him interested in developing for bzfs.
16:51.49Nidhoggras a long term thing
16:51.53Nidhoggrhe wrote MUSE
16:51.59Nidhoggrwhich started as tinyMUSE
16:52.04Nidhoggrso  he has the experience.
16:53.05larslWhat't that?
16:53.22Nidhoggran offshoot of the MUD/MUCK/MOO family.
16:53.29Nidhoggrwell, a predacessor for many
16:53.34larslAh, should have guessed.
16:53.37Nidhoggrheh
16:53.44Nidhoggrhe develops for the company I work for now
16:53.53Nidhoggrand has been looking for a project to focus some time on.
16:57.14NidhoggrI got him addicted to bzflag. :)
16:58.44Nidhoggrhttp://www.shkoo.com/nils/useful/   there are some of the stuff he's done.
16:59.47larsl"Nils"? Scandinavian?
17:00.00Nidhoggronly by genetics
17:00.04Nidhoggrhe's from minnestoa
17:00.06Nidhoggrhe's from minnestota
17:00.07Nidhoggr:)
17:06.37larsl~bzfquery19 glasstowers.homelinux.net:20000
17:09.46*** join/#bzflag [newbie] (~newbie@rotes225.wohnheim.uni-kl.de)
17:23.52*** part/#bzflag [newbie] (~newbie@rotes225.wohnheim.uni-kl.de)
17:26.57Nidhoggrhe's going to work on 1.9.x stuff.  is anon cvs up to date ?
17:27.35Patlabor221probably not
17:27.45TyroneFHornighIt's about 24 hrs behind. He's better off with the cvs snapshots.
17:28.37Nidhoggrwho's doing the snapshots?
17:28.43Nidhoggrand is there a URL?
17:28.44Nidhoggr;)
17:29.04TyroneFHornighcap'n set it on auto, and it's in the topic, right there when you logged in. ;)
17:29.19TyroneFHornighpat, did you watch the new matrix trailer?
17:29.42NidhoggrI never log in.  I stay here all the time. :)
17:30.52Nidhoggrgot it. :) thanks.
17:40.43Patlabor221I have been atempting to get it
17:40.49Patlabor221it is not liking me
17:41.21Patlabor221so instead, I update the blog :)
17:41.37larslPatlabor221: The direct link http://progressive.warnerbros.com/thematrix/us/med/rev_theatre_0x3839_640_dl.mov works for me.
17:42.01larslAnd is even reasonably fast.
17:42.19Patlabor221that's what I was using, it would just get reset
17:43.58TyroneFHornighI grabbed the high res version.
17:44.18TyroneFHornighWould you like me to put it somewhere?
17:45.07Patlabor221it says it will be here in 5:48 seconds
17:45.50TyroneFHornighIf it gets reset again, let me know and I'll ftp it to asgard.
17:47.16Patlabor221k
17:47.22Patlabor221it's 46% now
17:47.30Patlabor221so hopefully it will go well
17:59.52Patlabor221yeah not too bad
18:12.43*** join/#bzflag Spiff (~Spiff@12-223-213-142.client.insightbb.com)
18:20.24Nidhoggrpatlabor... on he admin functions, how can I make it so that anyone can do a /showgroup "callsign" ?
18:21.29Nidhoggrsomeone was impersonating me on secretplace, so I want to put a note in -admsg to have them check to see if the person is really admin.
18:26.20Bagheerawas that last night with Infinity?
18:26.38Nidhoggrno.. infinity drew the map on dragon.org.
18:26.43NidhoggrI haven't checked that log
18:26.50Nidhoggrsomeone was pretending to be me.
18:26.55Nidhoggrbut spelled my callsign wrong.
18:26.59Nidhoggrwas harrassing users.
18:27.10SpiffPffff.  How lovely.
18:27.24larslHow do I signal an error in a constructor if I can't throw things up to the caller?
18:27.24TyroneFHornighEveryone wants to be nid now. ;)
18:27.30SpiffCould it be... *looks around*... KnightMare?
18:27.31SpiffLoL
18:27.41SpiffHe seems to be the resident trouble maker now.
18:27.42Nidhoggrno  it's was DONT MESS
18:27.58SpiffLoL Nidhoggr
18:28.18TyroneFHornighkiller mouse is also causing trouble around the sites recently.
18:29.00SpiffEver have any trouble with d:oP?
18:29.12Nidhoggrvery minor stuff.
18:29.16Nidhoggrsometimes he likes to swear
18:29.40*** join/#bzflag bryjen (~bryjen@63.147.94.145)
18:29.44Bagheeranot really, but then again you never know if it is really him
18:30.13Bagheerais there a way to tell if the callsign of a player is registered or not?..........to tell if that player is really that player?
18:30.23*** join/#bzflag Big_Barrel (~chatzilla@adsl-64-219-214-108.dsl.hstntx.swbell.net)
18:30.47Big_Barrel~ducati6
18:31.01Big_Barrel~whois Big_Barrel
18:31.02you are probably a dude without a life
18:31.12Nidhoggrmaybe registered players should have a certain amount of time to /identify or get booted.
18:31.15Bagheerahahahahahaha
18:31.23bryjenif you do /lagstats there's an (R) by their name if they've registered and identified
18:31.32Bagheeranid, like that idea
18:31.46Bagheerathnx, brygen
18:31.53Bagheeran bryjen
18:31.54larslOr maybe they shouldn't be allowed to spawn until they had identified.
18:32.01larslThat would require some protocol changes though.
18:32.25Nidhoggrnod
18:32.29bryjenwith each server having its own registrations, that doesn't prove they are who you think they are
18:33.01Bagheerayeah, but for the servers you care about, it could at least protect your name a little bit
18:33.09larslMost people stick to a couple of servers.
18:33.37larslAnd with the new user/group system that we talked about yesterday most users would be registered on a global server.
18:33.48Nidhoggrunfortunately, if they join as a @, they don't show up in lagstats.
18:33.56TyroneFHornighI don't like the idea of having to identify all the time. Last night I was switching between red and green, and it would be annoying to identify each time.
18:33.57SpiffIf they've logged in.. yes.
18:34.14SpiffThere is an (R) next to their callsign in the /lagstats if they've logged in.
18:34.25Big_Barrel~whois Big_Barrel
18:34.26somebody said big_barrel was the most badass mofo around here
18:34.34bryjenspiff: that's what i said.
18:34.36Big_Barrelyou got that right ibot :)
18:34.42Spiffd:oP used to be a bit of a trouble maker on Turkey.
18:34.46SpiffSo I was curious.
18:34.59Bagheerasuppose you could have a little queue of ips, keeps your name and ip for 30 minutes to prevent re-logging in
18:35.02Big_Barrel~whois big barrel
18:35.04well, big barrel is the best player in this adictive game
18:35.14Big_Barreldamn straight ibot ;)
18:35.14Nidhoggrhrm. I didn't show up in /lagstats after /identifying
18:35.18Nidhoggrcuz I was @
18:35.35bryjenor make it so you can switch teams and to/from observe without reconnecting
18:35.41Big_Barrelhey spiff
18:35.44Bagheeralooks like ibot has been at the sauce again........and not sharing
18:35.57Nidhoggrbryjen.. can't do that with bzadmin :)
18:36.11bryjenNidhoggr: picky picky
18:36.41Big_Barrel~whois spiff
18:36.42somebody said spiff was a big lagger and is a newbie who is not that good!!! IEEEEEE!
18:36.52Big_Barrellmao
18:37.03bryjens/somebody/Big_Barrel  ?
18:37.10Big_Barrelyou and i make a great team ibot :)
18:37.20TyroneFHornighibot: no, spiff is a young player who is about to move to NC
18:37.21TyroneFHornigh: okay
18:37.57Nidhoggrmaybe have lagstats show the @ players anyway, but with no lagstats after their name.
18:38.00Big_Barrel~whois spiff?
18:38.01i heard spiff is a big lagger and is a newbie who is not that good!!! IEEEEEE!
18:38.03Bagheera.....hope's spiff likes hurricanes
18:39.17Big_Barrel~whois Bagheera
18:39.18extra, extra, read all about it, bagheera is a big gay tiger
18:39.25bryjenNidhoggr:  isn't there a /showgroups or /showuser that would show if a users was a member of the registered group?
18:39.43Nidhoggryes, brygen, but it's not a default permission
18:40.00bryjenNidhoggr: but you are Admin, no?
18:40.05Nidhoggrso only an admin can do the /showgroups command
18:40.09Nidhoggrummm.
18:40.16Nidhoggryou aren't reading what the problem was.
18:40.17Nidhoggris
18:40.19Nidhoggr:)
18:40.27Nidhoggruser was pretending to be me
18:40.33Nidhoggrharrassing players
18:40.48bryjenAh. i must've missed the initial question
18:40.49NidhoggrI need for players to be able to tell if someone is really an admin or not.
18:41.14SpiffYeah.  Though.. if someone were a real jerk.. they'd just go in ahead of you and register your callsign.
18:41.30bryjeneven the /lagstats (R) doesn't do that.  they could be registered and not admin.
18:41.33Nidhoggrspiff, they'd still have to have admin permissions.
18:41.41Nidhoggrnod
18:43.04Bagheeragetting closer and closer to that central registry....
18:43.06Nidhoggrmaybe write a bot that will see an !admin command in the logs, and join to report any admins present to the whole group.
18:43.11TyroneFHornigh~whois spiff
18:43.11[spiff] a big lagger and is a newbie who is not that good!!! IEEEEEE!
18:43.27bryjen~literal whois spiff
18:43.28spiff is a big lagger and is a newbie who is not that good!!! IEEEEEE!
18:43.52bryjen~forget whois spiff
18:43.52i forgot whois spiff, bryjen
18:44.15bryjenibot: hello?
18:44.32bryjenargle
18:44.51Bagheeradoes the forgot work for all users or just Ops
18:45.05tvon~whois daddy
18:45.06daddy is probably copperd
18:45.48bryjenanybody i think.  but if you ask her to forget too many things, she tells you to stop abusing "forget", and the stops listening to you.
18:45.57Bagheera~forget whois Bagheera
18:45.57Bagheera: i didn't have anything called 'whois bagheera'
18:46.05Bagheera~forget whois bagheera
18:46.05Bagheera: i didn't have anything called 'whois bagheera'
18:46.08bryjen~seen TimRiker
18:46.45Bagheeraoh well, so long as it is gone.......gotta enough bad press with the changes to Xmission
18:46.59bryjenblah.  apparently i'm persona non grata again.
18:47.26Bagheera~botsnack
18:47.26:), Bagheera
18:47.48Bagheerayep, looks like you are....
18:48.20larslBagheera: I'm beginning to like the new xmission map. It requires careful aiming when you're jumping to the base.
18:49.12bryjen~spiff
18:49.34Spiff~got milk?
18:49.35ACTION chugs down a carton
18:49.40Spiff~got milk
18:49.41ACTION chugs down a carton
18:49.46SpiffBah!
18:49.49Bagheeratake a look at the Koba map listed deep in the list, that was going to be my update to that map....
18:49.58Spiff~whois Bagheera
18:49.59hmm... bagheera is a big gay tiger
18:50.02TimRiker~ignore
18:50.02<PROTECTED>
18:50.02<PROTECTED>
18:50.02<PROTECTED>
18:50.02END of ignore.
18:50.10Spiff~whois Spiff
18:50.12rumour has it, spiff is a big lagger and is a newbie who is not that good!!! IEEEEEE!
18:50.18TimRiker~-ignore bryjen!~bryjen@63.147.94.*
18:50.18ok, deleted X ignores.
18:50.21SpiffHmmm.  Is ibot broken?
18:50.33Spiffibot sucks!
18:50.34If you got $5 I'll do more than that!
18:50.46Spifferr sux0rz.
18:50.49tvonsomeon took the time to code that in..
18:50.57tvonsick twists
18:51.02TyroneFHornighibot seems to have problems forgetting facts right now
18:51.03TyroneFHornigh: I wish you would RTFM.
18:51.04TimRiker~literal sucks
18:51.05sucks is <reply> If you got $5 I'll do more than that!
18:51.14TyroneFHornigh~literal whois bagheera
18:51.15bagheera is a big gay tiger
18:51.21tvonhaha
18:51.23TyroneFHornigh~forget whois bagheera
18:51.23i didn't have anything called 'whois bagheera', TyroneFHornigh
18:51.35TyroneFHornigh~listkeys whois
18:51.36TimRiker~literal Bagheera
18:51.38bagheera is a big gay tiger
18:51.43tvonOh my god, I saw a show on TLC ...or Discovery...about people who think they are cats
18:51.59tvonwas nuts
18:52.15TimRiker~forget Bagheera
18:52.15TimRiker: i forgot bagheera
18:52.16tvonguy wore a cat suit and would go around and try to get people to rub his belly and stuff
18:52.20TimRiker~literal Bagheera
18:52.38tvon~whois tvon
18:52.50bryjeni don't think i'd asked her to forget anything since TimRiker un-ignored me last time....
18:53.39bryjenibot: Hello?
18:53.40Howdy Bub
18:55.04TimRiker18:43.52 <bryjen/#bzflag> ~forget whois spiff
18:55.04TimRiker18:43.52 >bryjen< Stop abusing forget!
18:55.04TimRiker18:43.52 ignore: Added bryjen!~bryjen@63.147.94.* for * to expire 1080153832 mins, by bryjen, for abuse of forget
18:55.42bryjenyeah, just that one and i was ignored again.  is there a use counter that needs to be reset?
18:56.51bryjenor is that a hint that i shouldnt be using forget?
18:57.13tvonheh
18:58.26captain_protonthats a long time
18:58.57larslIt looks more like a UNIX timestamp.
18:58.59bryjena count of minutes or a unix-time ?
18:59.12bryjenits certainly a big count
18:59.15tvon18002563 hours
18:59.32tvon2055 years
19:00.11tvonibot is onery
19:00.12tvon: I'm not sure, is it larger than a breadbox?
19:00.20tvonas well as perverted
19:01.02tvonI'd say now but I'm at a coffee shop
19:01.18tvonand bz with an eraser head pointing device doenst work real well
19:01.44tvonThough.....
19:02.15tvonit could work better if it treated the pointing device more like a joystick....meaning, if pushing left turned left, instead of moving the cursor left
19:07.26bryjen$ date -d "Jan 1 00:00:00 UTC 1970 + 1080153832 seconds"
19:07.27bryjenWed Mar 24 12:43:52 CST 2004
19:07.29bryjenA six month ignore?
19:08.02captain_protontvon: hmmmm
19:09.00bryjeni've been running decks as rabbit chase on v1.9
19:10.05Nidhoggrbagheera made me a cool new map, so i'll be putting it up as a ctf soon :)
19:10.08larslImagine playing rabbit hunt with people who never played on decks before, and hide in the secret room when you are the rabbit. =)
19:10.33captain_protonhehehe
19:11.06larslPreferably with SB so you can shoot them when they drive around the tower.
19:11.09tvonpfft
19:11.12tvoncowards
19:11.46bryjenhmm.  need a SW world weapon in there then....
19:11.46tvonits one of them things thats best with a lot of people
19:11.59tvonflags or no
19:12.19larslWorld weapon?
19:12.42captain_protonlarsl: the world can shoot things now :)
19:13.03larslDidn't know that. I like it.
19:13.26bryjenweapon
19:13.28bryjen<PROTECTED>
19:13.29bryjen<PROTECTED>
19:13.31bryjen<PROTECTED>
19:13.32bryjenend
19:13.33bryjenin the world file
19:13.44larslThat is incredibly cool.
19:13.57larslDo you specify the direction for bullet-type weapons?
19:14.11TimRikerbryjen: looks like I removed the ignore flag, but ibot still "knows" about the other forgets so it will add you again on the next forget.
19:14.26bryjenlarsl: with rotation, i think
19:14.37larslVery nice.
19:15.06larslCould that be triggered by an admin command, instead of just looping?
19:15.54bryjenTimRiker:  i figured as much.  sorry for being a pest.
19:16.22Bagheerakofta pilaf?
19:16.42captain_protonkofta = balls of vegetable matter
19:16.45captain_protonpilaf = rice dish
19:17.20Bagheeraactually sounds good......
19:18.48bryjenerrr.  "of ___ matter" sounds a little too vague to be trusted
19:19.05larsl~dict vegetable
19:19.22tvonmmmm, pilaf
19:22.04Bagheeravague is about the only thing I trust.....when its know there is a problem..........
19:22.14Bagheeras/known/know
19:24.55captain_protonok, looks like kofta is usually made by forming balls out of a gourd and frying them
19:25.04captain_protonthough there's a lot of variability in ingredients
19:26.23TimRikershould have been a 3 day ignore. off by a factor of 60. fixing...
19:27.21Nidhoggroops :)
19:27.29TimRikeribot: reload
19:27.29reloading...
19:27.29reloaded.
19:30.30*** join/#bzflag jolly (~k@jvnineteen.ne.client2.attbi.com)
19:36.58captain_protondoodeedoo
19:37.48TimRikerbryjen: I can't find anywhere that removes forget caches. likely a bug.
19:39.44larslAre private messages to other people being echoed back to the sender now?
19:42.20TimRikerlarsl: in what? bzfs? don't know. should they be?
19:43.32larslIt doesn't really matter (although we save a couple of code lines in bzflag and bzadmin if they are). I was just confused, because it seems to have changed a couple of times since 1.7.
19:45.30TimRikeras long as they are not sent to anyone else, I guess I don't care a lot either way.
19:45.59Chestallarsl: they are
19:46.02TimRikerif they are echoed to the sender, that's bandwidth that's not needed, but then it does make the clients easier.
19:46.12TimRikerand it gives you a sense of lag too. ;-)
19:46.25Chestal1.7 sent them to everyone
19:46.41Chestalthen soemoen changed that to a unicast, but then it wasn't echoed on the sender side anymore
19:46.51Chestalso now bzfs sends priv messages to sender and receiver
19:46.54larslOK.
19:49.49fiberchunkshi hi, does xmission employ the badwords filter?
19:50.20*** join/#bzflag Patlabor221 (~JeffM@208.48.199.216)
19:50.21*** mode/#bzflag [+o Patlabor221] by ChanServ
19:50.22fiberchunkscause it seems that f u c k gets through the filter
19:50.30fiberchunksor, it was when I was just playing
19:50.40Nidhoggrwas it by a user called "bot"?
19:50.46fiberchunksindeed
19:50.54NidhoggrI just banned it about an hour ago. :(
19:50.59Nidhoggrit's in japan
19:51.02fiberchunksyup
19:51.24fiberchunksoh well, just thought I'd let you all know -- off for more reading
19:51.40Nidhoggr:)
19:52.33CIA03larsl * 12bzflag/src/bzadmin (4 files): Refactoring; make bzadmin more OO-like
19:55.54TyroneFHornighWhat's a good inexpensive video card which does reasonable hardware acceleration for bzflag? I'm looking to do some performance comparisons between linux and mac.
19:56.32Patlabor221you should be able to find a GF2MX for under 40$
19:57.23TyroneFHornighHow are the nvidia drivers, and support for BSD as well as Linux?
19:58.24captain_protonnvidia drivers for linux are quite solid, and they've got freebsd drivers, though I haven't tried them
19:58.25Patlabor221I've never used them on BSD, but they worked great on redhat and debian
19:58.55Patlabor221they show a set of freeBSD drivers on there page
19:58.58Patlabor221http://www.nvidia.com/content/drivers/drivers.asp
20:01.28Patlabor221cus basicly your choices are them, ATI, or matrox
20:01.48TyroneFHornighWhat drivers does the geforce use? I don't see them on the DRI pages.
20:02.01captain_protonTyroneFHornigh: they use nvidia's binary drivers
20:02.09Patlabor221on that page I just sent you
20:02.20TyroneFHornighSorry, I'm trying to read all this as fast as I can. ;)
20:02.30Patlabor221hence the fact that they work rather well :)
20:02.31captain_protonyou're not reading hard enough!
20:03.19TyroneFHornighGive these old eyes a break, it's only a 12" iBook. :)
20:03.26Patlabor221those nvidia drivers are for all there chipsets from TNT to GeForce FX
20:04.46Patlabor221and is this for a PC running linux/bsd or your mac running linux/bsd?
20:05.19TyroneFHornighI was looking at a cheap PC running linux for testing, and then switching it to bsd for server use.
20:05.19*** join/#bzflag mmu_man (~revol@ALyon-209-1-15-192.w81-49.abo.wanadoo.fr)
20:05.39Patlabor221well we have a 64 meg GF2MX for like $35
20:05.40Patlabor221http://www.rgpsales.com/RGPmedia/details.asp?item=AO10400%2D64
20:05.52TyroneFHornighSomething like a 1GH celeron
20:06.25scanlineGH?
20:06.37Patlabor221can problaby get a durron or an XP for cheat
20:06.54TyroneFHornighI wasn't planning on creating a "cheat" for this one ;)
20:06.58Patlabor221cheap
20:07.46captain_protonscanline: GibiHertz
20:07.59Patlabor221meh, a gig celly is about the same as a gig durron
20:08.02scanlinecaptain_proton: :)
20:08.26Patlabor221an XP 1700  is only $45
20:09.49TyroneFHornighIt's just running around the back of my mind right now. My 3 PC's are getting quite old, and I'll be replacing the 486-66 in the next year anyway. I'm just thinking about what projects I want to undertake with a new one.
20:10.33Patlabor221heh I should just send you the husks I have laying around, problaby some PIII's in there somewhere
20:10.57TyroneFHornighAny of those would be faster than all 3 of mine combined ;)
20:11.09Patlabor221heh
20:11.37mmu_manre
20:23.59*** join/#bzflag sn0w_m0nkey (~sn0w_m0nk@photon.health.unm.edu)
20:24.37sn0w_m0nkeymornin
20:25.38TyroneFHornighafternoon
20:29.05*** join/#bzflag [newbie] (~newbie@rotes225.wohnheim.uni-kl.de)
20:29.20*** join/#bzflag Spiff (~Spiff@12-223-213-142.client.insightbb.com)
20:38.44*** join/#bzflag Noodleman (~tuckerm@adsl-66-72-31-81.dsl.kntpin.ameritech.net)
20:55.47*** join/#bzflag DTRemenak|work (~cfa61325@p50912A95.dip.t-dialin.net)
20:57.31*** join/#bzflag Tupone (~Tupone@ppp-82-84-126-207.cust-adsl.tiscali.it)
20:57.59*** join/#bzflag Noodleman_ (~tuckerm@adsl-66-72-31-65.dsl.kntpin.ameritech.net)
20:58.34TyroneFHornighIt's friday afternoon. People are being far too serious or quiet around here.
21:00.13TyroneFHornigh~seen learner
21:00.13learner <sean@chr160dhcp1675.chrchv01.md.comcast.net> was last seen on IRC in channel #bzflag, 16h 23m 59s ago, saying: 'indeed'.
21:00.22TyroneFHornigh~seen brlcad
21:00.22brlcad <sean@chr160dhcp1675.chrchv01.md.comcast.net> was last seen on IRC in channel #bzflag, 5h 14m ago, saying: 'be back soon -- lunchtime'.
21:01.02TyroneFHornighThere's the problem, learner is out of the channel. The silliness factor is too low. ;)
21:04.05bryjen5 hours? that's a long lunch.
21:04.46TyroneFHornighI just received an email from learner. Pardon the minor flood.
21:04.50TyroneFHornighThe connection to my isp went down today in the neighborhood.  They tell
21:04.50TyroneFHornighme that it might not be back up until probably Thursday..  Arg.  And, of
21:04.50TyroneFHornighcourse, irc is blocked from work directly, so I'll be disconnected for a
21:04.50TyroneFHornighfew days.  I'm going to see what I can get set up in the meanwhile.
21:05.32bryjenthat explains why both his nicks are @ the same host
21:05.54Tuponepwd
21:06.19bryjen<PROTECTED>
21:06.35TuponeNo /home/Tupone/bzflag
21:08.00bryjenhmm
21:10.02Tuponeanybody has played with 1.9 recently?
21:10.38bryjenplayed a game, or changed the code ?
21:10.49TuponePlayed a game.
21:11.02TuponeNobody is killed now!
21:11.15bryjenEep.
21:11.15TuponeAt least with bot
21:11.15TyroneFHornighI usually try it once every evening after updating the code. I haven't seen too many people on since Wednesday.
21:11.19*** join/#bzflag brlcad (~sean@barley.cs.jhu.edu)
21:11.32brlcadGrrr
21:11.49bryjengrowling grain!
21:12.02brlcadyes
21:12.08brlcadyeay.. people :)
21:12.17TyroneFHornighI just forwarded a bit of your email to this group.
21:12.33brlcadI finally found a way to proxy in at least from work
21:12.41brlcadcheesy irc client, though
21:13.14brlcadDamn my isp
21:13.40Nidhoggrdoes work block ssh?
21:14.26TimRikerNidhoggr: here they do.
21:14.34Nidhoggrbummer
21:14.39brlcadYes they do here too
21:14.50Nidhoggrour company tech dept is rather small, so I can get any port I want opened.
21:14.56TimRikerhowever, http proxy ssh works ok. ;-)
21:15.11bryjenAck.  Bots don't die.  At least they don't kill me either.
21:15.14Nidhoggrin fact, we opened 5155 to sectretplace. :)
21:15.19brlcadAs does other connections from other hosts of mine (such as the present)
21:15.28brlcadfortunately 6666 was unblocked and calvino responded
21:15.40Nidhoggrthat's good.
21:15.57Nidhoggrone good thing about running my own IRC server, I can set up different ports on the fly.
21:15.59Tuponebryen: can we play together to see if human die
21:16.12bryjenTupone: which server?
21:16.21Tuponepick one
21:16.29TyroneFHornighI would suggest something other than brlcad. ;)
21:16.36brlcadheh
21:16.36bryjenducati
21:16.49NidhoggrI should stick up the dragon CTF map that bagheera made for me.
21:16.50TyroneFHornighThe high gravity choice ;)
21:16.52Nidhoggrit's way cool.
21:17.51brlcadI don't want to go home now ... it'll be so .. isolated
21:18.26TyroneFHornighdialin is available, although slow.
21:18.50brlcadthat won't work for me either ..
21:19.10bryjenshot messages not getting sent or relayed ?
21:19.11brlcadI dropped land-line phone service years ago
21:19.37Tuponebryjen: those site have been regenerated?
21:20.00brlcadI could get that pcmcia uplink for my cell, though, and plug that into the laptop.. hrm
21:20.06bryjeni don't know if ducati updates automatically
21:20.26brlcadI don't think ducati does
21:20.35bryjenxmission might
21:20.42brlcadjust Tim's and *sigh* mine
21:20.56bryjentry xmission ?
21:21.00Tuponelarsl seems to have changed something on bzfs recently. I should try with prev  version
21:21.03TuponeYeah
21:28.19Tuponebryjen: I think is Pack.cxx. Just a guess
21:30.14brlcadI wasn't even aware that there is a development/test freenode network up on port 9001 till I went port hunting.. (or even that 6666 would work)
21:30.30brlcadI joined #bzflag and had op :)
21:30.35brlcadbut I was all alone :(
21:31.03brlcadthe network had all of 15 people on it
21:32.05Nidhoggrif you joined #bzflag on irc.dragon.org, you'd be op, too. :)
21:32.17Nidhoggractually, I should use that as a chat channel for our servers.
21:32.53*** join/#bzflag mmu_man (~revol@ALyon-209-1-15-192.w81-49.abo.wanadoo.fr)
21:33.09Tuponebryjen: _is_ Pack.cxx
21:33.38brlcadwould someone update the topic and remove the last one about the filter.. this client's buffer isn't big enough..
21:34.19larslTupone: What about Pack.cxx?
21:34.42Tuponewhat happens is that nobody is killed. If I take the previous version all is ok
21:35.00larslHum.
21:35.23larslI only changed the unpacking of text messages.
21:35.43Tuponecould be its used for shot ?
21:36.05*** part/#bzflag drinian (~drinian@pcp153139pcs.hamntn01.nj.comcast.net)
21:37.24larslI don't see why they would be.
21:38.10TuponeWhat I saw is that if we play with new client and server we didn't see other shots
21:38.30TuponeIf we play with new client and old server, we see shot but no kill
21:40.05*** join/#bzflag BugsPray (~cfa61325@p50912A95.dip.t-dialin.net)
21:41.11BugsPrayhello
21:41.23Tuponelarsl: could be the PingPacket?
21:41.29BugsPraynope it's not
21:41.52BugsPray:P
21:42.59BugsPrayso what's new?
21:43.23Patlabor221chickens
21:43.29BugsPraywow
21:43.33BugsPrayi was thinking the same thing
21:43.40DTRemenak|workchickens in BZFlag?  sounds like fun
21:43.44Patlabor221I'm sure you were
21:43.49BugsPrayseriously
21:43.50BugsPrayi was
21:43.55brlcadas long as the chickens can shoot back :)
21:44.03BugsPraychickens dont have hands
21:44.12Patlabor221how do you know?
21:44.13BugsPrayor tanks for that matter...
21:44.15TyroneFHornighShould they just be randomly running around the field, and getting run down with feathers flying everywhere?
21:44.23brlcadtwo words.. "lethal beakage" :)
21:44.40BugsPraysince when have chicken beaks ever been able to penetrate the armor of a tank
21:44.52DTRemenak|worksince tanks could jump
21:44.53TyroneFHornighWe could have them being thrown into the engines and stalling the tanks. ;)
21:45.22TyroneFHornighFrozen chickens have been known to penetrate aircraft windshields.
21:45.27BugsPraywhat if it has an anti-chicken engine?
21:45.33brlcadyou don't want to get a beak stuck in your treading.. could immobilize you (titanium coated beaks) :)
21:45.53DTRemenak|workmaybe they're suicide-bombing chickens
21:46.01BugsPrayremind me in my next life not to be a frozen flying chicken living at an airport
21:46.10TyroneFHornighI'm not sure all graphics cards support hardware accelerated feathers.
21:46.29DTRemenak|workwe can have drumsticks for the ones that don't
21:46.33brlcadthey could be "special" chickens that live off of a diet of c4 and detonators.. don't wanna go kicking those suckers..
21:47.23brlcad.. or running them over with a tank.. *boom*
21:47.34DTRemenak|workonly if you have steamroller :)
21:47.51TyroneFHornighIt would still give you a bumpy ride.
21:48.08TyroneFHornighor maybe that's how you get tanks to jump ;)
21:48.32TyroneFHornigh~slap BugsPray
21:48.37ACTION slaps BugsPray, keep your grubby fingers to yourself!
21:48.38brlcad~whaleslap BugsPray
21:48.39ibot slaps BugsPray upside and over the head with one freakishly huge killer whale named hugh
21:48.49CIA03larsl * 12bzflag/src (2 files in 2 dirs): Add \0 to messages at another place where it can't possibly interfere with shots and kills
21:48.53BugsPray*sniff*
21:48.59BugsPrayim gettin picked on :;(
21:49.05Patlabor221you'll live
21:49.11BugsPrayi dunno
21:49.14DTRemenak|workget used to it :)
21:49.16Patlabor221I do
21:49.47BugsPraythat whale may have given me an STD
21:50.10Patlabor221maybe so, but that's a personal problem.
21:50.21BugsPrayi didnt concent
21:50.37brlcadyou were already infected with the fatal MS virus, no need to worry any more than you should already be worrying
21:50.41TyroneFHornighWe're tolerant of your personal lifestyle around here. Go deal with it yourself.
21:50.59BugsPraylibbies...
21:51.00Patlabor221and this is just text, so what ever you did with a whale is your own biz.
21:51.15BugsPraypics or it didnt happen?
21:51.17BugsPrayi got some..
21:51.25DTRemenak|workmaybe it's what he was doing with the text
21:51.25TyroneFHornighpat, I have a graphical irc client.
21:51.43Patlabor221so it showed the whale?
21:52.05DTRemenak|workhm, that could be a cool hack....graphical whaleslaps
21:52.31BugsPraynot if what happens to me happens to everyone getting whaleslapped
21:52.32brlcad<PROTECTED>
21:52.51TyroneFHornighLuckily it's still rated pg, so anything more that happened was provided. ;)
21:53.06Tuponewhat shoud be happen teleporting with burrow?
21:53.21BugsPraymaybe grammar check
21:54.39BugsPraybye bye
21:55.00Patlabor221ahh the things he will try
21:56.33purple_cowdoodeedoo
21:56.53DTRemenak|workdeedah
21:57.11brlcadno, doobee?
21:57.25DTRemenak|workquux!
21:57.25TyroneFHornighYabba Dabba Doo ;)
22:01.39*** join/#bzflag Carnage (strayer@dyn216-8-133-126.ADSL.mnsi.net)
22:01.44Carnagehi
22:02.12Nidhoggrhiya carnage
22:10.14*** join/#bzflag david_v (~david_v@c213-200-135-241.cm-upc.chello.se)
22:12.58SpiffWow.. isn't it a lil' late there, David? :-)
22:14.03david_vslightly :)
22:16.29*** join/#bzflag Bagheera (~Bagheera@pool-162-84-18-18.sal.east.verizon.net)
22:16.44Bagheera~seen Nidhoggr
22:16.45nidhoggr is currently on #bzflag (5d 13h 8m 38s).  Has said a total of 479 messages.  Is idling for 14m 33s
22:16.45brlcadhowdy bags
22:16.55Bagheerahey brlcad
22:18.24david_vdoes anyone know if Chestal will be reachable at the moment?
22:18.40FredFlintstone~seen Chestal
22:18.40i haven't seen 'chestal ', FredFlintstone
22:18.56FredFlintstone~seen Chestal
22:18.56chestal is currently on #bzflag (5d 13h 10m 49s).  Has said a total of 528 messages.  Is idling for 2h 32m 5s
22:19.17FredFlintstoneTry dropping trailing spaces, ibot.
22:19.20Bagheerahow did the hurricane turn out JB
22:19.56FredFlintstoneIt got a little dreary for a day, but the storm turned east and started heading towards Nidhoggr.
22:20.11Bagheeradesert rain, eh
22:21.31SpiffPoor Nidhoggr.  LoL
22:21.36Nidhoggr?
22:22.06FredFlintstoneNidhoggr: Did you get anything from the storm this week, or was it pretty much played out by the time it reached you?
22:22.09SpiffJB said that the storm headed for you.
22:22.20Nidhoggryes, we got 3 days of rain.
22:22.21SpiffAhhhh.  Ic Ic.
22:22.40SpiffI guess I'm just sick of it because I live in Indiana.  It starts raining here and we don't see the sun for like four days.  LoL
22:22.49Nidhoggrwe don't get much rain in phoenix.
22:24.21SpiffI have a couple of friends in Phoenix.  Seems like a nice place.
22:24.57Carnagecya guys later
22:25.14FredFlintstoneIt depends on what your parameters are for nice. My sister lives in Mesa. It's not the place I would want to live.
22:26.52*** join/#bzflag triclops (~triclops@203-219-160-62-nsw.tpgi.com.au)
22:32.47purple_coweww
22:34.13david_vdo you think Chestal will read a query i sent when he gets back? make a statistical guess please :)
22:34.33david_vor i could just come here tomorrow though (today that is, but after i've slept :)
22:34.54FredFlintstonePut it in memoserv, and he's more likely to see it than if it's in the middle of the log.
22:35.44david_vah yes
22:35.50david_vdoh
22:35.53david_vthanks
22:35.57FredFlintstonenp
22:41.11Tuponebrlcad: was you that was fighting with -window option
22:49.10*** part/#bzflag david_v (~david_v@c213-200-135-241.cm-upc.chello.se)
22:51.10brlcadHere's a thought for the upcoming major release:  the website needs to be improved
22:51.51brlcadI'd recommend utilizing existing effort and just polish it up with the updated changes
22:53.07brlcadI'd recommend utilizing Dutchrai's "Shell Shock" interface and integrating it with the bzbb
22:53.42brlcadThoughts?
22:56.24larslIntegrating with BZBB sounds good.
22:57.45brlcadhttp://www.shellshock.dutchrai.com
22:58.46brlcadThere's a lot of good information and a reasonably organized layout on shell shock already
22:59.25brlcadI'd just change it from "Shell Shock" to just BZFlag or something similar
22:59.48larslAnd how would you integrate it with BZBB?
22:59.56brlcadand "The BZ Times" is a little fooish
23:01.34brlcadthere's already a "Forums" link on the title bar (albeit a bit out of place there)
23:02.03larslYes, I saw that.
23:03.02brlcadThe "interactive vote" poll could be integrated so that you actually end up voting for a bzbb poll
23:03.35brlcadsite searching should span over to the forums as well
23:04.14Nidhoggrthat'd be a good thing
23:06.25larslShould the BZBB theme be changed to look like the rest?
23:06.38*** join/#bzflag |tim| (~Tim@ip68-106-184-191.sb.sd.cox.net)
23:06.44Patlabor221changing BZBB is not easy
23:07.00brlcadThe site appears to be static or perhaps separated by server preprocessor includes, it'd be nice to have it be php based
23:07.29brlcadI wouldn't change the bzbb theme
23:07.49Patlabor221shellshock updates are few and far between
23:07.50brlcadit's got it's own configurable themes
23:08.15brlcadexactly why I'd ask him if it can be taken over, shoved into cvs and kept up to date
23:08.17Patlabor221just all the mods we have now have been hand coded into the theme template files.
23:08.33brlcadouch
23:08.40Patlabor221it's how they work
23:09.11brlcadthat's okay, though, it can just point to it like it does now anyways.. it doesn't have to be coupled
23:10.36brlcadJust about anything would be better than the current bzflag.org; the SS interface is fairly well organized and contains most of the information that is immediately useful to bzflagers
23:10.36Patlabor221I don't think you can run any databases on the SF server
23:11.18brlcadI'm pretty sure you can't too.  Why would we need to?
23:11.30NidhoggrI'm open to running any other sites/services for the project.
23:11.33Patlabor221well, you mentioned php baseis
23:11.52Patlabor221and that is usaly done to store news and stuff in databases
23:12.08larslFiles work too.
23:12.21Patlabor221true, but does it have write access
23:12.35brlcaddoesn't have to, it's good to just use it to templatize the site
23:12.36Patlabor221the SF servers operate in a very odd mode
23:12.40larslYou can chmod the files, but why would it need it?
23:12.41Patlabor221ture
23:13.17Patlabor221the hardest step me and cap had with changing the website was getting Tim to agree to it
23:13.35Nidhoggrthere are a lot of ways to build a nice web page from data in tab or comma delimeted files.
23:13.36brlcadWell.. we got the go-ahead for that :)
23:14.16Patlabor221fist step would be to list all the data that the site should have access to so we can catogorise is
23:14.26brlcadYes, indeed.
23:14.37brlcadperhaps a mock-up is in order
23:14.55Patlabor221ohh yes definatly, that is step 2
23:14.56Patlabor221http://www.artemisgames.com/bz/logo/
23:14.58brlcadmaybe something for me to play with this weekend while I'm by my connectionless self
23:15.04Patlabor221that is all the logos I ofitfonaly did
23:15.36Patlabor221origonaly
23:16.13brlcadnot bad
23:16.45brlcadit'd be fun to make it a rotating logo and use many of them :)
23:17.03Patlabor221like, http://www.artemisgames.com/bzedit/
23:17.22Patlabor221each time you go there it uses a difrent logo / color sceme
23:18.43brlcadHrm.. I keep getting the same..
23:18.51*** join/#bzflag Spiff (~Spiff@12-223-213-142.client.insightbb.com)
23:19.40brlcadBut yes..  Organize the whole thing and make it rather simple to keep up to date and store the whole site in cvs so we can all easily get access to it
23:20.26brlcadthen just publish the site every night or upon changes, etc
23:35.42Patlabor221close your browser
23:35.52Patlabor221it's not on each reload, it's on each new session
23:36.08brlcadah, cool :)
23:36.28Patlabor221it's supposed to be so that your entire session is in the same theme
23:36.34Patlabor221tho a couple pages are busted
23:40.11brlcadUh oh..
23:40.35brlcadhrm.. moin.cgi should be protected via robots.txt
23:40.51brlcadI have no idea what that wget just did to the main site..
23:42.14brlcadhrm.. looks like it didn't do any harm maybe.. still shouldn't allow robots
23:42.17CIA03atupone * 12bzflag/src/platform (2 files): Allocate XSizeHints with Xlibs call. Seems to fix -window problem on Linux
23:46.05larslI can run the debug version in a window!
23:47.51Tuponeappreciate
23:54.10*** join/#bzflag MrApathyCream (~MAC@balt-209-163-100-199.qis-dynamic-dialup.coretel.net)
23:55.11MrApathyCreamhey looky! another day without tim :(
23:55.24TyroneFHornigh~seen TimRiker
23:55.29timriker <~timr@proxyle02.ext.ti.com> was last seen on IRC in channel #bzflag, 2h 40m 33s ago, saying: 'however, http proxy ssh works ok. ;-)'.
23:56.08TyroneFHornighIt seems you're on different schedules.
23:58.41MrApathyCreamprhaps

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.