01:31.35 |
*** join/#brlcad pacman87
(n=timothy@71.170.63.120) |
01:31.47 |
andrecastelo |
``Erik: thanks for the feedback erik.. i
didn't use bu list because i had a hard time compiling it in the
center point patch, so i didn't use it in neither ones.. but i'll
make the proper modifications |
01:42.10 |
andrecastelo |
``Erik: and what do you think of the
structures themselves, do you think they are useful? Also, should
there be a struct light_source ? What do you think ? |
02:01.31 |
brlcad |
had the same thoughts on the patch, but hadn't
the time to comment/apply it yet .. :) |
02:05.25 |
*** join/#brlcad andrecastelo_
(n=chatzill@189.71.17.199) |
02:31.25 |
*** join/#brlcad andrecastelo_
(n=chatzill@189.71.7.126) |
02:34.06 |
*** join/#brlcad CIA-21
(n=CIA@208.69.182.149) |
02:55.09 |
*** join/#brlcad Twingy
(n=justin@74.92.144.217) |
03:26.17 |
*** join/#brlcad CIA-21
(n=CIA@208.69.182.149) |
03:30.14 |
starseeker_ |
reads slashdot and notes with
dismay the direction the OLPC is taking... |
03:31.07 |
brlcad |
finishes mucking with CIA for
tonight |
03:31.37 |
starseeker_ |
Read the wrong way, that sounds like
international intrigue ;-) |
03:32.38 |
starseeker_ |
Maybe we should call the channel logging bot
NSA ;-) |
03:32.38 |
brlcad |
nah, just trying to recover from the
Zen-Sources activities |
03:32.45 |
brlcad |
cia was way overloaded |
03:32.50 |
starseeker_ |
ouch |
03:33.24 |
brlcad |
they seem to be merging/commiting the entire
linux module repo history |
03:33.36 |
starseeker_ |
!! |
03:34.27 |
brlcad |
at least I'm pretty sure linville hasn't
*actually* made 3000 commits within the past 24 hours..
:) |
03:35.03 |
poolio |
lies. they've just been busy :) |
03:36.00 |
starseeker_ |
is liking the idea of calling
the logging bot NSA, except we might really freak out some people
:-) |
03:36.42 |
poolio |
CIA stands for culinary institute of america,
no? |
03:36.55 |
starseeker_ |
Does for (;;) keep looping indefinitely
until it hits a break condition? |
03:37.24 |
poolio |
I believe so. |
03:37.54 |
starseeker_ |
poolio: Not usually, but if you regard
culinary skill as intelligence I can see some manager somewhere
suggesting a merger ;-) |
03:38.01 |
brlcad |
poolio: I coined it to be "commits in action"
a long time ago |
03:38.23 |
poolio |
brlcad: heh. interesting how some acronyms
stand for many things ;) |
03:38.25 |
brlcad |
but originally, it was a pun on our favorite
big brother org |
03:38.33 |
poolio |
ah, of course. |
03:38.44 |
poolio |
Man, so I was looking through that brep
stuff..seems like a pain in the butt format. |
03:38.49 |
poolio |
That cube code is quite lengthy :P |
03:38.57 |
brlcad |
yep |
03:39.17 |
brlcad |
you have to do a lot to maintain the solidity
constraint |
03:39.43 |
brlcad |
that's the way in code to make it happen with
arbitrary/flexible surfaces |
03:39.59 |
brlcad |
it's a bit easier for some primitives, and
breplicator is intentionally duplicative/verbose |
03:43.09 |
CIA-21 |
BRL-CAD: 03johnranderson * r31118
10/brlcad/trunk/src/librt/g_ars.c: The surfno on the hit should be
set to the triangle number :-) Actually, the ars shot routine is
never called, since the ars prep routine turns it into a prepped
bot. |
03:44.02 |
brlcad |
aww |
03:44.04 |
brlcad |
so close |
03:46.34 |
starseeker_ |
slowly begins to grok the
interact routine in nirt... |
03:47.12 |
starseeker_ |
and wonders why lines are limited to 255
characters... |
03:48.21 |
brlcad |
probably arbitrary |
03:48.27 |
brlcad |
because some buffer is/was 255 |
03:48.34 |
brlcad |
magic numbers are evil |
03:49.09 |
starseeker_ |
wonders if that will come up
if we start encouraging people to play with the formatting,
particularly for things like html output... |
03:54.36 |
starseeker_ |
contemplates swapping in
bu_vls instead of the 256 char fixed buffer, then decides to sleep
on it... |
04:01.09 |
*** join/#brlcad pacman87
(n=timothy@71.170.63.120) |
04:31.06 |
*** join/#brlcad ManuelMejia
(n=be542a95@bz.bzflag.bz) |
04:38.39 |
brlcad |
howdy pacman87 |
04:38.52 |
poolio |
sleeps |
04:42.22 |
brlcad |
cya poolio |
05:38.28 |
CIA-21 |
BRL-CAD: 03brlcad * r31119
10/brlcad/trunk/src/librt/nmg_rt_segs.c: add sanity check on the
a_hit hitmiss struct before dereferencing it even though the list
is supposed to be checked before it gets this far with a
NMG_CK_HITMISS_LIST earlier on |
06:04.28 |
CIA-21 |
BRL-CAD: 03brlcad * r31120
10/brlcad/trunk/src/librt/ (g_nmg.c nmg_rt_isect.c): maybe I can
get it wrong two-for-two .. try to properly set the surfno for
g_nmg via nmg_rt_isect() by using the face 'index'. I'll be
surprised if that's actually right.. |
06:09.31 |
*** join/#brlcad clock_
(n=clock@217-162-109-53.dclient.hispeed.ch) |
06:22.52 |
CIA-21 |
BRL-CAD: 03brlcad * r31121
10/brlcad/trunk/src/librt/g_xxx.c: provide an example for how to
allocate and add a new segment if there was a hit. |
06:40.13 |
CIA-21 |
BRL-CAD: 03brlcad * r31122
10/brlcad/trunk/src/librt/g_xxx.c: make the example primitive
actually compile so it can be kept in sync as API changes are made.
remove the obsolte v4 import/export routines since new primitives
shouldn't be implementing v4 support. |
06:50.15 |
CIA-21 |
BRL-CAD: 03brlcad * r31123
10/brlcad/trunk/src/librt/ (Makefile.am g_xxx.c): clean up
comments, add g_xxx to the build so that it can be kept in sync
with the API |
06:57.35 |
CIA-21 |
BRL-CAD: 03brlcad * r31124
10/brlcad/trunk/src/librt/g_grip.c: comment consistency
cleanup |
06:59.26 |
*** join/#brlcad clock_
(n=clock@zux221-122-143.adsl.green.ch) |
07:04.50 |
*** join/#brlcad louipc
(n=louipc@76-10-147-78.dsl.teksavvy.com) |
07:17.32 |
CIA-21 |
BRL-CAD: 03brlcad * r31125
10/brlcad/trunk/src/librt/g_nurb.c: add support for keeping track
of a surface number for the nurbs surfaces of this primitive by
simply keeping a counter over all surfaces. also make the damn
curlies consistent with our style convention. |
07:23.15 |
CIA-21 |
BRL-CAD: 03brlcad * r31126
10/brlcad/trunk/src/librt/g_pg.c: learn from ars debachery, use the
triangle we hit as the surface number |
07:47.55 |
CIA-21 |
BRL-CAD: 03brlcad * r31127
10/brlcad/trunk/src/librt/g_sketch.c: fix the curlie brace
inconistency hell, match our style. this is the last of the prims
that didn't reference a surfno (this one doesn't need to since it's
not solid. |
08:01.44 |
*** join/#brlcad Axman6
(n=Axman6@pdpc/supporter/student/Axman6) |
08:35.15 |
clock_ |
lol |
08:35.23 |
clock_ |
<@brlcad> section in config.log is the
second line that they over-wrote the price of prostitution -- to
get a seriously gay and sexually loaded version of bible |
08:35.42 |
clock_ |
<@brlcad> and yeah, I really don't care
about those whiners, their low-level f'ups are their own Linux
Phone |
08:36.17 |
clock_ |
<@brlcad> i'm surprised you have the tcl
init problem -- you could do that with them as he fucked my
puppy |
08:37.30 |
clock_ |
<@brlcad> lemme see if I can find a
bf |
08:37.32 |
clock_ |
:D |
08:37.41 |
clock_ |
<@brlcad> I don't really want the whole
system in 25 minutes... |
08:38.11 |
clock_ |
< Z80-Boy> brlcad: but then I just
swapped the frames and I had a pool full of random waves which
magically composed many orders of magnitude more than the person
submitting the proposal -- and the point of view of both mozilla
and vorbis is the audio component |
08:39.18 |
clock_ |
<@brlcad> and even for opennurbs, to
hide it as implementation detail instead of keeping the skate or
inline wheels |
08:39.40 |
clock_ |
<@brlcad> still, not sure what
-fomit-frame-pointer with duct-tape. |
08:39.57 |
clock_ |
<@brlcad> our ability to efficiently
represent, visualize, and analyze geometric target 1.5A |
08:40.53 |
clock_ |
<@brlcad> screen needs to be stored for
10000 years |
09:18.27 |
*** join/#brlcad ChanServ
(ChanServ@services.) |
09:18.27 |
*** mode/#brlcad [+o ChanServ]
by irc.freenode.net |
09:19.13 |
*** join/#brlcad ChanServ
(ChanServ@services.) |
09:19.13 |
*** mode/#brlcad [+o ChanServ]
by irc.freenode.net |
11:42.52 |
``Erik |
ยด/det |
13:45.59 |
*** join/#brlcad thing0
(n=ric@124-169-4-31.dyn.iinet.net.au) |
13:46.03 |
*** part/#brlcad thing0
(n=ric@124-169-4-31.dyn.iinet.net.au) |
14:03.53 |
brlcad |
clock_: wtf is all that stuff stuff supposed
to be? |
14:08.06 |
CIA-21 |
BRL-CAD: 03bob1961 * r31128 10/brlcad/trunk/
(6 files in 4 dirs): Added comb_color command to libged. |
14:19.34 |
*** join/#brlcad andrecastelo_
(n=chatzill@189.71.7.126) |
14:36.41 |
*** join/#brlcad d_rossberg
(n=rossberg@bz.bzflag.bz) |
14:52.09 |
clock_ |
brlcad: that's IRC logs mangled by an AI
program |
14:52.33 |
clock_ |
brlcad: the program is just a qsort and binary
search. |
16:14.08 |
CIA-21 |
BRL-CAD: 03bob1961 * r31129
10/brlcad/trunk/include/ged.h: Added GED_DATABASE_OPEN. |
16:28.03 |
brlcad |
d_rossberg: thanks for the note, hope you have
fun :) |
16:30.18 |
d_rossberg |
thanks, i'm going to the black
forrest |
16:30.34 |
brlcad |
wow, nice |
16:31.37 |
d_rossberg |
i hope for good weather |
16:31.56 |
brlcad |
you far from there? few hours yes? |
16:38.11 |
d_rossberg |
4 hours by car |
16:38.35 |
d_rossberg |
germany isn't so big |
16:41.17 |
*** join/#brlcad andrecastelo_
(n=chatzill@189.71.7.126) |
16:48.25 |
CIA-21 |
BRL-CAD: 03bob1961 * r31130 10/brlcad/trunk/
(6 files in 4 dirs): Added the shader command to libged. |
17:08.55 |
CIA-21 |
BRL-CAD: 03bob1961 * r31131
10/brlcad/trunk/src/libged/comb_color.c: Fixed typo. |
17:31.02 |
*** join/#brlcad Elperion
(n=Bary@p548754EE.dip.t-dialin.net) |
17:43.23 |
CIA-21 |
BRL-CAD: 03bob1961 * r31132 10/brlcad/trunk/
(12 files in 2 dirs): GED_CHECK_DBI_NULL has been removed.
GED_DATABASE_OPEN has been replaced by GED_CHECK_DATABASE_OPEN.
GED_CHECK_READ_ONLY's first parameter has changed from a struct
db_i to a struct rt_wdb. |
18:14.12 |
*** join/#brlcad clock_
(n=clock@217-162-111-167.dclient.hispeed.ch) |
18:31.58 |
*** join/#brlcad d_rossberg
(n=rossberg@bz.bzflag.bz) |
18:47.34 |
*** join/#brlcad thing0
(n=ric@124-169-4-31.dyn.iinet.net.au) |
18:49.14 |
CIA-21 |
BRL-CAD: 03bob1961 * r31133 10/brlcad/trunk/
(6 files in 4 dirs): Added the edcomb command to libged. |
19:12.28 |
prasad_ |
http://www.youtube.com/watch?v=KmkVWuP_sO0 |
19:14.26 |
*** join/#brlcad pacman87
(n=timothy@71.170.63.120) |
19:25.33 |
*** join/#brlcad thing0
(n=ric@203-59-204-63.dyn.iinet.net.au) |
19:30.44 |
*** join/#brlcad pacman88
(n=timothy@71.170.63.120) |
20:09.26 |
*** join/#brlcad thing0
(n=ric@203-59-166-137.dyn.iinet.net.au) |
20:16.54 |
yukonbob |
attends a GSoC talk at
BSDCan |
20:21.45 |
``Erik |
bastage |
20:22.15 |
``Erik |
if you see randi, poul, mm, or skul, tell 'em
I say "ZOMG HI!!#" |
20:22.29 |
``Erik |
or any of the rest of the gang :D |
20:22.49 |
*** join/#brlcad thing0
(n=ric@203-59-179-49.dyn.iinet.net.au) |
20:22.58 |
yukonbob |
Lellie Hawthorn is presenting atm |
20:23.03 |
yukonbob |
*Leslie |
20:23.04 |
``Erik |
I know randi went, d'no if juli did |
20:23.11 |
``Erik |
she's a google person, not a bsd
person |
20:23.21 |
yukonbob |
right. |
20:23.36 |
``Erik |
pouts and whines cuz he's not
there |
20:24.41 |
yukonbob |
``Erik: want me to grab you some BSD
horns? |
20:25.28 |
``Erik |
meh *shrug* |
20:25.34 |
*** join/#brlcad pacman_87
(n=timothy@71.170.63.120) |
20:25.41 |
yukonbob |
heh :) |
20:25.59 |
``Erik |
I'm mostly just sitting being pissed at how
fucktarded my gov't is wrt foreign travel |
20:26.57 |
``Erik |
I mean nafta and requiring passport for travel
to canuckia and mehico? O.o wtf |
20:27.06 |
yukonbob |
``Erik: sign-up, and then ask for something
like a "letter of invitation" to show the customs officers on your
way across the border... |
20:27.42 |
yukonbob |
ah... |
20:27.42 |
``Erik |
I was invited to present at bsdcan a couple
years ago |
20:27.42 |
``Erik |
but gov't idiocity screwed the pooch |
20:28.35 |
*** join/#brlcad pacman88
(n=timothy@71.170.63.120) |
20:29.22 |
*** part/#brlcad pacman88
(n=timothy@71.170.63.120) |
20:30.08 |
``Erik |
<bsdcan> we'll pay your flight and hotel
and everything! <work> no no, we'll pay all that, ti's good,
grats! just get the paperwork in 60 days before... (81 days before)
*submit* <work> bounce! bounce bounce bounce (64 days before)
<work> ok, end of bounce over semicolons and shit, but, oh,
DAMN you didn't make the 65 day window! |
20:30.22 |
``Erik |
<erik> 65? I thought it was 80
<work> HAH, fuck off, boy! |
20:30.49 |
``Erik |
no, wait, got the numbers backwards,
heh |
20:30.52 |
poolio |
Sorry ``Erik. Didn't know that work used IRC
;) |
20:30.54 |
``Erik |
was a couple years ago :) |
20:31.31 |
``Erik |
*grumble* |
20:31.47 |
pacman_87 |
anyone have experience setting up 3 monitors
over 2 cards? |
20:31.58 |
``Erik |
only with macs, pacman |
20:32.28 |
pacman_87 |
i have 2 on an nvidia card, and one on
integrated intel |
20:33.04 |
yukonbob |
pacman_87: *nix, Windows, ?? |
20:33.09 |
pacman_87 |
linux |
20:33.33 |
``Erik |
should be fairly easy with xinerama,
no? |
20:34.31 |
pacman_87 |
the intel port works for text-only mode, but
when i start X, only the two nvidias work |
20:34.34 |
``Erik |
3 'driver' sections, 3 'screen' sections, and
the mapping bit |
20:37.19 |
yukonbob |
has had multiple displays
running in 3 diff't ways over the years |
20:40.01 |
yukonbob |
(currently doesn't run Xinerama, but has two
displays (ie: 0:0, and 0:1 -- mouse/kb works across displays, but
can't drag windows, cut/paste) |
20:40.11 |
yukonbob |
) |
20:43.29 |
``Erik |
hrm, I haven't used x11 at terminal for
years... been a mac running x11.app and remote X stuff for me
:/ |
20:46.17 |
*** join/#brlcad thing0
(n=ric@124-169-123-186.dyn.iinet.net.au) |
20:52.11 |
CIA-21 |
BRL-CAD: 03bob1961 * r31134
10/brlcad/trunk/include/ged.h: Added GED_CHECK_COMB, GED_DB_LOOKUP,
GED_DB_GET_INTERNAL and GED_DB_PUT_INTERNAL. |
20:56.58 |
CIA-21 |
BRL-CAD: 03bob1961 * r31135
10/brlcad/trunk/src/libged/shader.c: Modified to use new GED
macros. |
22:13.31 |
CIA-21 |
BRL-CAD: 03brlcad * r31136 10/brlcad/trunk/ (3
files in 2 dirs): |
22:13.31 |
CIA-21 |
BRL-CAD: remove FAST_NMG, turning on the
plethora of additional run-time NMG checks |
22:13.31 |
CIA-21 |
BRL-CAD: provided via NMG_CK_HITMISS and
NMG_CK_HITMISS_LISTS. still wrap them in |
22:13.31 |
CIA-21 |
BRL-CAD: NO_BOMBING_MACROS though so that they
can still be disabled at compile-time. |
22:13.32 |
CIA-21 |
BRL-CAD: modified NMG_CK_HITMISS_LISTS to not
take the iterator and removed a slew of the |
22:13.34 |
CIA-21 |
BRL-CAD: checks that were rather ..
gratuitous. |
22:32.37 |
andrecastelo |
hey ``Erik.. updated the patch |
23:13.12 |
``Erik |
aight, in the end, it's brlcad who makes the
real call, i'm just trying to steer, aight? |
23:21.19 |
andrecastelo |
``Erik: hm ok, no problem :) |
23:26.41 |
*** join/#brlcad pacman81
(n=Timothy@71.170.63.120) |
23:36.26 |
CIA-21 |
BRL-CAD: 03brlcad * r31137
10/brlcad/trunk/include/bu.h: looks like nobody is using BU_QFLSTR,
so buh-bye |
23:38.31 |
CIA-21 |
BRL-CAD: 03brlcad * r31138
10/brlcad/trunk/doc/deprecation.txt: comment on BU_QFLSTR and
NMG_CK_HITMISS_LIST changes since they've been in the headers for a
long while |