irclog2html for #bzflag on 20030817

00:00.13bryjenand should the # and/or size of objects in a random world be proportional to the size of the world?
00:00.54Patlabor221that is what I am fixing now
00:01.01Patlabor221but they are not random sized
00:01.07Patlabor221they will just scale
00:02.17bryjenrandom sizes would needs bounds.  no 1x1x1 or 100x100x100 boxes.
00:02.22Patlabor221yeah
00:02.28Patlabor221perhaps later then
00:02.36Patlabor221it would be nice to specify those bounds
00:02.41Patlabor221and the number of boxes
00:03.42bryjenand the number of object might need to relate to the objects sizes.  more small objects or fewer large object to get consistent coverage on the map
00:04.25*** join/#bzflag MrCooper (~daenzer@dclient80-218-118-173.hispeed.ch)
00:08.04bryjenhey, Patlabor221, bzfs.cxx:6113: fprintf(stderr, "using world size of \"%f\"\n", speedTolerance);
00:09.50Patlabor221yeah just fixed that too
00:09.59Patlabor221as soon as I fix this crash I'm commiting
00:14.47Patlabor221something is busted with CTF worlds, they arn't sending enough data
00:16.20CIA03jeffm2501 * 12bzflag/src/bzfs (bzfs.cxx): Fixes to scale random world objet sizes to variable world size
00:17.20bryjenhmm, bzgirl's got an enlarged ctf running. donno what snappy of the code she's running tho
00:17.44learnerhmm.. that doesn't sound um.. right
00:17.53bryjen?
00:18.13Patlabor221seems -cr worlds are off by a short it seems
00:20.32bzgirlbrygen 08-16-04-01-01
00:20.43bzgirlbryjen 08-16-04-01-01
00:21.56learnerhmm.. funkyness
00:22.15learneri joined bzg's server and all was good until byjen joined
00:22.34learnerthen my key bindings stopped working
00:22.44bryjenand I had no team flag
00:22.47learnerno chat, no shoot (though mouse worked)
00:23.09bryjenyou shot me!
00:23.16learnerwith the mouse :)
00:23.31bryjenah
00:23.34learnerbut then i couldn't respawn since "i" didn't wrk
00:23.41bryjenlooked like a normal bullet to me ;)
00:23.54bryjenright click!
00:23.58bryjento start!
00:24.20learnerthere is no right click on my client
00:25.16bryjeneh? Ooooh, I remember, you're one of /those/ people.
00:25.32fiberchunksheheh
00:26.06bzgirlhow do you live like that?
00:26.12bryjenand to think I was upset when I couldnt find a nice _three_ button mouse.
00:27.04bryjenbigger map could use more cover (pat's working on that) or teleporters
00:27.23bzgirlmore cover should be good
00:27.35bzgirlthen we have 10 vs 10 ctf
00:28.26bryjenit was hard enough getting 2 teams of 3 people together....
00:29.01bzgirlwell, i did have 8 vs 8 one shot ctf once
00:29.08bzgirlits fun
00:30.06bryjendifferent tactics with more 'mates.  maybe itll attract more players
00:30.08Patlabor221well as far as I can tell, all -cr worlds are busted now, the world isn't sent with a world end marker
00:30.46bryjenso it sits there waiting for the end of the world? ;)
00:31.00Patlabor221yeah
00:31.04bzgirlis it now trying to scale up the size of the buildings to match the world? or increase the # of buildings?
00:31.09Patlabor221reading what ever mem is after it
00:31.15Patlabor221cus we don't even check the size
00:31.22larslPatlabor221: Is that what causes the client to crash.
00:31.24larsl?
00:31.26Patlabor221it will change the base size of the buildings
00:31.33Patlabor221yes that is what kills the clients
00:31.50Patlabor221now what I see is, the server writes the WorldCodeEnd
00:32.04Patlabor221but don't know why the client dosnt' get it
00:32.23Patlabor221defineTeamWorld is bizare
00:34.33bryjenwhat-the-heck is CitySize ?
00:34.44learnerabout 3.5
00:34.53larslPatlabor221: Hehe, some of that is my code.
00:34.54Patlabor221it's makes a very specific type of map
00:34.56Patlabor221it's not really random
00:35.08bryjeninclude/global.h:const int              CitySize =      5;
00:35.26bryjenOkey. magic numbers I suppose...
00:36.42larslAlthough I just changed it so it wouldn't place boxes on bases.
00:39.49bryjenI get a server segfault on join using bzfs -c
00:40.31bryjenwith bzfs -cr the server runs ok, but the client can get the world
00:40.41bryjenerr, cannot get
00:40.42Patlabor221it seems to be a general CTF problem
00:40.48Patlabor221I think it's how the bases are sent
00:40.53Patlabor221it's the new stuff mac set up
00:40.55Patlabor221looking now
00:42.31larslHm. There's a player on xmission with an empty callsign.
00:42.38larslDidn't know you could do that.
00:42.49Patlabor221probalby spaces
00:44.24Patlabor221LOL we figure out the size for the world database without even taking the bases into account
00:44.36Patlabor221how did this ever work
00:44.39larslNo, no spaces.
00:44.40larsl""
00:44.48larsl~xmission
00:45.17larslBeh, now it's not there.
00:46.48bryjenPatlabor221
00:47.10Patlabor221dosn't seem like mac comped for the incresed based size
00:47.19bryjen<PROTECTED>
00:47.20bryjen<PROTECTED>
00:47.22bryjen<PROTECTED>
00:47.23bryjen<PROTECTED>
00:47.28Patlabor221yeah but the size is wrong
00:48.00Patlabor221he's doing 40 per base
00:48.07Patlabor221and it's only 36
00:49.01bryjen'cause its hard numbers insteaed of some kindof sizeof(Base) or sizeOfBase
00:49.02DTRemenaklarsl: could be ASCII 127
00:49.12Patlabor221it's all hardcoded
00:49.16Patlabor221it's horible
00:49.23Patlabor221a short got added
00:49.29Patlabor221and some things rearanged
00:50.31bryjenerg. or why doesn't world->getDatabaseSize() give you the number you want?  instead of having to fiddle with it.
00:50.44Patlabor221bases aren't in the world database
00:50.54Patlabor221they are added seperately
00:51.15Patlabor221cus a map could define bases but not be a CTF game, so it could posibly not send them
00:51.41bryjenthat explains the if for ctf game style.  there also other numbers added even for non-ctf
00:51.56Patlabor221that's for the header
00:52.02Patlabor221thats also not part of the database
00:53.26bryjenslightly misleading variable name then.  s/worldDatabaseSize/worldDatabaseAndOtherStuffSize
00:53.41Patlabor221yup
00:54.07Patlabor221hmmm it also puts in space for 4 teams when there may not be 4 teams
00:54.40Patlabor221got it ( I think )
00:54.52Patlabor221for random games, the bases are in the database
00:54.59Patlabor221for non random games they arn't
00:55.01Patlabor221how odd
00:56.05bryjenand the then client would decide whether or not to draw them?
00:56.13Patlabor221no
00:56.29Patlabor221in a random CTF world you know there are bases
00:56.35Patlabor221and there are suposed to be bases
00:56.38Patlabor221so you can allways put them in
00:56.39bryjenerg. random ctf or non-random ctf.  random != FFA
00:56.49Patlabor221no CTF with a map
00:57.24Patlabor221the client only gets bases when there are suposed to be bases
00:57.27bryjenoh, yeah.  ctf has a builtin map too, doesnt it
00:57.28Patlabor221that's what all this code does
00:57.42Patlabor221yeah,
00:57.46Patlabor221this code is all funky
01:05.32Patlabor221I dono
01:05.40bryjenyou could check if the bases are needed as you're making the database (and include them if they are), so that world->getDatabaseSize() doesnt need that tweaking at transmit
01:05.40Patlabor221Mac is gonna have to fix it, he redid all this stuff
01:05.58Patlabor221there is a lot we could do
01:06.11Patlabor221and it's at pack time, not trasmit
01:06.14Patlabor221so it's a one shot
01:06.22Patlabor221it looks to be a cludge
01:06.23bryjenor i could just shut up ;)
01:07.16Patlabor221ibot: message for Mr.ApathyCream looks like CTF is busted with the new map transmit format, I can't figure it out.
01:07.50bryjen~seen Mr.ApathyCream
01:07.51i haven't seen 'mr.apathycream', bryjen
01:08.04bryjen~seen ibot
01:08.05bryjen: i haven't seen 'ibot'
01:08.48bryjen~seen MrApathyCream
01:08.48mrapathycream <MAC@balt-209-163-100-12.qis-dynamic-dialup.coretel.net> was last seen on IRC in channel #bzflag, 6h 11m 15s ago, saying: 'howdy learner... '.
01:09.07Patlabor221ibot: message for MrApathyCream looks like CTF is busted with the new map transmit format, I can't figure it out.
01:09.09Patlabor221there :)
01:10.08bryjenthat nick looks different w/o caps.
01:10.15CIA03jeffm2501 * 12bzflag/ (BUGS): cr random ctf worlds will not send to client, will crash and burn. don't know how to fix.
01:10.36bryjenm-rapa-thy-cream
01:10.42bryjeneep
01:11.01Patlabor221you rapa your own cream there skip
01:12.46Patlabor221are you playing with your iPuck again?
01:13.39larslNeed sleep
01:15.19*** join/#bzflag DTRemenak_ (~DTRemenak@host-226-48.dialup.innercite.com)
01:17.46bzgirllearner: get popcorn
01:19.13bryjenMmmmm w/ butter & salt
01:26.06*** join/#bzflag SGI (~SGI@pcp01642968pcs.sothfd01.mi.comcast.net)
01:26.12SGIhello
01:26.18SGIhi
01:26.41dougAtWorkgreetings ans salutions
01:27.25bzgirlhi
01:27.58SGIhi babe
01:28.05SGI~bzgirl
01:28.06methinks bzgirl is the coolest around
02:31.05*** join/#bzflag SGI (~SGI@pcp01642968pcs.sothfd01.mi.comcast.net)
02:34.52Patlabor221actualy anyone to read it :)
02:35.39Patlabor221well I doubt you would get it
02:35.48Patlabor221but http://jeffm.bakadigital.com/
02:40.05Patlabor221gack, I show up on google
02:40.13dougAtWorkcool
02:41.03*** join/#bzflag jolly (~hjjj@jvnineteen.ne.client2.attbi.com)
02:42.27bzgirlhey j
02:42.38jollyhiya :)
02:42.51Patlabor221birthday girl
02:42.59jolly:)
02:45.28*** join/#bzflag SGI (~SGI@pcp01642968pcs.sothfd01.mi.comcast.net)
02:47.02SGIfinally
02:47.09Patlabor221yeah
02:47.20SGIafter 30 years
02:47.23dougAtWorkwhat did he say?
02:47.47Patlabor221that he moved from his house to an apartment,cus he"just couldn't resist moving"
02:47.53Patlabor221aka they kicked him out
02:47.56dougAtWorkhahah
02:48.05dougAtWork"his" house
02:48.11Patlabor221yeah
02:48.26Patlabor221noone moves from a house to an apt just for kicks
02:48.45dougAtWorkunless they have free broadband...
02:48.50bzgirlcould be a crappy house and aa great apt
02:48.58Patlabor221no apt has free bb
02:48.59dougAtWorkand that
02:49.07SGIdepend of your parents
02:49.10Patlabor221then why not sell the house and get a better house :)
02:49.24SGIbasement for the kid
02:49.38SGIim  a bad guy
02:50.33SGImy mother kicked me ouy with a baseball bat
02:50.58SGIouy .....(pain reveived
02:51.03SGIreceived
02:51.41Patlabor221you sure it wasn cus of your meth lab?
02:52.06SGInooooooooooooooooooo
02:52.18Patlabor221ohh she was cool with the meth lab?
02:52.29Patlabor221that's a really cool mum
02:52.30SGIyes she was my client
02:52.56SGIi was 13 when she kicked me out for a .......
02:53.14dougAtWorkhey Patlabor221: you still work for rgpsales?
02:53.15SGI2 pounds
02:53.24Patlabor221on ocasion doug
02:53.32dougAtWorkah
02:53.34Patlabor221basicly when they need me
02:53.40dougAtWorkheh
02:55.11SGII reveived your email
02:55.22SGIhow it was without power
02:56.56SGIyes
02:57.10bzgirlheh
02:57.16bzgirlsgi wrong window
02:57.54dougAtWorkyea, I understand how getting pound on the head with a baseball bat feels
02:58.11SGIok
02:58.21SGImine too
02:58.26SGI:0)
02:59.31SGII turned off cus someone
02:59.44SGIbothering me
02:59.51SGItell me how
02:59.58dougAtWork<PROTECTED>
03:00.08SGIthenks
03:00.13SGIthanks
03:09.15SGIand birthday in the same day
03:10.35bryjenHey Patlabor221 http://bzbb.bakadigital.com/viewtopic.php?t=969
03:11.09bryjenRule #1.75: No, we will not make you a cheat client.
03:11.10SGIno hacker but cracker
03:11.38SGIthey are diffrent
03:11.45SGIdifferent
03:12.25bryjenSGI: yup
03:14.58SGIeffort
03:14.59learnerhowdy sgi
03:15.06SGIOla
03:18.44SGIhelp
03:20.07SGIsend me money
03:20.17SGI:o)
03:22.15SGIim waiting
03:23.17SGIno you mailed your bill...credit card
03:23.38bryjenoopsa. honest mistake ;)
03:23.46bzgirl:)
03:23.58learnerdid you pay it?
03:24.38SGIno I sent back to......Africa
03:24.58SGIa friend in "Capetown"
03:25.05SGIsouth
03:25.27SGIhes going to foward @ another friend ...Australia
03:25.32bryjenas long as it wasnt Nigeria
03:25.56SGIno there they want your Account number
03:27.09SGIWomen and men
03:27.27SGISGI is ,,,,,,,butter tired
03:27.34learnersgi, send me your account number and I'll be sure to make a transaction :)
03:27.36SGIim going to taste the bed
03:27.41learnerewww
03:28.23SGIthe account ...red
03:28.35SGIgreen
03:28.42SGIwithout money
03:28.53SGIsquare
03:33.04SGII g2g noe im really tired
03:33.12SGInbye good night all
03:33.22jollycya SGI
03:33.26SGIdam mmmmmmmmmmmm "n"
03:33.27bryjen'nite
03:33.35learnerg'night sgi
03:33.42learnertoo early to sleep :)
03:33.58bzgirlcu SGI
03:34.14SGIwork tomorrow and this morning too
03:34.23SGIbye bey
03:34.28SGIbye bye
03:34.30*** part/#bzflag SGI (~SGI@pcp01642968pcs.sothfd01.mi.comcast.net)
03:40.56learnera cigar!?
03:41.25jollylol
03:41.33bzgirlj/k
03:41.36learner*cough* *cough*
03:44.49bryjen*kerrr-rash*
03:45.32bryjenodd. playing along on hashmark, then suddenly, *poof* no bzflag
03:45.57bryjen~hashmark
03:46.18bryjenits still there. people still have scores too...
03:46.20learnerthat's a lot of players ...
03:47.31bzgirlPork Pie Johnson... is that from some movie or something?
03:49.28learnermaybe he just likes pork pies?
03:51.21bzgirlits funny callsign
05:03.35learnerVotingPoll
05:03.39learnerVotingBooth
05:05.38learner~dict poll
05:37.28learnerwell... the mob has spoken
05:37.32learnerVotingBooth it is
05:47.11*** join/#bzflag MrApathyCream (MAC@balt-209-163-100-246.qis-dynamic-dialup.coretel.net)
05:47.24learnerhiya MAC
05:53.49MrApathyCreamhiya
06:14.56CIA03dbrosius * 12bzflag/src/bzfs (bzfs.cxx): fix world database size when using ctf
06:15.26CIA03dbrosius * 12bzflag/ (TODO): more future todos
06:19.10CIA03dbrosius * 12bzflag/ (BUGS): fixem bugs
06:30.54CIA03brlcad * 12bzflag/ (TODO): added vote banning
06:31.35CIA03brlcad * 12bzflag/include (VotingBooth.h): initial voting booth class skeleton
06:38.42MrApathyCreamvoting booth :)
08:10.18*** join/#bzflag Scipio (chris@dragon.org)
08:11.31Scipioanyone around?
08:44.25*** join/#bzflag Scipio (chris@dragon.org)
08:46.32Scipiookay it's really late so i doubt anyone's here, so i'll just throw this out
08:47.07Scipiobzflag.secretplace.us is not showing up in the 'Find Server' list and we're not sure why.  Nothing changed on our end.
08:47.22Scipiowe didn't change configs on our end
08:49.39*** join/#bzflag dougAtWork (~dheckaman@64-44-153-2.user.uswo.net)
08:51.32Scipiodoug?
08:51.52Scipio*sigh*
09:27.41*** join/#bzflag larsl (~larsl@c213-100-62-55.swipnet.se)
09:36.06larsl~seen [dmp]
09:36.06[dmp] <~dennis@D40A3023.rev.stofanet.dk> was last seen on IRC in channel #bzflag, 10h 51m 31s ago, saying: 'cu david_v'.
10:12.31*** join/#bzflag MrCooper (~daenzer@dclient80-218-118-173.hispeed.ch)
10:19.25*** join/#bzflag david_v (~david_v@c213-200-135-241.cm-upc.chello.se)
10:29.28*** join/#bzflag [dmp] (~dennis@D40A3023.rev.stofanet.dk)
10:29.45david_vhallo
10:30.11[dmp]Hello World
10:36.58[dmp]"oops" :-) http://asdfg.mine.nu/~rehabdoll/pics/BBC-Sweden.jpg
10:38.14david_vlol
10:38.35david_vi'll sue the ties out of them! :)
10:38.37[dmp]Todays Bulletshit about beeing swedish, was provided by BBC :-)
10:39.25david_vhmm :)
10:42.34*** join/#bzflag prodan (~prodan@dial-in7.rz.uni-mannheim.de)
10:42.46[dmp]silly bonds; http://asdfg.mine.nu/~rehabdoll/pics/Killer_Biscuits_.JPG :-)
10:43.22[dmp]blonds even
10:44.22prodanhi ho
10:46.19prodani installed 1.7g2 on debian and now -geometry800x600 no longer works( i just get a tiny window. Any ideas where I could search?
10:47.04david_v[dmp]: LOL :)
10:48.49[dmp]No idea, prodan
10:49.57*** join/#bzflag dougAtWork (~dheckaman@64-44-153-2.user.uswo.net)
10:52.57prodanhmmm so itss back to 1.7g0 thx anyway
10:54.05larsl[dmp]: I think I've found an error in the ladders - you're listing my server as glasstower.homelinux.net, the real name is glasstowerS.homelinux.net.
10:59.39david_vheh... http://asdfg.mine.nu/~rehabdoll/pics/a_very_long_flight.jpg
11:00.14[dmp]saw it :)
11:00.27[dmp]some of them are pretty funny :-) Still browsing
11:03.40david_vyeah
11:03.43[dmp]larsl: The server have collected data from your server almost 700 times. THe missing is just a typo in the ladder-name, not servername, which is correct.
11:04.09[dmp]hmm how much activity is there on your server? And which hours?
11:09.33larslIt's very different. Two days ago it was almost full all night (~19-01 CET), yesterday there was at most 5 players on.
11:09.56larslDuring the morning and early afternoon it's mostly empty.
11:23.10[dmp]david_v: http://asdfg.mine.nu/~rehabdoll/pics/skrivefeil.jpg :-)
11:23.13david_vhttp://asdfg.mine.nu/~rehabdoll/pics/fitness.jpg :)
11:23.24david_vhmm k ;)
11:23.26[dmp]david_v: i really dont see the problem :-)
11:23.51david_vwith your link or mine? :)
11:24.19[dmp]yours :)
11:24.31david_vyou want to get fitness, and you can't even walk up the stairs? :)
11:26.54[dmp]If you pay for getting in shape, you might as well get abit comfortable before/after your excersize :-)
11:27.18[dmp]I always fun it abit funny, how many people who uses the car to go to fitness.
11:27.33david_vhmm
11:28.03[dmp]~ispell exercise
11:28.04'exercise' may be spelled correctly
11:28.26[dmp]Personally I'd run to/from the fitnesscenter.
11:42.51david_vhttp://asdfg.mine.nu/~rehabdoll/pics/please_complain_here.jpg :)
12:10.18david_vi'll be back later
12:10.34david_vcya
12:21.49*** join/#bzflag prodan (~prodan@dial-in228.rz.uni-mannheim.de)
12:23.47[dmp]wb prodan
12:24.04prodanhi ho
12:24.16prodanni trashed bzflag
12:24.26[dmp]damn you :)
12:24.28prodan:-(
12:24.58prodann1.7g2 only comes up in a minute window
12:24.59Chestalprodan: bzflag -window -geometry 800x600 works fine for me with 1.7g2 from Debian
12:25.11prodan1.7g0 is slow as hell
12:25.23prodanstrange
12:25.36prodannim just doing a apt-get source
12:25.39Chestalwhen it's slow then you probably have no direct rendering, check with glxinfo
12:25.44Chestaluh, why source?
12:25.46prodannwhere is the default size
12:25.46prodanin the source code?
12:26.04Chestalthere is no default size, it runs fullscreen by default
12:26.10prodanhmmm
12:26.14prodanbzflag -window
12:26.22[dmp]#bzflag - We got plenty of "n"s :-)
12:26.23Chestalhave you tried to erase/hide your config file ~/.bzflag[.hostname]
12:26.36prodanfullscreen doesnt work
12:26.43prodannit trashes my screen
12:26.47prodandamn n
12:26.56Chestalsounds liek your X is messed up
12:27.11prodanwell i see fullscreen
12:27.21prodanjust full of lines
12:27.28prodanlike out of sync
12:27.35prodannhmmm
12:27.53prodanmaybe ill have to update X
12:28.21Chestalwell, try the config file trick, see what glxinfo says (direct/indirect rendering)
12:28.23prodanbtw glxinfo says direct rendering is on
12:28.45prodanchestal: when i do bzflag -window
12:28.58prodanwhere in soource is default window size
12:29.58ChestalI don't know if there is one, not sure how it handles this for the first time, it might use the resolution
12:30.11Chestalhave you tried runnign without a config file?
12:30.55Chestalif fullscreen is out of sync you might have resolutions configured in your XF86COnfig which your monitor cannot handle
12:31.40prodanBANZAI
12:31.51prodankilled the bzflag cache
12:32.18prodanhmmm
12:32.22prodanworked once
12:33.08prodannbuuuhuuu
12:35.44prodanBANZAI2
12:35.52prodanngot full screen working
12:36.03prodanhad to kill .bzflag.cache
12:36.15prodanthen sync worked
12:36.41Chestal~/.bzflag-cache/ ? Should not be related at all
12:36.49Chestalhave you tried to move the cofig file out of the way?
12:37.50prodani killed config
12:37.55prodan.bzflag
12:37.59prodanndidnt work
12:38.04prodanthen dumped cache
12:38.10prodannow fullscreen is ok
12:38.13Chestalwithout a config it should test your machine's speed, i.e. try different settings
12:38.56Chestalafter you ran bzfalg, you can look at your config file and see at whch resolutoin and vertical refresh rate it tried to run
12:39.21Chestalnevertheless -window -geometry widthxheight must work
12:39.40prodanbrb
12:39.51larsl-window -geometry wxh never works for me with the CVS version.
12:40.49Chestal1.9 doesn'T work for me at all
12:41.45prodanok
12:42.17prodanfullscreen works ok now, res in .bzflag is 1280x1024 at 75
12:43.04prodannow i do bzflag -window -geometry 800x600
12:44.03prodanand i get a 100x100 something window
12:44.26Chestalhmm, strange. CHeck 'geometry' entry in config fole
12:44.30Chestalwhich window manager are you using?
12:44.36prodankde
12:45.00prodangeometry in .bzflag is now at 800x600
12:45.37Chestalhmm, maybe kde is trying to be clever and rsizes the bzflag window? you shoudl be able to resize it with the mosue anyway
12:45.49Chestalor there is an incompatibility between bzflag and kde window manager
12:45.50prodannope cant do that
12:45.58prodannno resize
12:46.05prodannhmm
12:46.17prodanni use a non current version of sid
12:46.23prodanmaybe i should update
12:46.32Chestalwith kde? have fun :-)
12:46.56prodani just dont really enjoy downloading 100MB over dialup
12:47.24prodanill wait for my dsl and then update my SID
12:47.38prodanin the meantime ill play fullscreen
12:47.42prodannthanks a lot
12:50.16*** join/#bzflag dougAtWork (~dheckaman@64-44-153-2.user.uswo.net)
12:53.23prodanhey I like 1.7g2
12:53.37prodan;-)
12:53.44[dmp]hehe
12:53.53prodanpraise on all developers
12:54.35prodanmy shots travel far faster
12:54.50prodan(actually its just the bigger radar ;_)
12:55.07[dmp]Big Radar is nice :)
12:55.23prodannow i have one reason less for sucking
12:56.09prodanok cu later folks
12:56.37*** part/#bzflag prodan (~prodan@dial-in228.rz.uni-mannheim.de)
13:40.36*** join/#bzflag Secret_Hamster (~piffle@pc2-mfld3-5-cust201.nott.cable.ntl.com)
14:36.50[dmp]heh.
14:37.25[dmp]At first my problem was to find a team, that wanted me. Now, after I wrote that post, I get more teamoffers than ever :-)
14:48.19*** join/#bzflag bzgirl (~orchid@ottawa-hs-206-191-39-23.d-ip.magma.ca)
14:48.53learnerwell, if it makes you feel any better.. I'm not offering =)
14:49.16learnerhehe j/k :)
14:49.19[dmp]hehe
14:49.45[dmp]Thanks, I needed that. Now I'll go commit suicide, to respawn in a better world :)
14:50.03learnerha :)
14:50.15learnerclever :)
14:50.39[dmp]That would give BZFlag some publicity :-)
14:51.09[dmp]Finding a tank might be hard.
14:51.17[dmp]Making the bullet rico, might be even harder :)
14:53.47learnerthere are a bunch of tanks up here
14:55.12learnerbut rico would be tough indeed (maybe big rubber mortars)
14:55.25[dmp]hehe
14:56.12learnerheh
15:02.18[dmp]13.500 land-units.
15:02.20[dmp]hmm
15:04.40[dmp]268! :)
15:10.45[dmp]ah, what a releif.. they are getting 33 extra tanks :)
15:56.03*** join/#bzflag bryjen (1000@ky-owensboro1a-242.owboky.adelphia.net)
16:10.32*** join/#bzflag prodan (~prodan@dial-in105.rz.uni-mannheim.de)
16:10.51learnerhowdy prodan
16:10.58prodanhowdy
16:11.07prodann1.7g2 big radar is really nice
16:11.29learnerindeed it is
16:11.37learnernow we just need a full-screen radar :)
16:11.44prodangrin
16:12.45[dmp]i tried having a radar than was larger than normal view.. it wasnt as good as you might expect :-)
16:13.56larslI used to have one overlayed over the 3D view, zoomed so that it covered 1/3 of the screen. But I was too lazy to make the patch work with 1.7g0 and later.
16:14.27larslNot zoomed, I meant resized.
16:15.06[dmp]that what was i did (if i understand you correct) .. i had opasity set so i could see both, but i got somehow confused :-)
16:15.49larslSecond display? Then you'd still have to look away from the 3D view to see the radar. =)
16:16.46learnerbest of both worlds -- I'd have a nice big high-res radar when needed, or a nice big 3dview too :)
16:17.48*** join/#bzflag KTL (~KTL@scotty.kulnet.kuleuven.ac.be)
16:26.31*** join/#bzflag david_v (~david_v@c213-200-135-241.cm-upc.chello.se)
16:28.58Scipioanyone around?
16:29.20learnerno
16:29.27Scipio=)
16:29.36learner;)
16:29.41ScipioNidhoggr and I are having a slight problem with secretplace. that we can't figure out
16:29.59Scipiothe server is not showing up in the find server list, yet we changed nothing on our end that we know of
16:31.52Scipioany ideas?
16:32.17learnercould just be network routing changes
16:32.30larslTim said yesterday that the performance of the list server might be bad for the next few days.
16:32.43Scipioi can pull up the server list page on lynx from the machine that bzfs is running on
16:33.06Scipiowe're just, not on it =)
16:33.10learnerdoes the server list not come up at all?
16:33.23*** part/#bzflag prodan (~prodan@dial-in105.rz.uni-mannheim.de)
16:33.24Scipiooh it comes up for me just fine
16:33.56learnerand it's running on your machine?
16:34.02Scipioyup
16:34.22learnerso then the problem is that it's not listed on any machine other than the machine it's running on
16:34.29Nidhoggrwe are getting a bunch of complaints because we aren't on the server list.
16:34.53learnerwhat's the address?
16:35.00Scipiooh well i haven't tried running a bzflag process from the same machine
16:35.06dougAtWorknidhoggr!! how art thou?
16:35.06Scipiobzflag.secretplace.us
16:35.07*** join/#bzflag blast_ (~blast@usrpri-4-161.inwave.com)
16:35.10Nidhoggrlearner, we can acess the list via lynx browser from the machine that the servre is running on.
16:35.16Nidhoggrhi doug.  I'm pretty good.
16:35.31Nidhoggrbut our server is not listed.
16:35.38Scipiodoug of the spirals map doug?
16:35.43dougAtWorkyep
16:35.57Scipioyour map is very popular =)
16:36.04dougAtWorkamazing
16:36.08dougAtWork;)
16:36.11Nidhoggr~secretplace
16:36.22learnerwhat port?
16:36.23dougAtWork~bzflist
16:36.34dougAtWorkhow wierd
16:36.35Nidhoggr5155
16:36.38Scipiothe usuall
16:36.45larslAre you sure that you are reporting to the right list server?
16:36.51learnerhrm
16:36.55Scipiowe're using the default config
16:36.58dougAtWorkI had the same problem
16:37.04Nidhoggrwe haven't changed anything.
16:37.47Scipio-publicaddr bzflag.secretplace.us:5155
16:38.02dougAtWork~literal secretplace
16:38.03secretplace is <reply> see bzfquery bzflag.secretplace.us:5155
16:38.11learnerdoug: are you buying my video card -- i was going to get that!
16:38.15dougAtWorklol
16:38.20Nidhoggrheh
16:38.30gonkulatordougAtWork: at work where do you work?
16:38.43larslDoes it work if you start your own list server and report to that one instead?
16:38.54Nidhoggrwe haven't tried.
16:39.07learneris your server config posted anywhere?
16:39.09Scipionid may be
16:39.20Nidhoggrno, but I can stick it somewhere.
16:39.46dougAtWorker
16:39.46dougAtWorkmy proxy is at work
16:39.46dougAtWork:)
16:39.53dougAtWorkbut I work at a IT company :)
16:39.58Scipioheh. i wish i had a proxy to do my work
16:40.14dougAtWorklol
16:40.20gonkulatordougAtWork: gotcha
16:41.08dougAtWorkyea
16:41.09Nidhoggrhttp://www.dragon.org/mandrake/spirals.txt
16:41.31dougAtWorkmy goodness :)
16:41.36dougAtWorkwhat a config file
16:41.48dougAtWorkwe should make the bzfs server query a sql server first :)
16:41.56dougAtWorkbrb
16:42.20Scipioi think Nid made that cf file for when the -conf option was added
16:42.23*** join/#bzflag doughecka (~~joe@adsl-68-133.lou.bluegrass.net)
16:42.40larslYou could try -publiclist bzflist://208.186.182.172:5156
16:42.55dougheckathere we go
16:42.57Nidhoggrlet me try it.
16:43.14dougheckakillall works :)
16:43.17*** join/#bzflag Patlabor221 (~jeffm@adsl-64-172-198-124.dsl.lsan03.pacbell.net)
16:43.17*** mode/#bzflag [+o Patlabor221] by ChanServ
16:43.30gonkulatorwell that was nice of ChanServ
16:44.40gonkulatorgonk{work} has been booted by gonkulator ("don't be a poser")
16:44.53dougheckahehe
16:44.54NidhoggrI wonder if someone put new filters on a router along the way or something.
16:45.02Nidhoggrhi patlabor221
16:45.03gonkulatorNidhoggr: want an nmap?
16:45.16NidhoggrI have nmap. :)
16:45.32gonkulatorright, but from someone outside?
16:45.37Patlabor221hello
16:45.39Nidhoggrthat might be good.
16:45.58Nidhoggr69.28.129.162
16:46.25learnernid: might also do some good to set the time-to-live
16:46.25Scipioit's there now
16:46.28Nidhoggrlooks like hard coding the list works.
16:46.30learnerah, good
16:46.40larslOdd.
16:46.42Nidhoggrwhat could have changed?
16:46.47gonkulatorNidhoggr: ok, what are you looking for?
16:46.47Nidhoggrthat's just wierd.
16:46.52gonkulatoror do you want me to /msg you with it?
16:46.56dougheckagah
16:47.14larslI've had that problem too, I took that -publiclist option from the glasstowers config file.
16:47.29Scipioglasstowers?
16:47.32learnerah -- it's probably because time changed which box the name server resolves to and your dns hasn't updated yet
16:47.38learners/time/tim/
16:47.45larslglasstowers.homelinux.net:515[5|6]
16:48.23dougheckagonkulator: at 3... 1...2....3!
16:48.29doughecka:)
16:48.34gonkulatordoughecka: I already sent :/
16:48.39Scipioheh. 208.186.182.172.in-addr.arpa does not resolve......
16:48.56dougheckaping: cannot flood; minimal interval, allowed for user, is 200ms
16:48.56gonkulatorhmm...
16:48.57dougheckahuh
16:49.08gonkulatordoughecka: try rootifying yourself
16:49.13dougheckash
16:49.15dougheckaah
16:49.55dougheckawow, my SSH connection has lag...
16:50.51dougheckagonkulator's connection isnt too shabby, with my T1 ping flooding him....
16:51.00learneryou too?
16:51.04Nidhoggrheh
16:51.09Scipio*bwahhaa*
16:51.13gonkulatordoughecka: though I am just a lowly cable modem, I do have a work connection
16:51.33gonkulatordoughecka: and I can dial in to that one to flood you back :)
16:51.35Nidhoggrthe sad thing is that my internet bill would go up a lot if I started ping flooding.
16:51.43dougheckayea
16:51.54dougheckabut my work as unlimited full t1 :)
16:52.00Nidhoggrthe cool thing is that I start my new job on monday at the same place that I host my servers.
16:52.06gonkulatorNidhoggr: at least you have that option available though :)
16:52.07dougheckasweet!!
16:52.14Nidhoggrgonk, nod.
16:52.31Patlabor221ahhh you guys got the company started up?
16:52.58NidhoggrI'm getting 500 more a year than previous company, full benefits, and they pay for cell phone and broadband connection.
16:53.09Patlabor221nice
16:53.09dougheckabroadband!?
16:53.11dougheckawow
16:53.15Nidhoggrpat, we resell their stuff on the side, because I get a great deal.
16:53.18Patlabor221do they let you leave your desk to pee?
16:53.22Nidhoggrso that company is up.
16:53.27Nidhoggrpat, yes.
16:53.28Nidhoggr:)
16:53.36Patlabor221ahh then all is good
16:53.40Nidhoggrand it's salary, so I don't have to use a stupid time clock.
16:53.41Patlabor221no more leg chains like your other place
16:53.47Nidhoggrnod
16:54.01dougheckabah, time clocks are cool
16:54.26Scipiothe other place sucked hardcore
16:54.33Nidhoggrso, my new job title is "Engineer".
16:54.36Nidhoggrpretty funny.
16:55.05Scipioby job title at qwest is "technical support engineer"
16:55.14Nidhoggrand almost everyone that works in that office is an old friend.
16:55.14Scipioi apparently engineer technical support
16:55.15dougheckamine is "intern"
16:55.21gonkulatorROFL
16:55.40gonkulatormine is "sysadmin/programmer" cause I picked it for myself...
16:55.48Nidhoggrcool :)
16:55.49gonkulatorthe joys of being the lone geek in a web development lab
16:55.49dougheckalo
16:55.50dougheckalol
16:56.02NidhoggrI was previously a Systems Administrator.
16:56.05Patlabor221Mine is "Jeff: God of Biscusts"
16:56.11Scipioah. i was sure that i was a "network administrator" but that doesn't seem to be an available title
16:56.30Nidhoggr~spell biscusts
16:56.32possible spellings for biscusts: biscuits biscuit's disgusts miscasts bisects viscus's bassists biscuit bicyclists discus's discuses bisexuals
16:56.32gonkulatorScipio: its better than "shampoo girl"
16:57.04Patlabor221well it depents, is the shampoo girl hot?
16:57.32Scipioshe's too busy washing her hair to give anyone the time of day
16:57.50Scipioand those two guys that pop up and sing backup are just annoying
16:59.43gonkulatorthough, "shampoo girl backup singer" is a step up from tech support
17:00.14gonkulatordepending on the variety of people that ask for support
17:00.17Scipiofrom what i've heard, "tech support" guys generally shouldn't be backup singers
17:00.37gonkulatorhttp://ocelot.mscd.edu/~brandon/music/
17:00.47Patlabor221naw we just played subspace all day
17:00.57Scipiothe only _tones_ that a tech support geek knows is are the handshakes tones of a 28.8
17:01.14gonkulatorscanline taught me how to whistle at a 56k
17:01.18dougheckahahaha
17:01.34Scipiocase in point
17:01.42Scipio;)
17:03.02Scipioi'm scarred for life
17:03.11gonkulatorQuote added as #133808.
17:03.12Scipiore bandon/music/
17:03.25gonkulatorScipio: you read the warning and listened anyway
17:03.34Scipiowell you know
17:03.38Scipioglutton for punishment
17:03.58gonkulatorhere, there are two less bad ones that I sometimes listen to
17:04.21gonkulatorsave tonight and compile away are fairly tame
17:04.41gonkulatorif you want to really punish someone, play barbie girl
17:06.04Scipiohmmmm
17:06.19Scipioi am sensing a lack of approval on the 133808 in order that others might view it
17:06.35gonkulatorwhyzat?
17:06.44ScipioQuote #133808 does not exist.
17:06.48gonkulatoroh
17:06.56gonkulatorthey added it to the queue to get approved
17:07.03gonkulatorit might be a few weeks
17:07.06gonkulatoror a month
17:07.08gonkulatordepending
17:07.13Scipioif you're lucky =)
17:07.20gonkulatorhehehe
17:11.05dougheckabah
17:11.07doughecka:)
17:12.42Scipio~secretplace
17:14.06dougheckawait...
17:14.15gonkulatordoughecka: no
17:15.14doughecka~secretplace
17:15.27Nidhoggrsnort
17:16.56Patlabor221isn't that a banable offense?
17:16.59gonkulator~secretplace
17:17.04gonkulatorwhat does that do anyway?
17:17.10doughecka-solo 10
17:17.21dougheckayea, if the server is full
17:18.54Nidhoggrnow my blootbot's bzflist command won't work properly.. really has to be something with network between list server... it nslookups to the same ip.
17:19.11doughecka~bzflist
17:20.36Nidhoggrit works fine from the stats page at http://bzflag.dragon.org/stats.php
17:23.28bryjen~hashmark
17:23.42dougheckamy goodness
17:24.29bryjentwo Administrator@ and one root@
17:24.41dougheckalol
17:26.05Scipioso you guys turned on the email options to laugh at the lusers, yes?
17:27.14bryjennot I
17:27.54bryjenwell, ok, I might snicker abit.  But I wasn't the one that fixed that "feature"
17:27.57dougheckasaid the little red hen
17:28.19Patlabor221the automatic e-mail generation code was in thre since like e2
17:28.22Patlabor221it was just busted
17:28.27Patlabor221it was fixed for g2
17:28.47*** join/#bzflag bzgirl (~orchid@ottawa-hs-206-191-39-23.d-ip.magma.ca)
17:29.21bryjen"automatic email generation" sounds viral, no?
17:29.42Patlabor221huh?
17:29.52Scipioi think 'fixed' isn't quite the word i was looking for
17:30.06Patlabor221the code wasn't being called
17:30.11Scipio1/2 the time the score list covers the top half of the screen
17:30.21Patlabor221what you are questoning is the inital feature
17:30.31bryjengenerating email /messages/ would be something a virus would do....
17:30.42Patlabor221heh
17:30.51Patlabor221well the mail line is pointless anyway
17:31.57bryjenwith enough players (like on hashmark earlier) the scoreboard gets down behind the radar/console too
17:32.03Chestalwe could replace it with a team/clan line in 1.9
17:32.05Scipiooh that's fun
17:32.16Patlabor221that would be more usefull
17:32.22Scipiomost people who use the email feature use it for team names
17:32.51bryjenclique
17:33.10Chestalback in the good, old days, user@hostname would actually work as an email address in most cases
17:33.41Patlabor221but now with spamage, do you really want people having your mail?
17:33.42bryjenfor *nix boxen
17:34.12ChestalPatlabor; I don't think there are address collecting bz bots :-)
17:34.30Patlabor221there could be
17:34.42Patlabor221but really, who wants to send a player an e-mail :)
17:34.43Chestalbryjen: there were only Unix boxen or the like in the old days. These are the times that ident checks by irc servers stem from, too
17:35.08Patlabor221before BZ took it's first step into a larger world.
17:35.11Chestalnowadays, it is utterly useless
17:36.46dougheckanow the IRC clients have ident built in
17:40.07Scipiodoesn't that just defeat the point of ident?
17:45.35*** join/#bzflag david_v (~david_v@c213-200-135-241.cm-upc.chello.se)
18:04.58dougheckayea
18:54.01*** part/#bzflag [dmp] (~dennis@D40A3023.rev.stofanet.dk)
19:31.58*** join/#bzflag Legolas (~topgunp38@adsl-68-73-88-225.dsl.emhril.ameritech.net)
19:42.36larsl_out~glasstowers
19:44.58learner~quol
19:45.05learner~d
19:45.14learnerjeesh
19:47.02learnerwhat do you call one of the choices on a voting ballot?
19:47.26learner~dict ballot
19:47.30ChestalI cannot imagine that voting is a good idea
19:47.39Chestalhow do you make it usale UI-wise?
19:47.46Chestaland I fear it woudl be abused
19:47.56ChestalI mean vote to ban or kick
19:48.07learnerwell.. that is the idea
19:48.16learnera vote to temporarily ban
19:48.26Chestaltoo much hassle
19:48.40learnerit works rather well for other games and is relatively simple to implement
19:48.59Chestalall these smal these trying to counter-measure cheatign etc. is just annoying IMHO
19:49.10Chestalwe shoudl try to go all the way but I guess with the curent dev momentum we would never finish
19:49.33learneralso has karma built into it on a social level
19:49.42learnerbut it also will couple rather nicely with a karma system
19:49.46Chestalthere is no karma in bzflag now
19:49.51Chestaland I guess there will never be
19:49.57learnerindeed there is not
19:50.05ChestalI am not to ohappy about 1.9 righ tnow
19:50.15Chestalit's partially my fault, haven't foudn the time to really participate lately
19:50.23Chestalit feels liek it is not going anywhere
19:51.05learnerah.. you've missed the glorious discussions we've been having over the past couple days
19:51.14Chestalheh, at least I can start it again, first tiem for a week or so
19:51.32Chestalpossible, that's part of my frustration
19:51.39Chestalnoone is in my timezone
19:51.47learnerlast talk, we're trying to get things in a beta-releaseable state
19:51.58learnerweed out the bugs, etc
19:52.36larslWhat, a release already?
19:52.42dougheckamove to the us :)
19:52.45Chestalthere are things which I don't understand about the curernt version
19:52.51Chestalthe whoel bzdb is the one part
19:53.12Chestalfrom a user point, the only new thing are the flags?
19:53.17Chestalthe rest is bug fixes and internal changes?
19:53.19captain_protonnew flags, rabbit mode
19:53.28Chestalok, rabbit mode
19:53.35learnerand the mole thing
19:53.42captain_protonlearner: thats a flag
19:53.50Chestalare all burrow bugs fixed?
19:53.51learnerquite a funny flag :)
19:54.08Chestalthief was buggy, too, I thinkl
19:54.14Chestalbut I didn't have many occassions to tets it
19:54.20captain_protontheif works for me
19:54.34ChestalI think it had a lifetiem mismatch
19:54.49Chestalsomethign was strange about reload/lifetime etc.
19:55.30Chestalsomeoenj up for a test on ducati?
19:55.52learnersure, though my client has "issues" of its own
19:56.49Chestalis it not up to date?
19:57.54learnermy keybindings aren't working right
20:00.27Chestalwhen a tank is burrowed, what should others see?
20:00.46learneri was burrowed
20:00.57Chestalyes, I know
20:01.04learnercouldn't chat, though
20:01.05Chestalbut I only saw your flag, nothign else. Is that expected?
20:01.14learneror re-enter after kill
20:01.28Chestalmaybe erase your config file?
20:01.37learnerthat's how I entered the game
20:01.47learnerthen after one kill -- i cannot reenter
20:02.21Chestalehm, should be the same keybinding
20:03.54learneri'm pretty sure it's a mac-specific problem
20:04.00learnerhaven't heard anyone else complain
20:04.04learnerI
20:04.55Chestalhmm, maybe, I don't know anything about that part of the code
20:05.43Chestaloh well, my 5 minutes of dev enthusiasm are over, good night
20:05.49dougheckalol
20:05.51dougheckacya'
20:05.55learnerheh, okay
20:06.07learnerches:
20:06.23learnerthe theif flag thing "hung around" after you finished shooting
20:06.30Chestalyes, that's what I meant
20:06.41ChestalI never really udnerstood the relationship of reload/lifetiem etc.
20:06.57Chestalbut for the thief flag the code is different, these values are calced in a different way, obviously wrong
20:08.02Chestalhmm, my space key hangs
20:08.09Chestalmaybe I shouldn't have hit my keyboard
20:08.16dougheckamaybe.
20:08.48CIA03chestal * 12bzflag/ (BUGS): lifetime for thief shots is wrong
20:08.49learnercould i get someone with 1.9 to connect to brlcad.org after me and try chatting?
20:09.03larslTell me when you're there.
20:10.24larslHm, "Unsupported response from server during flag negotiation".
20:10.38captain_protonlarsl: sure you're up-to-date?
20:11.00larslI wasn't. Trying again.
20:11.23scanlinewow.. that must have been pretty old, from before MAC and I hacked up the flags
20:11.26larslCommunication error joining game [Wrong code 7075]
20:11.35larslNo, it was from yesterday.
20:11.42captain_protonhmm...that error again...
20:11.42ChestalI could join it 10 minutes ago
20:11.43captain_protonodd
20:11.45scanlinethat's odd...
20:11.45larslAnd that last error message was with current CVS.
20:11.49Chestalor was it the other serevr, hmm
20:12.01scanlinelarsl: try another server?
20:12.18Chestalguess it was xmissin
20:12.22Chestalbrlcad does not respond at all
20:13.31Chestaltraceroute stops at 68.34.76.61 and I cannot open TCP connection to port 4242
20:13.50larslI can connect to xmission, I get random error messages from brlcad (Unsupported response, Communication error, Error downloading world...)
20:13.57Chestalhmm, actually after some non-ICMP-emitting hops, tracerotue finsihes at 68.33.166.139
20:14.15Chestalah, 4242 might be filtered
20:14.20Chestalis it a well-known P2P-port?
20:14.34Chestaluniversity filters lots of ports for outgoign packets
20:15.35learnercap: I see the same fairly "random" communication errors, db errors, and 7075 errors when there is another player already attached
20:15.59learnerif I repeatedly retry, i usually get in after aboout 20-30 tries.. :)
20:16.13Chestalcan brcad move to another port?
20:16.39learnersure
20:16.44learnerit's on 4242 right now
20:17.09david_vChestal: 5156 and 59999 are down
20:17.12learnerwhich port?
20:17.26david_vsomeone reported they just work again though
20:17.35Chestal59999 is up again
20:17.35david_vi can't check it now
20:17.38david_vk
20:17.55Chestallearner: any port that is not used for popular P2P services
20:18.23learner4242 is popular for p2p services?
20:18.41Chestalwell, it's blocked here, so I figured that someone at least _thought_ that it's used for some P2P
20:18.47learnerah
20:19.04learnerphooey :)
20:19.42Chestalthanks
20:21.37learnerthere we go 14242
20:22.02Chestalhmm
20:22.16ChestalI can telent there now
20:22.39Chestalhowever, in bzflag, I still get 'Error downloading world database'
20:23.00Chestalnow I get flag negotiation error
20:23.14Chestalnow it's back to database error
20:23.51dougheckaiptables is the routing part of linux?
20:24.07captain_protoniptables is packet filtering
20:24.08learneryes.. that's what I get when you're already logged in too ches
20:24.20learnerif you retry lots of times, it should eventually let you in ..
20:24.25Chestalhmm
20:24.25captain_protonit can do NAT stuff, but its separate from iproute
20:24.35dougheckaah
20:26.02Chestalnow bzflag just hangsd
20:26.10learnerhmm.. I was able to say one word to larsl after he connected, then he went nr, and my keybindings stopped working
20:27.14Chestalwhen I just netcat to brlcad,I get strange results
20:27.33dougheckalol: http://thefruitcake.com/files/progaymer.jpg :)
20:27.39Chestalit sends me stuff
20:27.56Chestalducati only sends BZFS109a
20:27.59*** join/#bzflag DTRemenak (~DTRemenak@host-227-160.dialup.innercite.com)
20:29.02Chestaluh, same when I connect to ducati with bzflag and drive around
20:29.11Chestalit sends stuff to the netcat, that shouldn't be the case
20:29.24Chestalsomethign sems to be seriosuly messed up in the server
20:29.26learnerthat would explain the garbage issues
20:29.42Chestalshouldnt' the server wait for MsgEnter or whatever?
20:29.53Chestalor MsgGetWorldCHunk or what it is called
20:30.03Chestalplayer should still be in limbo and not get any other msgs
20:31.41bryjenbrlcad seemed to work ok for lars and me.  other than the three tries to get in the door...
20:33.46bryjen~brlcad
20:33.59learner~literal brlcad
20:34.03learneri don't think it's set
20:34.15bryjenprobly doesnt do 1.9 either
20:34.24learnerplus, I just changed the port so even if it was, it would be
20:34.36learnerer, s/would/wouldn't/
20:35.13bryjennobodys on brlcad right now, and if i telnet brlcad.org 14242, it just sends me BZFS109a
20:35.31learnerbryjen: i'll connect again -- try again
20:36.19larslIt sends "BZFS109a" followed by a lot of garbage when I telnet to it.
20:36.33Chestalthe garbage are obvious player update packets r somethign similar
20:36.35larslAnd it just keeps on sending garbage.
20:36.45bryjenI was in and driving around, and my telnet started getting data
20:36.56larslAh.
20:37.26bryjenheh.  need a bzflag protcol monitor
20:37.56larslMaybe I could do something like that with bzadmin.
20:38.01bryjen~seen scanline
20:38.01scanline is currently on #picogui (2d 18h 45m 30s) #bzflag (2d 18h 45m 30s).  Has said a total of 84 messages.  Is idling for 26m
20:38.12bryjenor pybzflag
20:40.01CIA03chestal * 12bzflag/src/bzfs (bzfs.cxx): do not fill in player struct when player joining fails early
20:42.27ChestalI think I found the culprit, nt sure when it was introduced, though
20:44.16CIA03chestal * 12bzflag/src/bzfs (bzfs.cxx): do not relay bulk messages to players which are in limbo
20:44.50Chestalok, goodnight then
20:44.57larslGood night.
20:45.51learnerg'night, chestal
20:46.20learneryay for chestal's fixes
20:50.03bryjenlooks like it used to check for player[].multicastRelay,  which has probly been removed now, right?
20:52.00Chestalmaybe, haven't browsed the history, I still got no good tool to do this
20:53.04bryjenwell, that check is no longer in relayPlayerPacket
20:53.32CIA03chestal * 12bzflag/src/bzfs (bzfs.cxx): dump PlayerAccept state, they are going to limbo directly
20:57.06*** join/#bzflag [dmp] (~dennis@D40A3023.rev.stofanet.dk)
20:57.14learnermoin dmp
20:57.22[dmp]evening learner
20:57.41*** join/#bzflag Carnage (strayer@dyn216-8-132-8.ADSL.mnsi.net)
20:58.26[dmp]too much pizza too late dosnt motivate for working intensive :-)
20:58.50[dmp]Hi Carnage
20:59.22learnermmmm... pizza
20:59.29bryjenOk. now the telnet connection just sits there with the version stamp thingy even if I connect with bzflag and drive around.
20:59.38CIA03chestal * 12bzflag/src/bzfs (bzfs.cxx): formatting
20:59.41bryjenGot in on the first try too! Cool.
21:00.10bryjenmke2fs bzflag/src/bzfs/bzfs.cxx
21:00.29Chestalnot quite :-)
21:00.35Chestalwell, now this time it is really good night, cu
21:01.13bryjennow you must SLEEP!
21:02.36learneryou rock Chestal
21:03.45*** join/#bzflag ppl (ppl@ip198164210221.nbtel.net)
21:03.48pplheya
21:04.01Carnagehi
21:04.16pplIs there some admin available for xmission server?
21:04.37pplsomeone is cheating and it's quite annoying.
21:06.33Carnagei dont think so
21:09.20scanlinebryjen: hmm?
21:11.12[dmp]*grr*
21:11.53learnerdown boy :)
21:12.13[dmp]People shouldnt ask me questtion, and leave 10 seconds later :-|
21:12.33[dmp]hmm
21:12.51[dmp]488 playing-hours is registered by the ladder, this week
21:13.18[dmp]from 11 servers.
21:14.40david_vChestal: HoW-Fortix 4-2
21:14.55[dmp]who'd played?
21:14.56david_v3-2 actually
21:15.05learnerchestal went to bed -- leave him a message
21:15.11[dmp]no, ill do it.
21:15.16david_vyep. 3-2
21:15.20learnerah, that's right
21:15.24david_vthanks... or not... i suck
21:15.32david_vworst is i can't stop saying it
21:16.15[dmp]3-2 right?
21:16.35david_vi'm getting rather unsure actually... i was just getting mad on myself
21:16.43david_vbrb
21:17.07david_v4-2
21:17.08david_voh well
21:17.54[dmp]diff: 21poinyd
21:17.56[dmp]ts
21:19.00david_vurg
21:19.21david_vi wonder how it'll go when i start my studies
21:19.31david_vwill probably get less practice and... well...
21:19.34david_vwon't get much better
21:22.34*** join/#bzflag bzgirl (~orchid@ottawa-hs-206-191-39-23.d-ip.magma.ca)
21:22.43david_vhi
21:23.08bzgirlhi
21:25.20Chestalhi
21:31.25learnerhi
21:32.20*** part/#bzflag DTRemenak (~DTRemenak@host-227-160.dialup.innercite.com)
21:33.26*** join/#bzflag HEINOLA (HEINOLA@63.98.3.194)
21:33.36HEINOLAhello all
21:34.05pplhi
21:34.07david_vhey
21:34.53scanline~nickometer HEINOLA
21:34.53'HEINOLA' is 99.830% lame, scanline
21:35.02HEINOLAis there a channle where i can get some help with BIOS ?
21:35.15scanlinenot this one
21:35.19david_v~nickometer david_v
21:35.19'david_v' is 14.000% lame, david_v
21:35.26david_vnah
21:35.29david_v~nickometer david_v
21:35.30'david_v' is 14.000% lame, david_v
21:35.36david_vthought it was random :)
21:35.44HEINOLAhey its a town near me with a pop of 2  lol
21:35.50david_vhehehe
21:36.23learner~nickometer learner
21:36.23'learner' is 0.000% lame, learner
21:36.29learner:)
21:36.42david_vprobably because you wrote the criterias :)
21:36.58scanlinedavid_v: no, it's tim riker's bot
21:37.11scanlineit's actually a bit complex
21:37.37david_vwhat has it got against my nick? the underscore? :)
21:37.40david_v~nickometer davidv
21:37.40'davidv' is 0.000% lame, david_v
21:37.43david_vaha
21:37.54learner~nickometer blablabla
21:37.54'blablabla' is 0.000% lame, learner
21:37.59learnerperhaps
21:38.05scanline~nickometer ALLCAPS
21:38.05'ALLCAPS' is 99.830% lame, scanline
21:38.15david_vhmm
21:38.19david_vdoesn't seem rather complex
21:38.20learner~nickometer _____c_____
21:38.20'_____c_____' is 99.9818% lame, learner
21:38.23scanlineit's a logarithmic scale
21:38.29david_voh
21:38.35scanlinedavid_v: there are a lot of things it checks for
21:38.39ppl~nickometer ppl
21:38.39'ppl' is 0.000% lame, ppl
21:38.46ppl*phew* !
21:38.51david_v~nickometer ChanServ
21:38.51'ChanServ' is 0.000% lame, david_v
21:38.55david_vhm
21:39.00david_vthought it'd react on caps :)
21:39.27scanline~nickometer [boing]
21:39.27'[boing]' is 0.000% lame, scanline
21:39.30[dmp]~nickometer [dmp]
21:39.30'[dmp]' is 0.000% lame, [dmp]
21:39.33scanline~nickometer [boing
21:39.33'[boing' is 16.000% lame, scanline
21:39.45ppl~nickometer ibot
21:39.45'ibot' is 0.000% lame, ppl
21:39.52scanlinesee.. it's fine with matched parenthesis, but extra punctuational garbage is bad
21:40.00[dmp]~nickometer BZFlag
21:40.00'BZFlag' is 27.000% lame, [dmp]
21:40.01david_vinteresting. didn't seem that complicated at first when it gave some supposed fixed values
21:40.03[dmp]heh
21:40.06pplAh. It doesn't even say something funny when you feed him with his own nickname.
21:40.44david_v~nickometer yetanotherweirdnicktocheck
21:40.44'yetanotherweirdnicktocheck' is 0.000% lame, david_v
21:40.49david_vyea right :)
21:41.48HEINOLAany channels out there for BIOS or related problems?
21:42.54HEINOLAmy backup 120Mhz sys is killing me  lol
21:44.24david_vi am not sure what channel that would be
21:44.36david_vi only use a few anyway
21:45.19HEINOLAi use mosly the linux channels and this one
21:45.20david_vi got to go too, so i'm afraid i can't try to help now either. maybe someone here can
21:45.30HEINOLAcant remeber when i used a win channel last
21:45.33david_vheh
21:45.49learnerg'night
21:45.53HEINOLAgn cya
21:48.56*** part/#bzflag ppl (ppl@ip198164210221.nbtel.net)
21:55.20*** join/#bzflag BaDiN (Paramount@81.193.6.203)
21:55.22BaDiNolá!
21:55.28BaDiNany teams to play against BiPs?
21:55.30HEINOLAhello
21:58.58BaDiNplease? :)
22:00.19[dmp]:-)
22:00.38BaDiN;)
22:00.39[dmp]"We just suck more, than you'll do"
22:00.46BaDiNlol
22:03.02HEINOLAif i could only pull some of the Virtual flight group to bzflag
22:05.10*** join/#bzflag Skipp (~Skipp@12-206-137-38.client.attbi.com)
22:05.12[dmp]No fun there either
22:05.17Skipphello
22:05.29[dmp]hi
22:06.16Skippdmp was it u who has the cheat t-shirt?
22:06.41[dmp]No
22:07.00Skippspiff must have said some one else then, sry
22:07.09[dmp]I dont know anything about a cheat tshirt.
22:07.15[dmp]nevermind :-)
22:07.18BaDiNWE WANT A MATCH
22:08.22[dmp]Its time for bracket-man to save somebody else, somewhere else.. at some time..
22:08.34*** part/#bzflag [dmp] (~dennis@D40A3023.rev.stofanet.dk)
22:11.51HEINOLAit is to addictive
22:11.52BaDiNchestal?
22:11.56BaDiNthe moles vs bips?
22:12.01HEINOLAwe need a government study on it
22:17.15*** join/#bzflag Tupone (~Tupone@ppp-217-133-255-182.cust-adsl.tiscali.it)
22:18.19HEINOLAany here done bios flashing on a sys with only boot block left  lol
22:19.18BaDiNnot me
22:40.48*** part/#bzflag Skipp (~Skipp@12-206-137-38.client.attbi.com)
22:55.07*** join/#bzflag [dmp] (~dennis@D40A3023.rev.stofanet.dk)
23:16.38*** part/#bzflag [dmp] (~dennis@D40A3023.rev.stofanet.dk)
23:34.19learnerd
23:34.21learner~d
23:35.16learnersometimes I just can't fscking stand living in suburbia
23:46.52*** part/#bzflag Tupone (~Tupone@ppp-217-133-255-182.cust-adsl.tiscali.it)

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.