irclog2html for #bzflag on 20050826

00:04.31JeffM2501he asked who to get credit cards from, I told him to talk to lilo
00:04.46blast007heh
00:04.57Gnurdux!cc asks where to get credit cards
00:04.58TheLastSpartanGnurdux: what are you smoking, and did you bring enough for everyone?
00:05.08Gnurduxstrange
00:05.19Gnurduxooohhh
00:05.23Gnurduxgawd
00:05.31Gnurduxwow
00:05.39GnurduxYOU should talk to lilo
00:05.45Gnurduxhe could get a K-line
00:05.59JeffM2501it'll take care of itself
00:06.04Gnurduxy?
00:07.44JeffM2501q?
00:08.03Gnurduxwell i just msged to lilo
00:08.27blast007Gnurdux: asking for credit cards too?  ;)
00:08.27JeffM2501ok
00:08.37Gnurduxand conect isnt on anymore
00:08.42Gnurduxi hope he got /killed :)
00:08.48JeffM2501it's just one dumbass, not worth the effort of a kline
00:09.00Gnurduxi know
00:09.10Gnurduxwait a kline takes no effort
00:09.16Gnurdux/kline dude
00:09.17Gnurduxthats i
00:09.19JeffM2501prety sure it was mikee
00:10.48JeffM2501he asked why I baned him, I sent him the freenode usage policy
00:11.39Gnurduxlol
00:11.48*** join/#bzflag ds (n=ds@dsl081-053-082.sfo1.dsl.speakeasy.net)
00:12.49dsrandom question someone related to bzflag:  at what round-trip-time does game play start to suck?
00:13.58orchidround-trip time?
00:14.01JeffM2501depends on the number of players usualy
00:14.07JeffM2501100-200ms is lagy for me
00:14.14orchidoh ping
00:14.29orchid200 I go for another server
00:15.07dsok, that's about what I was guessing.  thanks.
00:15.33orchidds: shot count can help, if you have 10 shots lag isnt such a big deal
00:15.56orchidif you play ctf with 2 shots then a player with 200ms lag is tough to kill
00:16.52dsI'm trying to get numbers to demonstrate that non-shaped network queues are a uniformly dumb idea
00:17.10dsspecifically at the ISP level
00:17.45a_monkeyhttp://rafb.net/paste/results/0r9h4251.html
00:17.57a_monkeyi'm trying to make the control panel border transparent
00:18.03a_monkeyin ControlPanel.cxx
00:18.07*** part/#bzflag ds (n=ds@dsl081-053-082.sfo1.dsl.speakeasy.net)
00:18.20a_monkeydepending on your setting for "control panel and radar opacity"
00:18.26a_monkeydoesn't work though
00:18.32a_monkeyanyone know why?
00:20.04a_monkeyi'm not a total c++ expert geek dude
00:20.10a_monkeyjust to let you know
00:20.34JeffM2501why is it const?
00:20.43JeffM2501and what does it return
00:20.51a_monkeyno idea.
00:20.53JeffM2501and is the current fragement being drawn with alpha?
00:21.02a_monkeywell yes
00:21.06a_monkeyit's supposed to
00:21.16a_monkeybecause i'm using "opacity" as the alpha
00:21.17JeffM2501what was the old code?
00:21.24a_monkeybrb
00:21.32JeffM2501but is the current blend and alpha mode set to use the alpha?
00:22.17a_monkeyhttp://rafb.net/paste/results/Ij5HA766.html
00:22.20blast007you need a glEnable(GL_BLEND);
00:22.22a_monkeyi don't know
00:22.22CIA-3BZFlag: 03trepan * 10bzflag/src/bzflag/BackgroundRenderer.cxx: add a safety for the ground normal in experimental mode
00:22.25Gnurduxheh im getting invalid team on the game
00:22.29a_monkeyblast007: oooooooohhhhhhhhh
00:22.41blast007just make sure to disable afterwards  ;)
00:22.56blast007(after it draws the lines)
00:25.05blast007ah, and you might want to do the blend only if (BZDBCache::blend && _renderer.getPanelOpacity() < 1.0f)
00:28.50a_monkeyoh yes
00:28.54a_monkeythat would be efficient
00:30.06blast007you can still use the glColor4f one when blending is not enabled too, as it will just ignore the opacity
00:30.13a_monkeyoh
00:30.14a_monkeyok
00:30.51blast007if you look for "// nice blended messages background", that gives a working example of all that
00:31.21JeffM2501I'm kind of sad that was the best that mikie could come up with
00:31.40blast007JeffM2501: yeah, pretty pathetic :)
00:33.25a_monkeydoes glDisable(GL_BLEND); get ignored if it's already disabled?
00:33.29JeffM2501yes
00:33.32a_monkeyok thx
00:33.36JeffM2501GL is a statemachine
00:33.41JeffM2501so it is all about seting states
00:33.52JeffM2501bzflag resets states to what they were quite often :)
00:33.58JeffM2501mostly in the font system
00:34.15*** join/#bzflag triclops (n=triclops@203-206-57-8.dyn.iinet.net.au)
00:36.01a_monkeyalso, what's the difference between glColor3fv and glColor3f ?
00:36.15JeffM2501the former takes an array
00:36.24JeffM2501where the later takes 3 paramaters
00:37.36JeffM2501http://www.google.com/search?q=openGL+red+book
00:38.03JeffM2501blue book is usefull
00:38.05JeffM2501as well
00:41.03a_monkeyoh thanks
00:42.57*** join/#bzflag wegstar_ (n=foo@allegro/user/wegstar)
00:43.17trepanorange: got a recording with the whitening looping on silvercat:5153
00:44.07trepanroampos: -28.282 163.522 11.156  327.346  -14.429
00:44.26trepanhits times at 1:30:03, 1:29:16, 1:29:02
00:45.42orangetrepan: even with your newer version then?
00:48.04orangetrepan: for me those flashes are lasting just under a second
00:48.23trepansame here, less then a sec
00:48.40trepanorange: my client doesn't have the reversion for the whitening at the moment
00:48.40orangetwo there
00:49.07orangebut how interesting they're happening at the same time in the replay
00:49.22trepanyup  :)
00:49.31orangereproducibility is nice
00:49.31trepanthink it is roampos dependant as well
00:50.51orangedo you get two around 1:29:15?
00:50.59trepanyup
00:51.33trepannice to have the game timer available too   ;)
00:52.38trepannot console or radar related (disabled 'em)
00:53.43*** part/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
00:54.31*** join/#bzflag a-delusion (n=a-delusi@pool-141-158-105-195.pitt.east.verizon.net)
00:55.37trepanorange: think the reversion fixed it
00:55.49orangevery cool
00:56.02orangein anon cvs?
00:56.25trepanah, nope, didn't
01:01.44brlcadheh, a redhead.. jeff's funny
01:03.35a_monkey"if (opacity < 1.0f)" makes sure that opacity is less than 1.0f of course
01:03.51a_monkeyso how do i make sure that opacity is less than 1.0f but more than 0.0f
01:04.17a_monkey"if (0.0f < opacity < 1.0f)"?
01:04.32a_monkeyi tried that, doesn't work
01:06.44a_monkeymaybe i should just use "if (opacity > 0.0f && opacity < 1.0f)"?
01:07.12learnerbingo
01:07.24learnercourse you could have tried it too
01:07.28a_monkeyi thought there was an all-in-one package though
01:07.32a_monkeyi guess not
01:07.44learnerit's all on one line, what more do you want :)
01:07.49a_monkeylol
01:11.22brlcadahh, that explains it if conect|VERIFIEd-d-VIL-H is mikee
01:17.46trepanbrlcad: a friend for life  ;)
01:18.01brlcadhehe
01:33.14*** join/#bzflag TD-Linux (n=TD-Linux@24-159-197-101.dhcp.roch.mn.charter.com)
01:35.40TD-Linux~yawn
01:35.41ibot*YAWN*  I get *YAWN* tired just thinking of large boxes of unknown substances being poured into nooks and crannies and eaten by little monsters that like to kill fluffy bunnies and oh god I'm tired..
01:42.13*** join/#bzflag Pimpi (n=frank@p5481ABBC.dip0.t-ipconnect.de)
01:56.22trepanhttp://www.gamespot.com/news/2005/08/24/news_6131845.html
02:05.09learnerso should we participate in the beta too voluntarily? :)
02:06.40trepanfree publicity, first OSS game to comply   ;-)
02:07.37learnercould have the list server auto-add players to the banlist after 3 hours if their addr is in china :)
02:08.19trepannot auto-updated, is it?
02:08.44learnerdude, it is a big image, and it's being compressed massively
02:08.51learner~ww
02:08.53ibotSucker.
02:09.07learnerauto-updated?
02:09.14trepanthe masterban list
02:09.28learnerthat could be fixed -- list server could push to it
02:12.53*** join/#bzflag Tupone (n=Tupone@pdpc/supporter/active/Tupone)
02:12.53*** mode/#bzflag [+v Tupone] by ChanServ
02:12.54trepannot badly enough to fix it for yourself though, heh?
02:13.10a-delusionive been tying for days
02:13.31a-delusiondont have the skill to fix what needs fixed
02:14.12trepanbe the little train that could
02:14.37a-delusioni just finished six hours, every hint I could come up with
02:14.45trepanchoo choo
02:14.56a-delusionchuggachugga
02:15.02a-delusionbeer beer
02:15.32a-delusionif i had some clue...I only want the on plugin, racetoseven
02:15.36trepanit didn't go, "i drink a can, i drink a can"
02:16.08a-delusionI only drink bottles
02:16.57a-delusionif someone could just do a mac build of racetoseven... but the server still probably wont accept it
02:19.20learnera-delusion, if I had felt like it, I would have started on it tonight
02:19.26learnerbut I didn't
02:19.38a-delusionnwhat makes you feel like it
02:20.15learnernot working a 14 hour day
02:20.33learnerand not having to get up at 6 tomorrow
02:20.53a-delusionthats a good one,  you should get a job like mine...
02:20.57a-delusionno job
02:21.29a-delusionI'm a landlord, most of my time is picking up checks
02:21.38learnerone of the FLAGS is 00000100  another is 00000001, etc
02:21.42learnerjeesh
02:21.44learner~ww
02:21.45ibotWrong window, you fool!
02:22.04trepannap time for the erudite?
02:22.13learnera-delusion, I do it because I enjoy it, not because I have to
02:22.52a-delusioni understand.
02:23.11a-delusionjust trying to push gently
02:24.18a-delusionAnd thankyou for all you do
02:26.06learnerheh, the thanks is appreciated
02:26.47learnerit should be done soon -- just need to let the libtoolization settle down a little before jumping into the plugins and making more non-static libs
02:26.59learnerthat'll require a fair bit more testing and collaboration
02:27.19learnerto rip out the current linux-based dynamic lib fudgery
02:27.56a-delusionyeah, libtool is the last error i get in cvs now
02:28.41a-delusioni dont have glibtool, have to use libtool
02:29.12learnerthat's just a warning
02:30.21a-delusionwell, i used the command it said to use anyway, it worked
02:33.11learnerthat just makes the warning go away :)
02:33.49learnerhuh?
02:34.14a-delusionni had a c-ares library designed for osx10.4 installed on osx10.3
02:34.31a-delusionnhad to do a complete system re-install to fix it
02:37.38learnerand not the naptime thing -- it is nap time, though
02:39.47a-delusiongoodnite learner,
02:46.44*** join/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
02:46.57Gnurduxhow do you get the playerid from the GameKeeper::player?
02:48.23Gnurdux?
02:48.45Gnurduxah wair
02:48.55*** part/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
02:55.32*** part/#bzflag Tupone (n=Tupone@pdpc/supporter/active/Tupone)
03:38.29orangetrepan: have you tried riding with lux in that recording? -- lotsa white, moving around, too
03:53.44orangeany viper admins on here?
03:54.03orangeany developer want to see something very weird?
04:00.03*** join/#bzflag orchid (n=bzgirl@unaffiliated/orchid)
04:00.07*** mode/#bzflag [+v orchid] by ChanServ
04:27.19*** join/#bzflag bz0439 (n=187fbbb6@webchat.bzflag.bz)
04:27.32bz0439Hello?
04:27.56*** join/#bzflag Admirarch (n=mark@80-229-65-5.dslconnect.plus.net)
04:28.03orangehello bz0439
04:28.09orangegoodbye bz0439
04:28.16*** join/#bzflag Matey (n=187fbbb6@webchat.bzflag.bz)
04:28.18Aribethhi orange
04:28.22MateyHi
04:28.22orangehi aribeth :-)
04:28.33orangeahoy matey
04:28.35MateyHey I have a question
04:28.41Aribetharrr Matey
04:28.45Mateylol
04:28.56Mateyhow do you create a world
04:29.17Aribethbzedit, a 3D modeler
04:29.32Mateylink plz
04:29.40orangeand I was going to suggest something from hitchhiker's guide to the galaxy
04:29.50Aribethgoogle should work
04:29.51MateyIve been looking all over
04:29.55Mateyk
04:29.59Aribethalso check the forums
04:30.04orange~google bzedit
04:30.27orangeok then
04:30.33Aribeth!google bzedit
04:30.34TheLastSpartanAribeth: WTF?
04:30.38Aribethheh
04:30.58orchidhmm no google
04:31.05orange~bzfs
04:31.09ibotwell, bzfs is the BZflag server, you need: -publicaddr server.name.com:5154 *and* -public " come play here" must be set in your bzfs.conf, *also* open the port (5154 in this case) in your firewall/router *also* see http://www.bzflag.org/wiki/CreatingAServer, or see http://my.bzflag.org/bb/viewtopic.php?t=2915
04:31.29orangethat might have some valuable info, those links
04:48.54MateyCan you make a custom tank?
04:49.32*** join/#bzflag Matey (n=187fbbb6@webchat.bzflag.bz)
04:49.42MateyHello?
04:55.49Aribeth!weather 30040
04:55.52TheLastSpartanAribeth: The current temperature in Cumming, Georgia (30040) is 68°F (12:10 AM EDT on August 26, 2005). Conditions: Clear. Humidity: 92%. Dew Point: 68°F. UV: 0 out of 16
04:56.26*** join/#bzflag SportChick (n=SportChi@ca-redbch-cuda1-c3b-a-40.stmnca.adelphia.net)
04:56.34Aribethhi Sporty
04:57.08Aribeth92% humidity? that aint humid :P
05:44.33SportChickhi ari
05:53.33*** join/#bzflag SportChick (n=SportChi@ca-redbch-cuda1-c3b-a-40.stmnca.adelphia.net) [NETSPLIT VICTIM]
06:02.39*** join/#bzflag ibot (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
06:02.39*** topic/#bzflag is http://BZFlag.org/ || http://my.BZFlag.org/bb/ || http://my.BZFlag.org/ || http://cia.navi.cx/stats/project/BZFlag || http://BZFlag.org/wiki/GettingHelp || http://BZFlag.org/wiki/Download || http://bzflag.org/wiki/MapMaking || try #bzchat
06:02.39*** mode/#bzflag [+o ibot] by ChanServ
06:04.33*** join/#bzflag ruskie (n=ruskie@sourcemage/ruskie)
06:05.19*** join/#bzflag orange (n=mdw@pdpc/supporter/basic/orange)
06:05.29*** join/#bzflag lovebug (i=spooky@dsl-hkigw8aad1.dial.inet.fi)
06:05.50*** join/#bzflag jpa_ (i=jpa@lakka.kapsi.fi)
06:05.53*** join/#bzflag cods (n=cods@tuxee.net)
06:06.00*** join/#bzflag rj-away (n=booto@rawmode.org)
06:06.00*** join/#bzflag orchid (n=bzgirl@unaffiliated/orchid)
06:06.00*** mode/#bzflag [+v orchid] by ChanServ
06:06.07*** join/#bzflag yoyox (i=yoyox@koty.org)
06:31.16*** join/#bzflag ToughShooter (n=ts@p54B0001D.dip0.t-ipconnect.de)
07:14.17*** join/#bzflag trepan (n=trepan@unaffiliated/trepan)
07:16.24*** join/#bzflag _Manu_ (n=Julio@98.Red-80-36-59.pooles.rima-tde.net)
07:19.14*** join/#bzflag CBG (n=CBG@cpc2-stme1-5-1-cust130.cdif.cable.ntl.com)
07:57.45*** join/#bzflag newbie_dont (n=newbie_d@fwt.computerland.pl)
07:58.33*** part/#bzflag ToughShooter (n=ts@p54B0001D.dip0.t-ipconnect.de)
08:11.26*** join/#bzflag ToughShooter (n=ts@p54B0001D.dip0.t-ipconnect.de)
08:32.50*** join/#bzflag bz5903 (n=50112744@webchat.bzflag.bz)
08:33.18bz5903i
08:33.20bz5903hi
08:34.11bz5903i'm a new user of bZflag... I looked for a tutorial to play... but i didn't find anything
08:34.35bz5903could someone tell me where i can find it
08:34.35bz5903?
08:38.14_Manu_bz5903, http://bzflag.org/wiki/
09:15.49Pimpi~shellshock
09:38.51_Manu_good morning Pimpi
09:43.18*** join/#bzflag Donno459 (n=Donno@203-217-6-7.dyn.iinet.net.au)
09:49.15*** join/#bzflag Electric1lf (n=david@tor/session/x-ac5ad2d76d6238dd)
10:24.31*** join/#bzflag Tupone (n=Tupone@host-84-222-137-163.cust-adsl.tiscali.it)
10:24.31*** mode/#bzflag [+v Tupone] by ChanServ
10:36.51*** join/#bzflag CIA-2 (n=CIA@flapjack.navi.cx)
10:46.33*** join/#bzflag Guest261 (n=d597ec4d@genesis.concept69.de)
11:22.44learnershellshock.bzflag.bz
11:27.01ToughShooterHmpf, I shouldn't fix the permissions from within Disk-Utility :(
11:29.46ToughShooter"fixing" the symlinks results in being not able to built BZFlag any more
11:36.47*** join/#bzflag mmu_man (i=revol@ALyon-253-1-24-64.w83-205.abo.wanadoo.fr)
11:44.29*** join/#bzflag menotume (n=meno@pdpc/supporter/active/menotume)
11:51.02DTRemenakand we all know what a disaster that is ;)
11:52.56ToughShooterIt means removing the old Dev. Tools, reinstalling, then re-booting to get rid of old libs in memory and then it'll work again :/
11:56.19DTRemenakyou should never have to reboot your computer unless you upgrade your kernel :)
11:57.03ToughShooterThere is no way to unload the .dylibs other that re-booting
12:00.03DTRemenaksee, that's silly.  terminating the parent process should clean up any zero-reference shared libs also
12:12.42*** join/#bzflag Thonolan (n=nazgul@iD4CC1124.versanet.de)
12:25.47*** join/#bzflag Grumbler (n=Grumbler@pdpc/supporter/bronze/grumbler)
12:33.03*** join/#bzflag Nidhoggr (i=mandrake@dragon.org) [NETSPLIT VICTIM]
12:33.04*** join/#bzflag brlcad (n=brlcad@bz.bzflag.bz)
12:33.06*** join/#bzflag uso (n=uso@84-72-12-178.dclient.hispeed.ch) [NETSPLIT VICTIM]
12:33.06*** join/#bzflag SiriusB (n=SiriusB@208.Red-81-37-232.pooles.rima-tde.net) [NETSPLIT VICTIM]
12:33.07*** join/#bzflag DTRemenak (n=Daniel_R@DHCP-170-143.caltech.edu) [NETSPLIT VICTIM]
12:34.07*** join/#bzflag dcat (n=none@pdpc/supporter/active/dcat) [NETSPLIT VICTIM]
12:34.07*** join/#bzflag Legoguy (n=Legoguy@ppp-68-248-253-137.dsl.emhril.ameritech.net) [NETSPLIT VICTIM]
12:34.09*** join/#bzflag purple_cow (n=david@zero.navi.cx)
12:34.09*** mode/#bzflag [+o purple_cow] by ChanServ
12:34.09*** join/#bzflag Pimpi (n=frank@p5481ABBC.dip0.t-ipconnect.de)
12:34.33*** join/#bzflag learner (n=brlcad@pdpc/supporter/silver/brlcad)
12:34.33*** mode/#bzflag [+o learner] by ChanServ
12:59.49*** join/#bzflag ToughShooter (n=ts@p54B01EA3.dip0.t-ipconnect.de)
13:15.51*** join/#bzflag RatOmeter_ (n=chatzill@139.78.95.188)
13:26.16ToughShooterYeeehaw, I got a mac plugin compiling
13:27.05*** join/#bzflag blast007_ (n=blast@24-196-92-143.dhcp.mdsn.wi.charter.com)
13:29.45ToughShooterShould I've written cockadoodledo? ;)
13:39.12*** join/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
13:39.14*** join/#bzflag Thonolan (n=nazgul@iD4CC1124.versanet.de)
13:48.52*** join/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
13:49.05ruskieouch my wrist hurts from playing...
13:49.06Gnurduxright now im getting invalid team won the game :(
13:49.17ruskiebut atleast had a nice challange :)
13:49.43ToughShooterHmpf, bzfs doesn't like my Mach-O PPC Loadable Bundle :(
14:03.01RatOmeterthink you shot me more than a few times, ruskie
14:03.30ruskiehmmm not really
14:03.40ruskiewas more or less hunting deep freeze, logwad and wyid
14:03.57ruskiesince those are the ppl that most often shot me
14:04.23RatOmeterlet's just say I got shot more than a few times (as usual). On rare occasions, I can keep my score near zero
14:04.28Gnurduxyay fixed
14:04.52Gnurduxpeople come over to gnurdux.homelinux.net:5155 and ill show off my "race to the teleport" feature
14:12.16*** join/#bzflag Birdie (n=birdie@d54C34DE9.access.telenet.be)
14:32.07*** join/#bzflag orchid (n=bzgirl@unaffiliated/orchid)
14:32.07*** mode/#bzflag [+v orchid] by ChanServ
14:33.18*** join/#bzflag I_Died_Once (n=I_Died_O@pcp0010382004pcs.savana01.ga.comcast.net)
14:35.17I_Died_OnceAnyone alive in here?
14:36.02I_Died_OnceTo whoever is concerned - todays CVS source won't compile
14:38.40ruskie:)
14:38.45ruskieit's cvs
14:38.52ToughShooterAre you on Mac OS X?
14:38.53ruskiedoesn't mean it'll build each and every time
14:39.02I_Died_OnceI'm on Linux
14:39.07Grumblerbuit for me...must just be you
14:39.17I_Died_OnceI compile it daily and run Planet MoFo on it
14:39.20ToughShooterWorks for me, too
14:39.38Grumblersuggest you put the problem in a pastebin for dev monkeys
14:39.56I_Died_Oncetry the latest, most current rightnow version
14:40.10I_Died_Oncemine craps out during make
14:40.23orchid~pastebin
14:40.28ibotpastebin is probably a place to paste your stuff without flooding the channel - try http://pastebin.ca/
14:40.31I_Died_OnceI posted it on the forums
14:40.45I_Died_Onceso I done already done that
14:40.57I_Died_Oncein the CVS board
14:41.31I_Died_Oncecollect2: ld returned 1 exit status
14:41.42I_Died_Oncei586-suse-linux/bin/ld: cannot find -lslang
14:41.51I_Died_Oncemake[1]: *** [all-recursive] Error 1
14:42.40Grumblerwell, i checked here, works for me......the latest
14:43.03I_Died_Onceyou guys all suck
14:43.16Grumbleri had issues yesterday that cleared up after i used automake1.9 and libtools loaded on debian
14:43.34I_Died_OnceI'm on suse
14:43.45I_Died_Onceserver is on 9.2
14:43.49I_Died_Oncewoot
14:44.06Grumblerheh, someone was working suse stuff yesterday....
14:44.29Grumblerwell if you posted it, one of the more knowledgable people will get to it
14:46.43menotumeslang library? what is that?
14:47.20I_Died_Once<PROTECTED>
14:48.07menotume"S-Lang is an interpreted language that was designed from the start to
14:48.07menotume<PROTECTED>
14:48.07menotume<PROTECTED>
14:48.09menotumehmmm
14:48.16I_Died_Once`pastebin
14:48.21I_Died_Once~pastebin
14:48.22ibotit has been said that pastebin is a place to paste your stuff without flooding the channel - try http://pastebin.ca/
14:48.37menotume3 lines is acceptable :)
14:48.40orchidtheres a bzflag one too
14:48.43I_Died_Onceoh, ok
14:48.46orchid!pastebin
14:48.46TheLastSpartanorchid: But I am le-tired.
14:48.50orchidbah
14:49.08I_Died_Once~n
14:49.09ibotn is, like, the disease bzflag players get when they play too much
14:49.17I_Died_OncenI wonder...
14:49.19Grumblerlooks like the daughter is rebelling against the mom there
14:49.22I_Died_OncenWhat the means
14:49.51I_Died_Once~mofo
14:49.52GrumblerI_Died_Once, i will assume you have been compiling from scratch
14:49.52menotumeimo, it means it shouldnn't be there :)
14:52.28*** topic/#bzflag by orchid -> || paste errors http://bzflag.pastebin.ca/
14:52.35orchid:-|
14:53.11menotumeahh, short topic
14:53.21*** topic/#bzflag by orchid -> http://BZFlag.org/ || http://my.BZFlag.org/bb/ || http://my.BZFlag.org/ || http://cia.navi.cx/stats/project/BZFlag || http://BZFlag.org/wiki/GettingHelp || http://BZFlag.org/wiki/Download || http://bzflag.org/wiki/MapMaking || try #bzchat || paste errors http://bzflag.pastebin.ca/
14:53.39*** part/#bzflag ToughShooter (n=ts@p54B01EA3.dip0.t-ipconnect.de)
14:53.44I_Died_OnceI'm runing configure on a source i just downloaded
14:53.45*** join/#bzflag ToughShooter (n=ts@p54B01EA3.dip0.t-ipconnect.de)
14:54.08menotumemaybe learner or brlcad know why slang lib is needed now ?
14:54.21I_Died_Onceor is it lslang
14:54.24orchidthat pastebin will archive all the old pastes
14:55.06menotumeahhh, where does it archive ?
14:55.47orchidtheres a link "archives" :-)
14:55.57orchidbut no one has used it yet
14:56.04orchidso's there is none
14:57.36menotumeahh, need 10
15:04.12*** join/#bzflag SportChick (n=SportChi@ca-redbch-cuda1-c3b-a-40.stmnca.adelphia.net)
15:04.34Birdiehello sporthick, the same for orchid
15:04.42Birdiesportchick *
15:04.48orchidhi
15:04.50Birdiegrr its not the first time i make this mistake
15:05.04ToughShooter~karma sprotchick
15:05.04ibotsprotchick has karma of 1
15:05.10Birdielol
15:05.18Birdiewho gave her that
15:05.22ToughShooterDunno
15:05.37menotume~karma sporty
15:05.37ibotsporty has neutral karma
15:05.40ToughShooter~ld
15:05.42ibotrumour has it, ld is cannot find _start problems ? apt-get --reinstall install libc6-dev
15:06.30I_Died_OnceHi Sporty Spice
15:07.22orchid"ibot no, ld is ..."
15:07.36DTRemenakor "ibot, ld is also ... "
15:08.22orchidahh also!
15:08.48ToughShooteribot, ld is also a strange file link editor beast
15:08.49ibotokay, ToughShooter
15:08.50Birdieyou knew that, you just thought that is involved in your "..." and you thought toughshooter knew that:)
15:09.20menotumeya, autogen isn't working for me .. complaining about missing plugin directories
15:10.14SportChickhi birdie
15:10.28SportChickhi died
15:10.28ToughShooterHi Sporty
15:10.33SportChickhi toughshooter
15:11.39SportChickhi menotume
15:11.50SportChickhi orchid
15:12.03SportChickyou all typoed it  - it's
15:12.10SportChick~karma SportChick
15:12.10ibotsportchick has karma of 102
15:12.25orchid:)
15:12.48ToughShooterhttp://pastebin.com/346924 <-Is that a good thing or a bad thing? :/
15:13.13ToughShooterld hates me :(
15:19.34menotumehi all :)
15:29.12*** join/#bzflag TimRiker (n=timr@pdpc/supporter/bronze/TimRiker)
15:29.12*** mode/#bzflag [+o TimRiker] by ChanServ
15:41.22Aribeth~karma Aribeth
15:41.22ibotaribeth has karma of 23
15:41.31Aribeth:)
15:42.15Birdiealmoust your age:D
15:42.22Aribethhehe
15:42.33Aribethit has a ways to go :P
15:42.56Birdie~karma birdie
15:42.56ibotbirdie has karma of 22
15:42.57Aribethbefore it reaches my age that is
15:43.11Birdiemy karma is highter than my age:)
15:43.14Birdiei need to get older..
15:43.19Aribethlol
15:43.27Aribethi need to get younger
15:43.34Birdiewell i think in my case its easyer
15:43.42Aribethyes
15:44.01Aribeth~Birdie++
15:44.21Birdieyou make it harder for me:)
15:44.24Birdiei'll help you..
15:44.30Birdie~Aribeth++
15:44.43Birdieone year desirved in only 2seconds
15:44.49Aribethtake your time. dont rush to get older :)
15:44.58Aribethhehe
15:45.52Birdiewell if i'm 25 i want to stop with getting older
15:46.01Aribethgood
15:46.22Aribethim 51, and i want to push back the years :)
15:47.07Birdiedeviding by 2:)
15:47.22Aribethhehe
15:47.42Aribethi always say im 30 for the xxx time
15:48.21Aribethi dont look like im 50 at all :)
15:48.30Birdieto be honoust, i dont want to be 50:)
15:48.35Birdiewell i cant know that:)
15:51.09*** join/#bzflag JeffM2501 (n=JeffM@pdpc/supporter/sustaining/JeffM2501)
15:51.09*** mode/#bzflag [+o JeffM2501] by ChanServ
16:09.10*** join/#bzflag bryjen (n=bryjen@63.147.94.151)
16:28.29*** join/#bzflag a_monkey (n=elmunky@user-0can33s.cable.mindspring.com)
16:31.49a_monkeywill some Windozer convert this to a bzflag font for me? http://www.refrozen.com/uploaded-files/200508/ProFont2.ttf
16:32.03a_monkeypretty please?
16:34.08JeffM2501you have rights to convert it?
16:34.26JeffM2501and didn't somone allready do profont?
16:36.14blast007yup, there is a ProFont in the data/fonts/ directory
16:36.51JeffM2501it's posted on bzbb
16:37.23JeffM2501wonder if texttool runs in wine
16:37.41DTRemenaknot very well
16:38.10DTRemenakmost of it works, but horizontal spacing doesn't
16:38.20DTRemenakand that's, ya know, kinda important
16:39.03JeffM2501ahh
16:39.24JeffM2501the thing should really be converted to a command line thing using devIL and freetype2
16:39.39DTRemenakyes, it should.  any volunteers?
16:40.19orchid*tumbleweed*
16:40.28JeffM2501dead cow skull
16:40.55DTRemenakcloudless skies
16:41.21JeffM2501at some point I'd like to look at the font lib tupone was looking at, he said it was slow, but there may be ways to have it at least generate the font textures at runtime from TTFs on startup and still be as fast as we are now
16:41.39JeffM2501that would be best I would think
16:41.46JeffM2501then we could gen them at the correct size
16:42.00JeffM2501DTRemenak, you want it done easy? or done right?
16:42.02JeffM2501;)
16:42.16DTRemenaklibraries aren't always the right way :)
16:42.25JeffM2501but sometimes they are
16:42.27DTRemenakand it's certainly harder to do it yourself than to let the libs do it
16:42.58JeffM2501that's why I wanted to look at it, see how hard it is to get the lib, and how it worked, and what it buys us
16:43.19DTRemenakI'm not saying don't look into it, I'm just muttering about dependencies :)
16:43.25JeffM2501at some point a bitmap of the font just isn't going to cut it anymore, and we are going to have to at least use freetype or soething like it.
16:43.47JeffM2501or a swap to another engine will happen
16:43.55*** join/#bzflag ibunny (n=alex@pdpc/supporter/active/jolie)
16:44.01DTRemenakthat would be good
16:44.08ibunnytada!!
16:44.13JeffM2501still means another dependency
16:44.24Aribethhi ibunny
16:44.28DTRemenakthat one's worth it at least :)
16:44.30ibunnyhi aripie
16:45.30JeffM2501did you apear in a puff of smoke
16:46.00ibunnyi wanna say i appear because you though of me ;)
16:46.38DTRemenakdude, you know what ibot needs is a star trek episode cross reference, so I could say "tng timescape" and it would tell me what season and episode I need.
16:47.07JeffM2501wow that's dorky
16:47.19DTRemenakjust occured to me :)
16:47.36Aribeththat would be cool
16:47.36ibunnywhos dorky.. me or ... dtr...
16:47.38ibunny:(
16:47.48JeffM2501that's allmost as dorky as the guy's who analized the death star weapon frame by frame and debated it
16:47.59ruskielol
16:48.20ruskieDTRemenak, not a true st fan :)
16:48.39Aribethnot a st fan? ewww
16:48.44DTRemenakruskie, that's too much information to memorize :)  I remember the important ones
16:48.55ruskie:)
16:49.16Aribeththe city on the edge of forever is my fav
16:49.59DTRemenakdarmok, all good things, reunification, time's arrow, farpoint station, consipracy I remember.
16:50.07DTRemenakthe others I have to look up
16:50.26Aribethall good ones
16:50.40DTRemenakheh, I rarely meet anyone who likes conspiracy :)
16:51.02Aribethwhich one is that?
16:51.05DTRemenakso the effects were cheesy and the acting sucked, I still liked the episode :)
16:51.32DTRemenakaliens taking over starfleet command
16:51.44Aribethahh, i likes that one
16:51.54Aribethfirst year right?
16:51.56DTRemenakyeah
16:52.06JeffM2501they lived in people's heads
16:52.06Aribethi remember it now
16:52.07*** join/#bzflag RoMy (n=none@cs181149205.pp.htv.fi)
16:52.10Aribethyep
16:52.18DTRemenak1x25
16:52.29Aribethheh
16:52.52ruskiesheesh
16:53.22Aribeththe problem is they never followed up with a secual to that episode
16:53.34Aribethsequal*
16:53.40DTRemenakyeah, apparently "everybody hated it" or something
16:54.03JeffM2501well everyone knows that the ST franchise was mismanaged
16:54.12JeffM2501that is why Joss Weadon is my master now.
16:54.28Aribethsome if the best episodes in tos were ones with little special effects
16:54.37DTRemenakJeffM2501, you don't see me spouting off enterprise episodes now do you? :)
16:54.44JeffM2501DTRemenak, heh
16:54.49JeffM2501have you 2 seen firefly?
16:54.57Aribethyep
16:55.27DTRemenakyeah, I saw a bunch of them.  my roommate and one of my friends love them
16:55.30DTRemenakI don't care for them
16:55.41ruskiewell st got mismanaged when ppl started fillming a soap in space...
16:55.43Aribethi like it
16:55.43JeffM2501DTRemenak, baslphemy
16:56.41JeffM2501DTRemenak, watch them in order, from the DVD, makes a lot more sense
16:56.45Aribethi'll prolly see ti later that day
16:56.59DTRemenakJeffM2501, I watched several chunks of them in order
16:57.06DTRemenakincluding the first ~6 from season 1
16:57.19JeffM2501DTRemenak, there is only 1 season
16:57.37Aribethyep. canceled before it had a chance
16:58.46Aribethsame thing happened to battlestar galactica
16:58.49JeffM250114 episodes total
16:59.02DTRemenakah, my bad, had firefly and farscape flipped.  stupid f names.
16:59.11*** join/#bzflag ep (n=ep@ip68-97-122-98.ok.ok.cox.net)
16:59.32Aribethfarscape was kinda weird
16:59.37DTRemenakfirefly was pretty good
16:59.56JeffM2501farscape is hard to watch a lof of in a row
17:00.26DTRemenakfarscape is hard to watch a lot of period.
17:00.35DTRemenaktell that to my roommate :S
17:00.39JeffM2501it got better later
17:00.45JeffM2501the mini series was well done
17:00.49JeffM2501if you had followed it
17:00.55JeffM2501but some of them were just way out there
17:01.39Aribethi kinda like the new battlestar galactica
17:01.46JeffM2501it is rather good
17:01.49DTRemenakaye, those are good
17:01.52JeffM2501I have it on DVD and have been going thru it
17:02.19Aribethim an ardent fan of the original series
17:02.40Aribethi have it on dvd
17:02.51JeffM2501I tried to watch the origonal movie, that's some prety bad acting
17:02.58Aribethwithout the battlestar galactica 1080
17:03.02Aribeth1980*
17:03.05JeffM2501starbuck is much better as a wicked hot chick :)
17:03.15JeffM2501as is boomer
17:03.43Aribethwell, the original series was pushed into production 1 year before it was ready
17:03.47JeffM2501Kattie Sackoff is playing the part very well tho, very much the bad egg with a heart of gold.
17:04.02Aribethso they had to write episodes on the fly
17:04.13Aribethyes
17:04.52Aribethi think Baltar was better as a darker caracter
17:05.21Aribethhe's kinda a wimp in the new series imho
17:06.02JeffM2501I love that he's basicly insane
17:06.15Aribethhehe
17:06.31JeffM2501the new bsg is the best dipiction of "those people are F**Ked" I've seen on TV
17:06.41JeffM2501cus man are they screwed
17:06.42Aribethtrue
17:06.59DTRemenakyes indeed
17:07.02Aribeththe cylon's are more evil too
17:07.08JeffM2501as they should be
17:07.15Aribethand hard to tell from humans
17:07.23JeffM2501why would tin cans that move all slow want to kill humans?
17:07.37JeffM2501in the origonal they were just an alien race
17:07.39DTRemenakheh
17:07.42JeffM2501I like that here people made them
17:07.44JeffM2501and they turned
17:07.51JeffM2501makes it much more "ouch"
17:07.55Aribethyes
17:08.32Aribethit was hard for me to accept a female starbuck and boomer
17:09.04DTRemenakimho starbuck is done so well it's hard not to accept her :)
17:09.08JeffM2501well that is because you are a lady, we had no problem with it :)
17:09.23JeffM2501boomer is a much stronger character now
17:09.24Aribethi have no problem with it now
17:09.37Aribethshe has done a fantastic job
17:09.49*** join/#bzflag Tupone (n=Tupone@pdpc/supporter/active/Tupone)
17:09.49*** mode/#bzflag [+v Tupone] by ChanServ
17:11.46Tuponeibunny: :*
17:11.56ibunnywho are you???
17:12.01ibunnyare you following me?!?
17:12.02ibunny:P
17:12.04*** join/#bzflag BearPerson (i=karsten@sourcemage/pdpc.sustaining.BearPerson)
17:12.06Tuponelol
17:12.20ibunnyI swear sometimes weird ppl joinmy channel.. and...
17:12.22ibunny>_<
17:12.28ibunnyok im definetly paranoid...
17:12.42Tuponecan I join yours?
17:13.05Aribethi like the caracter that richard hatch plays in the new bsg
17:13.46ibunnytupito yes.
17:20.24a_monkeyJeffM2501: where is profont posted on bzbb?
17:20.30a_monkeyJeffM2501: i don't see anywhere
17:20.44a_monkeyJeffM2501: the profont i linked to is modded
17:29.18JeffM2501a_monkey, really because it's a freaking anouncment at the top of the forum its in :)
17:29.26*** join/#bzflag Thonolan (n=nazgul@iD4CC1091.versanet.de)
17:29.27ToughShooterNew Battlestar Galactica? :o Never heard of it.
17:29.36JeffM2501http://my.bzflag.org/bb/viewtopic.php?t=2677
17:29.45JeffM2501ToughShooter, you need to get out more
17:29.51JeffM2501or maybe stay in more
17:30.43blast007a_monkey: all I had to do was a search for 'profont'  :)
17:31.13Gnurduxhola
17:31.21blast007also, it seems the one there was manually made
17:31.41GnurduxJeffM2501, i finally got it working
17:31.50ToughShooterJeffM2501: New series have been never broadcasted in Germany, in fact at saturday midday there are still the old ones playing.
17:33.23JeffM2501ToughShooter, really, it's like all over the UK, I'd thought it would have had at least some spread
17:33.34JeffM2501maybe it's just english lang now
17:34.09JeffM2501then I'd be all gookie
17:34.17JeffM2501and like
17:34.18JeffM2501you know
17:34.19JeffM2501dead
17:34.48ibunnygookie?
17:35.02JeffM2501having the properties of gook
17:35.11ibunnygook?
17:35.11ibunnyok..
17:35.12ibunnyhmrrr***
17:35.26ibunnyis that CLEARER!?!
17:35.29ibunny:P
17:35.47a_monkeyi don't want the profont with the transparent gray border
17:35.52JeffM2501oh I see
17:35.56JeffM2501yes very clear
17:35.57a_monkeynot the one that comes with an installation of bz
17:36.08JeffM2501a_monkey, do you have rights to convert that one?
17:36.10*** join/#bzflag BIYA_ (n=chatzill@dialup-4.249.228.234.Dial1.Washington2.Level3.net)
17:36.17*** part/#bzflag BIYA_ (n=chatzill@dialup-4.249.228.234.Dial1.Washington2.Level3.net)
17:36.23a_monkeyJeffM2501: well it's only for personal use, so i don't see why not
17:36.43a_monkeyJeffM2501: i'm not gonna be giving the conversion to other people or anything
17:36.59ibunnyO_o
17:37.14JeffM2501a_monkey, that dosn't mater
17:37.17a_monkeyoh
17:37.22JeffM2501if you are going to seal it a "little bit"
17:37.39a_monkeywell that font i linked to is a conversion of the original profont
17:37.48a_monkeyit is a conversion itself
17:37.51JeffM2501ok
17:38.02JeffM2501do you have rights to use it
17:38.07a_monkeyhow do you really tell that anyways?
17:38.16JeffM2501you ask the author
17:38.41a_monkeywell i got it off of here: http://www.tobias-jung.de/seekingprofont/
17:38.50a_monkeywhich is even linked in the readme in data/fonts
17:39.21JeffM2501I don't know
17:39.23JeffM2501you tell me
17:39.26JeffM2501you do the research
17:39.33JeffM2501I am not your brain
17:40.27a_monkeywell, if i were my brain, i would say, "if they have it up for the public to download for free, why wouldn't i have the right to use it, even just personally??"
17:40.44JeffM2501then I would say you know nothing about copyright law
17:40.48JeffM2501and that you are a lazy child
17:41.09JeffM2501your computer is on the net, I can use anything on it I want right?
17:42.45a_monkeywell honestly i don't know anything about copyright
17:43.31JeffM2501ignorance dosn't get you anything
17:43.53a_monkeyi can't argue with that.
17:44.19a_monkeywell i'll email the author then
17:44.26JeffM2501all you had to do is read the doc that cam with the bloody thing
17:44.59JeffM2501"You may redistribute unmodified copies of ÒProFont DistriubtionÓ as long as it is accompanied by an unmodified copy of ÒAbout ProFont Distribution 2.2Ó (this file)"
17:45.17JeffM2501"If you have questions about redistribution, please contact Stephen C. Gilardi at squeegee@usa.net."
17:45.29*** part/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
17:45.31JeffM2501you want the files modified
17:45.34JeffM2501ask him
17:45.55a_monkeyok
17:46.38a_monkeywell now all i gotta do is wait for an email back
17:47.22ToughShooterMaybe it could be possible to use systems font directly but then there's the question who codes it...
17:47.25*** join/#bzflag _Captain_Kirk_ (i=supertan@o1-dialup-69-19-145-235.rev.o1.com)
17:47.33JeffM2501I am not entrely sure we have rights to distribte profont in the release
17:47.36JeffM2501not under the GPL
17:47.38_Captain_Kirk_hi
17:48.16_Captain_Kirk_say, what do you reccoment for a good, cheep internet host (besides omnis) because i'm sick of orgfree and siteburg
17:48.25JeffM2501internet host?
17:48.29_Captain_Kirk_web host
17:48.29JeffM2501usualy your phone company
17:48.33JeffM2501oh
17:48.39JeffM2501there are 100's of them
17:48.44JeffM2501perhaps 1000's
17:48.48JeffM2501search around
17:48.52_Captain_Kirk_I have my site up, but this host is so crappy that I have to refresh every 3 mins....
17:49.07_Captain_Kirk_google is where I found omnis, it looks good...
17:49.10JeffM2501goooooooggggglllleeee
17:49.13ToughShooterThe bad thing about fonts is that they don't look like in native applications. ProFont looks much better in Apps that use nativ font rendering for me
17:49.32JeffM2501ToughShooter, this is true, our font rendering system is a hack ;)
17:49.40_Captain_Kirk_google rulz...
17:49.43JeffM2501that is why we were talking about looking at other ways
17:50.08_Captain_Kirk_now I just have to see if dad will pay for it....
17:50.19JeffM2501thanks for sharing _Captain_Kirk_
17:51.11_Captain_Kirk_oh thats why nothing turned up...I wasnt watching when I typed, so it was "vjrsp ern jpdy" instead of "cheap web host"
17:51.23JeffM2501again, thanks for sharing
17:51.34JeffM2501my life is now complete knowing that you can't type
17:51.40_Captain_Kirk_har har
17:52.00_Captain_Kirk_Would it be complete if I told you I almost dropped my laptop out the window today?
17:52.12JeffM2501no that would make me tell you to go to #bzchat
17:52.50_Captain_Kirk_Would it be complete if I told you I got slaughtered on BZflag today?
17:53.23JeffM2501that would just be common knowledge
17:54.01JeffM2501but again #bzchat ;)
17:54.02_Captain_Kirk_I thought rc cola was supposed to make me channel op there...
17:54.07JeffM2501she is no longer owner of the channel
17:54.11JeffM2501and did not know much about you
17:54.33JeffM2501why did you wish to be op?
17:54.38_Captain_Kirk_I pmed her twice, and she said to give her my nick to make channel op and stuff
17:54.49JeffM2501do you feel the current ops are not doing there jobs?
17:54.51_Captain_Kirk_Because I want to help bzflag, its going to be even better when I learn C++
17:55.04a_monkeymy little sister wants to know that europeans tell time without a.m. and p.m. - that 22:00 is a time there. please acknowledge that this is correct so she can be proved wrong. :D
17:55.08JeffM2501she had not used the channel in over a year
17:55.28_Captain_Kirk_um...okay, thats nice a_monkey
17:55.42JeffM2501a_monkey, 24 hour clock is comon in many places
17:55.44purple_cowa_monkey: they use both, but 24-hour is more prevalent
17:56.00_Captain_Kirk_yup
17:56.00a_monkeyaha!
17:56.02a_monkeyproof
17:56.10_Captain_Kirk_Now if they would just start using the unix timestamp...
17:56.12_Captain_Kirk_jk
17:56.13JeffM2501_Captain_Kirk_, why would you want to be an op if you can't stay in the channel for more then 36 seconds?
17:56.23_Captain_Kirk_Because nothing was going on there, so I left
17:56.30JeffM2501wow
17:56.32_Captain_Kirk_what?
17:56.44JeffM2501so if we bet quiet for 1/2 a min, you'll leav a channel?
17:56.51JeffM2501I mean give it a chance man
17:56.54_Captain_Kirk_Ha ha you are so funny. Not
17:57.00JeffM2501thse are reasons that you are not an op
17:57.09JeffM2501and the fact that you are WAY to young and imature
17:57.19JeffM2501wanting to help is great, but start small ok :)
17:57.20_Captain_Kirk_[insert nasty swearword here] the phpbb attach mod failed... :(
17:57.31_Captain_Kirk_it says to look for something in pvrmesage.php or whatever
17:57.37_Captain_Kirk_that is followed by a "}"
17:57.38JeffM2501and please learn to keep your off topic babble to yourslef
17:57.43_Captain_Kirk_but there is no "}"!
17:57.53JeffM2501I would remcoend #php or #phpbb
17:58.15_Captain_Kirk_MyBB is nicer, it has built in attachments.
17:58.58purple_cowyeah JeffM2501, why haven't you switched BBs yet? bzbb has been stable for way too long
17:58.59a_monkeyhow do i change my hackings into the source into a .patch ?
17:59.16JeffM2501purple_cow, because I'm not 12
17:59.22purple_cowoh, right
17:59.29JeffM2501a_monkey, use the diff command
17:59.35a_monkeyJeffM2501: ok
17:59.36_Captain_Kirk_Neither am i, for your info. i'm 13
17:59.43JeffM2501I know
17:59.47JeffM2501but you act 10
17:59.51_Captain_Kirk_my birthday is chrismas eve
17:59.56JeffM2501I'm happy for you
18:01.07_Captain_Kirk_I should go die some more on bzflag...oh yeah, thats right, my hard drive went out.
18:01.10_Captain_Kirk_Dang it!
18:01.39_Captain_Kirk_hey jeff, do you ever play BZflag?
18:02.07JeffM2501ok, I'll just put this straight there isn't anything here you can say that will impress us. there isn't anything that will make us go "AWW" and accept you into our hearts
18:02.15_Captain_Kirk_shadup
18:02.16JeffM2501so please stop with the idle babble
18:02.17_Captain_Kirk_:)
18:02.26JeffM2501no I don't play the game much at all, I find it silly and booring.
18:02.38_Captain_Kirk_*gasp*! He insulted bzflag!
18:02.40JeffM2501I only play with the people here for there company to test stuff
18:02.50JeffM2501_Captain_Kirk_, it's a game, not a way of life, not a religon. It is code
18:02.58JeffM2501some crapy code, but we all know that
18:03.04_Captain_Kirk_I play it when I am particularly bored and I need a distraction from real life
18:03.11_Captain_Kirk_which is almost every day.
18:03.16JeffM2501you play it because it is where people will pay attention to you.
18:03.21JeffM2501and you cant afford other games
18:03.26JeffM2501many people have fun in it
18:03.32JeffM2501I am glad for them
18:03.37_Captain_Kirk_Hey, I bought a 200 dollar xbox...with my own money
18:03.40JeffM2501I am glad I can work on soemthing that makes people happy
18:03.42_Captain_Kirk_and I do have fun in bzflag
18:04.03_Captain_Kirk_Now when I learn C++ i can have the same feeling. Well, I still do when I make bzmaps for others
18:04.15JeffM2501again _Captain_Kirk_ we are all adults, saving up 200$ is no grand task
18:04.32JeffM2501honestly I've seen you say you are going to learn C++ for like 6 months now, just go learn it
18:04.38JeffM2501and DO something
18:04.46JeffM2501it's not that hard
18:04.47_Captain_Kirk_I know I just wanted to learn php first
18:05.03JeffM2501and that also has been your excuse for 6 months
18:05.17_Captain_Kirk_yeah. The stupid book just got here
18:05.22JeffM2501sure it did
18:05.37purple_cowwho needs books?
18:05.46_Captain_Kirk_i'm a bookaholic
18:05.50purple_cowjust about every language has fantastic documentation online
18:05.58JeffM2501that they do
18:06.14_Captain_Kirk_really? Why I never would have guessed? I mean, I only googled for php tutorials about 599 times!
18:06.25JeffM2501but "the book isn't here" is a great excuse for somone who dosn't really want to learn, but wants to puff themsleves up with the big kids
18:06.56_Captain_Kirk_and I need Dev-C++/ Hey, now would be a good time to download it! B right back
18:07.28JeffM2501why don't you use the free MS beta
18:07.56_Captain_Kirk_is it just me, or does Dev-C++ have all beta's on its download page?
18:08.01JeffM2501_Captain_Kirk_, you just keep giving excuses, there are ways to get what you need. If you are going to keep just talking the talk, then please do us a favor and stop.
18:08.05_Captain_Kirk_How long does the ms take to downloa?
18:08.11JeffM2501GO SEE
18:08.12_Captain_Kirk_A LOOOOOOOONG TIME WITH DIALUP
18:08.26JeffM2501go find somone that has broadband
18:08.28JeffM2501get it
18:08.30JeffM2501like a library
18:08.33_Captain_Kirk_ive downloaded it, I ran the ONLINE INSTALLER, and it takes longer than JAVA!
18:08.34JeffM2501burn it to C
18:08.36JeffM2501there are many ways
18:08.37purple_cowhttp://www.php.net/manual/en/getting-started.php
18:08.42purple_cowwow that was hard
18:08.46*** part/#bzflag Tupone (n=Tupone@pdpc/supporter/active/Tupone)
18:08.48ibunnynoooo Tuponeeeeeeeeee
18:08.49_Captain_Kirk_Oh yeah I have my little pen drive, that would help.
18:08.51ibunnyoh well
18:08.56JeffM2501_Captain_Kirk_, you just have to actualy DO something foryourslef.
18:08.57_Captain_Kirk_And I have tghe entire php manual on my HD
18:09.10JeffM2501please for the love of the gods, just try and stop the anoying babble.
18:09.20_Captain_Kirk_Wow, 13.5 megs! Thats a big increase fomr the last time I saw it
18:09.46JeffM2501well he can't read
18:09.49JeffM2501so what's the point
18:09.54ibunnyuh oh..
18:10.13_Captain_Kirk_wrong program
18:10.23*** mode/#bzflag [+b %*!*@*supertan*.*] by JeffM2501
18:10.32JeffM2501well not real ban
18:10.40JeffM2501just a q for a bit
18:10.52ibunnyhow?
18:10.58JeffM2501+q
18:11.01_Captain_Kirk_"q"? leme gues. "Mode q: SHUT THE F(** UP!"
18:11.01JeffM2501dosn't remove them
18:11.02ibunnyuhm ok
18:11.05JeffM2501bahh
18:11.15ibunnywell i knew that is not what you ment JeffM2501
18:11.24JeffM2501ohh I won't kick him
18:11.26JeffM2501he's just a kid
18:11.35ibunnywell thats the ponly way for ban to be activated
18:11.36JeffM2501he does have to learn how to comunicate
18:11.46JeffM2501I just typed his domain wrong
18:11.53_Captain_Kirk_and to ignore better
18:11.58_Captain_Kirk_:)
18:12.08ibunnyhe still can talk... but he wont know we are not seeing whathe types..
18:12.12JeffM2501_Captain_Kirk_, don't push it, please.
18:12.36_Captain_Kirk_okay fine. Ill go google a C++ tutorial
18:12.55JeffM2501finaly
18:13.03ibunnysee he DOES understand.
18:13.05a_monkeylet's say i've edited two files in src/bzflag
18:13.15a_monkeyand i have the originals resting in my home directory
18:13.18JeffM2501yeah it takes the threat of a ban to make him do a simple google search
18:13.33JeffM2501a_monkey, cvs diff should have an option to make a patch file
18:13.36a_monkeyhow can i make a .patch out of these
18:13.39ibunnymost humans work this way..
18:13.41GrumblerJeffM2501, you encouraging the youngens again
18:13.44_Captain_Kirk_no I did one earler, but I got impatient because I was downloading 3 files in the background
18:13.47a_monkeyJeffM2501: oh, cool!
18:14.06JeffM2501_Captain_Kirk_, you need to learn to calm down and just let things happen in there own time.
18:15.30_Captain_Kirk_does bzflag use ANSI-C++?
18:15.43JeffM2501sure
18:15.52JeffM2501learn C first before you wory about bzflag
18:15.55JeffM2501don't take shortcuts
18:16.52jpa_(or just go the jpa_ way and put random & and * in front of parameters until it doesn't segfault)
18:17.21JeffM2501jpa_, no wonder everyone programs better then you
18:17.36jpa_:S
18:17.50*** join/#bzflag Tupone (n=Tupone@host-84-222-137-163.cust-adsl.tiscali.it)
18:17.51*** mode/#bzflag [+v Tupone] by ChanServ
18:18.07jpa_i just don't like c++ :P
18:18.15JeffM2501sure
18:18.17_Captain_Kirk_It looks kinda like php
18:18.18JeffM2501good excuse
18:18.23JeffM2501php is like C
18:18.31JeffM2501where do you think they got some of the syntax
18:18.41JeffM2501there are also C and C++ chanels here
18:18.42_Captain_Kirk_and not so much like QBasic
18:18.44JeffM2501use them
18:18.46JeffM2501use tutorials
18:18.50JeffM2501use your brain
18:19.05_Captain_Kirk_I have one?
18:19.12JeffM2501why do I even try?
18:19.27_Captain_Kirk_I was /joking/
18:19.39JeffM2501whatever
18:19.53JeffM2501it's not worth it anymore
18:20.14_Captain_Kirk_ahh well, I gota go see if my forum crashed the database or something...bye.
18:20.32JeffM2501or something
18:24.59a_monkeyhttp://rafb.net/paste/results/5s1cik79.html
18:25.04a_monkeyproper patch format?
18:26.24JeffM2501apply it with patch to clean code and see
18:26.28a_monkeyi notice that all the other patches have lines with "@@ #,# #,# @@" type lines
18:26.30a_monkeyok
18:26.33a_monkeygood idea. lol
18:27.13trepanunified diffs are preferred
18:28.23*** join/#bzflag fabianne (n=alex@p54A757F2.dip.t-dialin.net)
18:29.48a_monkeyoh boy, my first patch actually works
18:29.52a_monkeyi wasn't expecting that
18:32.38*** join/#bzflag TimRiker (n=timr@pdpc/supporter/bronze/TimRiker)
18:32.38*** mode/#bzflag [+o TimRiker] by ChanServ
19:33.58*** join/#bzflag tavla (n=spreker@ip51cfa1ef.direct-adsl.nl)
19:34.07*** part/#bzflag ibunny (n=alex@pdpc/supporter/active/jolie)
19:47.31*** join/#bzflag brad2901 (i=brad@unaffiliated/brad2901)
19:50.07trepanlearner: buildDate.o isn't rebuild everytime now, not that that's such a bad thing  ;)
19:52.40bryjenthe build date itself is only updated when configure runs anyway
19:56.25trepanbryjen: which build date is that exactly?
19:57.40bryjenBZ_BUILD_DATE is defined in the Makefiles
19:59.15trepanah, the alternate is for windows?
20:00.54bryjeni'd guess so...  anywhere else that doesn't use make?
20:09.16menotumeIs anyone else getting 'missing directories' when autogening ?
20:10.16menotume~pastebin
20:10.17ibothmm... pastebin is a place to paste your stuff without flooding the channel - try http://pastebin.ca/
20:12.13menotumehttp://bzflag.pastebin.ca/21263
20:12.35menotumesome plugin 'errors' in there, JeffM2501
20:13.07trepanmenotume: you try 'cvs up -dP' ?
20:13.27menotumeohhhhhhh
20:13.37menotumecrap - i always forget that :)
20:14.34menotumethx, much betterer
20:16.31JeffM2501yeah your missing dirs
20:16.47JeffM2501tho I wonder if I should keep fixedspawn
20:18.32trepanwhat does it do that zones don't?
20:19.17JeffM2501works on all tanks, not just team ones
20:19.21JeffM2501and dosn't add a random to it
20:19.24JeffM2501it's a fixed point
20:19.32JeffM2501like I say, don't know why I shoudl keep it
20:19.36trepanvery small zones are effectively a point
20:19.37JeffM2501made it to go with the quake maps
20:19.38JeffM2501yeah
20:19.54JeffM2501tho I was told zones only did team tanks, not rogues
20:20.00trepanthought they worked all the teams too...
20:20.10JeffM2501they may
20:20.15*** join/#bzflag BenUrban (n=benurban@68.50.155.230)
20:20.18JeffM2501mostly it was a test of custom map objects
20:20.19JeffM2501:)
20:20.30JeffM2501and it got commited when I did some others
20:20.39menotumetime to hit my .cvsrc file
20:20.41trepanah, so the correct answer was probably: nothing  ;)
20:20.53*** join/#bzflag fanta``` (n=54f03a82@webchat.bzflag.bz)
20:20.53JeffM2501yeah efectivly nothing
20:21.03JeffM2501tho they are a little smaller in the map then zones
20:21.19JeffM2501but nothing really usefull
20:21.40trepanalthough one different may be that i think zones have some safety checking before picking that actual spawn point
20:22.12JeffM2501yeah they do I belive
20:22.20JeffM2501these are raw, slam bam thank you mam
20:22.30JeffM2501so probalby even LESS usefull
20:23.19trepancoming from a Quake map, prolly get gonna get sealed on occasion ;)
20:24.12JeffM2501I don't think using an existing quake map is viable for a bz map
20:24.35JeffM2501mostly due to lack of ability to drive up a slope
20:25.49JeffM2501tho making that converter got me to understand a lot more about bsps
20:27.04JeffM2501it's not a bad format, has the collison planes seperate from the graphics, supports imbeded objects, and has some precomputed visability stuff
20:29.36a_monkeyhttps://sourceforge.net/tracker/?group_id=3248&atid=303248 -- check out the latest patch. not so bad for the first hacking of a stupid little kid?
20:29.54JeffM2501what does it do?
20:30.16trepanJeffM2501: before you get keyed up, still need to revert that last one  ;)
20:30.33a_monkeyJeffM2501: read the description
20:30.39a_monkeyJeffM2501: and look at the uploaded screenie
20:30.53JeffM2501ohh yeah
20:30.58JeffM2501that I do
20:31.05JeffM2501I wasn't gonna add this one
20:31.52JeffM2501what needs to be done to fix it proper?
20:32.44JeffM2501yeah it's just wrong
20:37.27*** join/#bzflag brad2901 (i=brad@unaffiliated/brad2901)
20:39.39JeffM2501tupping globals
20:41.49JeffM2501bahh %i
20:44.09*** join/#bzflag zoly (n=l@p549DDECA.dip.t-dialin.net)
20:44.16zolyg'day
20:45.34zolycould i interest a few reliable and trustworthy old-time bzflaggers here to become neutral referees for the adrenaline league?
20:46.00*** join/#bzflag Thonolan (n=nazgul@iD4CC1091.versanet.de)
20:46.51Grumblertrustworthy.....none of those here :)
20:48.51JeffM2501anyone got a server with downloadable textures running on port 80? or do I have to set up a local
20:50.08trepanmost of louman's maps have them, pulling from learner's server on port 80
20:50.52JeffM2501and I can get them from bzbb, thanks :)
20:51.29JeffM2501geting metropolis, I think that's got some
20:52.04trepansaving them from the client also works
20:52.25JeffM2501if I could connect as a client to download it I'd not have to run a local server ;)
20:52.35JeffM2501I'm portblocked 5000+
20:53.03trepangagged yourself?
20:53.39JeffM2501entire company
20:53.50JeffM2501we port blocked all ports, and open them up as we need them
20:54.04JeffM2501Marketing VP has a bittorent adiction problem
20:54.15DTRemenakheh
20:55.31CIA-2BZFlag: 03jeffm2501 * 10bzflag/src/bzflag/Downloads.cxx:
20:55.31CIA-2BZFlag: fix RPG's download patch to not suck, and actualy work.
20:55.31CIA-2BZFlag: Must remember to not trust people who don't know basic C
20:55.41JeffM2501there ya go trepan
20:55.50JeffM2501nice 0 to N countdown, with real K counter
20:55.57trepanthx, i'll take a look later
20:55.58*** join/#bzflag durt (n=ben@pcp0011938702pcs.limstn01.de.comcast.net)
20:56.15JeffM2501the only change I'd maybe make now would be to make it do a float for the K
20:56.20JeffM2501but it'd be picking a nit
20:58.57JeffM2501heh
21:06.29JeffM2501naw, float looks wierd, it moves band and forth too much :)
21:09.58JeffM2501hmm I don't know the panel border shoudl be 100% trans, as it shows your team
21:10.08JeffM2501maybe 75% of the main
21:10.45*** join/#bzflag srg (n=srgrint@srg.demon.co.uk)
21:17.18*** join/#bzflag shorty114 (n=shorty11@unaffiliated/shorty114)
21:19.25learnertrepan, heh -- so do you want me to do anything about it? :)
21:21.28trepanguess not, don't much like the inconsistency though  (not your doing)
21:21.50learnerinconsistency?
21:22.15trepanbetween win and nix's
21:22.22learnerah
21:22.29trepanone always has an update date, the other, not so much
21:22.33learnerit's a one-char fix
21:22.46learnerthe FORCE dep is on .o -- it should have been on .lo
21:22.53learnermusta missed it
21:23.08trepaneither way, -DBZ_BUILD_DATE is still used?
21:23.26learnerthat's all unchanged
21:23.47trepani'd get rid of that, and build the buildDate.o conditionally so that it only need be rebuilt once a day
21:23.59learnerlibtool is a relatively transparent change once it's all set up -- identical end behavior
21:24.26menotumeJeffM2501: could you do :  "!rss announce #bzleague matches gumatches", please?
21:24.26learnerlibtool just uses .lo instead of .o and .la instead of .a
21:28.00JeffM2501TheLastSpartan, addcapability menotume #bzleague,op
21:28.00TheLastSpartanJeffM2501: okay
21:28.04JeffM2501menotume, no
21:28.05JeffM2501;)
21:28.12learnerhehe
21:28.22menotume:), thx
21:28.26CIA-2BZFlag: 03trepan * 10bzflag/src/bzflag/Downloads.cxx: do not use global vars if they don't need to be exported
21:28.36menotumespartan seems to forget that htough :)
21:28.38JeffM2501fair nuf
21:28.44JeffM2501TheLastSpartan, flush
21:28.44TheLastSpartanJeffM2501: okay
21:28.47menotume!rss announce #bzleague matches gumatches
21:29.05learneryou have to identify first
21:29.10JeffM2501that you do
21:29.30menotumeahh, yes
21:29.33menotume!rss announce #bzleague matches gumatches
21:29.35TheLastSpartanmenotume: okay
21:29.38menotume:)
21:30.17learnertrepan, the file tracker became unstupid when they became local vars? :)
21:30.19trepanJeffM2501: the C guys made a mistake by making global the default scope, a 'global' keyword would be much better
21:30.40JeffM2501trepan, I'd have put it all in a class, what ever works for ya
21:30.55JeffM2501I hate the static stuff, but if that's how it's being done, then so be it
21:31.36JeffM2501at least it output SOMETHING right :)
21:31.49trepantrue, much better
21:32.08JeffM2501I kinda like it with the count
21:32.09JeffM2501and the K
21:32.19JeffM2501makes it go by slower, and it's understandable
21:32.40JeffM2501a blur of numbers for bytes was a bit wierd
21:34.31CIA-2BZFlag: 03jeffm2501 * 10bzflag/src/bzflag/RobotPlayer.cxx: if we are using doubles, why the heck should we use the float version of sin and cos? use the doubles, quell the warning.
21:36.32trepan'cause the bot code just hasta have that extra precision
21:36.40JeffM2501that's fine
21:36.53JeffM2501it was using the float version of sin
21:36.59JeffM2501and passing in doubles,
21:37.05JeffM2501and saving it in a double
21:37.09trepanoh, i understand you little commit
21:37.12JeffM2501hence loosing the extra precision
21:37.23JeffM2501and causing a double to float warning
21:37.44trepanjust saying the there's a disparity in precision usage
21:37.55JeffM2501we use floats everywhere else
21:38.15JeffM2501dono if it really does the bots any good tho
21:38.18trepannow you're gettin it  ;)
21:38.27JeffM2501so now they are precicly supid ;)
21:43.59JeffM2501a_monkey, what's your real name?
21:46.33*** join/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
21:46.44Gnurduxim runnign Babylon !V by Louman and i have a problem
21:46.55Gnurduxflags are sp[awning on the death phydrv!
21:47.38*** join/#bzflag jpa- (i=jpa@lakka.kapsi.fi)
21:48.30*** join/#bzflag mihxil (n=michiel@cust.16.114.adsl.cistron.nl)
21:50.27Gnurduxalso they dont go away when you die
21:50.41CIA-2BZFlag: 03jeffm2501 * 10bzflag/ (7 files in 5 dirs):
21:50.41CIA-2BZFlag: let the team colored outline go transpeant with the radar and panel, but only at a % of it's value so it shows more, % controlable via config option "hudGUIBorderOpacityFactor", default is 75% of the panels transperancy.
21:50.41CIA-2BZFlag: From patch by a_monkey.
21:51.48*** join/#bzflag mmu_man (i=revol@ALyon-253-1-23-162.w83-205.abo.wanadoo.fr)
21:52.09*** join/#bzflag ep (n=ep@ip68-97-122-98.ok.ok.cox.net)
21:53.26CIA-2BZFlag: 03jeffm2501 * 10bzflag/tools/modeltool/Q3BSP.cxx: don't write out custom spawn object, save it for zones later
21:54.30CIA-2BZFlag: 03jeffm2501 * 10bzflag/plugins/ (7 files in 2 dirs): remove fixedspawn because it's stupid
21:56.42GnurduxWHy can flags spawn on death?
21:56.52JeffM2501why shouldn't they?
21:57.02JeffM2501is your server set to -fb?
21:57.26CIA-2BZFlag: 03jeffm2501 * 10bzflag/plugins/api_notes: notes on hooks that are still neeeded
22:00.53CIA-2BZFlag: 03jeffm2501 * 10bzflag/ChangeLog: add the monkeys real name
22:01.41JeffM2501not me
22:02.05JeffM2501can't have callsigns in the changelog
22:02.06JeffM2501bad form
22:02.21BenUrbanah
22:03.03*** part/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
22:03.09durthow long should it normally take to compile bzflag?
22:03.16JeffM2501what OS?
22:03.22durtlinux
22:03.33durtit taking a while
22:03.38*** join/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
22:03.40JeffM2501my full build on a giger takes about 20-30 min
22:03.46Gnurduxhow do i get the flags that land on death back?
22:03.56JeffM2501Gnurdux, are you set to -fb?
22:04.01JeffM2501in your config?
22:04.08Gnurduxyes but i have to
22:04.12Gnurduxthe whole ground is death
22:04.21JeffM2501the server dosn't know about death PhyDriv
22:04.26trepanyes it does
22:04.26JeffM2501so there is no logic to not spawn them there
22:04.32JeffM2501well not in that case :)
22:04.32*** join/#bzflag ElectricElf (n=david@debian/developer/dbharris)
22:04.32trepanyes there is  ;)
22:04.37JeffM2501ok listen to him
22:04.41Gnurduxso how do i recover the flags that land on death>
22:04.49JeffM2501restart
22:04.58bryjen<PROTECTED>
22:04.58JeffM2501or can't you do a flag reset?
22:05.21Gnurduxah thnx
22:05.30Gnurduxis there any setting to disable spawning on death?
22:05.36JeffM2501trepan says there is
22:05.40Gnurduxwhen team flags land on death the slide back to bases
22:05.42trepanGnurdux: you probably have your config screwed up, LouMan has it working
22:05.50Gnurduxtrepan, can you help me?
22:05.59Gnurduxthis is his map, babylon 4
22:06.00JeffM2501buy him dinner first
22:06.10JeffM2501or at least a cookie
22:06.24trepanGnurdux: can i and will i are two separate issues
22:06.59Gnurduxlol
22:07.08JeffM2501and he thinks you jest
22:08.13Gnurduxi know i have my config screwed up btw
22:08.19DTRemenakso fix it
22:08.29trepanJeffM2501: ya, there's a isDeathLanding() in DropGeometry.cxx
22:08.40trepanshould protect flags and players
22:08.46JeffM2501fun
22:08.56trepanfunctional
22:09.23JeffM2501shoudl be called gonnabescrewed()
22:09.47trepanJeffM2501's right though, without -fb, i think it'll eventually just dump it in regardless
22:09.50Gnurduxhow do i disable flags spawning in death
22:10.01GnurduxJeffM2501, gotBlowedUp is fun t hack'
22:10.05trepanyou should see a message to the affect in the logs if you have some debugging turned on
22:10.13trepans/the/that
22:10.21JeffM2501Gnurdux, asking the same thing again isn't going to make the answer come out magicaly
22:10.37Gnurduxbut is there an option or something?
22:10.44trepanGnurdux: is it nice out where you are?
22:10.45JeffM2501what does your heart tell you?
22:11.30JeffM2501heh dropIt();
22:11.47trepanbeauty in brevity  ;)
22:11.56JeffM2501true nuf
22:11.56bryjenisImminentlyDangerous() in SpawnPosition.cxx
22:12.11DTRemenakbeauty in verbosity
22:12.18trepanrarely
22:12.19JeffM2501it dosn't need anymore
22:12.23bryjensomebody had the thesaurus out
22:12.27JeffM2501it does what it does
22:12.36Gnurduxwihtout reocmpilign server
22:12.50DTRemenakno thesaurus on that one
22:13.10DTRemenakfigured that was more elegant than "amIGonnaDieIfISpawnHere" which has way too many capital letters
22:13.40JeffM2501I would have used a more colorfull metaphor
22:13.59DTRemenakisDangerous is not really complete enough, 'cause everywhere you spawn is dangerous
22:14.14trepanisDamnDangerous()?
22:14.28DTRemenakthat would have worked until it was reverted :)
22:14.42JeffM2501yeah cus can't say "damn" a nun may read the code
22:15.17JeffM2501or watch tv
22:15.20JeffM2501or go outside
22:15.42trepanrecalls learner even get scolded once  ;)
22:15.48*** part/#bzflag mihxil (n=michiel@cust.16.114.adsl.cistron.nl)
22:15.56JeffM2501every nun for themself!
22:16.03DTRemenakherself
22:16.09DTRemenakyou don't see many guy nuns
22:16.17JeffM2501hey, who am I to say who can and can not be a nun
22:16.22JeffM2501that dosn't mean they don't exist
22:16.35JeffM2501may as well keep it open ended
22:16.44DTRemenakthemself is wrong grammar anyway
22:16.45*** part/#bzflag bryjen (n=bryjen@63.147.94.151)
22:17.02DTRemenakhimself/herself/itself/themselves
22:17.04Gnurduxtrepan, so you still havenyta answered, is there something i cna do in my config to prevent deathspawn?
22:17.05JeffM2501DTRemenak, and when has good grammar been my ideom?
22:17.19DTRemenakwell I dunno, but I know it's never been your idiom :)
22:17.29JeffM2501so I'm true to form
22:17.33JeffM2501keeping it real
22:17.34JeffM2501yo
22:17.35trepanGnurdux: no, there's nothing you can do
22:17.42trepanGnurdux: the map is useless to you, give up
22:18.04JeffM2501all those "polygons" and "vertex" thingys never made sense to me anyway
22:18.22JeffM2501I mean if they are gone, why do we care about them?
22:18.37JeffM2501DTRemenak, get a swiffer
22:18.44Gnurduxtrepan, you said Louman had it working
22:18.55DTRemenakyeah like a sarcastic swiffer is any good? :)
22:19.00*** join/#bzflag Cruel (n=Admin@modemcable041.222-202-24.mc.videotron.ca)
22:19.00trepanyes, there are things he can do that you can't
22:19.04Aribethoh no, ooze just got on my keyboard
22:19.15JeffM2501trepan, a true statement right to the core of it ;)
22:19.27Gnurduxhi Cruel
22:19.31JeffM2501there is a secret to the ooze
22:19.32Cruelhi
22:19.38Gnurduxi told Cruel abotu IRC
22:19.47JeffM2501amazing
22:19.52JeffM2501did you warn him of the ooze?
22:20.00JeffM2501and it's ability to cause sterility in men?
22:20.02Gnurduxooze?
22:20.06Aribeththe ooze is evil
22:20.06JeffM2501oooozzzzeee
22:20.11JeffM2501probably
22:20.14JeffM2501but fun
22:20.17Cruellol
22:20.17Aribethit makes you do evil things
22:20.28DTRemenakJeffM2501, are you saying it doesn't cause sterility in women?
22:20.29Aribethit gets you hooked on bzflag
22:20.30Cruelyah, and i'm the pope
22:20.38Cruellol
22:20.39Aribethhi pope
22:20.40JeffM2501DTRemenak, I haven't done enough testing to be sure
22:20.46DTRemenakno you aren't, you're from canada
22:20.46JeffM2501I need more test subjects
22:20.56Gnurduxwhen i /flag reset the flags do not spawn in death
22:21.04JeffM2501Gnurdux, as they should
22:21.15JeffM2501it's magic
22:21.24Gnurduxi guess its only when someone falls in death holding a flag that it stays in the death
22:21.31Gnurduxare they supposed to do that?
22:21.41Cruelhow do u modify your personal settings?
22:21.49DTRemenakoh, oh, it's magic!
22:21.52Cruellike real name etc
22:22.03JeffM2501Cruel, depeends on your IRC client
22:22.15Cruelx chat
22:22.16Gnurduxits in Server List Cruel
22:22.16JeffM2501it'll be in the place where you set your nickname
22:22.28Gnurduxwhy dont you st your nick to CruelDog
22:22.37Crueliok
22:22.39Gnurduxthen you can register with NickServ
22:23.05JeffM2501and the munchkins had there picinik
22:23.28*** join/#bzflag Crueldog (n=Admin@modemcable041.222-202-24.mc.videotron.ca)
22:23.45Gnurduxhi Crueldog
22:23.51Crueldoghi
22:24.01Gnurduxnow do this:
22:24.11Gnurdux/msg NickServ register <password>
22:24.14PimpiGnurdux: if flags spawn where they shouldn't it might be a bug, no?
22:24.18Pimpi~pw
22:24.21ibothmm... patches welcome is a common response by maintainers of Open Source products. It's roughly means "We don't have much time on our hands, so if you write that feature and send it to us we will likely roll it in. If you don't have the time to write it, we don't either. Stop asking for it."
22:24.21JeffM2501Gnurdux, hint /msg
22:24.21GnurduxPimpi, i suppose
22:24.27Gnurduxi dont think they are spawning
22:24.58Gnurduxthey are just staying there when someone dies
22:25.10Crueldogi'm registered
22:25.13JeffM2501don't die there
22:25.17Pimpishouldn't happen either
22:25.20Gnurduxbut apparently it works for Louman
22:25.22Crueldogkrrrrrrrrrrrrrrrrk!!!!!!
22:25.32JeffM2501umm yeah....
22:25.32Gnurduxok now go back to server list
22:25.33Crueldogit's strange
22:25.34Gnurduxgo to settings
22:25.40JeffM2501Gnurdux, hint #2 /msg
22:25.43Gnurduxand set NickServ password to your password
22:25.46Gnurduxthen reconnecy
22:25.47Gnurduxoh sry
22:25.50JeffM2501Gnurdux, and that will be your LAST hint
22:25.53Crueldog?
22:25.54Gnurduxthen a kick?
22:25.59JeffM2501don't find out
22:27.27*** join/#bzflag Crueldog (n=Admin@modemcable041.222-202-24.mc.videotron.ca)
22:28.07*** topic/#bzflag by JeffM2501 -> http://BZFlag.org/ || http://my.BZFlag.org/bb/ || http://my.BZFlag.org/ || http://cia.navi.cx/stats/project/BZFlag || http://BZFlag.org/wiki/GettingHelp || http://BZFlag.org/wiki/Download || try #bzchat if you just want to talk || paste errors http://bzflag.pastebin.ca/
22:28.11Crueldog...
22:28.17Crueldogng2g, cya
22:28.29JeffM2501well that was productive
22:30.24Gnurduxlol
22:31.17*** topic/#bzflag by JeffM2501 -> http://BZFlag.org/ || http://my.BZFlag.org/bb/ || http://my.BZFlag.org/ || http://cia.navi.cx/stats/project/BZFlag || http://BZFlag.org/wiki/GettingHelp || http://BZFlag.org/wiki/Download || try #bzchat if you just want to talk || paste errors http://bzflag.pastebin.ca/
22:31.22JeffM2501ws :)
22:31.33*** part/#bzflag Gnurdux (n=gnurdux@69.251.224.96)
22:35.54*** join/#bzflag ibot (i=ibot@pdpc/supporter/active/TimRiker/bot/apt)
22:35.54*** topic/#bzflag is http://BZFlag.org/ || http://my.BZFlag.org/bb/ || http://my.BZFlag.org/ || http://cia.navi.cx/stats/project/BZFlag || http://BZFlag.org/wiki/GettingHelp || http://BZFlag.org/wiki/Download || try #bzchat if you just want to talk || paste errors http://bzflag.pastebin.ca/
22:35.54*** mode/#bzflag [+o ibot] by ChanServ
22:41.22*** part/#bzflag zoly (n=l@p549DDECA.dip.t-dialin.net)
22:47.03*** join/#bzflag Crueldog (n=Admin@modemcable041.222-202-24.mc.videotron.ca)
22:51.53*** join/#bzflag Crueldog (n=Admin@modemcable041.222-202-24.mc.videotron.ca)
22:52.26JeffM2501I'll teach you all this in 8 easy steps
22:52.26JeffM2501A course of a lifetime you'll never forget
22:52.26JeffM2501I'll show you how to in 8 easy steps
22:52.27JeffM2501I'll show you how leaderships looks when tought by the best
22:52.43*** join/#bzflag Electric1lf (n=david@tor/session/x-3681f160ab40860b)
22:57.25*** join/#bzflag brad2901 (i=brad@unaffiliated/brad2901)
23:09.47*** join/#bzflag Thonolan (n=nazgul@iD4CC1091.versanet.de)
23:22.01*** join/#bzflag _Captain_Kirk_ (i=supertan@o1-dialup-66-81-136-73.rev.o1.com)
23:22.58*** join/#bzflag spldart (n=vircuser@cpe-67-10-221-4.houston.res.rr.com)
23:23.52spldartIs it just me or has there been some major graphic engine improvements to bzclient since I've been indisposed? 8-0
23:23.55_Captain_Kirk_hello
23:24.26JeffM2501when were you indisposed?
23:24.52spldartYeah... My life has been in a garbage disposal for like 2 or more weeks
23:24.59spldartin-disoposal
23:25.00spldarthehehe\
23:25.19JeffM2501what do you see that is improved?
23:26.03_Captain_Kirk_i'll just watch you guys chat a bit...if i watch enough I can start a comedy show.
23:26.04spldartFor some reason the game play was way smoother than when last I played some 2 or 3 weeks ago... I hadn't even had a chance to play any of the last three release beta's or more
23:26.25spldartI installed b16 and grabbed the top server...
23:26.35JeffM2501stuff gets cleaned up all the time
23:26.40spldartit seemed very smooth
23:26.44JeffM2501trepan has been making some enhancements too
23:27.01spldartThe graphic engine seems way improved
23:27.07JeffM2501there is no engine
23:27.31_Captain_Kirk_isn't it opengl?
23:27.46JeffM2501open GL is a 3d API
23:27.49JeffM2501not an engine
23:27.54*** join/#bzflag ElectricElf (n=david@debian/developer/dbharris)
23:27.55spldartOk... however the client interpreets the map and movement and presents it to the video card
23:28.01JeffM2501bzflag's code isn't organised into a clasical engine
23:28.18JeffM2501the drawing code has had some optimisation yes
23:28.23spldartWell... I'm throwing the term 'engine' around but that is what I meant...
23:28.28*** join/#bzflag wegstar (n=foo@adsl-69-109-216-203.dsl.pltn13.pacbell.net)
23:28.32spldartAnd I'm impressed
23:28.50JeffM2501trepan is the graphics master
23:29.23spldartI don't see him in the hizzouse but nods to him for some good work
23:29.27_Captain_Kirk_After the remaining 37 megs of my download (D*** small linux, or DSL) finishes with my FTP Client I'll have to see to bzflag...dl time!
23:29.38JeffM2501he is here
23:30.17spldartCongrats Trepan!!!.... Any other improvements I should know about?
23:30.33JeffM2501he has some big ones coming, asuming he hasn't commited yet
23:30.48JeffM25018milion triangles, 200fps on a GF3
23:30.51JeffM2501read the fourms
23:31.07spldartI'm browsing them as I type here too... back and forth
23:31.10*** part/#bzflag TimRiker (n=timr@pdpc/supporter/bronze/TimRiker)
23:36.12spldartit's quiet in here...
23:37.06wegstarspldart: :)
23:37.31spldartstill reading forums.... is there a good reason to do a fresh build for my linux machine's bzfs?
23:37.45spldartIt's been since I wanted to add the oncapp function since I last built
23:37.50spldartHi wegstar
23:38.05JeffM2501spldart, plugins
23:38.31spldartOh... And anyone have a good idea for software to find and repair bad area's of maxtor diamondmax 80 gig dfrives? I have 4 of them
23:38.34spldarthehe
23:38.40spldartOh yeah... plugins!
23:39.05spldartI may just have to try to build tonight :)
23:43.58*** join/#bzflag hiya (n=9ffa12a1@webchat.bzflag.bz)
23:44.39*** join/#bzflag hiya (n=9ffa12a1@webchat.bzflag.bz)
23:57.46_Captain_Kirk_bye all.
23:57.50*** part/#bzflag _Captain_Kirk_ (i=supertan@o1-dialup-66-81-136-73.rev.o1.com)

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.