irclog2html for #bzflag on 20030919

00:00.22HughOrcaAsk him, you will be surprised by the answer you get.
00:00.32fiberchunksheh
00:00.55CIA03brlcad * 12bzflag/src/bzadmin (bzadmin.cxx): added version.h for the version funcs
00:00.56fiberchunkshe's talking to himself (much like his father), but luckily, is not yet answering himself
00:02.02larslIs playing.cxx rebuilt everytime I type 'make' now?
00:02.23Katanayes
00:02.43Katanait makes calls to the build version
00:03.08larslWouldn't it be enough to link them again?
00:03.28larslAnd just compile the file with the version functions?
00:03.48Katanayes, but there is no such file
00:04.04Katanathat would be a version.c file
00:04.46larsl1 minute for an empty build.
00:05.02KatanaI just made the header thing do what it's "supposed" to do for better or worse (update the build version every build properly)
00:05.28Katanathe funcs should be separated and just relinked
00:05.41Katanainstead of being inlined funcs
00:05.44Katanafrom a header
00:07.35larslDidn't it work on Mac earlier?
00:08.49TimRikerHomelarsl: should work now.
00:09.09larslIt's compiling.
00:09.13TimRikerHomeI'm building one at the moment.
00:09.39Tuponefor that kinda thing: can we do just a extern and generate something like builddate.cxx only just before linking, if linking is necessary
00:10.13Tuponeif nothing change we save building time and more, we know nothing has changed
00:10.21TimRikerHomepatches welcome
00:10.34Tuponecontribution welcome?
00:10.40TimRikerHomethat too
00:12.27larslWeird. When it has compiled everything, it goes back and compiles some files again.
00:12.41larslLooks like those that depend on version.h.
00:13.20Katanaversion.h is touched after a build
00:13.53larslAh, so it's probably when it does 'make install'.
00:15.48larslTimRikerHome: Very nice! rpm -tb gave me a working RPM with all the binaries and data.
00:16.17larslIt looks like the release wasn't defined though, the RPM is called bzflag-1.9.3.20030919-ELEASE.i586.rpm
00:16.26larslHm.
00:16.26TimRikerHomelarsl: gee thanx. ;-) working out the double include warnings now.
00:16.36larslThat's ELEASE
00:16.44TimRikerHomeheh. %RELEASE
00:16.45larslThat's <percent>RELEASE
00:17.02TimRikerHomethat one should be fixed in cvs now.
00:19.52larslThe RPM thinks that it depends on my nVidia drivers though. I'll have to do something about that.
00:20.10larslI could build them on the computer without nVidia drivers.
00:20.40TimRikerHomehmm. %RELEASE is back...
00:20.56TimRikerHomeKatana: and replaces with what?
00:21.17TimRikerHomeKatana: the idea was to _do_ a touch. that forces the date to get updated.
00:21.22TimRikerHome~fishslap Katana
00:21.24ACTION slaps Katana up side the head with a wet fish.
00:22.05*** join/#bzflag bryjen (bryjen@ky-owensboro1a-242.owboky.adelphia.net)
00:22.20*** join/#bzflag Ruudi (~chatzilla@80-235-70-201-dsl.trt.estpak.ee)
00:22.38Ruudihi
00:22.44larslHello.
00:22.51KatanaTim, but you don't want it to rebuild just for the hell of it every time you do a make
00:23.12larsl~country .ee
00:23.12extra, extra, read all about it, country .ee is estonia
00:23.28Katanathis is a close second best until there is a version.c file that can be linked
00:23.33larsl.EE? That doesn't really make sense.
00:23.41TimRikerHomeKatana: in fact you do. well, what you really want is to make those if you make anything else, but by the time you know that it's too late.
00:23.41Ruudihmm why not?
00:23.54TimRikerHomeKatana: so you _do_ want to make those every time.
00:23.56larslRuudi: Why two E?
00:23.57Katanathe dates will be the actual compilation date of the file that reports a version
00:24.11Ruudione E would be weird that'
00:24.13Ruudis
00:24.14Ruudiwhy :)
00:24.14bryjenhow's it spelled in its native language? and what .e_ were available
00:24.18larsl=)
00:24.23Ruudieesti
00:24.27larslAh, OK.
00:24.49bryjen~country .se
00:24.50well, country .se is sweden
00:24.57larsl~country .ll
00:25.08Katanawell, I can leave it, but it is certainly annoying to have it rebuild every time when nothing has really changed
00:25.31Ruudiwell ee or et who cares
00:25.57Katanald: Undefined symbols:
00:25.57KatanaPlayer::setDeadReckoning()
00:26.04Katanafor bzadmin
00:26.13larslAgain?
00:26.20larslDid someone make that not inline?
00:26.24Katanait's never gone away for me
00:26.36Ruudiok i'm off to bed good night
00:27.05*** join/#bzflag victorvdl (~victorvdl@ip142.125-173-207.eli-du.nwlink.com)
00:27.08larslOdd, it's supposed to be an inline function defined in a header included by ServerLink.cxx (which is a part of bzadmin).
00:27.35MrApathyCreamlarsl think chestal reverted
00:27.54larslBut I reverted it back again. =)
00:28.04MrApathyCreamah dunno
00:28.15larslAnd it builds for me, so it can't be that.
00:33.18Katanaeep.. just lost power
00:33.25KatanaGO UPS!
00:37.00Katanahrm.. maybe I have a stale .o laying around messing it up for bzadmin -- lemme clean up
00:37.39Katananope
00:38.04larslWhich GCC?
00:38.23Katanagcc (GCC) 3.1 20020420
00:38.45larsl3.2.2 here.
00:43.18*** join/#bzflag JBDiGriz (~JBDiGriz@adsl-63-204-118-194.dsl.sndg02.pacbell.net)
00:47.42*** join/#bzflag CIA (CIA@cia.utility.freenode)
00:49.13*** part/#bzflag Tupone (~Tupone@ppp-217-133-255-186.cust-adsl.tiscali.it)
00:54.25TimRikerHomebuilds here ok
01:04.43TimRikerHomerpm -tb  seem to be correct now. spec file is touched by configure. we should distritute the "make dist" tarball which works. a cvs tar etc might not properly build and include the bzflag.spec
01:05.00TimRikerHomethere is no more need to distribute a .src.rpm
01:06.04TimRikerHomeoff to put the kids to bed...
01:07.10*** join/#bzflag lurgyman (~lurgyman@home-dhcp6-8.Colorado.EDU)
01:20.07*** join/#bzflag CIA (CIA@cia.utility.freenode)
01:21.22Katanaokay, i wipsed everything away, checked out, and built
01:21.35learnernow I get
01:21.41learnermake: *** No rule to make target `ServerLink.cxx', needed by `ServerLink.o'.  Stop.
01:26.25bryjenin bzadmin ?
02:01.32*** join/#bzflag SGI (~SGI@bgp01138bgs.sothfd01.mi.comcast.net)
02:01.40SGIhi
02:03.48bryjen~seen Bagheera
02:03.48bagheera <~Bagheera@pool-162-84-20-170.sal.east.verizon.net> was last seen on IRC in channel #bzflag, 5h 20m 46s ago, saying: 'give it time'.
02:04.26MrApathyCreamlearner is -filterChat and -filterSimple mutually exclusive?
02:05.31learnerno they are not
02:05.41learnerthat error was in bzadmin
02:06.26learnerfilterSimple basically says that when you do filtering, do it in a simple filterword==word match style
02:06.42learnerfilterchat explicitly turns on chat filtering in the server
02:07.21learnerfilterSimple is basically for backwards compatibility -- it's the original filtering when you enable that
02:07.37MrApathyCreamlearner so you can have both on?
02:08.03learneryes, though you probably don't want filterSimple unless there's some specific need for it
02:08.09MrApathyCreamok
02:08.10MrApathyCreamthanks
02:08.13learnerlike a cpu/memory issue
02:09.14learnerand even if there are cpu/memory issues, it's better to trim down the filter itself than to fall back to simple filtering
02:10.03bryjenibot: botsnack
02:10.03bryjen: thanks
02:11.20MrApathyCreamlearner: so are the 5 -vote options set now? no more changes to them?
02:11.53learner5?
02:12.18MrApathyCream<PROTECTED>
02:12.18MrApathyCream<PROTECTED>
02:12.18MrApathyCream<PROTECTED>
02:12.18MrApathyCream<PROTECTED>
02:12.18MrApathyCream<PROTECTED>
02:12.19MrApathyCream<PROTECTED>
02:12.26learnerah, thx
02:12.51MrApathyCreamare they all staying, is any changing, any others?
02:12.52learneryes they are final
02:12.59MrApathyCreamok
02:18.43learnerthere goes the power again
02:19.41*** join/#bzflag SGI (~SGI@bgp01138bgs.sothfd01.mi.comcast.net)
02:21.02*** join/#bzflag DTRemenak (~DTRemenak@host-227-183.dialup.innercite.com)
02:34.40bryjenibot: bryjen
02:37.43*** join/#bzflag captain_pistachi (~blardebla@home-dhcp6-158.colorado.edu)
02:37.43*** mode/#bzflag [+o captain_pistachi] by ChanServ
02:41.46*** join/#bzflag purple_c1w (~jupiter@home-dhcp6-158.Colorado.EDU)
02:41.55TimRiker-badword probably ought to be -filter
02:43.47CIA03dbrosius * 12bzflag/misc (bzfs_conf.html): default port is now 5154
02:43.53TimRikerwell, final is never true... but probably until a karma system. ;-)
02:44.01CIA03dbrosius * 12bzflag/misc (bzfs_conf.html): New Flags!
02:44.10CIA03dbrosius * 12bzflag/misc (bzfs_conf.html): add filtering stuff
02:44.18CIA03timriker * 12bzflag/ (bzflag.spec.in): %RELEASE, duplicate includes
02:44.22ElectricElfOh, oh, new flags! :)
02:45.31ElectricElfTimRiker: Have you gotten a port from IANA?
02:47.15learneryes he did
02:47.21bryjenElectricElf: i believe 5154 is registered
02:47.30ElectricElfAh, spiffy.
02:50.55TimRikeryes, 5154 is registered.
02:52.21TimRikerhttp://www.iana.org/assignments/port-numbers
02:55.35learnerhrm.. lemme look at it in mac ie
03:00.16SGI~dict queque
03:00.42bryjen~dict queue
03:00.53SGIthanks
03:01.34SGIbryjen thank you
03:01.43bryjenyou're welcome
03:22.10*** join/#bzflag Noodleman (~tuckerm@adsl-66-72-30-206.dsl.kntpin.ameritech.net)
03:22.58TimRikerhttp://www.eff.org/share/petition/ <- idle reading
03:26.00CIA03timriker * 12bzflag/src/bzadmin (2 files): try to be less-hackish with ServerLink.cxx
03:38.18*** join/#bzflag Spiff (Spiff@12-222-147-141.client.insightBB.com)
03:38.48Spiff~nslookup 68.111.116.228
03:41.58*** join/#bzflag Chikorita (Chikorita@ACA91A60.ipt.aol.com)
03:45.29Chikorita~d
03:45.58Chikoritahmmpf
03:46.35fiberchunksgood read tim :)
03:47.35Spiff~seen sussudio
03:47.35sussudio <Suss@81.68.133.229> was last seen on IRC in channel #bzflag, 24d 6h 13m 12s ago, saying: 'talking about jerks......'.
03:47.47Spiff~seen KnightMare
03:47.47knightmare <1000@ip68-107-165-224.lu.dl.cox.net> was last seen on IRC in channel #bzflag, 242d 22h 28m 16s ago, saying: 'ok, thanks for the help... gotta go :)'.
03:48.05SpiffAha.  Gotcha.
03:48.32SpiffWell.... that's another person to add to my list of rude people. :-)
04:02.06learnerthat fixed my bzadmin woes
04:17.26*** join/#bzflag triclops (cbro903@banjo24.orchestra.cse.unsw.EDU.AU)
04:22.18CIA03timriker * 12bzflag/src/bzfs (CmdLineOptions.cxx): sort anyone? really need a table for all this
04:23.26CIA03timriker * 12bzflag/ (2 files): rpm
04:24.00TimRikerlearner: the Makefile.am ServerLink.cxx fix?
04:27.34SpiffSpiffy's gonna go to bed.  C-yaz.
04:38.05learnerTimRiker: yes
04:41.22TimRikersweet.
04:41.59TimRikerdanger is if you edit the one in bzadmin/ then the next time the one in bzflag is updated, your's will get overwritten.
04:42.35TimRikerwe really need to fix up the source so that hackery is not needed.
04:45.13*** join/#bzflag |tim| (~tim@209-102-174-145.coastalnow.net)
04:50.43*** join/#bzflag captain_pistachi (~blardebla@home-dhcp6-158.Colorado.EDU)
04:50.43*** mode/#bzflag [+o captain_pistachi] by ChanServ
04:56.19*** join/#bzflag lurgyman (~lurgyman@home-dhcp6-8.Colorado.EDU)
05:03.42*** join/#bzflag mmu_man (~revol@ALyon-209-1-21-250.w81-51.abo.wanadoo.fr)
05:18.41*** join/#bzflag lurgyman_ (~lurgyman@home-dhcp6-8.Colorado.EDU)
05:20.09CIA03timriker * 12bzflag/ (2 files): bzflag.lsm.in
05:20.27CIA03timriker * 12bzflag/ (bzflag.lsm.in): lsm
05:20.57CIA03timriker * 12bzflag/ (2 files in 2 dirs): BZVERSION dies
05:22.13learnermight even start playing with the options on if the bug is really gone
05:22.29JBDiGrizI might as well have them on during the testing phase
05:23.21learnerHmm..
05:23.37learnerFlash Flood Warnings now hitting all the tv channels
05:23.48JBDiGrizStay dry
05:24.14JBDiGrizI'm heading out, 'nite
05:28.23CIA03timriker * 12bzflag/ (TODO): speeling
05:29.45CIA03timriker * 12bzflag/ (.cvsignore): lsm
05:56.15*** join/#bzflag Chikorita (Chikorita@ACA91A60.ipt.aol.com)
06:02.52CIA03timriker * 12bzflag/ (TODO): laser info, version.c
06:04.52CIA03timriker * 12bzflag/ (6 files in 4 dirs): controversial GM shorting to 0.95
06:05.02captain_protonscandalous!
06:05.25TimRiker;-)
06:05.52TimRikerit's now in bzdb so it's even tunable. ;-)
06:07.49TimRikerany way to see a variable?
06:08.03TimRiker/set <var> does not do it.
06:08.19captain_protonhmm, didn't MAC add a command for that? /print or somesuch
06:11.16TimRiker/set <var> should do it...
06:16.21captain_protonwouldn't be hard to do
06:29.00TimRikercaptain_proton: can you always read an entry? ie: /set <foo>  would not need a permissions check?
06:29.13TimRikerserver password does not go in there does it? etc.
06:32.17captain_protonTimRiker: yes, there's no perm to disallow read
06:32.31TimRikerk
06:32.33CIA03timriker * 12bzflag/src/bzfs (bzfs.cxx): /set <var>   displays
06:32.53captain_protoni can concieve of a situation where that may not be the case, but we can cross that bridge if we come to it
06:33.00TimRikeragreed
06:36.00*** join/#bzflag Chikorita (Chikorita@ACA91A60.ipt.aol.com)
06:36.42captain_protonyay, navi is starting to look like a media fileserver again
06:37.54Chikorita:)
06:37.59Chikoritahi cap
06:38.03captain_proton'allo
06:38.27Chikoritatalkin 2 urself again?
06:38.31Chikoritalike mee
06:38.33ChikoritaLoL
06:38.35captain_protonsure
06:38.59Chikoritai cant wait 2 c da new version wen it comes out
06:40.23Chikoritawil it require every1 to d/l it?
06:40.43captain_protonyeah
06:40.47Chikoritai mean , wil da new flags b present on da current servers up?
06:40.55Chikoritao okies
06:41.37Chikoritaso 1.7e cannot play wif sum1 wif 1.9?
06:41.43captain_protonno
06:42.02Chikoritaor they can , buh 1.9 can only use da new flags , an such
06:42.12captain_protonno, 1.7 won't even connect to a 1.9 server
06:42.14captain_protonand vice versa
06:42.17Chikoritao i c
06:42.40Chikoritaso it'll b a new listserver for 1.9 only users
06:42.45Chikoritai c
06:42.59Chikoritanjus like it iz now iguess :P
06:43.15TimRikerxmission:5154 password is p - test away.
06:43.19Chikoritaonly 3 1.9 servers now
06:43.22Chikoritao i c
06:43.30Chikoritak
06:43.32Chikoritanbrb
06:43.55TimRikerChikorita: I don't suppose we could talk you into speaking normally?
06:44.03TimRikerheh. too late.
06:44.36TimRikerjoin me on xmission:5154 ?
06:44.42TimRikertesting fw issues.
06:44.50captain_protoni'll have to update
06:44.51captain_protonhang on
06:46.45TimRikerah. I think I hear a kid crying anyway. we'll do it later.
07:08.24*** join/#bzflag Chikorita (Chikorita@ACA91A60.ipt.aol.com)
07:08.47Chikoritai couldnt find it
07:09.26Chikoritai have 1.9 version08.18
07:10.46Chikoritaso do all da current server hosts hafta redo their maps in 1.9 to put in on da new 1.9 listserver?
07:11.17Chikoritasince 1.9 has map changes 2 it
07:11.28captain_proton1.9 will run 1.7 maps
07:11.34Chikoritao okies , kewl
07:12.18Chikoritawow a bigger ducati map , dat allows more playerz , would b so kewl :)
07:12.36Chikoritac how it works out :P
07:12.41Chikorita5v5
07:12.46Chikoritaheehe
07:24.48*** join/#bzflag Tupone (~Tupone@ppp-217-133-255-186.cust-adsl.tiscali.it)
08:06.48*** join/#bzflag scanline (~micah@home-dhcp5-110.Colorado.EDU)
08:35.21*** join/#bzflag s (yoyox@fouk.org)
09:12.48*** join/#bzflag strayer (~strayer@p5091284B.dip.t-dialin.net)
09:12.56strayerhello
09:18.20strayercan anyone tell me why the bz-serverdescription of 1.9 changed to a different style than it was before? > BZFS107x to BZFS19xx ?!?
10:10.44*** join/#bzflag bomber (~bomber@ap97.physik.uni-frankfurt.de)
10:10.48bombermoin
10:12.10strayerhi bomber :)
10:22.09bomberhey strayer
10:30.42*** join/#bzflag KTL (~KTL@scotty.kulnet.kuleuven.ac.be)
10:56.08*** join/#bzflag tea|tree_ (~tea|tree@pD9E96716.dip.t-dialin.net)
11:26.50*** join/#bzflag [dmp] (dennis@blade25.cs.auc.dk)
11:28.03*** join/#bzflag rooter ([CWtmy1Mwn@webguy.cc.westga.edu)
11:34.58*** join/#bzflag larsl (~larsl@c213-100-62-55.swipnet.se)
11:44.11rooteri just tried out the Rabbit game for the 1st time
11:44.14rooterpretty cool!
11:45.08larslIt can probably be really fun when we get more players on the new servers.
11:45.19rooteryes
11:45.49rooterit was a little boring because the only person there seemed new
11:46.04rooterbut with 5-6 people... it would be great
11:46.41rooterwhat are the new flags?  I found burrow (didn't like) and thief
11:47.59larslThere was one "Useless" flag too, I don't know if that's still there.
11:48.24rooteri wasn't used to the jumping
11:49.17rooteri don't think any flag should make the tank invincible to all except one other specific flag
11:49.33rooterlike burrow -> steamroller
11:50.06larslBurrow doesn't make you invincible.
11:50.24rooterhow can someone kill you... besides using steamroller?
11:50.26larslAnyone can kill a burrow by driving on top of it, without steamroller.
11:50.31rooteraaaah
11:50.37rooterthat makes more sense
11:50.46rootercool... it's not so bad now
11:51.11larslSW and GM probably work too.
11:51.46rooteri've never liked GM
11:52.04larslHehe, me neither. =)
11:52.19larslIt ruins my strategy in CTF games.
11:52.23rooterand i suck at using SW
11:52.56rootermaybe i should go to other servers besides ducati :)
11:53.11rooteri suck when there are super flags around
11:53.15rooteror jumping
11:53.23rooteror more than 2 bullets
11:58.44rooterare there other enhances to the client?
11:59.30learneryou can also kill burrow by burrowing yourself and just shooting
11:59.54rooterwhat do you mean "burrowing yourself"?
12:00.19learneryou grab a burrow flag
12:00.32rooteryeah
12:00.34rooteri did that and shot just fine
12:00.46rooteroh
12:00.49rootersorry
12:00.52rooteri misunderstood you
12:00.53rootergot you
12:01.01rooterit's too early
12:01.52rooterlol... bz hell
12:02.11larslThe rendering gets odd when you do that though.
12:02.12tea|tree_ehehe
12:02.15tea|tree_hello guys
12:02.19rooterhello TeA
12:02.32tea|tree_r000000000000t
12:02.33tea|tree_:D
12:02.37rooter:)
12:02.53rooteri should start playing with the bz code
12:03.11rooteri've been meaning to ever since i've started playing this game
12:03.36rooterand i haven't because i've been too busy playing
12:03.49larslrooter: One of my favorite features in next version is that a lot of the game parameters can be changed without touching the source code.
12:03.54larslAt runtime.
12:04.09larslGravity, shot speed, SW size etc.
12:04.16rootercool... but i mean helping in devel
12:07.58rooterthere are some things i would like to see in future releases
12:09.07larslWhat would you like to see?
12:09.29rooterramps... which would imply that tanks can be at an angle
12:09.46*** join/#bzflag learner (sean@chr160dhcp1675.chrchv01.md.comcast.net)
12:10.13learnerblah
12:10.19rooterum... does it do any compression for network traffic?
12:10.45larslI don't think so.
12:11.04larslWe have zlib in the source tree, I don't think it's used.
12:11.50rooterthat would be nice... kind of like apache's mod_gzip
12:12.02rooterit would cut down on lag
12:12.22rooterbut require a little bit more procesing by server & client
12:12.30larslWould it really do that?
12:12.40larslThe packages that we are sending are pretty small already.
12:12.40rootersure
12:12.45rootertrue
12:12.52larslpackets.
12:13.00rooterbut it would be something to test
12:13.12larslYes, definitely worth experimenting with.
12:14.03larslIt should at least be used for the world (and other data like models and textures, if we get that going).
12:14.38rooteryeah... in the future there will only be a larger amount to send
12:16.02rooterworld models would be very nice
12:16.34rooterthere is limited things one can do with blocks and pyramids
12:18.38rootershooting through pyramids that aren't Z=0 is irritating when designing a map
12:18.57larslFixed in CVS.
12:19.13rooter:) i sound like i'm complaining... but really this is the only game i've played for a year
12:19.21larslYou can also drive on the bottom of upside-down pyramids now.
12:19.35rooterooohhhh... cool beans
12:19.37rooteri like that
12:20.48rooterbeing able to target a player (highlight) would be cool
12:21.03learnerthere is also a thief flag
12:21.14rooteri saw that... what does it do exaclty?
12:21.17rooterexactly
12:21.26larslSteals the flag that the victim is carrying.
12:21.30learnerit steals someone elses flag
12:21.35rooterwhen you shoot them?
12:22.08learneryou shoot out a bunch of "theif-lasers" that capture if you hit a target
12:22.33larslThat could be really interesting in CTF.
12:22.45learnerthere's also an auto-pilot mode, which is a basic bot player
12:22.47rooterah... do the thief-lasers work like regular laser (without the kill)?
12:22.56learnernot quite the same
12:23.04rooterbot scripting would be cool
12:23.04learnerthey are shorter and wider
12:23.11learnerno scripting yet
12:23.12larslOne player is carrying his team flag at his base, enemy player shoots him with thief flag from his base.
12:23.32rooterdynamic maps would be cool
12:23.38learnerrabbit-style gameplay is a new game mode
12:23.44rooterlarsl: ooooh.... cool
12:23.53rooterlearner: yeah... i just tried that this morning
12:24.14larslAnd worlds can be arbitrarily large.
12:24.20larslOr is there a limit?
12:24.38learnerthere is also *ahem* client and server side bad word filtering
12:24.46rooter:)
12:25.02larsllearner: Do the client filter use the same algorithm as the server filter?
12:25.23rooterit seems that there usually aren't enough players on a server to make the map bigger than it already is
12:25.23learnerso you can keep a file of words that you don't want to see and you won't see them
12:25.42rooterbut it would be nice to be able to make it smaller
12:25.50learnerlarsl, yes they can -- unless the server is told to use the original simple filtering
12:26.04learnerbut by default, they are the same filter
12:26.24larsl~weather essb
12:26.36learnerthere is also *ahem* a new voting system
12:26.40rooterprivate servers (passwd protected)
12:26.43rooteri've heard about that
12:26.46rooteri like the idea
12:26.54larslAnd *ahem* a new text client. =)
12:26.55rootersaves the admin the time
12:26.59rooter?
12:27.05learner=) @ larsl
12:27.06rooterfor observers?
12:27.12larslrooter: Yes.
12:27.18rootercool... i like that too
12:27.33larslIt doesn't work on Windows yet though.
12:27.37larslMaybe not Mac either.
12:27.39rootersometimes i'll be waiting for a teamie and want to work on something else
12:27.45learnerit works on mac just fine
12:27.46rooteri use all three
12:28.28learnerspeaking of which, larsl -- tim made some changes to the ServerLink hack last night that got everything compiling cleanly again
12:28.35*** join/#bzflag Sniper50 (~Sniper50@c-658c70d5.09-28-6c756e1.cust.bredbandsbolaget.se)
12:28.37larslOh, very nice.
12:29.12rooterhello Sniper50
12:29.19Sniper50hi  
12:29.29rooterwhat method is used to compile on macs?
12:29.53larsls/PBCurses/PDCurses/
12:30.35learnerThe Macs can either compile using a Project Builder project (the "Apple" way) or by using the unix autotools-based makefile build system
12:30.45rooternice
12:30.49learnerBoth work just fine
12:31.13learnerDo you have one?
12:31.22rootermac?  yep
12:31.35rooteri got my first mac a couple months ago
12:31.47learnerAh, congratulations, I hope.
12:32.12rooteryes... i've enjoyed it
12:32.21rootertook a little getting used to
12:32.31larslWhat is the difference between 'variable' and '_variable'?
12:32.39larslClient and server variables?
12:32.57rooterit's weird being computer savvy and getting a laptop that you don't know how to use
12:33.11learnerno difference really -- just how it was fed to the database
12:33.46learnerrooter, ah, so you haven't had a unix box before?
12:33.50rooterplaying bzflag on the powerbook is different though
12:33.52rooteroh yes
12:34.08rooteri've been using linux/solaris for years
12:34.29rooterbut the aqua part i didn't know how to use
12:34.53rooterafter finding the command line i could do most of what i wanted
12:34.55learneros x isn't so much different, other than the differences of bsd, once you crack open a terminal
12:35.02rooter:)
12:35.40rooterjust setting up UI was different
12:35.57learnerunfortunately, the os x port is still a bit lacking compared to the other ports
12:36.07rooteryes
12:36.11learneryou still can't switch apps during gameplay, or go windowed
12:36.37learnerbut I think we may have fixed the bug that caused the system to lock up with the GUI options all turned on
12:36.38rooterthe mouse handles differently... but that's probably the OS
12:36.45rooter:) haven
12:36.50rooterhaven't had that problem
12:37.27learnerit was a pretty nasty problem that took a long time to even figure out how to avoid the crash
12:37.47rooterwhat ended up being the problem?
12:37.58learnerit was reported across many architectures, but was just really easy to provoke on os x for some reason
12:38.33learnerbug in the text-processing system, we believe -- but it's still not known for sure
12:38.39rooterhmm
12:38.52rooteri really should start looking at the source
12:39.00learnerthe opengl text processing system, that is
12:39.02larslI still can't run the --enable-debug version in windows mode.
12:39.13larslwindow
12:39.19rooteri almost feel guilty for playing so much without contributing
12:39.31learnerbah, play on :)
12:39.34rooter:)
12:39.56learnerI almost feel guilty for coding so much without playing =)
12:40.08larslI think I play more than I code.
12:40.20rooteri used to code in C/C++ all the time... now it's mostly java/PHP/Perl etc
12:40.28learnerI don't anymore -- haven't for months now
12:40.34rooterbut i can brush up on it
12:40.41learnernot since the voting system and filtering
12:41.06learnerthere's a python project too, if that's your cup of tea
12:41.25rooteri've played a little bit with python... our search engine uses it
12:41.47rooterbut i wouldn't consider myself good enough to develop in it
12:42.20learnerjust pointing it out in all fairness, not promoting it :)
12:42.56rooteris it written entirely in python?
12:43.02learneryup
12:43.21rooterwow
12:43.54rooterwas it converted or rewritten?
12:44.07learnerit even has some features that the current client doesn't have and vice-versa
12:44.17learnerit was written from scratch
12:44.20rooterah... it's just the client?
12:44.28learneralmost completely by scanline
12:46.12rooteris Brightness going to be available on macs anytime soon?
12:50.13larslWhat is the botmail command?
12:50.15larsl~botmail
12:51.17rooteri did create a Java API to create maps
12:53.06learnerthe entire Mac implementation is going to be rewritten and actually completed at some point when I get the hankering :)
12:53.18rooter:) cool
12:53.27rooterif you need anybody to test let me know
12:53.49learnerI have the code for windowing pretty much down, but there are so many details to think about and take care of that I haven't even started
12:54.03learnerI wanted to get the things done that would benefit the community at large first
12:54.59rooteroohh... i've never heard of a non-selfish programmer ;)
12:55.14learnerhehe
12:55.48learnerI really want to work on bzbots, but that's even more work and benefits even less people
12:56.46larsl~mailbot
12:56.59rooter:)  i have those dilemmas at work
12:57.17rooter~spell dilemma
12:57.18'dilemma' may be spelled correctly
12:57.25rooterlooks wrong
12:59.11larslGCC3-RPM at http://www.d.kth.se/~d00-llu/bzflag/bzflag-1.9.3.20030919-0.i386.rpm if anyone feels like testing.
13:00.08larslHow is the weather?
13:00.23rootergreat here
13:00.23learnerit's a very windy day :)
13:00.34learnerthere's a bunch of flooding
13:00.49learnerespecially near/at work, but not in my neighborhood
13:01.02rooteroh... you live in South Carolina don't you?
13:01.14learnerThe power fluctuated on and off throughout the night, but I fortunately have power
13:01.30learner70000 in the state are without power right now
13:01.40learnerer, 700,000
13:01.56learnerNo, I'm in maryland
13:02.00rooteroh
13:02.08rooteri met someone here from SC
13:02.20rooteri was in NC just a week and a half ago
13:02.21learnerthat's KR
13:02.41rooterwe were getting 7-8 foot waves already
13:03.01rooterit was great if you surf
13:03.05learnerdowntown baltimore is pretty funny
13:03.25learnerthe bay has surged many many feet and most of downtown is flooded
13:07.23*** join/#bzflag strayer (~strayer@p5091284B.dip.t-dialin.net)
13:11.29rooterwhile playing with the bz protocol I created a little app to query servers... http://www.westga.edu/~madison/images/bz/whoIsPlayingBz.png
13:12.15rooteri'm going to take the refesh out... or make it longer... like in minuets
13:15.10rooterhmmm... that would be cool
13:15.32larslLike five rows of colored dots, yellow, red, green, blue, purple.
13:15.37larslClick on it to switch server.
13:16.07rooteri created this because i got tired of waiting for a slot to open up
13:16.47rooteri was going to have it auto start bzflag and log me in when a slot became free
13:17.06larslNice.
13:17.25rooterbut... if anybody was waiting as an observer it would be a little rude
13:17.46rooteri guess if the refresh is every 60 sec or more then it wouldn't matter much
13:33.46*** join/#bzflag blast_ (~none@usrpri-4-175.inwave.com)
13:41.32larslStrange bot behaviour: http://www.d.kth.se/~d00-llu/bothuddle.png
13:52.23*** join/#bzflag bryjen (~bryjen@63.147.94.145)
14:05.39*** join/#bzflag lurgyman (~lurgyman@home-dhcp6-8.colorado.edu)
14:25.12KTLisAutoPilot
14:25.15KTLmmm
14:25.27KTLis there a key specified to control that boolean?
14:26.14KTLif so i can implement my robotcode there
14:28.03bryjenthat's some new, smarter "Roger" robot code.  key 9 i think
14:28.39KTLtnx:-)
14:30.11KTLyes it works
14:30.35KTLis there another bot in the official code???
14:33.15KTLdjeezes yes
14:36.11KTLit jumps, but uncontrolled
14:36.19KTLno pathfinding
14:36.31KTLbut it shoots... interesting
14:45.54KTLdjee i learn a lot, going to use a lot of that code
14:54.00KTLso it doesn't drive straight to the enemy, it drives a bit to the left and then a bit to the other side, and yes it  can evade bullets  that way
14:55.33bryjenRoger drives, picks up flags, and shoots.  It does jump quite a bit.  Not very "smart" about how or when to jump.
14:57.02KTLi'm gonna take over some of the "weaving" code i think
14:57.33KTLand not the jumping, i've better algorithms for that
14:58.43bryjeni wonder if the autopilot thing will stay in the official release.  i'd though it was mainly a demonstration to convine TImRiker that the old bots needed to be replaced.
14:59.33KTL:-) must protect a copy of the code then
15:07.30*** join/#bzflag Noodleman (~tuckerm@adsl-66-72-30-126.dsl.kntpin.ameritech.net)
15:09.55*** join/#bzflag asdf_home (~user@125.174.33.65.cfl.rr.com)
15:10.25asdf_homemorning
15:31.48*** join/#bzflag guest814 (~d9e49fec@p5091284B.dip.t-dialin.net)
15:36.41*** join/#bzflag TyroneFHornigh (~JBDiGriz@216.188.65.26)
15:40.57Noodlemansome dog's poop around here is a perfect chalky white
15:41.08Noodlemanhe's got major liver problem's, man
15:41.21Noodleman\'
15:41.29KTLbuilding = ShotStrategy::getFirstBuilding(tankRay, -0.5f, d);
15:41.45KTLaargh and i had to write my own "obstaclebetween" function
15:41.47KTLgrmbl
15:56.00*** join/#bzflag TimRiker (~timr@proxyle01.ext.ti.com)
15:56.02*** mode/#bzflag [+o TimRiker] by ChanServ
15:56.11*** join/#bzflag Patlabor221 (~JeffM@208.48.199.214)
15:56.11*** mode/#bzflag [+o Patlabor221] by ChanServ
16:04.02learnerwow, compared to yesterday, it's dead quiet in here
16:04.43Patlabor221how is it out there
16:04.43TyroneFHornighGlad to see you back. Your server wasn't responding this morning.
16:04.54Patlabor221and it's not even 9:00 here, still gota wake up
16:05.46TyroneFHornighInteresting, since it's 9:04 down here.
16:07.12Patlabor221CPU says 9:01, work phone says 9:07 cell phone says 9:06 and I'm sure the time clock is difrent too
16:07.32*** join/#bzflag ElectricElf (~david@CPE00a0cc23b80f-CM3439323236303535.cpe.net.cable.rogers.com)
16:08.06*** join/#bzflag mmu_man (~revol@ALyon-209-1-29-164.w81-248.abo.wanadoo.fr)
16:08.47TyroneFHornighMy cell phone and cpu are all synced to within a second. NTP works. ;^)
16:13.45Patlabor221I know it does, I keep telling them to set the PDC downstairs to a NTP server, but they won't ( or are too dumb to figure out how )
16:13.55Patlabor221and I can't change mine cus we are syned to that server
16:15.49TyroneFHornighOnce again, I'm glad I have my own servers available ;^)
16:16.21Patlabor221well, slowly I am replicating all the services downstairs, up here. Under my desk.
16:16.30Patlabor221just need mail and PDC
16:16.39Nidhoggryou can go stick tardis on the pdc :)
16:16.59Patlabor221there are many things we could do, I just need them to DO something
16:17.17Nidhoggrnod
16:17.25Nidhoggrtypical IT ;)
16:17.35Patlabor221ours isn't even a dept
16:17.38Patlabor221its ONE GUY
16:18.41Patlabor221leaner do you know if arlington was evacuated?
16:25.53Nidhoggrall of DC was pretty much shut down.
16:25.58Nidhoggrfrom what I hear.
16:27.36Patlabor221yeah but I read a thing that said, "some suburbs of DC in virginia were evacuated"
16:27.44TyroneFHornighDC is still shut down, but I didn't hear they evacuated anywhere except the beach communities. There are still a lot of people in that area without power.
16:28.01Patlabor221well that splains why I can't call her
16:28.27captain_protonPatlabor221: what was the darkmoor address again? i need to feed navi
16:28.35Patlabor221heh
16:28.37Patlabor221umm one sec
16:28.54Patlabor221you can start with BFOJ
16:28.58Nidhoggrhrm.. I remember seeing a change a while back about -admsg being able to do multi lines now.  how do you do it?
16:29.09Patlabor221I'm redoing darkies DNS now
16:29.19Nidhoggrand how long can you make it?
16:30.01TyroneFHornighMy uncle in Williamsburg called us to let us know they're okay. They weren't evacuated, but their phone service is out. We're still wondering how they made the call.
16:30.15bryjenhow manys _cows are required before we have a _herd ?
16:30.32Patlabor2219
16:30.37Nidhoggr:)
16:33.26Nidhoggr-admsg info anyone?  :)
16:33.40Nidhoggrcan I just put \n for newline? and how long can it be?
16:34.01Chestalnewlines should work
16:34.15ChestalI don't think there is a limit that you would normally hit
16:34.23Nidhoggrvery cool.
16:34.30Nidhoggrthanks. :)
16:34.48ChestalI wouldn't encourage you to put the bible in there, though ;-)
16:36.10Nidhoggrnod
16:36.50Nidhoggrright now, I've got 3 lines, because I'm not sure how many characters I can get on a line. :)
16:37.16Patlabor221cap http://darkmoor.bakadigital.com/darkmoor-noshare/index.txt
16:38.21brown_cowlooks like the admsg and srvmsg can also come from a file... possibly tied it thru -helpmsg ?
16:40.54NidhoggrI have them in the .conf file anyway.
16:40.59Nidhoggrso I'm not too worried about that.
16:41.24Nidhoggrthe only thing I'm getting tired of dealing with in the .conf file is bans.
16:42.16Nidhoggrlarsl, you around?
16:49.47*** join/#bzflag david_v (~david_v@c213-200-135-241.cm-upc.chello.se)
16:51.11learnerPatlabor221: I'm not sure about arlington -- haven't heard anything "bad" from down there other than many are without power
16:51.39learnerthere's lots of places flooded too, but no serious damage anywhere really, from what's being reported
16:51.57Nidhoggrit could have been a LOT worse, for sure.
16:53.16learnerMD still has 700K without power, so I wouldn't be surprised if DC and VA also have the same
16:54.08Patlabor221they say the storm is the size of colorado
16:54.32Nidhoggrit was pretty huge.
16:54.42Patlabor221still is
16:54.51Nidhoggrnot nearly as powerful, though.
16:55.21Patlabor221yes, it's no longer a "huricane"
16:55.28Nidhoggr:)
16:56.47Nidhoggrand the only severe weather alerts right now are flooding alerts.
16:57.54Patlabor221still if that there east cost does anything to hurt her, I'm gonna go over there and kick it's ass
16:58.05learneryeaaay.. my first unsolicited e-mail received to my local mail server
16:59.29Patlabor221heh
17:02.32Nidhoggrhahahaha... fox news just showed that clip of the news reporter holding his pants up.
17:11.12Nidhoggrit never ceases to amaze me at the number of reporters who will put themselves in harm's way and stand out in the middle of deadly winds when the smart people have already evacuated.
17:13.07Patlabor221you asume reporters are smart
17:13.21david_vdid i hear a contradiction?
17:13.29david_vor, rather, two opposite words
17:13.30*** join/#bzflag asinur (~asinur@212.182.117.114)
17:13.31Nidhoggrgood point.
17:13.31*** join/#bzflag Tupone (~Tupone@ppp-217-133-255-186.cust-adsl.tiscali.it)
17:13.51Nidhoggr"there's a hurricane going to hit the east coast, let's send the new guy!"
17:13.58Patlabor221oxymoron is the term I think you are looking for
17:16.33Patlabor221so did Tim get the RPM working?
17:16.35learnergood battle asinur?
17:22.23*** join/#bzflag tea|tree_ (~tea|tree@pD9E95897.dip.t-dialin.net)
17:30.41Chestallearner: did you read my comment on the ml regarding your strncmp change?
17:31.04learnerNo access to e-mail yet due to weather
17:31.12learnerunless you mean the -c one
17:31.23Chestalah, you changed the option parsing to use strncmp isntead of strcmp
17:31.30learneryea, that's all I did
17:31.31Chestaldoes not seem to  make any sense to me?
17:31.49learnerjust simple bounds checking
17:31.59Chestalstrcmp has no bounds problems
17:32.03Chestaland the semnatics are now messed up
17:32.13learnereh?
17:32.24Chestalstrncmp(argv[i],"-c",2) == 0  for argv[i]="-crashme"
17:33.07learnerthere is no -crashme, iirc
17:33.13Chestaleh, yes, that's the point :-)
17:33.32Chestalthis catches everythign that starts with "-c"
17:34.16learnerhrm
17:34.43brown_cowsort the checks so longer options are tested for first
17:34.53Chestaland both strign literals and argv[i] are 0-terminated anyway
17:34.55learnerthere are bounds issues with strcmp if memory is corrupted
17:35.04Chestalehm
17:35.14Chestalwhen memory is corrupted, we are hosed anyway?
17:35.45learnernot necessarily, but we should halt asap, sure :)
17:36.05ChestalI'll revert them all to back to strcmp unless you do :-)
17:36.18learneruser fed-input should always be bounds checked to limit surprises
17:36.39Chestalehm
17:36.43learnerhow about strncmp(argv[i], "-c ", 3)
17:36.44Chestalwe are only reading it
17:36.49ChestalI do not see the point
17:37.53Nidhoggrhrm... looks like I am the cook at today's work bbq
17:38.01Chestalif argv[] is corrupted, your OS/runtime lib is broken
17:38.20learnerperhaps, or it could have been corrupted prior to being sent to parse()
17:38.38learnerthis should avoid a segfault
17:38.49Chestalbetetr to segfault than to carry on when messed up IMHO
17:38.55Chestalbut this is purely theoretical anyway
17:39.02learnershould never segfault
17:39.26Chestalargv[] should not be corrupted in the first place
17:39.45Chestalthat's a low level error that shows that something is wrong inthe code
17:39.46Chestalvery wrong
17:40.03learnerhence the slight robustness added
17:40.13learnerhrm
17:40.18Chestalthis kind of robustness gives us nothing
17:40.45learnerI don't see it that way, obviously :)
17:41.03Chestalthat's the kind of robustness that's very common in Java code for example: just catch the exceptions and ingore them and hope all goes well ;-)
17:41.31learnernot quite (and ouch) :)
17:41.39Chestalif somethign has gone wrong and we cannot fix it, I want the application to stop as soon as possible
17:42.09learnerpreventing a crash is one thing, ignoring a potential crash is another
17:42.12Chestalbut again, argv[] having been corrupted at that point in the program is very hard to achieve (when not done on purpose)
17:42.40learnerI'd vie to prevent a crash, and check for corruption before ue
17:42.57learnerit is very hard to corrupt at that point, I agree
17:43.20learnerbut were the code to ever change, and parse be moved elsewhere or preprocessed, that is not necessariliy the case
17:43.28learnerbrb
17:47.20learneranother possiblity is to change it to strncmp(argv[i], "-c\0", 3) which should maintain prior behavior and maintain the bounds check (I's have to test it)
17:47.43Chestalit still feels wrong to me
17:47.47Chestalit just obfuscates the code
17:48.01Chestalwhat about when argv[i] (the pointer itself) has been corrupted?
17:48.03Chestalno way to check that
17:48.30Chestalargv[] reallycan be trusted
17:49.09learnerquite true, which is why memory should be bounds checked and at least pointer validity checked when not time critical
17:49.31Chestalbzflag could use a lot less use of pointers
17:49.57ChestalPat: but that isn't more crash secure a bit (not that I would care)
17:50.36learneryea, throwing into a std::string would not be a bad idea since it automatically does bounds checking all the time
17:50.37Patlabor221if argv is coupt, then no, it's all gone to hell at that point
17:50.39Chestalhmm, I get a warning because I do not have a bad word file
17:51.00learnereep
17:51.06learneryou do?
17:51.08Chestalon the client
17:51.23TyroneFHornighClearly we all need to maintain a number of bad words in a file so people scanning our machines can find something. ;^)
17:51.40learnerhrm.. the word filter must be being verbose even though I told it to shut up
17:52.39ChestalWarning: '.../.bzf/badwords..txt': ... not found
17:52.44*** join/#bzflag Noodleman (~tuckerm@adsl-66-72-31-32.dsl.kntpin.ameritech.net)
17:52.53ChestalIsadly cannot easily cut'n'paste it
17:52.55learnerjust fixed it, that was it
17:53.44Chestalhmm, I might want to put 'cheater' in that file :-)
17:54.05learnerI think I have a fix for the strncmp thing too
17:54.42Chestalfix is easy, get rid of the 'n' and the third arg :-)
17:55.23CIA03brlcad * 12bzflag/src/common (WordFilter.cxx): shut up when you are told to, dang it
17:55.47*** join/#bzflag drinian (~drinian@pcp153139pcs.hamntn01.nj.comcast.net)
17:56.55*** join/#bzflag david_v (~david_v@c213-200-135-241.cm-upc.chello.se)
18:05.09Chestalbzflag still hangs very often when connecting servers for me
18:05.34Chestalkomposter is lying, shows with 5/6 in server lsit but complains that it is full when connecting
18:07.15Chestalhmm, make compiles a lot of files lately for me even when only one changed
18:07.50Chestalthis time only WordFilter.cxx changed, but it recompiles dozens of files. Wonder whether that's the fault of the build system or some time synch issue local to me
18:08.09Chestalis this maybe related to the version thing?
18:08.22learnerit's the version thing
18:08.29Chestalwaah
18:08.30Chestalthat sucks
18:08.36learneryes it does
18:08.54tea|tree_hey all
18:09.04TyroneFHornighChange the versioning so it only affects one source file which will be recompiled and linked.
18:09.10learnerthe guys that actually make version calls now actually need to rebuild since the funcs are inlined
18:09.33learnerthey need to be moved into a version.c file that is only compiled at link time
18:09.49Chestaldowe still use _DATE_?
18:09.50learnerand all of their callers just reference the symbol
18:09.54learneryes
18:11.11Chestalhmm, I don't liek the curent way
18:11.17Chestalevenif it would just affect one object file
18:11.47TyroneFHornighI think everyone is willing to listen to suggestions.
18:12.09Chestaldump __DATE__ and use some scritp that checks if the date has changed
18:12.23Chestalin case, patch the respective version file or whatever
18:12.34Chestalthat way atl east a recompile/link would only be necessary once per dayt
18:12.38learnerI suggested to just disable the touch
18:13.30learneruntil the thing is moved like I mentioned, that is
18:13.41Chestalrightnow, I type make, mayeb get an error in bzfs; fix that; type make again and it will recompiel parts of the client
18:13.52Chestalthat's just wrong
18:14.11learnerwrong, but correct according to what we do
18:14.23TuponeChestal: My suggestion is just changing how exe file are built, not just a link but also a generation of an obj with a public inside
18:14.30learnerversion.h has been touched, hence it is different and everyone that uses it updates
18:14.32Chestalthan mayeb we shoudl rethink whetehr a make date is useful
18:14.32learnerblah
18:14.49Chestalwouldn't the tiem at which configure has been run sufficient?
18:15.11learnerthat would be the same as just turning off the touch
18:15.17KTLspeed = M_PI/2.0f - fabs(rotation);  ? that's code from Roger, when he is flagharvesting. i don't really understand how speed and the difference in angle have to do with each other
18:15.18TyroneFHornighDuring test phases a make date is useful. It lets us know when a bug occurred and whether it was fixed in a later build.
18:15.44Chestalhmm, not really
18:15.56ChestalI don't see why the pointof time when the executable was built is useful
18:16.08Chestalit does not directly map to a state of the sources
18:16.27learnerOther projects I work with simply run a script that generates the version.c prior to link
18:16.58learnerI find the date practically useful to know that one build is before or after another
18:17.06TyroneFHornighI like the scripts which generate version.c, although I also want to make sure we can use it to generate the version resources for win and mac.
18:17.17Chestallearner: but that's only useful to comapre your own builds
18:17.33Chestallearner: or lets say to compare two builds from the same compilationsource
18:17.38learnerthe mac's not a problem, windows I do not know
18:17.46TyroneFHornighIf I never update from the cvs sources, that's true.
18:19.11Chestalmaybe jsut run a script that commits a version.h once a day :-)
18:19.11learnerChestal: yes, you can't say for "sure" that a build date corresponds to any particular cvs state, but with the assumption everyone stays relatively up to date it will tell you if a build is too old
18:19.44Chestallearner: yes, but there msut be a betetr way. I declare that the curernt way officially sucks :-)
18:20.20*** join/#bzflag Noodleman (~tuckerm@adsl-66-72-31-32.dsl.kntpin.ameritech.net)
18:20.29learnera version.c that is compiled at link time would solve both problems and even allow us to timestamp if we wanted
18:20.38Chestaldid we discsus auto-generatin of a version.h on each commit?
18:21.08learnerthat's an interesting idea
18:21.10Chestallearner: hmm, how woudl that be any different except for not requiring recompiling several source files?
18:21.38learnerthat is the difference.. it wouldn't rebuild anything
18:21.50Chestalonly problem I see with the auto-creation is that then I'd have to do a cvs up right after my commit in case it changed
18:21.52learnerif something has to relink, though -- it gets an updated date
18:22.02Chestallinking takes forever here in debug mode
18:22.30learnerthat would also imply thousands and thousands of commits in cvs to a version.h file very quickly :)
18:22.30Chestalit feels wrong when everything bulds fine after a make, I do amke again and it starts buildign new executables
18:22.53Chestalwell, the script coudl only up the date whenever the date acutally changed
18:22.53TyroneFHornighThe version is mostly for the testers on the distributed binaries. Maybe we could disable it except for the distributed builds.
18:23.04Chestalso the version date would always be that of the last commit
18:23.23*** part/#bzflag Patlabor221 (~JeffM@208.48.199.214)
18:24.19*** join/#bzflag Noodleman (~tuckerm@adsl-66-72-31-32.dsl.kntpin.ameritech.net)
18:24.56learnerthe only problem I see with that is that it is a different metric
18:25.06learnerbuild date versus cvs date
18:25.11Chestalyes
18:25.18Chestalbut IMHO a more useful metric
18:25.24learnerI'd like both :)
18:25.28TuponeI don't think build date is useful, but If needed, it can be computed only during exe build, if they are to be rebuilt. No make dependency on that automatically generated obj file
18:25.38Chestalwhen someone deviated from the official sources, the date does not tell us anything anyway
18:26.21Chestalso, when I patch some files and recompile, the date no longer tells us anything either way
18:26.24TyroneFHornighThe build date is useful for the testers. The cvs date is useful for the developers. The developers should know what they are building from anyway.
18:26.43Chestalitmight tell this one programmer somethign, but then he can just keep different executables around if he cares
18:26.57Chestalwhy is the build date useful for testers?
18:27.02learnerwell, we can do the cvs date by embedding a cvs macros into a version file, but it's not clear to me how to force a commit when commiting something else
18:27.21Chestalit has to be done actively on the repository machine
18:27.28Chestalliek CIA is done
18:27.52Chestaljust an idea, but it sounds liekit should be possible
18:28.01learnereck
18:28.06Chestalalternatively it coudl be done by an external script
18:28.10TyroneFHornighThe testers report a bug, they tell us they are using version xxxx-20030917-xxxx. I know if I fixed that in my tree, and can tell them to try xxxx-20030921-xxx which should be after I committed the fix.
18:28.26Chestalsetup a cronjob which runs cvs up once a day, whenever soemthign changed, up the cvs date and commit it
18:28.47ChestalTyrone: eh, but you're describing comit date?
18:29.08Chestalbuild dates cannot be compared in any meaningful way when different peopel did the compiles
18:29.27TyroneFHornighI'm describing the date which is on distributed binaries. It means the builders have to make sure they are following procedures.
18:29.50Tuponeversion date could be just used on tar.gz made by make dist, and saved for testing purpose on the web. During that save, we could insert that date. With that we could recognize which tarball they have taken. Date should be put by who run that script
18:29.53Chestalif they have to put the date into the fielname they should use the version date
18:29.55Chestalnot the current date
18:30.02learnerbut they can chestal, it's useful with the assumption that we all build from the latest sources
18:30.28TyroneFHornighI think a cron job which updates the version might be a better way to go.
18:30.28Chestalyes, but in the best case it is still only as godo as the commit date
18:30.33Chestaland usually it's worse
18:31.11Tuponedon't want to update my sources just because time is passing
18:31.19Chestalyou dont have to
18:31.37Chestalthe cron job would just update version.h of whatever when there have been commits
18:32.04Tuponebut why CVS and not tarball generated by
18:32.07Chestalwe don't want a version.h commit every day even when noone is coding
18:32.18Chestalhmm?
18:32.25ChestalCVS is our reference
18:32.35Tuponetarball source on a public site
18:32.36Chestalas I see it the code in CVS is the official code
18:32.41Chestaleverythign else is a secondary source
18:33.02Tuponewhere tester are going to take source, or they get only binary
18:33.28Chestalthat could work, so we would only have a build date in those official releases
18:33.38Chestalbut that's also not as good as an autoamtic commit date IMHO
18:33.42TyroneFHornighSome testers get source, some get binary. The current method is a problem if the tester gets source, and waits before compiling and testing.
18:33.55Chestaland it's a problem for me because it steals my time
18:34.17TyroneFHornighWe're still distributing source for the Linux testers.
18:34.48TyroneFHornighSince when has anyone been concerned about developer's time ;^)
18:34.51Chestalsome peopel might use anon CVS and get old versions
18:34.58CIA03brlcad * 12bzflag/src/bzflag (bzflag.cxx): learner tips his hat to the Chestal and burns strncmp as a sacrifical offering of peace
18:34.58Chestalbuild date wouldn't reflect that, commit date would
18:35.28ChestalI raelly see only advantages
18:35.30Tuponeif they take from CVS we need to know date & time they get in case there is a serious bug
18:35.39Chestalthe only down side is that I see no real cleansolution to do it
18:35.40TyroneFHornighWe need to set up auto-labeling of the tree during this testing process as well.
18:36.19Chestallearner: thank you :-)
18:37.47learnerThere's plenty of damage to be caused elsewhere still =)
18:38.25TyroneFHornighI didn't see many testers out there last night.
18:39.05Chestalapropos testing, I thinkthe new flags need more testing
18:39.25Chestalalso,someone complained that the rabbit assignment still seems to be buggy
18:39.50learnerif (strncmp(player[i].callSign, "Chestal", 7) == 0) remove_player(i); /* tee hee */
18:40.11Chestalah, not strncmp again :-)
18:40.17TyroneFHornighThe rabbit assignment seemed to be pretty solid when learner, r2d2, and i were doing some testing.
18:40.30Chestalnot sure, I played with a robot agaisnt someone else
18:40.45Chestalthe other one was rabbit from my popint of view he said there was no rabbit
18:40.55Chestalso it might be related to robots or maybe he was confused
18:41.07learnerthere was one point when a shot after my death killed jb and I got a tk, though I was dead
18:41.33Chestalhmm, yes, that sounds ok to me?
18:41.40TyroneFHornighThat's the team id on the shot. There still seems to be an issue there.
18:41.44Chestala kill is a kill, regardless whetehr you're dead or not?
18:41.50learnerI had fired the shot as rabbit
18:42.17learnerwas killed, and then my shot killed him (hence the tk)
18:42.19TyroneFHornighThe rabbit should get a point for killing a fox, but a fox shouldn't get a point for killing another fox.
18:42.41Chestalso, msgbeginshot contains team id?
18:42.49learneryes, that would sound like a good metric -- how many rabbits have you trapped :)
18:42.55Chestaland whenever a tank gets hit, it checks that id?
18:43.03TyroneFHornighpat added it, but there seems to be a problem.
18:43.05Chestalwhere's the logic for teamkills located?
18:43.11Chestalvictim, shooter or server?
18:43.47Tuponeshooter IC
18:44.09Tuponewhen getting a KillMsg
18:44.45Chestalhmm
18:44.56Chestalthe server is killing the teamkiller (unless -tk is used)
18:45.04learnerTyroneFHornigh: what was that word/phrase that wasn't getting filtered right last night?
18:45.23TuponePat said not all shot get team id (?)
18:45.24learnerp-something
18:46.11Chestalthe server check does not know about the shot at all
18:46.15Chestalit only sees MsgKill
18:47.46learnerlarsl_uppsala: ping
18:54.09*** join/#bzflag Chikorita (Chikorita@AC9DD090.ipt.aol.com)
18:55.16Chestalso far I only found the shot team used when printing a message when getting shot
18:55.53Chikorita:)
18:58.16ChestalI don't think it's ever used for scoring / penalty issues
19:00.52*** join/#bzflag SGI (~SGI@bgp01138bgs.sothfd01.mi.comcast.net)
19:01.04learnerhowdy sgi ;)
19:01.13SGISir
19:01.38SGIquestion about help file
19:02.12SGII have my helpmsg.txt file
19:02.47SGIhow i can see that when im calling from bs
19:03.02SGInwith the command /help abuot
19:03.13SGIabout
19:03.35SGIgave me "command unkwown"
19:05.30Chestaldid you do -helpmsg helpmsg.txt about ?
19:05.48SGIyes
19:06.07SGIin the conf file
19:17.03brown_cowstart a server
19:17.05brown_cow<PROTECTED>
19:17.06brown_cowthen in bzflag
19:17.08brown_cow<PROTECTED>
19:17.09brown_cowgives you what's in fileA.txt
19:17.11brown_cow<PROTECTED>
19:17.13brown_cowgives you what's in fileB.txt
19:19.07SGIno more stupid .......
19:19.22SGIthe file is in config(folder)
19:19.44SGIand I wrote confi/helpmsg etc etc
19:19.56SGIIm so stupid
19:20.05SGInthanks btw
19:21.18brown_cownyou're nwelcome nSGI ;)
19:21.29SGIyou too the "n"
19:21.41SGIheheh you too ...dammm "n"
19:21.46learnerbrownie, who washed off your paint?
19:22.04brown_cow?
19:22.13learneroh!
19:22.13learnerha
19:22.21brown_cowMmmmm brownies
19:22.21learneryou are not who I assumed you were :)
19:24.27plaid_cownot one inquiry about how I was
19:24.41learnerhow was you?
19:24.55plaid_cowhow now ___ ___
19:25.13learnerhow now now how ?
19:25.21plaid_cowNow I'm a cow of a different color.
19:25.46learnerIs that like birds of a feather?
19:26.20plaid_cowNot sure.  But be thankful cows don't fly.
19:27.08learnerMmm.. fish
19:27.16learner~whaleslap plaid_cow
19:27.17ibot slaps plaid_cow upside and over the head with one freakishly huge killer whale named hugh
19:27.40learneribot: eat fish
19:27.41ACTION eats fish and falls over dead
19:27.58learneribot: botsnack
19:27.58learner: thanks
19:28.12plaid_cowhugh're dessssssPicable
19:32.04plaid_cowaffectionate today.
19:33.29*** join/#bzflag learner1 (sean@chr160dhcp1675.chrchv01.md.comcast.net)
19:33.55learner1eep
19:34.28learnerbetter?
19:34.44*** join/#bzflag tea|tree_ (~tea|tree@pD9E95897.dip.t-dialin.net) [NETSPLIT VICTIM]
19:35.01*** join/#bzflag CIA (CIA@cia.utility.freenode)
19:35.01*** mode/#bzflag [+bbb *cell*!*@* *!*@adsl-68-133.lou.bluegrass.net *gorb*!*@*] by brunner.freenode.net
19:35.01*** mode/#bzflag [+b *sussudio*!*@*] by brunner.freenode.net
19:35.14plaid_cowslow moving ping pong
19:35.26learnerI'm not getting anything..
19:35.28learnerthis is wierd
19:35.35learnerdid you get the ping?
19:35.47plaid_cowhuh?
19:35.48learnerah, now it's working to  you
19:36.11plaid_cowhmm.  doesn't look like i get notified of ping requests
19:36.42learneroh so I can ping away at you and you won't mind then
19:37.06learner:)
19:37.23learnerDid you get any?
19:37.36plaid_cownada
19:37.47learnerharumph
19:39.58*** join/#bzflag bryjen (~bryjen@63.147.94.145)
19:40.09TyroneFHornighlearner: The sequence making it through the filter was @$$
19:40.32TyroneFHornighand variations thereof.
19:54.19*** join/#bzflag jolly (~bzjolly81@jvnineteen.ne.client2.attbi.com)
19:54.31jollyhey learner :)
19:54.37jolly*blush :)
19:54.40learnerI'm in a good mood :)
19:54.47jollylooks like it ;)
19:55.56TyroneFHornighHe's in a jolly good mood ;^)
19:56.00*** join/#bzflag bryjen (~bryjen@63.147.94.145)
19:56.03jollylol
19:58.50*** join/#bzflag Spiff (~eati@ip68-111-116-228.lu.dl.cox.net)
19:59.11Spiff<PROTECTED>
19:59.18learner<PROTECTED>
19:59.21Spiff<PROTECTED>
19:59.26*** part/#bzflag Spiff (~eati@ip68-111-116-228.lu.dl.cox.net)
19:59.35learnerheh
19:59.47learnerHe's one of those shy quiet types
19:59.56*** join/#bzflag Spiff (~eati@ip68-111-116-228.lu.dl.cox.net)
19:59.58Spiff<PROTECTED>
20:00.00*** join/#bzflag jolly (~bzjolly81@jvnineteen.ne.client2.attbi.com)
20:01.07*** join/#bzflag Spiff (~eati@ip68-111-116-228.lu.dl.cox.net)
20:01.41SpiffAnyone seen that gay guy Pat Labor?
20:02.15learnerhe went fishing for someone in arlington
20:03.20Spiffpretty exciting in here today
20:03.30Spiffwhats the point of sitting here anyways?
20:03.30plaid_cowas always
20:04.26*** join/#bzflag d (~bzjolly81@jvnineteen.ne.client2.attbi.com)
20:04.31Spiffhiya d
20:04.48dyou got in i see
20:04.58Spiffit wont let me ahve the name .. Spiff&Dervish=gay
20:05.04Spiffit only says spiff
20:05.43plaid_cowerg. did pat leave his op kfj with someone?
20:06.20*** join/#bzflag d (~k@jvnineteen.ne.client2.attbi.com)
20:06.41plaid_cow<PROTECTED>
20:08.36learner~seen BZSpiff
20:08.37bzspiff <BZSpiff@12-222-147-141.client.insightBB.com> was last seen on IRC in channel #bzflag, 19d 20h 24m 44s ago, saying: 'Too much heaven perhaps?  Nah.  BZ could do with some more sweetness. :-)'.
20:08.55learnerhrm.. imposter
20:08.56*** join/#bzflag Patlabor221 (~JeffM@208.48.199.214)
20:08.57*** mode/#bzflag [+o Patlabor221] by ChanServ
20:09.02plaid_cowJup
20:09.55plaid_cowthe "gay" references were a clue
20:10.03*** join/#bzflag mmu_man (~revol@ALyon-209-1-29-164.w81-248.abo.wanadoo.fr)
20:10.06Patlabor221you know I have lice right?
20:10.12learnereww
20:10.16plaid_cowEwww2
20:10.24Patlabor221:P
20:10.43Patlabor221see what you get for grabing strange heads.
20:11.12learnernext time I'll wear protection
20:11.23learnerer, never mind
20:11.34david_vPatlabor221: got your PM regarding giving my teammate access to the private forum. i forgot to check he was in the forums obviously. sorry :) will post a message later
20:12.54Patlabor221heh, no prob
20:13.09Patlabor221I looked and couldn't find any names that were similar ether
20:13.52TyroneFHornighpat, i have a recipe for flied lice if you're interested.
20:14.08Patlabor221ohh I boil them
20:15.04TyroneFHornigh~whaleslap captain_proton
20:15.07ibot slaps captain_proton upside and over the head with one freakishly huge killer whale named hugh
20:15.07plaid_cowflied lice suplies!
20:15.41*** part/#bzflag SGI (~SGI@bgp01138bgs.sothfd01.mi.comcast.net)
20:16.07Patlabor221fillper, fliper, faster then lighhhhhttinnng
20:16.37learner"whaleslap.. for when you need a little extra umph in your life.  now coming to a store near you."
20:17.09TyroneFHornighRemember, only hugh can prevent florist friars.
20:18.08plaid_cowhugh, and only hugh
20:18.45TyroneFHornighhugh's the leader of the band that's made for you and me.
20:19.45learnerOnly hugh... can make all this world seem briight.. oh only huuugh....
20:21.42plaid_cowThere's nothing like a good pun
20:21.59TyroneFHornighand that was nothing like a good pun. :^)
20:22.04Patlabor221I hear "meismyname" came by to see the channel while I was at lunch
20:22.41plaid_cowsomefool@ip68-111-116-228.lu.dl.cox.net ?
20:22.44TyroneFHornighIs that the cox.net guy?
20:23.12Patlabor221the one who tried to do "spiff&derv"
20:23.44TyroneFHornighyeah, that's the idiot. looked like spiff, but I immediately started questioning it.
20:23.58dyeah, he is cheating right this second
20:24.07Patlabor221it's knightmare
20:24.15learnerwhere at?
20:24.21dlanable
20:25.10TyroneFHornighI saw him online the other night. He wasn't very good if he was cheating.
20:25.31dhe has a score of like 5000 now ;)
20:26.08plaid_cowthat's most cheaters one redeeming quality.  its amusing to watch them cheat and still suck. :)
20:26.43learneryea, he's got a nasty cheat client on lanable right now
20:26.48learnerspewing foulness
20:26.52learnerwho's the admin there?
20:28.09ddunno :(
20:28.26Patlabor221it's probably his server
20:28.33TyroneFHornighWhat's going to stop people from running several 1.10 clients and using the poll mechanism to kick other players.
20:29.19Patlabor221and can obersvers vote?
20:29.58TyroneFHornighIt will probably be a problem on the ffa servers mostly. That's where I see most cheaters hang out.
20:32.45learnerso did punk*ss to lanable
20:32.58learnerobservers can vote
20:33.14Patlabor221oh that kinda sucks
20:33.23learnernot really.. I'll explain
20:33.36learneronly players that are around when a poll is created are allowed to vote
20:33.37Patlabor221I could make -solo put all the bots into observer
20:33.48Patlabor221and have them all vote the same as me
20:33.54Patlabor221they would still be around
20:34.34plaid_cowPatlabor221:  what's bzbb policy on creating a second account to try to conceal being a luser ?
20:34.44learneryes, but they can do that anyways prior to calling a vote
20:34.47Patlabor221moistly getting your ass kicked
20:35.03Patlabor221I sent him a message asking him what account he wishes to keep
20:35.14Patlabor221if he does not respond, both accounts will be disabled
20:35.15learnerthe only way to prevent mult-client abuse is to limit votes by ip (perhaps two per ip)
20:35.45learnerDidn't do it initially just because of 1) the effort and 2) the effort
20:35.56ChestalI wonder whetehr we should add a GUI to define quickMessages
20:36.08Patlabor221well this is one of the core problems that voiting and karma could face
20:36.11plaid_cowwhich hoses NATters.  but how many people play with >2 clients/connection
20:36.18learnerthe polling/voting system needs a gui..
20:36.30TyroneFHornighHmmm, I should sign up with my ISP for the 5 static IP deal, 10 votes on any server should let me do what I want. ;^)
20:36.31learnerI do forsee callsign funkyness for requesting a poll
20:36.44learnersince you have to /poll ban [funky callsign]
20:36.56learnerit could get rather hard/compilcated
20:37.01Patlabor221tho if you make it so that you have to register to vote then it makes it a bit harder
20:37.47plaid_cowdoesn't the server force callsigns to be alpha/digit chars? that should tone down the funk somewhat
20:37.54CIA03chestal * 12bzflag/ (3 files in 2 dirs): whitespac, constness
20:37.56Patlabor221better yet would be to make a group for "trusted" poll initaters
20:37.59*** join/#bzflag SGI_maimed (~SGI@bgp01138bgs.sothfd01.mi.comcast.net)
20:38.08learneryes it does, but it is still case sensitive and can contain whitespace
20:38.16learneri could make it case insensitive
20:38.21plaid_cowSGI_maimed: ouch!
20:38.57learneroh yea, pat.. it's limited in that respect in that the initiator has to be identified
20:39.12SGI_maimed~dict constriction
20:39.15learnerso at worst, a multiclient abuse should only happen once before an admin can ban the ip
20:39.31learnersince they will have the dudes ip after that fact
20:39.43plaid_cowsnake problems SGI_maimed ?
20:39.54TyroneFHornighor dudette, let's not be sexist ;^)
20:40.03plaid_cow~dict constrictor
20:40.24SGI_maimed~dict maimed
20:40.48SGI_maimed~dict hand
20:42.02TyroneFHornighLook, up in the sky
20:42.19Patlabor221no don't, or you'll get it in the eye
20:42.29plaid_cowhope its not a cow
20:42.31TyroneFHornighIt's a bird, It's a plane
20:42.44TyroneFHornighYeech, it was a bird.
20:42.49plaid_cowthat'd be an eyefull
20:43.38TyroneFHornighLittle birdie in the sky, why'd you do that in my eye? I'm a good boy I don't cry. Gee I'm glad that cows don't fly.
20:43.52plaid_cowme too
20:44.14plaid_cowi don't like heights anyway ;)
20:45.34SGI_supermanI'm glad that elephant dont fly
20:45.49TyroneFHornighI've seen a housefly
20:45.59plaid_cowand a horsefly
20:46.12TyroneFHornighI've seen a rubber band
20:46.35plaid_cow...
20:46.55TyroneFHornighI've seen a peanut stand
20:47.07CIA03chestal * 12bzflag/ (BUGS): my rabbit bullets can still be counted as teamkills
20:47.39CIA03atupone * 12bzflag/src/bzflag (4 files): bots don't go anymore into building. Aiming at target nearest inside point
20:48.16TuponeChestal: your site off?
20:48.46Chestalyes, but will hopefully be up in a few minutes
20:48.59Tuponeseen my CIA?
20:49.00Chestalhmm, should bzflag enforce that server name is always at the end of parameters?
20:49.15Chestalshould 'bzflag -mute ducati -callsign Chestal" work?
20:49.35TuponeI don't think it work that way
20:49.35plaid_cowthat's the way it is in the -help text
20:49.48Chestalok
20:49.50*** join/#bzflag creeperz (~creeperz@host-11-76-220-24.midco.net)
20:50.14plaid_cowbzflag [-a] [-b] [-c d] server
20:50.31creeperzAnyone know how to get the Recycle Bin back on the desktop in XP?
20:50.55learner~whaleslap creeperz
20:50.56ibot slaps creeperz upside and over the head with one freakishly huge killer whale named hugh
20:51.07creeperzLOL!
20:51.30creeperz...
20:51.31plaid_cowhey learner, i think he likes it!
20:51.38TimRikercreeperz: tried tweakui? don't know if there's an XP version but I know it does that on other win* installs.
20:51.38creeperzI think I just felt myself get dumber
20:51.53creeperzI don't need that
20:52.03SGI_supermanrestor
20:52.06learnerI feel like that every time I use Windows, it goes with the territory
20:52.16SGI_supermanopen the recycle bin and restore
20:52.33plaid_cowthere's options somewheres about what to show on the desktop  "My Computer" "Network Places" "Recycle Bin"
20:53.19SGI_supermanj/k
20:53.29SGI_supermanhow you delete it
20:53.38creeperzRight clicked it
20:53.41learnerhe drug it to the recycle bin
20:53.50creeperzAnd hit Delete
20:53.57creeperzI dunno
20:54.13SGI_supermanright click????
20:54.17creeperzSometimes I can try to recycle bin and it'll try to delete C:/windows
20:54.28Patlabor221go to the display controll panel
20:54.43creeperzYea?
20:54.50Patlabor221go to destop
20:55.06creeperzYea
20:55.08Patlabor221go to customise desktop
20:55.22creeperzYup
20:55.26Patlabor221turn on what ever you want
20:55.42creeperzIt doesn't have REcycle Bin there
20:55.52Patlabor221cus you can't remove the recyle bin
20:56.08creeperzCould it be something I did in the registry?
20:56.10Patlabor221you probably had a shortcut to it
20:56.16Patlabor221did you edit the registry?
20:56.19plaid_cowThere's no delete option on the right click menu for the recycle bin.  ghawd would that be dumb.
20:56.21creeperzA tiddle-bit
20:56.28Patlabor221what did you do?
20:56.37creeperzMade it so I could Rename it
20:56.47Patlabor221yeah, you get to reinstall XP
20:56.52SGI_supermanthere is no delete option for a lot icon in the desktop
20:56.52Patlabor221cus you just SCREWED yourself
20:57.02creeperzOuch
20:57.10Patlabor221why would you mess with your registry
20:57.30creeperzTo rename the recycle bin
20:57.36plaid_cowbefore or after you ignored the big disclaimer about "editing the registry may dammage your installation" ?
20:57.57Patlabor221I would learn how to use your computer before you start messing with it.
20:58.08Patlabor221try undoing your registry hack
20:58.09SGI_supermanreinstall all and you have the option fix/repair
20:58.20Patlabor221if not call MS
20:58.43Patlabor221or make a new user
20:58.50CIA03chestal * 12bzflag/src/bzflag (bzflag.cxx): do not silently ignore unknown '-option's; instead print some useful error message
20:58.50plaid_cowdoes XP have a system restore/rollback feature?
20:58.58Patlabor221for some stuff
20:59.01Patlabor221not the registry tho
20:59.08Patlabor221it does for core DLLs
20:59.17TyroneFHornighDid I wander into #dumbwindowsluserabuse again? I really wanted to talk about a tank game. Could someone direct me to the appropriate channel?
20:59.18Patlabor221you can try to use "last known configuration"
20:59.21SGI_supermanthere is a feature to repair
20:59.37Patlabor221yeah creeper this isn't the place or OS tech support.
21:00.05learnerTweak UI will restore it with the click of a couple buttons
21:00.20Patlabor221as will microangaleo probably
21:01.22TyroneFHornighor is this the #bofh channel?
21:01.30plaid_cowTyroneFHornigh:  go out the door, make four left turns, somewhere around there
21:02.03TyroneFHornighplaid_cow: Thanks, they're serving ice cream there ;^)
21:02.05Patlabor221if you don't find it make 8 right :)
21:02.22Chestalsomething very, very bad has happened
21:02.33Patlabor221with?
21:02.47Chestalwith my beer - nothing left
21:02.58Patlabor221ooo that is bad
21:03.10learnerMmm.. icecream .. mmm .. beer
21:03.28Patlabor221you do have EBDS there right?
21:03.35plaid_cowHmm, icecream + root beer
21:03.38SGI_supermannext time buy a cage
21:04.03Chestal~dict ebds
21:04.10Chestal~ebds
21:04.20Patlabor221Emergency Beer Delivery System\
21:04.21learnerhere you go, XP-boy: http://www.jsifaq.com/SUBM/tip6100/rh6177.htm
21:04.23ChestalEquipment Bio-Decontamination Service?
21:04.34creeperzThe recycle bin is still there...
21:04.36Chestalhmm, not that I know of
21:04.42creeperzIt's just...kinda...hidden somehow
21:04.42SGI_supermanno the first one isthe correct
21:04.45Chestala coupel of brewerys are around the corner though
21:05.02learnercreeperz -- follow the white rabbit: go to that link
21:05.09SGI_supermanplaid
21:05.16creeperzAh
21:05.32plaid_cowa hundred meters of copper pipe then?
21:05.46SGI_supermana glass
21:05.46Patlabor221rememeber it's talk like a pirate day, matie
21:05.53Patlabor221arrrr
21:06.07plaid_cowlan lubbers!
21:06.42learnerarrrr, walk the plank laddie!
21:06.44creeperzI don't know how to do this!
21:06.56learnerit gives you step by step instructions..
21:07.01Patlabor221READ
21:07.02learnerjust do them one at a time
21:07.10creeperzI don't understand them
21:07.28creeperz"1. Copy/Paste the following to a RecycleBin.reg file:"   What .reg file?
21:07.42Patlabor221that text they show you there, use your common sense man
21:07.51plaid_cowany of you swabs good at knife throwin?
21:07.56creeperzWhat?
21:07.59Patlabor221arrr
21:08.11Patlabor221if you can't follow a simple list.
21:08.21Patlabor221means it's time to walk the plank
21:08.45plaid_cowand send ye ta Davy Jones' locker!
21:10.03Patlabor221arr
21:10.56TyroneFHornighWhy do you guys encourage him?
21:11.08Patlabor221I do fear for the young
21:11.49Patlabor221mostly cus it seems mean to just turn him away, but really he should learn to go to the right place
21:12.46TyroneFHornighIt would be mean if you just turned him away the first couple of times he did it. At this point he needs firm guidance.
21:12.49Patlabor221or at least ask somone in a query
21:13.06Patlabor221or a swift kick in the ass
21:13.21TyroneFHornighThat's about as firm as guidance can get.
21:13.27*** join/#bzflag creeperz (~creeperz@host-11-76-220-24.midco.net)
21:13.35creeperzYippee
21:14.25*** join/#bzflag Spiff (Spiff@12-222-147-141.client.insightBB.com)
21:14.42TyroneFHornighNow, that's spiff's IP address.
21:14.51Patlabor221that it is
21:14.54plaid_cowhola, spaceman
21:15.03Patlabor221can't belive he tried an @
21:15.16plaid_cow@?
21:15.24Patlabor221sorry and & in a nick
21:15.49plaid_cowis & a special char?
21:16.07Patlabor221there are many things that can't be use in a nick
21:16.09Patlabor221like spaces
21:16.13Patlabor221and those marks
21:16.24Patlabor221so /nick just stops it right there
21:16.37Patlabor221like you can't use . in one ether
21:17.24Patlabor221I don't know the entire list, but I think I saw & used in the proto for something
21:17.35SpiffHuh Tyrone? :-)
21:17.49SpiffMethinks you all lost me.  LoL
21:17.59Patlabor221probably
21:18.02Patlabor221wasn't about you tho
21:18.09plaid_cowSpiff: there's was a false Spiff earlier
21:18.15learnerYou had a fan in here ealier Spiff
21:18.17TyroneFHornighWe had a spiff impostor earlier.
21:18.19SpiffHuh???
21:18.22Patlabor221meismyname was trying to be coy
21:18.28SpiffWhy would anyone impersonate *me*?
21:18.29SpiffLoL
21:18.30learnerHe loved you and Dervish rather affectionately
21:18.35SpiffEhhhhhh.
21:18.42SGI_supermanits working now
21:18.50SpiffSame guy that came on as "Dervish is Spiff's butt buddy" last night.
21:18.51Patlabor221cus he wanted to make his nick be spiff@derv=something not right
21:19.00SGI_supermanhave you back your icon
21:19.00TyroneFHornighThe obvious clue was his ip address
21:19.17SpiffYeah.  I have a static... so you'll always know if it's me or not. :-)
21:19.35Patlabor221you would think when you have a static IP, it's not good to go off and be an ass
21:19.42Patlabor221so does he
21:19.52SpiffLoL
21:19.53plaid_cowVe have vays of knowing who zhou are
21:19.55SGI_supermandont play anymore with the registry
21:20.01creeperzYea!
21:20.04creeperzI gotta go
21:20.07SpiffIs it 68.111.116.228 by any chance?
21:20.07creeperzThanks guys
21:20.08SGI_supermanbye
21:20.33Patlabor221yeah it's knightmare totaly
21:20.48Patlabor221or as I'm sure he'll say "his little brother"
21:20.50learnerspiff, do you know who the admin of lanable is?
21:20.53plaid_cowPatlabor221:  like, totally?
21:20.55SpiffYep.. well... that's the same ISP anyway.  I couldn't find a recent IP on him.
21:20.59SpiffNope, learner.
21:21.07SpiffLoL Patlabor
21:21.27Spiff~seen KnightMare
21:21.27knightmare <1000@ip68-107-165-224.lu.dl.cox.net> was last seen on IRC in channel #bzflag, 243d 16h 1m 56s ago, saying: 'ok, thanks for the help... gotta go :)'.
21:21.45SpiffThat's the last IP I have on him.  Verrrrrry old. :-)
21:21.52plaid_cowtwo hundred forty three
21:22.01SGI_superman243
21:22.38SpiffSo... if you're plaid_cow... and proton is purple_cow.... is there a plaid_purple_cow? :-)
21:22.53plaid_purple_cowAha!
21:22.54Patlabor221no, purple plad would just be silly
21:22.56Patlabor221see
21:23.00Patlabor221silly
21:23.04Patlabor221arrr
21:23.11TyroneFHornighThere's a guernsey around somewhere, unless pat ate him.
21:23.14plaid_cowewwww. a purple plaid
21:23.25learnerTime for Spiff.. TO WALK THE PLANK!! arrrr
21:23.26Patlabor221a what?
21:23.27Patlabor221arr
21:23.32Patlabor221matey
21:23.33plaid_purple_cowHow about...
21:23.34plaid_cowI was brown_cow earlier.  Noboday asked how I was.
21:23.41Patlabor221timbers=shiverd.
21:23.44MrsBah.
21:23.45SGI_supermanehi I lost my icon...someone have an icon for my pc
21:23.47Patlabor221can't do a .
21:23.49TyroneFHornighThey didnt' make you walk the plank either.
21:23.55plaid_cowMrs Spiff ???
21:23.57MrsOlearysCowThere. :_)
21:24.02plaid_cowFire!
21:24.07Patlabor221alien!
21:24.09MrsOlearysCowHehehehe plaid
21:24.36plaid_cowooops, he's supposed to be walking the plank, not in front of the firing squad
21:24.41Patlabor221~baneveryone
21:24.56Patlabor221we have canons
21:25.00Patlabor221arr
21:25.21bryjenMmmm, time for Mrs Oleary's beef BBQ ?
21:25.23TyroneFHornighShooting a cow with a cannon makes a big mess, and very small hamburgers
21:25.25Patlabor221tho I modified mine to be electormagneticly boosted.
21:26.30SpiffHmmm.  The cow seems to have flown the coop.  Pfff. ;-)
21:26.42Patlabor221avast!
21:26.46TyroneFHornighYech, we're back to flying cow again.
21:27.18SGI_supermanno please stop to talk about cow
21:27.18learnerbroadside a grue.. sheesh.. that's just _crazy_ man.. pfff
21:27.28SpiffWhat's the port for this server/
21:27.30Spiff?^
21:27.44Patlabor221I've got scurvy what do you expect
21:27.44learnerarr
21:27.48Patlabor221arr
21:27.50learnerand lice
21:27.51learnerarr
21:27.54TyroneFHornighess
21:28.05Patlabor221IRC servers are 6667 matie
21:28.05bryjenArr-Ewwwww
21:28.07SpiffAnd would someone like to tell me what a "grue" is?
21:28.14bryjen~dict grue
21:28.14Patlabor221arr
21:28.25bryjenArr not
21:28.32Patlabor221argv
21:28.36learnerargc
21:28.39Spiff~spell grue
21:28.40'grue' may be spelled correctly
21:28.44SpiffPffff.
21:28.48bryjenhmm
21:28.56Patlabor221use google  arr
21:29.05*** join/#bzflag Tainted_Love (Mandi29@cookeville-24-159-21-77.midtn.chartertn.net)
21:29.05Spiff~botslap
21:29.06ACTION cowers away from spiff
21:29.06learner~google arr
21:29.09SGI_superman~dict gruel
21:29.11Spiff;-)
21:29.22SpiffHey guys.  Meet Mandi. ;-)
21:29.30*** part/#bzflag drinian (~drinian@pcp153139pcs.hamntn01.nj.comcast.net)
21:29.45Tainted_LoveOh man...I stick out like a nice sore thumb in here..
21:30.00plaid_parrotheh.  how would one whistle in IRC ?
21:30.27purple_cowjust like that
21:30.28SpiffHehe.  You need a name from an obscure comic book or something in order to fit in. 0:-)
21:30.30plaid_parrotwell, yeah
21:30.39Patlabor221awk pieces of 8!
21:30.47Patlabor221arr
21:30.50plaid_parrotgrep 'em too!
21:31.02TyroneFHornighwhat he sed.
21:31.10Tainted_LoveHmm..
21:31.12learnertrue
21:31.21Patlabor221rememember, pillage THEN burn
21:31.57TyroneFHornighoh, that's rustle the cattle and ...
21:31.58plaid_parrot_take_ the women and _steal_ the horses
21:32.21SpiffHmm.  How about burn the women, steal the horses? Errr. No.
21:32.25learnerLeave the gun, take the cannoli
21:32.42Patlabor221are you a dislexic pirate?
21:32.55SGI_supermanflying cow ..purple cow whistles...uhmmmmmm
21:33.02TyroneFHornighI pledge allegiance to Hedy Lamarr...
21:33.13plaid_parrotHedley!
21:33.16SGI_supermanLSD around here or toooo beer
21:33.30SpiffYou do LSD, SGI? ;)
21:33.32SpiffTsk, tsk.
21:33.40Patlabor221arr
21:33.41plaid_parrotno pink elephants yet
21:33.41SGI_superman:o)
21:33.53TyroneFHornighThere's a bozo on  this bus.
21:34.05SpiffLucy in the Sky with Diamonds...
21:34.43Patlabor221Jupiter?
21:34.58Patlabor221umm I mean Jupiter, arrr?
21:35.45SGI_supermanshine on you crazy diamond
21:35.55plaid_parrotcaptain's the right title, but proton's not a very fearsome pirate name.
21:36.12Patlabor221arr
21:36.21CapBah.
21:36.23CapThat didn't work.
21:36.29purple_cowmore such gab and ye be walkin' the plank, ye scurvy knave
21:36.33*** kick/#bzflag [Cap_N_Smith!~JeffM@208.48.199.214] by Patlabor221 (There can be ONLY 1)
21:36.39Patlabor221:P
21:36.41learnerLoL!!!!
21:36.44Patlabor221and ARR
21:36.45plaid_parrotawk!
21:36.46learnerARR
21:36.52*** join/#bzflag Spiff (Spiff@12-222-147-141.client.insightBB.com)
21:36.55Patlabor221arr
21:36.57learnerHe WALKED THE PLANK!
21:36.57SpiffYou butthead. :P
21:37.10plaid_parrotMootiny Mr. Spifftian
21:37.12SpiffI forgot that 's areen't allowed.
21:37.13Patlabor221ARR
21:37.13Tainted_Lovelmfao
21:37.32SpiffSoo... it came out as Cap... not Cap'n. :-)
21:37.53SGI_supermanans now Spiff will be kicked another time again
21:38.28Tainted_Lovewussy.
21:38.39Patlabor221arr
21:38.56Tainted_Lovearr?
21:39.03SGI_supermansmell coming out from the feet
21:39.04Patlabor221arr!
21:39.08plaid_parrotBrave words for somebody whose ass just fell off onto the floor. Awk!
21:39.17learnerit's talk like a pirate day!  arr
21:39.25Patlabor221arr
21:39.39SpiffOkay.. so.... when did this channel stop being about BZ? :-)
21:39.48learner~whaleslap Spiff
21:39.53ibot slaps Spiff upside and over the head with one freakishly huge killer whale named hugh
21:39.53HughOrcaFriday afternoon silliness
21:39.53Tainted_Lovelmao
21:39.54plaid_parrot~seen BZFlag
21:39.55bzflag <~timr@proxyle02.ext.ti.com> was last seen on IRC in channel #utah, 148d 22h 19m 1s ago, saying: 'Bonez39: you mean MTU?'.
21:40.03Patlabor221arr
21:40.23Spiff~slap learner
21:40.30SpiffWha? No small slap.
21:40.37plaid_parrot~crush Spiff
21:40.38ACTION crushes Spiff with a full height scsi disk
21:40.46learneroh, no spiff.. you've moved up in slapability .. arr
21:40.53Patlabor221arr
21:40.55learner~lart Spiff
21:40.56learnerArr
21:41.14SGI_supermanpoor Spiff
21:41.18plaid_parrotAwk, SCSI pirates!
21:41.19Patlabor221arr
21:41.55SpiffNuh uh.
21:42.03SGI_superman~dict arr
21:42.06SpiffI'm the only *real* spaceman here. So hah! :-P
21:42.16Patlabor221ARE YOU ASKING FOR A Challenge!!!!!!!!!
21:42.24plaid_parrotAugh-oh
21:42.31HughOrcaSomeone is looking for another slapping :^)
21:42.51SGI_supermanno today thanks
21:42.51SpiffYes, yes sir I am.
21:42.53Spiff;-)
21:43.06Spiff1936
21:43.15SGI_superman19
21:43.20learneribot: force spiff to walk the plank
21:43.21ibot shoves spiff overboard
21:43.27*** kick/#bzflag [Spiff!~JeffM@208.48.199.214] by Patlabor221 (DOUBLE DUKKESSSSS!)
21:43.36learnerlol
21:43.40learnerarr
21:43.43Patlabor221I never was one to beat around the bush
21:43.43Patlabor221arr
21:43.47*** join/#bzflag Spiff (Spiff@12-222-147-141.client.insightBB.com)
21:43.51SpiffI hate you. :P
21:43.57Patlabor221arrrr
21:44.00david_vis it just me, or has the discussion gone... shall we say, overboard ;)
21:44.04SGI_superman~dict hate
21:44.09Patlabor221AR!!!!!
21:44.11plaid_parrotAnd yet you come back for more? Masichist
21:44.15Patlabor221we had a discussion?
21:44.24learnershot who?
21:44.24Patlabor221I thought that left when creeper came in
21:44.25SGI_supermanmaso
21:44.28Patlabor221arr
21:44.29david_vPatlabor221: that might be part of my question :)
21:44.33SpiffActually.. I returned because.. at one time... there was some sort of convo going on here.
21:44.40SpiffIt seems to have long since been lost though.
21:44.48Tainted_LoveIs it my fault?
21:44.53Tainted_LoveI could leave, if you like.
21:44.56learnerArr .. where is that land lubber lanable
21:44.58SpiffNah. :-)
21:45.06SpiffWell... you can leave them for all I care.  Just don't leave me. ;-)
21:45.19plaid_parrotWe burried it with arr treasure
21:45.19learnerWow
21:45.24learnerthat was pretty cheasy spiff :)
21:45.28HughOrcaThis is standard fare around here. We have been working on the release, and now it's time to release some silliness.
21:45.29Tainted_Lovelol
21:45.42Tainted_LoveI'm beginning to like you more and more learner ;)
21:46.01SpiffBe warned learner- she has a thing for morons. :P
21:46.03Patlabor221arr
21:46.07Tainted_LoveOh ouch!
21:46.10HughOrcaEveryone likes learner.
21:46.19Spiff;-)
21:46.22purple_cowlearner is loveable
21:46.22plaid_parrotDead spaceman tell no tales! Awk!
21:46.23learnerNot a nice way to talk to the lady there Spiffy :/
21:46.24Patlabor221we do?
21:46.29Patlabor221cus I personaly hate him
21:46.33learnergrep
21:46.43Patlabor221perv
21:46.48*** join/#bzflag bzgirl (~orchid@toronto-hs-64-26-176-100.s-ip.magma.ca)
21:46.49learnerNo you don't pay, you know you lub me .. arr
21:46.56SpiffHiya bzgirl. :-)
21:46.57learnerARR! pat
21:46.57Patlabor221shhhhh, she's here/
21:47.03Patlabor221umm arr
21:47.04Nidhoggrwork bbq was HUGE. :/  now I need a nap.
21:47.06Tainted_Lovelol
21:47.08HughOrcaWe can bring up pat's favorite URL again.
21:47.09david_vhi bzgirl
21:47.10learnerlol
21:47.19purple_cowlearner: speaking of lub, you gonna send out those siggraph stuffs? :)
21:47.25bzgirlhello
21:47.27Patlabor221what http://learner.youaremyfriend.com
21:47.29SpiffOkay.. on three.. all of ya bow to bzg.. 0:-)
21:47.36plaid_parrotAhoy
21:47.42Patlabor221g'day lass
21:47.46Patlabor221and arr
21:47.54bzgirloh, pirate day?
21:48.01bzgirli saw that on cnn
21:48.03purple_cowpirate day!
21:48.10learnerArr.. bzg .. ahoy matey
21:48.10Patlabor221ARRR!
21:48.12TyroneFHornighpirates didn't have nice words for women
21:48.17david_vhehe
21:48.25plaid_parrotTyroneFHornigh: exactly
21:48.45SpiffLoL
21:48.49Patlabor221hence why I used lass
21:48.53Patlabor221and not the "W" word
21:48.56Patlabor221arr
21:49.03plaid_parrotah. good call Patlabarrrrr
21:49.15TyroneFHornighThey felt they were rather unlucky, and only useful for a small number of tasks.
21:49.20Patlabor221you don't like women?
21:49.33Patlabor221arrr!
21:49.39SpiffI like women.  I don't like the other (piratish) names for 'em.
21:49.44bzgirlTyroneFHornigh: thats how I feel about men
21:50.02learnerHAR har har arr
21:50.02plaid_parrotthat's it
21:50.09Patlabor221you said ether off
21:50.12Patlabor221one is women
21:50.14Patlabor221the other is bad
21:50.17plaid_parrotA spirited wench she is
21:50.22Patlabor221arr
21:50.26SpiffAck! You said the W word. :|
21:50.32Tainted_Lovewench?
21:50.35Patlabor221you'll live
21:50.38Patlabor221ARR!
21:50.55Tainted_Lovethat isn't insulting to me..personally I could think of way worse a man *or pirate* could call me.
21:50.58DreadPirateRoberdamn
21:50.59Spiffbzgirls' gonna make you walk the plank
21:51.00bzgirlhave you guys been pretending to be pirates all day?
21:51.06plaid_parrotYou rob pirates?
21:51.11DreadPirateRoberno, just about 20 min
21:51.15DreadPirateRoberYES I DO
21:51.22DreadPirateRoberthat makes me the pirate of the pirates!
21:51.28DreadPirateRoberand arr
21:51.30SpiffYa couldn't fit it all, eh Patlabor? ;-)
21:51.35DreadPirateRoberno :(
21:51.35purple_cowa meta-pirate, if you will
21:51.38DreadPirateRoberarr :(
21:52.02plaid_parrotI'd rather not meeta-pirate
21:52.16DreadPirateRoberbetter then a meaty-pirate
21:53.03DreadPirateRoberarr
21:53.08DreadPirateRoberdon't you dare crap
21:53.13SpiffHow fitting.  Too stupid to speak for itself.. so it immitates others.  That's learner alright!
21:53.14Spiff;-)
21:53.15Pollypolly want a cracker!
21:53.16Pollyarr
21:53.26plaid_parrotHey now! There only be room for 1 bird on this here pirate channel!
21:53.28DreadPirateRoberARRR!
21:53.29Tainted_Lovepolly be a cracker..
21:53.34plaid_parrot~lart Polly
21:53.36DreadPirateRoberleast we have some imagination :)
21:54.04DreadPirateRoberArrrr harharhar
21:54.05david_vi must say my picture of you guys have sharpened during the latest hour ;)
21:54.06SpiffI don't wanna be a pirate.  I was an Untouchable Scurvy Dog for a while.. and it sucked. :-)
21:54.24SpiffHehehe david.  That'll teach ya to visit #bzflag. ;-)
21:54.26DreadPirateRoberand that was a pirates fault?
21:54.27TyroneFHornighThem's fighting words, but luckily I wasn't a USD
21:54.30plaid_parrotFire!
21:54.36david_vSpiff: or not to :D
21:54.44SpiffPrecisely, david.
21:54.58DreadPirateRoberit's a team for a game, man, come on, it had nothing to do with pirates, separate fantasy from reality :)
21:54.58plaid_parrotThankx TyroneFHornigh
21:55.01SpiffI think I'm learning not to visit it on "pirate day"... I'm being discriminated against. ;-)
21:55.02DreadPirateRoberarrr
21:55.04david_vlittle too violent :)
21:55.14Pollyarr arr ouch
21:55.17david_vis this room rated? ;)
21:55.23DreadPirateRoberonly because you resist
21:55.28plaid_parrotdavid_v:  220 volts
21:55.33BlueBeardThere. :P
21:55.35DreadPirateRoberjoin our rag-tag band
21:55.35TyroneFHornighResistance is futile
21:55.38Tainted_LoveOh I knew that was comming
21:55.48BlueBeardNow that is scary.
21:55.56BlueBeardShe knows me well enough to predict me now. ;-)
21:55.56plaid_parrotR=E/I
21:56.08DreadPirateRoberthat's generaly a good thing there BlueBeard
21:56.09PegLegYARRRRRRRR!
21:56.10Tainted_LoveMaybe you're just predictable.
21:56.19david_vmind you, i'm studying computer science ATM, i could write a lot of weird formulas already :)
21:56.24BlueBeardMaybe you're in love. :-P
21:56.26DreadPirateRoberyou know contrary to popular belive, girls are NOT icky
21:56.31Tainted_LoveMaybe.
21:56.35DreadPirateRoberI can configrm this :)
21:56.44DreadPirateRoberum arr
21:56.44Tainted_LoveI can as well.
21:56.45BlueBeardWho was stupid enough to make *that* belief popualr? ;-)
21:56.47Tainted_LoveI'm very far from icky.
21:56.52TyroneFHornighI have never held popular beliefs.
21:56.54DreadPirateRoberthey smell nice :)
21:56.59Tainted_Lovelol
21:57.07BlueBeardHmm.
21:57.08Tainted_LoveMost of them do..yeah
21:57.09DreadPirateRoberarrr
21:57.11plaid_parrotunlike pirates
21:57.16plaid_parrotarr
21:57.20BlueBeardBut Mandi looks nice too. 0:-)
21:57.24DreadPirateRoberspace pirate, we have showers
21:57.27Tainted_LoveOh hush with you
21:57.29Tainted_LoveI do not.
21:57.36BlueBeardShe lies too. ;-)
21:57.39DreadPirateRoberarr
21:57.44Tainted_LoveNahh..you do.
21:57.49TyroneFHornighso post a picture there BlueBeard
21:57.54BlueBeardNope.
21:57.59BlueBeardNot for you creeeeeeeeps. :-P
21:58.00BlueBeardLoL
21:58.08BlueBeardPatlabor's seen her tho. :-D
21:58.16DreadPirateRobercus I am COOOOO
21:58.17Tainted_LoveWho's seen me?
21:58.21DreadPirateRoberarr!
21:58.24Tainted_LoveAnd you aren't blind?!?
21:58.30BlueBeardDreadPirateRoberts..... aka my good buddy Jeff. ;-)
21:58.36DreadPirateRoberno no
21:58.42DreadPirateRoberwho?
21:58.46DreadPirateRoberumm arr
21:58.52Tainted_LoveOhhh
21:59.21plaid_parrotpay no attention to the man behind the fake eye-patch!
21:59.23TyroneFHornighThe triangle is revealed, and the curtain falls on Act I
21:59.58plaid_parrotPegLeg: watch out for those knot-holes in the deck!
22:00.02DreadPirateRoberI need one of those today
22:00.04plaid_parrotarr
22:00.22PegLeg:)
22:00.39SGI_supermanarr
22:00.51BlueBeardHmm.
22:00.55DreadPirateRoberdude that's nasty
22:00.56plaid_parrotnow that takes skill
22:01.10plaid_parrotEwww, DreadPirateRober
22:01.19plaid_parrotand would probly hurt
22:01.24DreadPirateRoberwhat, it hasn't been cleaned since the boradsideing
22:01.31BlueBeardSome people have filthy minds.  DreadPirateRober has a filthy mind.
22:01.47*** join/#bzflag quol-mobile (~upirc@205-200-236-238.mts.net)
22:01.51DreadPirateRoberwhat, I just think that you should clean your plank after each battle
22:01.53BlueBeardHiyaz Quol. :-D
22:02.04PollyArrr.. it's a quol-matey
22:02.07quol-mobileheya
22:02.16BlueBeardGrab a pirate name, bro. ;-)
22:02.16plaid_parrotDreadPirateRober:  good hygiene  and all
22:02.26quol-mobiletaolking on my phone on the train
22:02.52BlueBeardYou guys need to read a joke.. lemme find it.
22:03.21PollyArr.. irc on a train .. tis good laddy
22:03.34TyroneFHornigh3 pirates were talking on a train, the first pirate says to the second pirate, i need to buy a matey.
22:03.34PegLegtwo lawyers walk into a bar.
22:03.37PegLegthe third one ducks.
22:03.44plaid_parrotquequeg
22:03.56q-oneleg'tis indeed polly
22:04.05q-onelegyou want a cracker
22:04.38plaid_parrotibot: botsnack
22:04.38plaid_parrot: thanks
22:05.09PegLeg:)
22:05.12purple_cowif you were a duck, i would say you were on quack
22:05.16*** kick/#bzflag [Polly!~JeffM@208.48.199.214] by DreadPirateRober (shuddap polly, your allready overweight)
22:05.16*** join/#bzflag Polly (sean@chr160dhcp1675.chrchv01.md.comcast.net)
22:05.17purple_cowarr!
22:05.19Pollyarr
22:05.27DreadPirateRoberarr!
22:05.35PegLegevast, mayteeez!
22:06.19plaid_parrotyou just can't spell that sound :(
22:07.07TyroneFHornighyes
22:07.15david_vis everybody mutating into parrots here?
22:07.19BlueBeardhttp://www.jarchives.com/pirate.htm
22:07.19ZephyrAnd I'm the reason he's insane
22:07.25ZephyrThat comforts me for some reason
22:07.37TyroneFHornighThey're coming to take him away haha
22:07.50SGI_aka_Stetgif
22:07.51ZephyrHoo hoo hee hee haa ha ho hum
22:08.23*** join/#bzflag lurgyman (~lurgyman@home-dhcp6-8.colorado.edu)
22:08.52*** join/#bzflag quol-mobile (~upirc@205-200-236-238.mts.net)
22:09.09TyroneFHornighlearner is just trying to increase his lead in the number of nicks on the irc stats. He's an http://www.arrogantbastard.com/
22:09.15BlueBeardAnd tha Q man returns. :-)
22:09.20SGI_aka_Stehello quol
22:09.46q-oneleghello
22:09.51BlueBeardArrr!
22:09.53plaid_parrotwhat was the Q name in moby dick ?
22:10.02TyroneFHornighQueequeg
22:10.06Zephyrarr
22:10.06q-oneleggot kicked because phone wrang
22:10.22NinjaSoxARRR!
22:10.26BlueBeardNot to be a fool or anything....
22:10.27TyroneFHornighAnother student of history ;^)
22:10.32BlueBeardBut who is AnneBonny? :-)
22:10.42NinjaPirateRUN IM THRU!!!!!!
22:10.50SGI_aka_Stebonny and clyde
22:10.54ZephyrArr.. an irish lass nonetheless
22:11.09NinjaPirateeveryone LOVES capy morgan
22:11.16NinjaPiratespecialy with coke
22:11.27CaptMorgan:)
22:11.28TyroneFHornigh~botsmack
22:11.28sure, wanna snort some with me?
22:11.35BlueBeardOh... I thought it was a pirate name.  Hmm.... I unno.
22:11.42plaid_parrotwrong kinda coke there TFH
22:11.45NinjaPirateor in those little candies
22:11.50NinjaPiratemake me some little candies
22:11.52NinjaPirateplease
22:12.00NinjaPirateI'll give you a $1
22:12.06TyroneFHornighYou have your pleasures. Let others have theirs. ;^)
22:12.20ZephyrDrain, drain the bowl, each fearless soul!
22:12.31TyroneFHornighPoof, NinjaPirate is now some little candies
22:12.54SGI-onehandis true
22:12.56NinjaPiratesw33333333333333337
22:12.56plaid_parrotSGI:  Hook?
22:13.00NinjaPiratewith a capital 3
22:13.05SGI-onehandno bad
22:13.06TyroneFHornighPlease don't tell us what the other hand is doing :/
22:13.16Zephyrarr
22:13.20Zephyrharrr arr
22:13.25TyroneFHornigheww
22:13.52plaid_parrotTyroneFHornigh is a filthy minded sea-dog too! arr
22:14.15TyroneFHornighNo TyroneFHornigh is a dirty old man in the park.
22:14.19plaid_parrotHey!
22:14.46SpiffBy the way.....
22:14.58SpiffWhat happened to my impersonator?  Did he leave? Or get booted?
22:15.11plaid_parrothe got bored quick.
22:15.19SpiffAww. How sad. :-)
22:15.37SpiffWould the real slim Spiffy please stand up? ;-)
22:16.00bryjen~crush Spiff
22:16.05SGI-onehandand walk outside
22:16.18Spiff~whaleslap bryjen
22:16.19ibot slaps bryjen upside and over the head with one freakishly huge killer whale named hugh
22:16.20quol-onthetrainso- the pirate theme ends?
22:16.34bryjenoh, wait. I'd already smushed you down to slimmness
22:16.51Spiffibot didn't do it tho.
22:16.51i haven't a clue, Spiff
22:16.55SpiffShe did *my* bidding. ;-)
22:17.00quol-onthetrainwhat inspired the pirates?
22:17.07SGI-onehandgold
22:17.09bryjenSpiff: she did earlier. didn't need to again.
22:17.16TyroneFHornighibot gets mad at bry
22:17.16TyroneFHornigh: I wish you would RTFM.
22:17.30bryjenshe's fickle sometimes
22:17.32TyroneFHornighibot: eat me
22:17.33ACTION eats tyronefhornigh and falls over dead
22:17.47bryjenLOL
22:17.47NinjaPiratenow now be nice to ibot, you know she's sentive
22:18.01Zephyrscented?
22:18.02TyroneFHornighbut not sentient
22:18.04tea|tree_Ninja?
22:18.08SpiffGeez.  Stop abusing her. ;-)
22:18.14tea|tree_Pat?
22:18.40TyroneFHornighWe never do anything to ibot until she starts acting up. ;^)
22:18.41quol-onthetrainssh works on my phone also - cool !!!!!
22:18.53SpiffRock on, quol. ;-)
22:18.57tea|tree_quuuuuuuuuuuuuuuuuuuuuuol
22:18.57SpiffSo... where is the train going?
22:19.06SGI-onehanda big rock from the sky
22:19.06quol-onthetrainhome
22:19.15bryjenArrr, t'was a right fun melee of foolishness we had
22:19.26SpiffArrr! That it was matie!
22:19.38SpiffCool, Quol. :-)
22:19.38Tainted_LoveWell, I'm outta here folks. I'll come back sometime maybe..
22:19.38quol-onthetraintravel about 3 hours/day :(
22:19.45Tainted_LoveBbyes.
22:19.50TyroneFHornighAdios
22:19.50SpiffC-ya on messenger Mandi. *mwah*
22:19.51Spiff;-)
22:19.56Spiff0:-)
22:20.21Zephyrare you old enough to be mwah-ing spiff?
22:20.24quol-onthetrainspiff - move yet?
22:20.25bryjenNow's just left to burrey the treasure and be disposin of the witnesses
22:20.50SpiffSadly.... nope.  Bah!  And she comes back to IN next month.... and then I'm going to be moving.. :-(
22:21.01SpiffOnly to Mandi, Zephyr. :-)
22:21.39Spiffto/with that is
22:23.08quol-onthetrainwell , I have to go - time to drive
22:23.16SpiffC-ya Quol. :-)
22:23.38*** part/#bzflag quol-onthetrain (~upirc@205-200-236-238.mts.net)
22:24.22SGI-onehandbye
22:25.02SGI-onehandim going  me to
22:25.08SGI-onehandbye bey
22:25.13SGI-onehandarr
22:25.19TyroneFHornighAdieu
22:25.39SpiffC-ya SGI.  Arrrrrr!
22:25.57Zephyrarr.. bye matey arrr
22:26.14SpiffZephyr- Walk the plank!
22:26.15Spiff;-)
22:26.41ZephyrArr lad.. don't make me hurt you.
22:27.38SpiffLad?  Arrrrrrrr!  I'm BlueBeard.. you're just a scurvy cabin boy! ;-)
22:27.41TyroneFHornighThe earth says to the moon "don't make me hurt you." ignoring where the power actually comes from. ;^)
22:27.49Patlabor221he is the force of the wind
22:27.53Patlabor221do not mock him
22:28.07Nidhoggrhrm.. force of the wind... he should eat less beans. :)
22:28.16SpiffBut a Zephyr is a calm wind.  I'm not scared of those. ;-)
22:28.46ZephyrCalm and furious with great wrath shall be unleashed!
22:31.49NidhoggrCalm and furious == SBD?
22:32.05tea|tree_Spiff is a 1337 h4x0r
22:32.46TyroneFHornighHow many lines of code have you produced, Spiff?
22:32.54SpiffPffff.  I unno. :-)
22:33.02SpiffI didn't get far beyond streams and stuff.
22:33.26SpiffThen I got into 3D models and graphic stuff and all.. I'm still trying to decide which one interests me the most.
22:33.35TyroneFHornighThey don't make hackers like they used to. ;^)
22:33.52Zephyrif (strncmp(player[i].callSign, "Spiff", 5) == 0) abuse_and_randomly_kick(i);
22:34.31TyroneFHornighI'm glad I'm not Spiffarooni, oh wise god of boundary checking. ;^)
22:34.39SpiffPff. :-P
22:34.45SpiffHmm Tyrone?
22:35.04Patlabor221I'm the God of Biscuts!
22:35.26TyroneFHornighZephyr likes his strncmp.
22:36.06SpiffAnd yet you can't spell Biscuit.
22:36.13TyroneFHornighHow long is that biscuit?
22:36.23Patlabor221shuddap@!
22:36.34TyroneFHornighAbout 5 bytes. ;^)
22:36.35Patlabor221it's round
22:36.53Patlabor221with choko chrispies
22:37.10Zephyrsizeof(biscuit_t)
22:37.36TyroneFHornighibot: eat biscuit_t
22:37.37ACTION eats biscuit_t and falls over dead
22:37.39Zephyr== sizeof(yummy_t)
22:38.26Spiffibot: bite Zephyr
22:38.27wish i knew, Spiff
22:38.31SpiffLoL
22:38.46tea|tree_ibot you 1337 h4x0r
22:38.47tea|tree_: I'm not sure, is it larger than a breadbox?
22:38.53SpiffI need to get a list of the things that ibot actually does.
22:39.20TyroneFHornighibot: tell Spiff help
22:39.42TyroneFHornighsaucy wench that ibot ;^)
22:40.08Spiff~help
22:40.09Spiff?
22:40.32SpiffOh wow.  That's a big list. :-)
22:40.53TyroneFHornighStart reading, and let us know when you've finished.
22:41.00Patlabor221do /server help
22:41.26SpiffToo busy talkin' to Mandi to *just* read that. ;-)
22:41.29SpiffBut okay.
22:42.23Spiffibot: kick learner
22:42.24Spiff: have you tried http://www.tldp.org/ ?
22:42.30TyroneFHornighYou're a mean one PureLiquidEvil
22:42.33SpiffI don't get it. :|
22:42.34SpiffLoL
22:42.52PureLiquidEvilhey I say if ya got it, flaunt it!
22:43.05TyroneFHornighWhat's your excuse?
22:43.32PureLiquidEvilI need one?
22:43.41PureLiquidEvilI prefer reasons :)
22:43.57TyroneFHornighFlaunting without having ;^)
22:44.05PureLiquidEvilwho says?
22:44.09PureLiquidEvilI keep it in a bottle
22:44.13PureLiquidEvilfor special ocasions
22:44.18TyroneFHornighon your desk?
22:44.26PureLiquidEvilUNDER the desk
22:44.38TyroneFHornighYou need to label it in the picture.
22:45.18PureLiquidEvilit's in the inky blackness under the desk
22:45.22PureLiquidEvilby all those cables
22:45.32PureLiquidEvilit' gets mad when you photo it
22:45.56TyroneFHornighI've heard that story before, you're just trying to get some poor unsuspecting young thing to climb under the desk for you. ;^)
22:46.17SpiffLike a mouse?
22:46.28TyroneFHornighI also fear for the young.
22:46.40PureLiquidEvilhell no, I would not send anyone down there, it's dangerous
22:50.55Nidhoggrit's a musical group
22:51.08Nidhoggr"loosely speaking" :)
22:51.27SpiffHmm. Okies.
22:53.40SpiffThe best place to buy CD's on the net is http://www.cdnow.com
22:53.49PureLiquidEvilI thought it was one guy
22:53.50Spiffibot: Where is the best place to buy CD's on the net?
22:53.51Spiff: I think you lost me on that one
22:53.52SpiffLoL
22:53.58SpiffDarnit. ;-)
22:54.05PureLiquidEvilgoogle
22:54.12PureLiquidEvilit's good for what ails ya
22:54.37PureLiquidEvilmmmmmm ULTRA
22:54.58PureLiquidEvilyou would hate it spiff
22:55.13SpiffWhy's that?
22:55.20PureLiquidEvilyou just would
22:55.25PureLiquidEvilit's not your type
22:55.31SpiffOk then. :-)
22:55.38SpiffI listen to just about everything.... unless it's like country. Ick.
22:56.12Spiff~d
22:56.15PureLiquidEvildon't say I didn't warn ay
22:56.16PureLiquidEvilhttp://bfoj.bakadigital.com/tunes/things_jeff_thinks_are_good/KMDFM%20-%20Ultra.mp3
22:57.32SpiffNot all that bad.  But somewhat depressing.
22:57.41PureLiquidEvilsee
22:57.57PureLiquidEvilnaw, it's the chun-lee butt kickin song
22:58.05learnerThat rocks.
22:58.06SpiffThe guitarist isn't too shabby.  He needs to be more original tho. :-)
22:58.15learnersounds like massive attack
22:58.18PureLiquidEvilI think it's a synth man
22:58.27PureLiquidEvilit's KMDFM
22:58.36SpiffRegardless... synth or guitar.. it still needs to be more original. :-)
22:58.44SpiffJust sounds like some of those old Van Halen taps. Yich.
22:58.50SpiffBut not even that fancy. ;-)
22:59.00PureLiquidEvilhow do you know it's not origonal
22:59.07PureLiquidEvildo you know when the song even came out?
22:59.19SpiffNoooooooooooooooooo.  Not like that..
22:59.22learnerisn't it kmfdm??
22:59.26SpiffI mean original.. like... creative.
22:59.30PureLiquidEvilit may be
22:59.34PureLiquidEvilI only go by the tag
22:59.43SpiffHe just plays the same taps over and over again. :-)
22:59.46PureLiquidEvilit could have been the epidomy of creativeness
22:59.50PureLiquidEvilit may be older then you
23:00.09PureLiquidEvilas most OG industrial did
23:00.58learneryep.. kmfdm: http://www.djmaharaja.com/kmfdm/disc.html
23:01.12PureLiquidEvilok
23:01.18learnernihil disc
23:01.37learnerthat's cool, don't think I've ever heard them
23:02.00PureLiquidEvilhttp://bfoj.bakadigital.com/tunes/things_jeff_thinks_are_good/Kmfdm%20-%20Juke%20Joint%20Jezebel%20.mp3
23:02.10PureLiquidEvilthat's the only 2 I have ripped
23:02.15PureLiquidEvilI have 2 of there full Cds
23:03.34larslPureLiquidEvil: Did you get my memo?
23:03.43PureLiquidEvilmemo?
23:03.45PureLiquidEvilno
23:04.13PureLiquidEvilahh it won't show them if I'm not me
23:04.16PureLiquidEviland I'm not me now
23:04.21PureLiquidEvildo I need to be me?
23:04.24larslI sent it this morning.
23:04.30PureLiquidEvilcus I think I'm kinda booring.
23:04.42learnerWow, seriously reminds me of gravity kills
23:04.48PureLiquidEviltrillian doesn't show me server messages it seems
23:04.58PureLiquidEvilI think there may be some of the same guys in it
23:05.11learnerah, sweet
23:05.14learnerthat would explain it
23:05.22PureLiquidEvilI think
23:05.45larslI made a GCC3 RPM this morning, it's at http://www.d.kth.se/~d00-llu/bzflag*.rpm
23:05.54PureLiquidEvilohh cool, thanks
23:06.00larslI'll try to get the full address, but I can't log in to the server right now.
23:06.01PureLiquidEvilI'll post it up
23:06.18PureLiquidEvilhttp://bfoj.bakadigital.com/tunes/things_jeff_thinks_are_good/Gravity%20Kills%20-%20Goodbye.mp3
23:06.27PureLiquidEvilI'll check the memo when I get home
23:06.31PureLiquidEviland get the URL from there
23:06.35larslhttp://www.d.kth.se/~d00-llu/bzflag/bzflag-1.9.3.20030919-0.i386.rpm
23:06.35PureLiquidEvilno wories :)
23:06.39SpiffBrb
23:06.52PureLiquidEvilson of a.....
23:07.01PureLiquidEvilrpm is registerd to freakin real player
23:09.11learnerheh
23:09.24TyroneFHornighDoesn anyone want to see a funny driver's license picture?
23:09.32larslBreakbeat metal?
23:10.06PureLiquidEvilwhoot burly brawl time
23:10.19TyroneFHornighAnother Soul Calibre day?
23:10.22learnersure
23:11.41larslWhy is the .dmg file for OSX twice as big as the source packages and the Win32 installer?
23:12.03PureLiquidEvilWELCOME BACK TO THE STAGE OF HISTORY!
23:12.13PureLiquidEvilwe unlocked Sung-Mina last night :)
23:12.17PureLiquidEvilarr
23:12.37learnerbecause we know the mac users will have better connections than most anyways so why not flaunt it ;)
23:14.01learnerplus we ship fully resolved frameworks
23:14.11learnernot sure if the dmg might not be compressed
23:14.12TyroneFHornighThe full mac package is about 23 MB compiled. The compressed disk image is about 7MB. It contains everything, including full debug information. I'm not sure what's in the Win32 distribution, but it's hard to compare to the sources.
23:14.38PureLiquidEvilopen up the nsis installer file and you can see what I include
23:14.50PureLiquidEvilit has a list of the files and dirs that it pulls from
23:14.51*** join/#bzflag drinian (~drinian@pcp153139pcs.hamntn01.nj.comcast.net)
23:15.25TyroneFHornighDoes it include debug symbols?
23:16.02PureLiquidEvilno
23:16.05PureLiquidEvilrelease only build
23:16.11PureLiquidEvilour symbos are internal
23:16.20PureLiquidEviland would not run on a release mode system
23:16.28learnereep
23:16.49TyroneFHornighMaybe I'll try building a deployment build and we can compare sizes then.
23:17.36PureLiquidEvildebug is pointless ithout source, so make them build tehre own
23:18.24TyroneFHornighActually crash dumps with debug symbols are rather useful at times, especially during testing. YMMV.
23:19.17learnerYea, os x can dump a crash file that has a stack trace -- rather useful
23:19.33PureLiquidEvilok
23:20.07PureLiquidEvilperhaps make debugers for testing and a deployment for the final release
23:20.18PureLiquidEvilcus your like 2x the windows download
23:20.33TyroneFHornighDefinitely deployment for final release. ;^)
23:20.59learnerI'd be more comfortable doing that once the client is deemed stable (which as of last "stable" release it was not)
23:21.40learnerbut it seems the most serious bug that we've observed may actually be fixed now
23:21.48PureLiquidEvilahhh
23:21.52PureLiquidEvilsweet
23:22.08learnerhopefully sweet
23:22.25PureLiquidEvilwell I usualy don't presweet
23:23.04TyroneFHornighOn the 1.7g2 release, we're larger than the win32 (although not double) and smaller than the sgi release.
23:25.16TyroneFHornighlearner and I spent a lot of time last night trying to get the mac client to hang. We didn't manage to succeed.
23:25.26PureLiquidEvilthat is allways good
23:25.47TyroneFHornighThat's usually not good.
23:31.57PureLiquidEvilarr
23:32.53learnerI think we scared david_v today
23:32.55learnerarr
23:33.44PureLiquidEvilavast
23:35.37*** part/#bzflag Tupone (~Tupone@ppp-217-133-255-186.cust-adsl.tiscali.it)
23:35.58larslNice, bullets are bouncing against the ground. Was that fixed recently?
23:36.23PureLiquidEvilyeah
23:37.59*** join/#bzflag lurgyman (~lurgyman@home-dhcp6-8.colorado.edu)
23:41.30larsl=)
23:42.56learnerI used it to notify my players that the server is reseting
23:44.03TyroneFHornighDoes ibot know about the 1.9 bzflist?
23:44.41TyroneFHornigh~literal bzflist
23:47.26TyroneFHornigh~bzflist
23:47.40TyroneFHornigh~bzflist9
23:48.01TyroneFHornigh~bzflist19
23:55.14TyroneFHornighBaby boy panda is getting big. It's easier to see him on the web cam.
23:56.55larslHas the server reply to MsgQueryGame changed since 1.7g2?
23:57.46larslHm, seems like it has.
23:59.21tea|tree_~d

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.